@sankhyalabs/ez-design 5.7.2-dev.1 → 5.7.2-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/default/icons/fonts/ez-icons.css +6 -6
- package/dist/default/icons/fonts/ez-icons.eot +0 -0
- package/dist/default/icons/fonts/ez-icons.less +6 -6
- package/dist/default/icons/fonts/ez-icons.module.less +6 -6
- package/dist/default/icons/fonts/ez-icons.scss +6 -6
- package/dist/default/icons/fonts/ez-icons.styl +6 -6
- package/dist/default/icons/fonts/ez-icons.ttf +0 -0
- package/dist/default/icons/fonts/ez-icons.woff +0 -0
- package/dist/default/icons/fonts/ez-icons.woff2 +0 -0
- package/dist/default/icons/fonts/index.html +5 -5
- package/dist/default/icons/fonts/symbol.html +5 -5
- package/dist/default/icons/fonts/unicode.html +9 -9
- package/package.json +1 -1
- package/scripts/fontsGenerator.js +3 -3
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Demostração do [ez-desing](https://zeroheight.com/032f91938/v/latest/p/01732d-cores).
|
|
3
3
|
|
|
4
4
|
### Clone o projeto LiveReload na pasta sk-java
|
|
5
|
-
`git clone https://
|
|
5
|
+
`git clone https://gitlab.sankhya.com.br/dti/design-system/ez-design.git`
|
|
6
6
|
|
|
7
7
|
### Instalando o Gulp
|
|
8
8
|
A primeira coisa que você vai precisar é instalar o [Node](http://nodejs.org/).
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "ez-icons";
|
|
3
|
-
src: url('ez-icons.eot?t=
|
|
4
|
-
src: url('ez-icons.eot?t=
|
|
5
|
-
url("ez-icons.woff2?t=
|
|
6
|
-
url("ez-icons.woff?t=
|
|
7
|
-
url('ez-icons.ttf?t=
|
|
8
|
-
url('ez-icons.svg?t=
|
|
3
|
+
src: url('ez-icons.eot?t=1704410063158'); /* IE9*/
|
|
4
|
+
src: url('ez-icons.eot?t=1704410063158#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
5
|
+
url("ez-icons.woff2?t=1704410063158") format("woff2"),
|
|
6
|
+
url("ez-icons.woff?t=1704410063158") format("woff"),
|
|
7
|
+
url('ez-icons.ttf?t=1704410063158') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
8
|
+
url('ez-icons.svg?t=1704410063158#ez-icons') format('svg'); /* iOS 4.1- */
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
[class^="ez-icon-"], [class*=" ez-icon-"] {
|
|
Binary file
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {font-family: "ez-icons";
|
|
2
|
-
src: url('ez-icons.eot?t=
|
|
3
|
-
src: url('ez-icons.eot?t=
|
|
4
|
-
url("ez-icons.woff2?t=
|
|
5
|
-
url("ez-icons.woff?t=
|
|
6
|
-
url('ez-icons.ttf?t=
|
|
7
|
-
url('ez-icons.svg?t=
|
|
2
|
+
src: url('ez-icons.eot?t=1704410063158'); /* IE9*/
|
|
3
|
+
src: url('ez-icons.eot?t=1704410063158#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
4
|
+
url("ez-icons.woff2?t=1704410063158") format("woff2"),
|
|
5
|
+
url("ez-icons.woff?t=1704410063158") format("woff"),
|
|
6
|
+
url('ez-icons.ttf?t=1704410063158') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
7
|
+
url('ez-icons.svg?t=1704410063158#ez-icons') format('svg'); /* iOS 4.1- */
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
[class^="ez-icon-"], [class*=" ez-icon-"] {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {font-family: "ez-icons";
|
|
2
|
-
src: url('ez-icons.eot?t=
|
|
3
|
-
src: url('ez-icons.eot?t=
|
|
4
|
-
url("ez-icons.woff2?t=
|
|
5
|
-
url("ez-icons.woff?t=
|
|
6
|
-
url('ez-icons.ttf?t=
|
|
7
|
-
url('ez-icons.svg?t=
|
|
2
|
+
src: url('ez-icons.eot?t=1704410063158'); /* IE9*/
|
|
3
|
+
src: url('ez-icons.eot?t=1704410063158#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
4
|
+
url("ez-icons.woff2?t=1704410063158") format("woff2"),
|
|
5
|
+
url("ez-icons.woff?t=1704410063158") format("woff"),
|
|
6
|
+
url('ez-icons.ttf?t=1704410063158') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
7
|
+
url('ez-icons.svg?t=1704410063158#ez-icons') format('svg'); /* iOS 4.1- */
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
[class^="ez-icon-"], [class*=" ez-icon-"] {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {font-family: "ez-icons";
|
|
2
|
-
src: url('ez-icons.eot?t=
|
|
3
|
-
src: url('ez-icons.eot?t=
|
|
4
|
-
url("ez-icons.woff2?t=
|
|
5
|
-
url("ez-icons.woff?t=
|
|
6
|
-
url('ez-icons.ttf?t=
|
|
7
|
-
url('ez-icons.svg?t=
|
|
2
|
+
src: url('ez-icons.eot?t=1704410063158'); /* IE9*/
|
|
3
|
+
src: url('ez-icons.eot?t=1704410063158#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
4
|
+
url("ez-icons.woff2?t=1704410063158") format("woff2"),
|
|
5
|
+
url("ez-icons.woff?t=1704410063158") format("woff"),
|
|
6
|
+
url('ez-icons.ttf?t=1704410063158') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
7
|
+
url('ez-icons.svg?t=1704410063158#ez-icons') format('svg'); /* iOS 4.1- */
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
[class^="ez-icon-"], [class*=" ez-icon-"] {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
@font-face {font-family: "ez-icons";
|
|
2
|
-
src: url('ez-icons.eot?t=
|
|
3
|
-
src: url('ez-icons.eot?t=
|
|
4
|
-
url("ez-icons.woff2?t=
|
|
5
|
-
url("ez-icons.woff?t=
|
|
6
|
-
url('ez-icons.ttf?t=
|
|
7
|
-
url('ez-icons.svg?t=
|
|
2
|
+
src: url('ez-icons.eot?t=1704410063158'); /* IE9*/
|
|
3
|
+
src: url('ez-icons.eot?t=1704410063158#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
4
|
+
url("ez-icons.woff2?t=1704410063158") format("woff2"),
|
|
5
|
+
url("ez-icons.woff?t=1704410063158") format("woff"),
|
|
6
|
+
url('ez-icons.ttf?t=1704410063158') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
7
|
+
url('ez-icons.svg?t=1704410063158#ez-icons') format('svg'); /* iOS 4.1- */
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
[class^="ez-icon-"], [class*=" ez-icon-"] {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
|
|
92
92
|
<body>
|
|
93
93
|
|
|
94
|
-
<a href="https://
|
|
94
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design" target="__blank" class="github-corner">
|
|
95
95
|
<svg width="62" height="62" viewBox="0 0 250 250" aria-hidden="true" style="fill: #dc3545; color: rgb(255, 255, 255); ">
|
|
96
96
|
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
|
|
97
97
|
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" class="octo-arm" style="transform-origin: 130px 106px;"></path>
|
|
@@ -111,9 +111,9 @@
|
|
|
111
111
|
</div>
|
|
112
112
|
<p>
|
|
113
113
|
|
|
114
|
-
<a href="https://
|
|
114
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design">GitLab</a> ·
|
|
115
115
|
|
|
116
|
-
<a href="https://
|
|
116
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design/-/issues">Feedback</a> ·
|
|
117
117
|
|
|
118
118
|
<a href="index.html">Font Class</a> ·
|
|
119
119
|
|
|
@@ -128,9 +128,9 @@
|
|
|
128
128
|
</div>
|
|
129
129
|
<p class="links">
|
|
130
130
|
|
|
131
|
-
<a href="https://
|
|
131
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design">GitLab</a> ·
|
|
132
132
|
|
|
133
|
-
<a href="https://
|
|
133
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design/-/issues">Feedback</a> ·
|
|
134
134
|
|
|
135
135
|
<a href="index.html">Font Class</a> ·
|
|
136
136
|
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
|
|
90
90
|
<body>
|
|
91
91
|
|
|
92
|
-
<a href="https://
|
|
92
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design" target="__blank" class="github-corner">
|
|
93
93
|
<svg width="62" height="62" viewBox="0 0 250 250" aria-hidden="true" style="fill: #dc3545; color: rgb(255, 255, 255); ">
|
|
94
94
|
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
|
|
95
95
|
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" class="octo-arm" style="transform-origin: 130px 106px;"></path>
|
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
</div>
|
|
110
110
|
<p>
|
|
111
111
|
|
|
112
|
-
<a href="https://
|
|
112
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design">GitLab</a> ·
|
|
113
113
|
|
|
114
|
-
<a href="https://
|
|
114
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design/-/issues">Feedback</a> ·
|
|
115
115
|
|
|
116
116
|
<a href="index.html">Font Class</a> ·
|
|
117
117
|
|
|
@@ -1127,9 +1127,9 @@
|
|
|
1127
1127
|
</div>
|
|
1128
1128
|
<p class="links">
|
|
1129
1129
|
|
|
1130
|
-
<a href="https://
|
|
1130
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design">GitLab</a> ·
|
|
1131
1131
|
|
|
1132
|
-
<a href="https://
|
|
1132
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design/-/issues">Feedback</a> ·
|
|
1133
1133
|
|
|
1134
1134
|
<a href="index.html">Font Class</a> ·
|
|
1135
1135
|
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
/* IE9*/
|
|
73
73
|
src: url("ez-icons.eot#iefix") format("embedded-opentype"),
|
|
74
74
|
/* IE6-IE8 */
|
|
75
|
-
url("ez-icons.woff2?
|
|
76
|
-
url("ez-icons.woff?
|
|
75
|
+
url("ez-icons.woff2?1704410063172") format("woff2"),
|
|
76
|
+
url("ez-icons.woff?1704410063172") format("woff"),
|
|
77
77
|
/* chrome, firefox */
|
|
78
|
-
url("ez-icons.ttf?
|
|
78
|
+
url("ez-icons.ttf?1704410063172") format("truetype"),
|
|
79
79
|
/* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
|
|
80
|
-
url("ez-icons.svg#ez-icons?
|
|
80
|
+
url("ez-icons.svg#ez-icons?1704410063172") format("svg");
|
|
81
81
|
/* iOS 4.1- */
|
|
82
82
|
}
|
|
83
83
|
.iconfont {
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
|
|
111
111
|
<body>
|
|
112
112
|
|
|
113
|
-
<a href="https://
|
|
113
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design" target="__blank" class="github-corner">
|
|
114
114
|
<svg width="62" height="62" viewBox="0 0 250 250" aria-hidden="true" style="fill: #dc3545; color: rgb(255, 255, 255); ">
|
|
115
115
|
<path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path>
|
|
116
116
|
<path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" class="octo-arm" style="transform-origin: 130px 106px;"></path>
|
|
@@ -130,9 +130,9 @@
|
|
|
130
130
|
</div>
|
|
131
131
|
<p>
|
|
132
132
|
|
|
133
|
-
<a href="https://
|
|
133
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design">GitLab</a> ·
|
|
134
134
|
|
|
135
|
-
<a href="https://
|
|
135
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design/-/issues">Feedback</a> ·
|
|
136
136
|
|
|
137
137
|
<a href="index.html">Font Class</a> ·
|
|
138
138
|
|
|
@@ -147,9 +147,9 @@
|
|
|
147
147
|
</div>
|
|
148
148
|
<p class="links">
|
|
149
149
|
|
|
150
|
-
<a href="https://
|
|
150
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design">GitLab</a> ·
|
|
151
151
|
|
|
152
|
-
<a href="https://
|
|
152
|
+
<a href="https://gitlab.sankhya.com.br/dti/design-system/ez-design/-/issues">Feedback</a> ·
|
|
153
153
|
|
|
154
154
|
<a href="index.html">Font Class</a> ·
|
|
155
155
|
|
package/package.json
CHANGED
|
@@ -31,7 +31,7 @@ svgtofont({
|
|
|
31
31
|
// Add a Github corner to your website
|
|
32
32
|
// Like: https://github.com/uiwjs/react-github-corners
|
|
33
33
|
corners: {
|
|
34
|
-
url: 'https://
|
|
34
|
+
url: 'https://gitlab.sankhya.com.br/dti/design-system/ez-design',
|
|
35
35
|
width: 62, // default: 60
|
|
36
36
|
height: 62, // default: 60
|
|
37
37
|
bgColor: '#dc3545' // default: '#151513'
|
|
@@ -39,11 +39,11 @@ svgtofont({
|
|
|
39
39
|
links: [
|
|
40
40
|
{
|
|
41
41
|
title: "GitLab",
|
|
42
|
-
url: "https://
|
|
42
|
+
url: "https://gitlab.sankhya.com.br/dti/design-system/ez-design"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
title: "Feedback",
|
|
46
|
-
url: "https://
|
|
46
|
+
url: "https://gitlab.sankhya.com.br/dti/design-system/ez-design/-/issues"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
title: "Font Class",
|