analytica-frontend-lib 1.0.43 → 1.0.44
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/Input/index.js +5 -2
- package/dist/Input/index.js.map +1 -1
- package/dist/Input/index.mjs +5 -2
- package/dist/Input/index.mjs.map +1 -1
- package/dist/ProgressBar/index.d.mts +36 -1
- package/dist/ProgressBar/index.d.ts +36 -1
- package/dist/ProgressBar/index.js +371 -75
- package/dist/ProgressBar/index.js.map +1 -1
- package/dist/ProgressBar/index.mjs +372 -76
- package/dist/ProgressBar/index.mjs.map +1 -1
- package/dist/index.css +43 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +376 -77
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +379 -80
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +43 -0
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -615,12 +615,21 @@
|
|
|
615
615
|
.h-\[1em\] {
|
|
616
616
|
height: 1em;
|
|
617
617
|
}
|
|
618
|
+
.h-\[19px\] {
|
|
619
|
+
height: 19px;
|
|
620
|
+
}
|
|
618
621
|
.h-\[21px\] {
|
|
619
622
|
height: 21px;
|
|
620
623
|
}
|
|
624
|
+
.h-\[24px\] {
|
|
625
|
+
height: 24px;
|
|
626
|
+
}
|
|
621
627
|
.h-\[27px\] {
|
|
622
628
|
height: 27px;
|
|
623
629
|
}
|
|
630
|
+
.h-\[35px\] {
|
|
631
|
+
height: 35px;
|
|
632
|
+
}
|
|
624
633
|
.h-\[90px\] {
|
|
625
634
|
height: 90px;
|
|
626
635
|
}
|
|
@@ -693,12 +702,18 @@
|
|
|
693
702
|
.w-\[90px\] {
|
|
694
703
|
width: 90px;
|
|
695
704
|
}
|
|
705
|
+
.w-\[131px\] {
|
|
706
|
+
width: 131px;
|
|
707
|
+
}
|
|
696
708
|
.w-\[152px\] {
|
|
697
709
|
width: 152px;
|
|
698
710
|
}
|
|
699
711
|
.w-\[288px\] {
|
|
700
712
|
width: 288px;
|
|
701
713
|
}
|
|
714
|
+
.w-\[380px\] {
|
|
715
|
+
width: 380px;
|
|
716
|
+
}
|
|
702
717
|
.w-\[384px\] {
|
|
703
718
|
width: 384px;
|
|
704
719
|
}
|
|
@@ -987,6 +1002,10 @@
|
|
|
987
1002
|
border-bottom-style: var(--tw-border-style);
|
|
988
1003
|
border-bottom-width: 1px;
|
|
989
1004
|
}
|
|
1005
|
+
.border-b-0 {
|
|
1006
|
+
border-bottom-style: var(--tw-border-style);
|
|
1007
|
+
border-bottom-width: 0px;
|
|
1008
|
+
}
|
|
990
1009
|
.border-b-2 {
|
|
991
1010
|
border-bottom-style: var(--tw-border-style);
|
|
992
1011
|
border-bottom-width: 2px;
|
|
@@ -1233,6 +1252,9 @@
|
|
|
1233
1252
|
.p-8 {
|
|
1234
1253
|
padding: calc(var(--spacing) * 8);
|
|
1235
1254
|
}
|
|
1255
|
+
.px-0 {
|
|
1256
|
+
padding-inline: calc(var(--spacing) * 0);
|
|
1257
|
+
}
|
|
1236
1258
|
.px-2 {
|
|
1237
1259
|
padding-inline: calc(var(--spacing) * 2);
|
|
1238
1260
|
}
|
|
@@ -1344,6 +1366,10 @@
|
|
|
1344
1366
|
.text-\[8px\] {
|
|
1345
1367
|
font-size: 8px;
|
|
1346
1368
|
}
|
|
1369
|
+
.leading-4 {
|
|
1370
|
+
--tw-leading: calc(var(--spacing) * 4);
|
|
1371
|
+
line-height: calc(var(--spacing) * 4);
|
|
1372
|
+
}
|
|
1347
1373
|
.leading-7 {
|
|
1348
1374
|
--tw-leading: calc(var(--spacing) * 7);
|
|
1349
1375
|
line-height: calc(var(--spacing) * 7);
|
|
@@ -1352,6 +1378,14 @@
|
|
|
1352
1378
|
--tw-leading: 9px;
|
|
1353
1379
|
line-height: 9px;
|
|
1354
1380
|
}
|
|
1381
|
+
.leading-\[14px\] {
|
|
1382
|
+
--tw-leading: 14px;
|
|
1383
|
+
line-height: 14px;
|
|
1384
|
+
}
|
|
1385
|
+
.leading-\[19px\] {
|
|
1386
|
+
--tw-leading: 19px;
|
|
1387
|
+
line-height: 19px;
|
|
1388
|
+
}
|
|
1355
1389
|
.leading-\[150\%\] {
|
|
1356
1390
|
--tw-leading: 150%;
|
|
1357
1391
|
line-height: 150%;
|
|
@@ -1413,6 +1447,9 @@
|
|
|
1413
1447
|
.\!text-text-600 {
|
|
1414
1448
|
color: var(--color-text-600) !important;
|
|
1415
1449
|
}
|
|
1450
|
+
.\!text-text-900 {
|
|
1451
|
+
color: var(--color-text-900) !important;
|
|
1452
|
+
}
|
|
1416
1453
|
.text-\[\#1c61b2\] {
|
|
1417
1454
|
color: #1c61b2;
|
|
1418
1455
|
}
|
|
@@ -1464,12 +1501,18 @@
|
|
|
1464
1501
|
.text-primary-500 {
|
|
1465
1502
|
color: var(--color-primary-500);
|
|
1466
1503
|
}
|
|
1504
|
+
.text-primary-600 {
|
|
1505
|
+
color: var(--color-primary-600);
|
|
1506
|
+
}
|
|
1467
1507
|
.text-primary-700 {
|
|
1468
1508
|
color: var(--color-primary-700);
|
|
1469
1509
|
}
|
|
1470
1510
|
.text-primary-950 {
|
|
1471
1511
|
color: var(--color-primary-950);
|
|
1472
1512
|
}
|
|
1513
|
+
.text-success-200 {
|
|
1514
|
+
color: var(--color-success-200);
|
|
1515
|
+
}
|
|
1473
1516
|
.text-success-500 {
|
|
1474
1517
|
color: var(--color-success-500);
|
|
1475
1518
|
}
|