analytica-frontend-lib 1.0.80 → 1.0.82
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/Accordation/index.js +106 -0
- package/dist/Accordation/index.js.map +1 -1
- package/dist/Accordation/index.mjs +106 -0
- package/dist/Accordation/index.mjs.map +1 -1
- package/dist/Card/index.d.mts +16 -1
- package/dist/Card/index.d.ts +16 -1
- package/dist/Card/index.js +108 -0
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +107 -0
- package/dist/Card/index.mjs.map +1 -1
- package/dist/CheckBox/index.d.mts +1 -1
- package/dist/CheckBox/index.d.ts +1 -1
- package/dist/Radio/index.d.mts +2 -2
- package/dist/Radio/index.d.ts +2 -2
- package/dist/index.css +32 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +108 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +107 -0
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +32 -0
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -849,6 +849,9 @@
|
|
|
849
849
|
.min-h-\[50px\] {
|
|
850
850
|
min-height: 50px;
|
|
851
851
|
}
|
|
852
|
+
.min-h-\[61px\] {
|
|
853
|
+
min-height: 61px;
|
|
854
|
+
}
|
|
852
855
|
.min-h-\[67px\] {
|
|
853
856
|
min-height: 67px;
|
|
854
857
|
}
|
|
@@ -906,6 +909,9 @@
|
|
|
906
909
|
.w-10 {
|
|
907
910
|
width: calc(var(--spacing) * 10);
|
|
908
911
|
}
|
|
912
|
+
.w-11 {
|
|
913
|
+
width: calc(var(--spacing) * 11);
|
|
914
|
+
}
|
|
909
915
|
.w-20 {
|
|
910
916
|
width: calc(var(--spacing) * 20);
|
|
911
917
|
}
|
|
@@ -1024,6 +1030,9 @@
|
|
|
1024
1030
|
.max-w-\[970px\] {
|
|
1025
1031
|
max-width: 970px;
|
|
1026
1032
|
}
|
|
1033
|
+
.max-w-\[992px\] {
|
|
1034
|
+
max-width: 992px;
|
|
1035
|
+
}
|
|
1027
1036
|
.max-w-\[1000px\] {
|
|
1028
1037
|
max-width: 1000px;
|
|
1029
1038
|
}
|
|
@@ -1113,6 +1122,12 @@
|
|
|
1113
1122
|
--tw-translate-y: calc(var(--spacing) * 1);
|
|
1114
1123
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1115
1124
|
}
|
|
1125
|
+
.scale-75 {
|
|
1126
|
+
--tw-scale-x: 75%;
|
|
1127
|
+
--tw-scale-y: 75%;
|
|
1128
|
+
--tw-scale-z: 75%;
|
|
1129
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
1130
|
+
}
|
|
1116
1131
|
.-rotate-90 {
|
|
1117
1132
|
rotate: calc(90deg * -1);
|
|
1118
1133
|
}
|
|
@@ -1128,6 +1143,9 @@
|
|
|
1128
1143
|
.transform {
|
|
1129
1144
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
1130
1145
|
}
|
|
1146
|
+
.transform-gpu {
|
|
1147
|
+
transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
1148
|
+
}
|
|
1131
1149
|
.animate-pulse {
|
|
1132
1150
|
animation: var(--animate-pulse);
|
|
1133
1151
|
}
|
|
@@ -1382,6 +1400,10 @@
|
|
|
1382
1400
|
.rounded-xs {
|
|
1383
1401
|
border-radius: var(--radius-xs);
|
|
1384
1402
|
}
|
|
1403
|
+
.rounded-t-3xl {
|
|
1404
|
+
border-top-left-radius: var(--radius-3xl);
|
|
1405
|
+
border-top-right-radius: var(--radius-3xl);
|
|
1406
|
+
}
|
|
1385
1407
|
.rounded-t-xl {
|
|
1386
1408
|
border-top-left-radius: var(--radius-xl);
|
|
1387
1409
|
border-top-right-radius: var(--radius-xl);
|
|
@@ -1390,6 +1412,10 @@
|
|
|
1390
1412
|
border-top-left-radius: var(--radius-xl);
|
|
1391
1413
|
border-bottom-left-radius: var(--radius-xl);
|
|
1392
1414
|
}
|
|
1415
|
+
.rounded-b-3xl {
|
|
1416
|
+
border-bottom-right-radius: var(--radius-3xl);
|
|
1417
|
+
border-bottom-left-radius: var(--radius-3xl);
|
|
1418
|
+
}
|
|
1393
1419
|
.border {
|
|
1394
1420
|
border-style: var(--tw-border-style);
|
|
1395
1421
|
border-width: 1px;
|
|
@@ -8383,6 +8409,9 @@
|
|
|
8383
8409
|
@property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
|
|
8384
8410
|
@property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
|
|
8385
8411
|
@property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }
|
|
8412
|
+
@property --tw-scale-x { syntax: "*"; inherits: false; initial-value: 1; }
|
|
8413
|
+
@property --tw-scale-y { syntax: "*"; inherits: false; initial-value: 1; }
|
|
8414
|
+
@property --tw-scale-z { syntax: "*"; inherits: false; initial-value: 1; }
|
|
8386
8415
|
@property --tw-rotate-x { syntax: "*"; inherits: false; }
|
|
8387
8416
|
@property --tw-rotate-y { syntax: "*"; inherits: false; }
|
|
8388
8417
|
@property --tw-rotate-z { syntax: "*"; inherits: false; }
|
|
@@ -8456,6 +8485,9 @@
|
|
|
8456
8485
|
--tw-translate-x: 0;
|
|
8457
8486
|
--tw-translate-y: 0;
|
|
8458
8487
|
--tw-translate-z: 0;
|
|
8488
|
+
--tw-scale-x: 1;
|
|
8489
|
+
--tw-scale-y: 1;
|
|
8490
|
+
--tw-scale-z: 1;
|
|
8459
8491
|
--tw-rotate-x: initial;
|
|
8460
8492
|
--tw-rotate-y: initial;
|
|
8461
8493
|
--tw-rotate-z: initial;
|