Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed May 7, 2024
2 parents 7be7494 + 36dde54 commit 37c4697
Show file tree
Hide file tree
Showing 157 changed files with 4,240 additions and 8,467 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
<p align="center">
<a href="https://metroui.org.ua/">
<img src="https://metroui.org.ua/images/metro-xscode-logo.jpg" alt="">
</a>
<div align="center">
<h3 align="center">Metro UI Components Library</h3>

<h3 align="center">Metro 4 Components Library</h3>
</p>
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style.
</div>

<p align="center">
Sleek, intuitive, and powerful front-end framework for faster and easier web development.
Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style.
<br>
<a href="https://metroui.org.ua/"><strong>Explore Metro 4 docs »</strong></a>
</p>

Expand All @@ -30,17 +26,21 @@ It's an independent project with its ongoing development made possible entirely
<br>

----

### Project State
![Dependencies](https://img.shields.io/badge/Dependencies-none-darklime.svg)
[![CSS gzip size](http://img.badgesize.io/olton/Metro-UI-CSS/master/build/metro.css?compression=gzip&label=CSS+gzip)](https://github.com/olton/Metro-UI-CSS/blob/master/build/metro.css)
[![JS gzip size](http://img.badgesize.io/olton/Metro-UI-CSS/master/build/metro.js?compression=gzip&label=JS+gzip)](https://github.com/olton/Metro-UI-CSS/blob/master/build/metro.js)
[![Icons gzip size](http://img.badgesize.io/olton/Metro-UI-CSS/master/build/icons.css?compression=gzip&label=Icons+gzip)](https://github.com/olton/Metro-UI-CSS/blob/master/build/icons.css)
![GitHub release](https://img.shields.io/github/v/release/olton/Metro-UI-CSS?color=darkLime)
[![npm version](https://badge.fury.io/js/metro4.svg)](https://badge.fury.io/js/metro4)
![Package Version](https://img.shields.io/github/package-json/v/olton/Metro-UI-CSS)
![GitHub Release](https://img.shields.io/github/v/release/olton/Metro-UI-CSS)
![NPM Version](https://img.shields.io/npm/v/%40olton%2Fmetroui)
![Website](https://img.shields.io/website/https/metroui.org.ua.svg)
![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)
![GitHub issues](https://img.shields.io/github/issues-raw/olton/Metro-UI-CSS.svg)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/olton/Metro-UI-CSS.svg)
![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?color=7852a9)

---
### Project Size
![Code size](https://img.shields.io/github/languages/code-size/olton/Metro-UI-CSS.svg?color=830000)
![GitHub Css Size](https://img.shields.io/github/size/olton/Metro-UI-CSS/build%2Fmetro.css?label=CSS%20Size&color=fd9812)
![GitHub JS Size](https://img.shields.io/github/size/olton/Metro-UI-CSS/build%2Fmetro.js?label=JS%20Size&color=8f99ff)
![GitHub Icons Size](https://img.shields.io/github/size/olton/Metro-UI-CSS/build%2Ficons.css?label=Icons%20Size&color=01796f)
![GitHub Bundle Size](https://img.shields.io/github/size/olton/Metro-UI-CSS/build%2Fmetro.all.js?label=Bundle%20Size&color=8d4585)

----

Expand Down
1 change: 0 additions & 1 deletion build/icons.css

This file was deleted.

19 changes: 0 additions & 19 deletions build/metro.all.js

This file was deleted.

1 change: 0 additions & 1 deletion build/metro.css

This file was deleted.

19 changes: 0 additions & 19 deletions build/metro.js

This file was deleted.

12 changes: 7 additions & 5 deletions deploy-dev.cjs → deploy-dev.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
#!/usr/bin/env node
import FtpDeploy from "ftp-deploy"
import auth from "./ftpauth.json" assert {type: "json"}
import { dirname } from 'path';
import { fileURLToPath } from 'url';

const __dirname = dirname(fileURLToPath(import.meta.url));

const FtpDeploy = require("ftp-deploy");
const ftpDeploy = new FtpDeploy();
const auth = require("./ftpauth.json")
const pkg = require("./package.json")

const config = {
user: auth.keycdn.username,
Expand All @@ -22,4 +24,4 @@ const config = {
ftpDeploy
.deploy(config)
.then((res) => console.log("finished:", res))
.catch((err) => console.log(err));
.catch((err) => console.log(err));
11 changes: 8 additions & 3 deletions deploy.cjs → deploy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
const FtpDeploy = require("ftp-deploy");
import FtpDeploy from "ftp-deploy"
import auth from "./ftpauth.json" assert {type: "json"}
import pkg from "./package.json" assert {type: "json"}
import { dirname } from 'path';
import { fileURLToPath } from 'url';

const __dirname = dirname(fileURLToPath(import.meta.url));

const ftp = new FtpDeploy();
const auth = require("./ftpauth.json")
const pkg = require("./package.json")

const configVer = {
user: auth.keycdn.username,
Expand Down
23 changes: 23 additions & 0 deletions icons/metro.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/metro.ttf
Binary file not shown.
Binary file modified icons/metro.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion icons/selection.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/icons.css

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions lib/metro.all.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/metro.css

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions lib/metro.js

Large diffs are not rendered by default.

Loading

0 comments on commit 37c4697

Please sign in to comment.