iszolea-ui 1.0.17 → 1.0.18
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/css/index.css +36 -0
- package/dist/css/index.legacy.css +18 -0
- package/dist/css/theme.classic.css +18 -0
- package/dist/css/theme.dark.css +18 -0
- package/dist/fonts/iconfont16.woff2 +0 -0
- package/dist/fonts/iconfont24.woff2 +0 -0
- package/dist/fonts/iconfont32.woff2 +0 -0
- package/dist/js/index.development.js +118 -4
- package/dist/js/index.js +1 -1
- package/dist/types/Footer/Index.d.ts +23 -0
- package/dist/types/index.d.ts +2 -1
- package/package.json +1 -1
package/dist/css/index.css
CHANGED
|
@@ -100,6 +100,24 @@ label {
|
|
|
100
100
|
.footer__copyright {
|
|
101
101
|
margin-right: 4px; }
|
|
102
102
|
|
|
103
|
+
.footer__indicator {
|
|
104
|
+
height: 15px;
|
|
105
|
+
width: 15px;
|
|
106
|
+
border-radius: 50%;
|
|
107
|
+
display: inline-block;
|
|
108
|
+
margin-left: 7px;
|
|
109
|
+
margin-right: 15px;
|
|
110
|
+
margin-bottom: -2px; }
|
|
111
|
+
|
|
112
|
+
.footer__indicator_type_success {
|
|
113
|
+
background-color: #66b92e; }
|
|
114
|
+
|
|
115
|
+
.footer__indicator_type_warning {
|
|
116
|
+
background-color: #ec9e47; }
|
|
117
|
+
|
|
118
|
+
.footer__indicator_type_error {
|
|
119
|
+
background-color: #ec5b48; }
|
|
120
|
+
|
|
103
121
|
.dx-menu.header-menu, .dx-menu.header-menu *, .header-menu .dx-submenu {
|
|
104
122
|
font-family: "Montserrat", sans-serif;
|
|
105
123
|
font-size: 13px;
|
|
@@ -1229,6 +1247,24 @@ label {
|
|
|
1229
1247
|
.footer__copyright {
|
|
1230
1248
|
margin-right: 4px; }
|
|
1231
1249
|
|
|
1250
|
+
.footer__indicator {
|
|
1251
|
+
height: 12px;
|
|
1252
|
+
width: 12px;
|
|
1253
|
+
border-radius: 50%;
|
|
1254
|
+
display: inline-block;
|
|
1255
|
+
margin-left: 4px;
|
|
1256
|
+
margin-right: 8px;
|
|
1257
|
+
margin-bottom: -2px; }
|
|
1258
|
+
|
|
1259
|
+
.footer__indicator_type_success {
|
|
1260
|
+
background-color: #66b92e; }
|
|
1261
|
+
|
|
1262
|
+
.footer__indicator_type_warning {
|
|
1263
|
+
background-color: #ec9e47; }
|
|
1264
|
+
|
|
1265
|
+
.footer__indicator_type_error {
|
|
1266
|
+
background-color: #ec5b48; }
|
|
1267
|
+
|
|
1232
1268
|
.iszolea-landing-page {
|
|
1233
1269
|
text-align: center;
|
|
1234
1270
|
position: fixed;
|
|
@@ -245,6 +245,24 @@ label {
|
|
|
245
245
|
.footer__copyright {
|
|
246
246
|
margin-right: 4px; }
|
|
247
247
|
|
|
248
|
+
.footer__indicator {
|
|
249
|
+
height: 15px;
|
|
250
|
+
width: 15px;
|
|
251
|
+
border-radius: 50%;
|
|
252
|
+
display: inline-block;
|
|
253
|
+
margin-left: 7px;
|
|
254
|
+
margin-right: 15px;
|
|
255
|
+
margin-bottom: -2px; }
|
|
256
|
+
|
|
257
|
+
.footer__indicator_type_success {
|
|
258
|
+
background-color: #66b92e; }
|
|
259
|
+
|
|
260
|
+
.footer__indicator_type_warning {
|
|
261
|
+
background-color: #ec9e47; }
|
|
262
|
+
|
|
263
|
+
.footer__indicator_type_error {
|
|
264
|
+
background-color: #ec5b48; }
|
|
265
|
+
|
|
248
266
|
.dx-menu.header-menu, .dx-menu.header-menu *, .header-menu .dx-submenu {
|
|
249
267
|
font-family: "Montserrat", sans-serif;
|
|
250
268
|
font-size: 13px;
|
|
@@ -684,6 +684,24 @@ label {
|
|
|
684
684
|
.footer__copyright {
|
|
685
685
|
margin-right: 4px; }
|
|
686
686
|
|
|
687
|
+
.footer__indicator {
|
|
688
|
+
height: 12px;
|
|
689
|
+
width: 12px;
|
|
690
|
+
border-radius: 50%;
|
|
691
|
+
display: inline-block;
|
|
692
|
+
margin-left: 4px;
|
|
693
|
+
margin-right: 8px;
|
|
694
|
+
margin-bottom: -2px; }
|
|
695
|
+
|
|
696
|
+
.footer__indicator_type_success {
|
|
697
|
+
background-color: #66b92e; }
|
|
698
|
+
|
|
699
|
+
.footer__indicator_type_warning {
|
|
700
|
+
background-color: #ec9e47; }
|
|
701
|
+
|
|
702
|
+
.footer__indicator_type_error {
|
|
703
|
+
background-color: #ec5b48; }
|
|
704
|
+
|
|
687
705
|
.iszolea-landing-page {
|
|
688
706
|
text-align: center;
|
|
689
707
|
position: fixed;
|
package/dist/css/theme.dark.css
CHANGED
|
@@ -684,6 +684,24 @@ label {
|
|
|
684
684
|
.footer__copyright {
|
|
685
685
|
margin-right: 4px; }
|
|
686
686
|
|
|
687
|
+
.footer__indicator {
|
|
688
|
+
height: 12px;
|
|
689
|
+
width: 12px;
|
|
690
|
+
border-radius: 50%;
|
|
691
|
+
display: inline-block;
|
|
692
|
+
margin-left: 4px;
|
|
693
|
+
margin-right: 8px;
|
|
694
|
+
margin-bottom: -2px; }
|
|
695
|
+
|
|
696
|
+
.footer__indicator_type_success {
|
|
697
|
+
background-color: #66b92e; }
|
|
698
|
+
|
|
699
|
+
.footer__indicator_type_warning {
|
|
700
|
+
background-color: #ec9e47; }
|
|
701
|
+
|
|
702
|
+
.footer__indicator_type_error {
|
|
703
|
+
background-color: #ec5b48; }
|
|
704
|
+
|
|
687
705
|
.iszolea-landing-page {
|
|
688
706
|
text-align: center;
|
|
689
707
|
position: fixed;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|