globalfy-design-system 0.116.0 → 0.118.0
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/dist/components/atoms/Icon/assets/selection.json.d.ts +133 -145
- package/dist/components/atoms/Input/Input.d.ts +1 -0
- package/dist/components/atoms/Input/Input.stories.d.ts +1 -0
- package/dist/components/atoms/Input/Input.types.d.ts +1 -0
- package/dist/fonts/icomoon.eot +0 -0
- package/dist/fonts/icomoon.svg +4 -8
- package/dist/fonts/icomoon.ttf +0 -0
- package/dist/fonts/icomoon.woff +0 -0
- package/dist/globalfy-design-system.js +1532 -1575
- package/dist/globalfy-design-system.umd.cjs +17 -17
- package/dist/selection.json +133 -145
- package/dist/style.css +18 -40
- package/package.json +1 -1
package/dist/style.css
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family:
|
|
3
|
-
src:
|
|
4
|
-
src:
|
|
5
|
-
url(
|
|
6
|
-
url(
|
|
7
|
-
url(
|
|
2
|
+
font-family: "icomoon";
|
|
3
|
+
src: url("fonts/icomoon.eot?hvxbc3");
|
|
4
|
+
src:
|
|
5
|
+
url("fonts/icomoon.eot?hvxbc3#iefix") format("embedded-opentype"),
|
|
6
|
+
url("fonts/icomoon.ttf?hvxbc3") format("truetype"),
|
|
7
|
+
url("fonts/icomoon.woff?hvxbc3") format("woff"),
|
|
8
|
+
url("fonts/icomoon.svg?hvxbc3#icomoon") format("svg");
|
|
8
9
|
font-weight: normal;
|
|
9
10
|
font-style: normal;
|
|
10
11
|
font-display: block;
|
|
11
12
|
}
|
|
12
13
|
|
|
13
|
-
[class^="icon-"],
|
|
14
|
+
[class^="icon-"],
|
|
15
|
+
[class*=" icon-"] {
|
|
14
16
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
15
|
-
font-family:
|
|
17
|
+
font-family: "icomoon" !important;
|
|
16
18
|
speak: never;
|
|
17
19
|
font-style: normal;
|
|
18
20
|
font-weight: normal;
|
|
@@ -24,36 +26,6 @@
|
|
|
24
26
|
-webkit-font-smoothing: antialiased;
|
|
25
27
|
-moz-osx-font-smoothing: grayscale;
|
|
26
28
|
}
|
|
27
|
-
|
|
28
|
-
.icon-resend .path1:before {
|
|
29
|
-
content: "\e915";
|
|
30
|
-
color: rgb(0, 0, 0);
|
|
31
|
-
}
|
|
32
|
-
.icon-resend .path2:before {
|
|
33
|
-
content: "\e916";
|
|
34
|
-
margin-left: -1em;
|
|
35
|
-
color: rgb(0, 0, 0);
|
|
36
|
-
}
|
|
37
|
-
.icon-resend .path3:before {
|
|
38
|
-
content: "\e917";
|
|
39
|
-
margin-left: -1em;
|
|
40
|
-
color: rgb(217, 217, 217);
|
|
41
|
-
}
|
|
42
|
-
.icon-resend .path4:before {
|
|
43
|
-
content: "\e918";
|
|
44
|
-
margin-left: -1em;
|
|
45
|
-
color: rgb(0, 0, 0);
|
|
46
|
-
}
|
|
47
|
-
.icon-resend .path5:before {
|
|
48
|
-
content: "\e919";
|
|
49
|
-
margin-left: -1em;
|
|
50
|
-
color: rgb(0, 0, 0);
|
|
51
|
-
}
|
|
52
|
-
.icon-resend .path6:before {
|
|
53
|
-
content: "\e91a";
|
|
54
|
-
margin-left: -1em;
|
|
55
|
-
color: rgb(0, 0, 0);
|
|
56
|
-
}
|
|
57
29
|
.icon-user:before {
|
|
58
30
|
content: "\e90a";
|
|
59
31
|
}
|
|
@@ -108,12 +80,18 @@
|
|
|
108
80
|
.icon-external-link:before {
|
|
109
81
|
content: "\e906";
|
|
110
82
|
}
|
|
111
|
-
.icon-
|
|
83
|
+
.icon-resend:before {
|
|
112
84
|
content: "\e907";
|
|
113
85
|
}
|
|
114
|
-
.icon-eye:before {
|
|
86
|
+
.icon-eye-close:before {
|
|
115
87
|
content: "\e908";
|
|
116
88
|
}
|
|
117
89
|
.icon-help-circle:before {
|
|
118
90
|
content: "\e909";
|
|
119
91
|
}
|
|
92
|
+
.icon-eye-open:before {
|
|
93
|
+
content: "\e915";
|
|
94
|
+
}
|
|
95
|
+
.icon-credit-card-number:before {
|
|
96
|
+
content: "\e916";
|
|
97
|
+
}
|