@cnc-ti/layout-basic 8.8.1 → 9.0.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/index.css +52 -12
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +182 -29
- package/dist/index.d.ts +182 -29
- package/dist/index.js +584 -339
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +572 -330
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -340,19 +340,15 @@ video {
|
|
|
340
340
|
--border: 214.3 31.8% 91.4%;
|
|
341
341
|
--input: 214.3 31.8% 91.4%;
|
|
342
342
|
}
|
|
343
|
-
div[data-is-open=false].cnc-sidebar-container .cnc-sidebar-child-w-0 {
|
|
344
|
-
width: 0px;
|
|
345
|
-
padding: 0px;
|
|
346
|
-
}
|
|
347
|
-
div[data-is-open=false].cnc-sidebar-container .cnc-sidebar-child-hidden {
|
|
348
|
-
display: none;
|
|
349
|
-
}
|
|
350
343
|
.cnc-sidebar-item + .cnc-sidebar-item {
|
|
351
344
|
border-top-width: 1px;
|
|
352
345
|
border-style: solid;
|
|
353
346
|
--tw-border-opacity: 1;
|
|
354
347
|
border-color: rgb(1 48 164 / var(--tw-border-opacity, 1));
|
|
355
348
|
}
|
|
349
|
+
div[data-state=mini].cnc-sidebar-container .cnc-sidebar-item + .cnc-sidebar-item {
|
|
350
|
+
border-top-width: 0px;
|
|
351
|
+
}
|
|
356
352
|
input[type=date]::-webkit-datetime-edit {
|
|
357
353
|
flex: 1;
|
|
358
354
|
}
|
|
@@ -477,6 +473,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
477
473
|
.cnc-left-\[50\%\] {
|
|
478
474
|
left: 50%;
|
|
479
475
|
}
|
|
476
|
+
.cnc-left-full {
|
|
477
|
+
left: 100%;
|
|
478
|
+
}
|
|
480
479
|
.cnc-right-0 {
|
|
481
480
|
right: 0px;
|
|
482
481
|
}
|
|
@@ -486,6 +485,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
486
485
|
.cnc-right-4 {
|
|
487
486
|
right: 1rem;
|
|
488
487
|
}
|
|
488
|
+
.cnc-top-1\/2 {
|
|
489
|
+
top: 50%;
|
|
490
|
+
}
|
|
489
491
|
.cnc-top-4 {
|
|
490
492
|
top: 1rem;
|
|
491
493
|
}
|
|
@@ -693,8 +695,8 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
693
695
|
.cnc-h-px {
|
|
694
696
|
height: 1px;
|
|
695
697
|
}
|
|
696
|
-
.cnc-h-screen
|
|
697
|
-
height:
|
|
698
|
+
.cnc-h-screen {
|
|
699
|
+
height: 100vh;
|
|
698
700
|
}
|
|
699
701
|
.cnc-max-h-96 {
|
|
700
702
|
max-height: 24rem;
|
|
@@ -744,6 +746,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
744
746
|
.cnc-w-5 {
|
|
745
747
|
width: 1.25rem;
|
|
746
748
|
}
|
|
749
|
+
.cnc-w-56 {
|
|
750
|
+
width: 14rem;
|
|
751
|
+
}
|
|
747
752
|
.cnc-w-6 {
|
|
748
753
|
width: 1.5rem;
|
|
749
754
|
}
|
|
@@ -805,9 +810,6 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
805
810
|
.cnc-max-w-\[513px\] {
|
|
806
811
|
max-width: 513px;
|
|
807
812
|
}
|
|
808
|
-
.cnc-max-w-full {
|
|
809
|
-
max-width: 100%;
|
|
810
|
-
}
|
|
811
813
|
.cnc-max-w-md {
|
|
812
814
|
max-width: 28rem;
|
|
813
815
|
}
|
|
@@ -827,6 +829,10 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
827
829
|
--tw-translate-x: -50%;
|
|
828
830
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
829
831
|
}
|
|
832
|
+
.cnc--translate-y-1\/2 {
|
|
833
|
+
--tw-translate-y: -50%;
|
|
834
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
835
|
+
}
|
|
830
836
|
.cnc-translate-x-0 {
|
|
831
837
|
--tw-translate-x: 0px;
|
|
832
838
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
@@ -1095,6 +1101,10 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1095
1101
|
.cnc-border-input {
|
|
1096
1102
|
border-color: hsl(var(--input));
|
|
1097
1103
|
}
|
|
1104
|
+
.cnc-border-primary-200 {
|
|
1105
|
+
--tw-border-opacity: 1;
|
|
1106
|
+
border-color: rgb(1 48 164 / var(--tw-border-opacity, 1));
|
|
1107
|
+
}
|
|
1098
1108
|
.cnc-border-red-200 {
|
|
1099
1109
|
--tw-border-opacity: 1;
|
|
1100
1110
|
border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
|
|
@@ -1185,6 +1195,10 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1185
1195
|
--tw-bg-opacity: 1;
|
|
1186
1196
|
background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
|
|
1187
1197
|
}
|
|
1198
|
+
.cnc-bg-gray-900 {
|
|
1199
|
+
--tw-bg-opacity: 1;
|
|
1200
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
|
|
1201
|
+
}
|
|
1188
1202
|
.cnc-bg-muted {
|
|
1189
1203
|
background-color: hsl(var(--muted));
|
|
1190
1204
|
}
|
|
@@ -1217,6 +1231,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1217
1231
|
.cnc-bg-white\/10 {
|
|
1218
1232
|
background-color: rgb(255 255 255 / 0.1);
|
|
1219
1233
|
}
|
|
1234
|
+
.cnc-bg-white\/20 {
|
|
1235
|
+
background-color: rgb(255 255 255 / 0.2);
|
|
1236
|
+
}
|
|
1220
1237
|
.cnc-object-contain {
|
|
1221
1238
|
-o-object-fit: contain;
|
|
1222
1239
|
object-fit: contain;
|
|
@@ -1261,6 +1278,10 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1261
1278
|
padding-left: 0.5rem;
|
|
1262
1279
|
padding-right: 0.5rem;
|
|
1263
1280
|
}
|
|
1281
|
+
.cnc-px-2\.5 {
|
|
1282
|
+
padding-left: 0.625rem;
|
|
1283
|
+
padding-right: 0.625rem;
|
|
1284
|
+
}
|
|
1264
1285
|
.cnc-px-3 {
|
|
1265
1286
|
padding-left: 0.75rem;
|
|
1266
1287
|
padding-right: 0.75rem;
|
|
@@ -1305,6 +1326,10 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1305
1326
|
padding-top: 0.5rem;
|
|
1306
1327
|
padding-bottom: 0.5rem;
|
|
1307
1328
|
}
|
|
1329
|
+
.cnc-py-2\.5 {
|
|
1330
|
+
padding-top: 0.625rem;
|
|
1331
|
+
padding-bottom: 0.625rem;
|
|
1332
|
+
}
|
|
1308
1333
|
.cnc-py-3 {
|
|
1309
1334
|
padding-top: 0.75rem;
|
|
1310
1335
|
padding-bottom: 0.75rem;
|
|
@@ -1325,6 +1350,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1325
1350
|
padding-top: 2rem;
|
|
1326
1351
|
padding-bottom: 2rem;
|
|
1327
1352
|
}
|
|
1353
|
+
.cnc-pb-2 {
|
|
1354
|
+
padding-bottom: 0.5rem;
|
|
1355
|
+
}
|
|
1328
1356
|
.cnc-pb-4 {
|
|
1329
1357
|
padding-bottom: 1rem;
|
|
1330
1358
|
}
|
|
@@ -1559,6 +1587,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1559
1587
|
--tw-text-opacity: 1;
|
|
1560
1588
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
1561
1589
|
}
|
|
1590
|
+
.cnc-text-white\/70 {
|
|
1591
|
+
color: rgb(255 255 255 / 0.7);
|
|
1592
|
+
}
|
|
1562
1593
|
.cnc-underline {
|
|
1563
1594
|
text-decoration-line: underline;
|
|
1564
1595
|
}
|
|
@@ -1723,6 +1754,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1723
1754
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1724
1755
|
transition-duration: 150ms;
|
|
1725
1756
|
}
|
|
1757
|
+
.cnc-duration-150 {
|
|
1758
|
+
transition-duration: 150ms;
|
|
1759
|
+
}
|
|
1726
1760
|
.cnc-duration-200 {
|
|
1727
1761
|
transition-duration: 200ms;
|
|
1728
1762
|
}
|
|
@@ -1744,6 +1778,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1744
1778
|
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
|
|
1745
1779
|
}
|
|
1746
1780
|
}
|
|
1781
|
+
.cnc-duration-150 {
|
|
1782
|
+
animation-duration: 150ms;
|
|
1783
|
+
}
|
|
1747
1784
|
.cnc-duration-200 {
|
|
1748
1785
|
animation-duration: 200ms;
|
|
1749
1786
|
}
|
|
@@ -1859,6 +1896,9 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
|
|
1859
1896
|
--tw-bg-opacity: 1;
|
|
1860
1897
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
1861
1898
|
}
|
|
1899
|
+
.hover\:cnc-bg-white\/10:hover {
|
|
1900
|
+
background-color: rgb(255 255 255 / 0.1);
|
|
1901
|
+
}
|
|
1862
1902
|
.hover\:cnc-text-accent-foreground:hover {
|
|
1863
1903
|
color: hsl(var(--accent-foreground));
|
|
1864
1904
|
}
|