@secondstaxorg/sscomp 1.3.5 → 1.4.1
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/bundle.css +2 -0
- package/dist/fonts/Circular Pro Black.ttf +0 -0
- package/dist/fonts/Circular Pro Bold.ttf +0 -0
- package/dist/fonts/Circular Pro Book.ttf +0 -0
- package/dist/fonts/Circular Pro Light.otf +0 -0
- package/dist/fonts/Circular Pro Medium.ttf +0 -0
- package/dist/index.css +136 -0
- package/dist/index.es.css +136 -0
- package/dist/index.es.js +753 -748
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1237 -4051
- package/dist/index.js.map +1 -1
- package/dist/index.min.css +136 -0
- package/dist/index.min.js +753 -748
- package/dist/index.min.js.map +1 -1
- package/dist/typography.module.css +317 -0
- package/package.json +98 -84
- package/types/components/PasswordField/type.d.ts +2 -2
- package/types/components/Selector/styles.d.ts +1 -0
- package/types/components/Selector/types.d.ts +10 -0
- package/types/components/Typography/index.d.ts +4 -0
- package/types/components/index.d.ts +1 -1
- package/types/ui-documentation/colours/style.d.ts +1 -1
- package/types/ui-documentation/typography/style.d.ts +1 -0
- package/types/components/Dropshadows/DropShadows.d.ts +0 -4
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
.style_loader__WisPd svg{
|
|
2
|
+
animation: style_loader__WisPd 1.2s infinite linear;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
@keyframes style_loader__WisPd {
|
|
6
|
+
from{
|
|
7
|
+
rotate: 0;
|
|
8
|
+
}
|
|
9
|
+
to{
|
|
10
|
+
rotate:360deg;
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@font-face {
|
|
15
|
+
font-family: 'icomoon';
|
|
16
|
+
src: url('fonts/icomoon.eot?fpuszj');
|
|
17
|
+
src: url('fonts/icomoon.eot?fpuszj#iefix') format('embedded-opentype'),
|
|
18
|
+
url('fonts/icomoon.ttf?fpuszj') format('truetype'),
|
|
19
|
+
url('fonts/icomoon.woff?fpuszj') format('woff'),
|
|
20
|
+
url('fonts/icomoon.svg?fpuszj#icomoon') format('svg');
|
|
21
|
+
font-weight: normal;
|
|
22
|
+
font-style: normal;
|
|
23
|
+
font-display: block;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
[class^="icon-"], [class*=" icon-"] {
|
|
27
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
|
28
|
+
font-family: 'icomoon' !important;
|
|
29
|
+
speak: never;
|
|
30
|
+
font-style: normal;
|
|
31
|
+
font-weight: normal;
|
|
32
|
+
font-variant: normal;
|
|
33
|
+
text-transform: none;
|
|
34
|
+
line-height: 1;
|
|
35
|
+
|
|
36
|
+
/* Better Font Rendering =========== */
|
|
37
|
+
-webkit-font-smoothing: antialiased;
|
|
38
|
+
-moz-osx-font-smoothing: grayscale;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.icons_icon-search__Suq-P:before {
|
|
42
|
+
content: "\e91a";
|
|
43
|
+
}
|
|
44
|
+
.icons_icon-angle-right-b__HUlDm:before {
|
|
45
|
+
content: "\e917";
|
|
46
|
+
}
|
|
47
|
+
.icons_icon-angle-left__rFa--:before {
|
|
48
|
+
content: "\e918";
|
|
49
|
+
}
|
|
50
|
+
.icons_icon-angle-left-b__d-MbM:before {
|
|
51
|
+
content: "\e919";
|
|
52
|
+
}
|
|
53
|
+
.icons_icon-exclamation-triangle__I6HFk:before {
|
|
54
|
+
content: "\e916";
|
|
55
|
+
}
|
|
56
|
+
.icons_icon-eye__gR3er:before {
|
|
57
|
+
content: "\e914";
|
|
58
|
+
}
|
|
59
|
+
.icons_icon-eye-slash__nB-2V:before {
|
|
60
|
+
content: "\e915";
|
|
61
|
+
}
|
|
62
|
+
.icons_icon-info-circle__E9tZC:before {
|
|
63
|
+
content: "\e913";
|
|
64
|
+
}
|
|
65
|
+
.icons_icon-arrow-left__0FlZU:before {
|
|
66
|
+
content: "\e912";
|
|
67
|
+
}
|
|
68
|
+
.icons_icon-check__S6CFf:before {
|
|
69
|
+
content: "\e911";
|
|
70
|
+
}
|
|
71
|
+
.icons_icon-history__Fg53C:before {
|
|
72
|
+
content: "\e910";
|
|
73
|
+
}
|
|
74
|
+
.icons_icon-dash__fmxNJ:before {
|
|
75
|
+
content: "\1f32b";
|
|
76
|
+
}
|
|
77
|
+
.icons_icon-arrow-up-right__H1cka:before {
|
|
78
|
+
content: "\e90e";
|
|
79
|
+
}
|
|
80
|
+
.icons_icon-arrow-down-right__sQHwe:before {
|
|
81
|
+
content: "\e90f";
|
|
82
|
+
}
|
|
83
|
+
.icons_icon-arrows-left-right__dmv5o:before {
|
|
84
|
+
content: "\e90d";
|
|
85
|
+
}
|
|
86
|
+
.icons_icon-angle-up__oiCBz:before {
|
|
87
|
+
content: "\e90c";
|
|
88
|
+
}
|
|
89
|
+
.icons_icon-user__jooqY:before {
|
|
90
|
+
content: "\e90a";
|
|
91
|
+
}
|
|
92
|
+
.icons_icon-logout__4kJjS:before {
|
|
93
|
+
content: "\e90b";
|
|
94
|
+
}
|
|
95
|
+
.icons_icon-angle-right__vgtLv:before {
|
|
96
|
+
content: "\e907";
|
|
97
|
+
}
|
|
98
|
+
.icons_icon-times__tNdUM:before {
|
|
99
|
+
content: "\e909";
|
|
100
|
+
}
|
|
101
|
+
.icons_icon-bars__yKP5v:before {
|
|
102
|
+
content: "\e908";
|
|
103
|
+
}
|
|
104
|
+
.icons_icon-angle-down__jlO4a:before {
|
|
105
|
+
content: "\e906";
|
|
106
|
+
}
|
|
107
|
+
.icons_icon-bug__kxO8i:before {
|
|
108
|
+
content: "\e904";
|
|
109
|
+
}
|
|
110
|
+
.icons_icon-notification__fQhv-:before {
|
|
111
|
+
content: "\e905";
|
|
112
|
+
}
|
|
113
|
+
.icons_icon-settings__pypbX:before {
|
|
114
|
+
content: "\e903";
|
|
115
|
+
}
|
|
116
|
+
.icons_icon-chart__czcdA:before {
|
|
117
|
+
content: "\e900";
|
|
118
|
+
}
|
|
119
|
+
.icons_icon-dashboard__g0twC:before {
|
|
120
|
+
content: "\e901";
|
|
121
|
+
}
|
|
122
|
+
.icons_icon-report__C2wpi:before {
|
|
123
|
+
content: "\e902";
|
|
124
|
+
}
|
|
125
|
+
.icons_icon-angle-right-b-16__6Zc4l:before {
|
|
126
|
+
content: "\e91b";
|
|
127
|
+
}
|
|
128
|
+
.icons_icon-angle-left-16__wmprn:before {
|
|
129
|
+
content: "\e91c";
|
|
130
|
+
}
|
|
131
|
+
.icons_icon-angle-left-b-16__Z8ZYH:before {
|
|
132
|
+
content: "\e91e";
|
|
133
|
+
}
|
|
134
|
+
.icons_icon-angle-right-16__0tvm-:before {
|
|
135
|
+
content: "\e91d";
|
|
136
|
+
}
|