next-data-kit 9.7.0 → 9.8.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/{chunk-I7H2EAIT.cjs → chunk-4VG2HMRV.cjs} +118 -118
- package/dist/chunk-4VG2HMRV.cjs.map +1 -0
- package/dist/{chunk-3HUTZ4EO.js → chunk-PYLLPSZM.js} +118 -118
- package/dist/chunk-PYLLPSZM.js.map +1 -0
- package/dist/client.cjs +11 -11
- package/dist/client.js +1 -1
- package/dist/index.cjs +29 -29
- package/dist/index.js +2 -2
- package/dist/styles.css +1 -1
- package/package.json +2 -2
- package/dist/chunk-3HUTZ4EO.js.map +0 -1
- package/dist/chunk-I7H2EAIT.cjs.map +0 -1
|
@@ -232,27 +232,27 @@ styleInject(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
|
232
232
|
:before,
|
|
233
233
|
:after,
|
|
234
234
|
::backdrop {
|
|
235
|
-
--
|
|
236
|
-
--
|
|
237
|
-
--
|
|
238
|
-
--
|
|
239
|
-
--
|
|
240
|
-
--
|
|
241
|
-
--
|
|
242
|
-
--
|
|
243
|
-
--
|
|
244
|
-
--
|
|
245
|
-
--
|
|
246
|
-
--
|
|
247
|
-
--
|
|
248
|
-
--
|
|
249
|
-
--
|
|
250
|
-
--
|
|
251
|
-
--
|
|
252
|
-
--
|
|
253
|
-
--
|
|
254
|
-
--
|
|
255
|
-
--
|
|
235
|
+
--ndk-space-y-reverse:0;
|
|
236
|
+
--ndk-border-style:solid;
|
|
237
|
+
--ndk-font-weight:initial;
|
|
238
|
+
--ndk-tracking:initial;
|
|
239
|
+
--ndk-shadow:0 0 #0000;
|
|
240
|
+
--ndk-shadow-color:initial;
|
|
241
|
+
--ndk-shadow-alpha:100%;
|
|
242
|
+
--ndk-inset-shadow:0 0 #0000;
|
|
243
|
+
--ndk-inset-shadow-color:initial;
|
|
244
|
+
--ndk-inset-shadow-alpha:100%;
|
|
245
|
+
--ndk-ring-color:initial;
|
|
246
|
+
--ndk-ring-shadow:0 0 #0000;
|
|
247
|
+
--ndk-inset-ring-color:initial;
|
|
248
|
+
--ndk-inset-ring-shadow:0 0 #0000;
|
|
249
|
+
--ndk-ring-inset:initial;
|
|
250
|
+
--ndk-ring-offset-width:0px;
|
|
251
|
+
--ndk-ring-offset-color:#fff;
|
|
252
|
+
--ndk-ring-offset-shadow:0 0 #0000;
|
|
253
|
+
--ndk-translate-x:0;
|
|
254
|
+
--ndk-translate-y:0;
|
|
255
|
+
--ndk-translate-z:0;
|
|
256
256
|
}
|
|
257
257
|
}
|
|
258
258
|
}
|
|
@@ -756,9 +756,9 @@ styleInject(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
|
756
756
|
gap: calc(var(--ndk-spacing)*4);
|
|
757
757
|
}
|
|
758
758
|
:where(.ndk\\:space-y-3 > :not(:last-child)) {
|
|
759
|
-
--
|
|
760
|
-
margin-block-start: calc(calc(var(--ndk-spacing)*3)*var(--
|
|
761
|
-
margin-block-end: calc(calc(var(--ndk-spacing)*3)*calc(1 - var(--
|
|
759
|
+
--ndk-space-y-reverse:0;
|
|
760
|
+
margin-block-start: calc(calc(var(--ndk-spacing)*3)*var(--ndk-space-y-reverse));
|
|
761
|
+
margin-block-end: calc(calc(var(--ndk-spacing)*3)*calc(1 - var(--ndk-space-y-reverse)));
|
|
762
762
|
}
|
|
763
763
|
.ndk\\:overflow-hidden {
|
|
764
764
|
overflow: hidden;
|
|
@@ -785,15 +785,15 @@ styleInject(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
|
785
785
|
border-radius: var(--ndk-radius-sm);
|
|
786
786
|
}
|
|
787
787
|
.ndk\\:border {
|
|
788
|
-
border-style: var(--
|
|
788
|
+
border-style: var(--ndk-border-style);
|
|
789
789
|
border-width: 1px;
|
|
790
790
|
}
|
|
791
791
|
.ndk\\:border-t {
|
|
792
|
-
border-top-style: var(--
|
|
792
|
+
border-top-style: var(--ndk-border-style);
|
|
793
793
|
border-top-width: 1px;
|
|
794
794
|
}
|
|
795
795
|
.ndk\\:border-b {
|
|
796
|
-
border-bottom-style: var(--
|
|
796
|
+
border-bottom-style: var(--ndk-border-style);
|
|
797
797
|
border-bottom-width: 1px;
|
|
798
798
|
}
|
|
799
799
|
.ndk\\:border-gray-100 {
|
|
@@ -899,18 +899,18 @@ styleInject(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
|
899
899
|
}
|
|
900
900
|
.ndk\\:text-sm {
|
|
901
901
|
font-size: var(--ndk-text-sm);
|
|
902
|
-
line-height: var(--
|
|
902
|
+
line-height: var(--ndk-leading,var(--ndk-text-sm--line-height));
|
|
903
903
|
}
|
|
904
904
|
.ndk\\:text-xs {
|
|
905
905
|
font-size: var(--ndk-text-xs);
|
|
906
|
-
line-height: var(--
|
|
906
|
+
line-height: var(--ndk-leading,var(--ndk-text-xs--line-height));
|
|
907
907
|
}
|
|
908
908
|
.ndk\\:font-medium {
|
|
909
|
-
--
|
|
909
|
+
--ndk-font-weight:var(--ndk-font-weight-medium);
|
|
910
910
|
font-weight: var(--ndk-font-weight-medium);
|
|
911
911
|
}
|
|
912
912
|
.ndk\\:tracking-widest {
|
|
913
|
-
--
|
|
913
|
+
--ndk-tracking:var(--ndk-tracking-widest);
|
|
914
914
|
letter-spacing: var(--ndk-tracking-widest);
|
|
915
915
|
}
|
|
916
916
|
.ndk\\:whitespace-nowrap {
|
|
@@ -938,34 +938,34 @@ styleInject(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
|
938
938
|
opacity: .5;
|
|
939
939
|
}
|
|
940
940
|
.ndk\\:shadow-lg {
|
|
941
|
-
--
|
|
941
|
+
--ndk-shadow:0 10px 15px -3px var(--ndk-shadow-color,#0000001a),0 4px 6px -4px var(--ndk-shadow-color,#0000001a);
|
|
942
942
|
box-shadow:
|
|
943
|
-
var(--
|
|
944
|
-
var(--
|
|
945
|
-
var(--
|
|
946
|
-
var(--
|
|
947
|
-
var(--
|
|
943
|
+
var(--ndk-inset-shadow),
|
|
944
|
+
var(--ndk-inset-ring-shadow),
|
|
945
|
+
var(--ndk-ring-offset-shadow),
|
|
946
|
+
var(--ndk-ring-shadow),
|
|
947
|
+
var(--ndk-shadow);
|
|
948
948
|
}
|
|
949
949
|
.ndk\\:shadow-md {
|
|
950
|
-
--
|
|
950
|
+
--ndk-shadow:0 4px 6px -1px var(--ndk-shadow-color,#0000001a),0 2px 4px -2px var(--ndk-shadow-color,#0000001a);
|
|
951
951
|
box-shadow:
|
|
952
|
-
var(--
|
|
953
|
-
var(--
|
|
954
|
-
var(--
|
|
955
|
-
var(--
|
|
956
|
-
var(--
|
|
952
|
+
var(--ndk-inset-shadow),
|
|
953
|
+
var(--ndk-inset-ring-shadow),
|
|
954
|
+
var(--ndk-ring-offset-shadow),
|
|
955
|
+
var(--ndk-ring-shadow),
|
|
956
|
+
var(--ndk-shadow);
|
|
957
957
|
}
|
|
958
958
|
.ndk\\:shadow-xs {
|
|
959
|
-
--
|
|
959
|
+
--ndk-shadow:0 1px 2px 0 var(--ndk-shadow-color,#0000000d);
|
|
960
960
|
box-shadow:
|
|
961
|
-
var(--
|
|
962
|
-
var(--
|
|
963
|
-
var(--
|
|
964
|
-
var(--
|
|
965
|
-
var(--
|
|
961
|
+
var(--ndk-inset-shadow),
|
|
962
|
+
var(--ndk-inset-ring-shadow),
|
|
963
|
+
var(--ndk-ring-offset-shadow),
|
|
964
|
+
var(--ndk-ring-shadow),
|
|
965
|
+
var(--ndk-shadow);
|
|
966
966
|
}
|
|
967
967
|
.ndk\\:outline-hidden {
|
|
968
|
-
--
|
|
968
|
+
--ndk-outline-style:none;
|
|
969
969
|
outline-style: none;
|
|
970
970
|
}
|
|
971
971
|
@media (forced-colors: active) {
|
|
@@ -976,13 +976,13 @@ styleInject(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
|
976
976
|
}
|
|
977
977
|
.ndk\\:transition-\\[color\\,box-shadow\\] {
|
|
978
978
|
transition-property: color, box-shadow;
|
|
979
|
-
transition-timing-function: var(--
|
|
980
|
-
transition-duration: var(--
|
|
979
|
+
transition-timing-function: var(--ndk-ease,var(--ndk-default-transition-timing-function));
|
|
980
|
+
transition-duration: var(--ndk-duration,var(--ndk-default-transition-duration));
|
|
981
981
|
}
|
|
982
982
|
.ndk\\:transition-all {
|
|
983
983
|
transition-property: all;
|
|
984
|
-
transition-timing-function: var(--
|
|
985
|
-
transition-duration: var(--
|
|
984
|
+
transition-timing-function: var(--ndk-ease,var(--ndk-default-transition-timing-function));
|
|
985
|
+
transition-duration: var(--ndk-duration,var(--ndk-default-transition-duration));
|
|
986
986
|
}
|
|
987
987
|
.ndk\\:transition-colors {
|
|
988
988
|
transition-property:
|
|
@@ -993,22 +993,22 @@ styleInject(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
|
993
993
|
text-decoration-color,
|
|
994
994
|
fill,
|
|
995
995
|
stroke,
|
|
996
|
-
--
|
|
997
|
-
--
|
|
998
|
-
--
|
|
999
|
-
transition-timing-function: var(--
|
|
1000
|
-
transition-duration: var(--
|
|
996
|
+
--ndk-gradient-from,
|
|
997
|
+
--ndk-gradient-via,
|
|
998
|
+
--ndk-gradient-to;
|
|
999
|
+
transition-timing-function: var(--ndk-ease,var(--ndk-default-transition-timing-function));
|
|
1000
|
+
transition-duration: var(--ndk-duration,var(--ndk-default-transition-duration));
|
|
1001
1001
|
}
|
|
1002
1002
|
.ndk\\:transition-shadow {
|
|
1003
1003
|
transition-property: box-shadow;
|
|
1004
|
-
transition-timing-function: var(--
|
|
1005
|
-
transition-duration: var(--
|
|
1004
|
+
transition-timing-function: var(--ndk-ease,var(--ndk-default-transition-timing-function));
|
|
1005
|
+
transition-duration: var(--ndk-duration,var(--ndk-default-transition-duration));
|
|
1006
1006
|
}
|
|
1007
1007
|
.ndk\\:transition-none {
|
|
1008
1008
|
transition-property: none;
|
|
1009
1009
|
}
|
|
1010
1010
|
.ndk\\:outline-none {
|
|
1011
|
-
--
|
|
1011
|
+
--ndk-outline-style:none;
|
|
1012
1012
|
outline-style: none;
|
|
1013
1013
|
}
|
|
1014
1014
|
.ndk\\:select-none {
|
|
@@ -1045,32 +1045,32 @@ styleInject(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
|
1045
1045
|
color: var(--ndk-color-gray-900);
|
|
1046
1046
|
}
|
|
1047
1047
|
.ndk\\:focus\\:ring-2:focus {
|
|
1048
|
-
--
|
|
1048
|
+
--ndk-ring-shadow:var(--ndk-ring-inset,)0 0 0 calc(2px + var(--ndk-ring-offset-width))var(--ndk-ring-color,currentcolor);
|
|
1049
1049
|
box-shadow:
|
|
1050
|
-
var(--
|
|
1051
|
-
var(--
|
|
1052
|
-
var(--
|
|
1053
|
-
var(--
|
|
1054
|
-
var(--
|
|
1050
|
+
var(--ndk-inset-shadow),
|
|
1051
|
+
var(--ndk-inset-ring-shadow),
|
|
1052
|
+
var(--ndk-ring-offset-shadow),
|
|
1053
|
+
var(--ndk-ring-shadow),
|
|
1054
|
+
var(--ndk-shadow);
|
|
1055
1055
|
}
|
|
1056
1056
|
.ndk\\:focus-visible\\:border-gray-900:focus-visible {
|
|
1057
1057
|
border-color: var(--ndk-color-gray-900);
|
|
1058
1058
|
}
|
|
1059
1059
|
.ndk\\:focus-visible\\:ring-\\[3px\\]:focus-visible {
|
|
1060
|
-
--
|
|
1060
|
+
--ndk-ring-shadow:var(--ndk-ring-inset,)0 0 0 calc(3px + var(--ndk-ring-offset-width))var(--ndk-ring-color,currentcolor);
|
|
1061
1061
|
box-shadow:
|
|
1062
|
-
var(--
|
|
1063
|
-
var(--
|
|
1064
|
-
var(--
|
|
1065
|
-
var(--
|
|
1066
|
-
var(--
|
|
1062
|
+
var(--ndk-inset-shadow),
|
|
1063
|
+
var(--ndk-inset-ring-shadow),
|
|
1064
|
+
var(--ndk-ring-offset-shadow),
|
|
1065
|
+
var(--ndk-ring-shadow),
|
|
1066
|
+
var(--ndk-shadow);
|
|
1067
1067
|
}
|
|
1068
1068
|
.ndk\\:focus-visible\\:ring-black\\/20:focus-visible {
|
|
1069
|
-
--
|
|
1069
|
+
--ndk-ring-color:var(--ndk-color-black);
|
|
1070
1070
|
}
|
|
1071
1071
|
@supports (color:color-mix(in lab, red, red)) {
|
|
1072
1072
|
.ndk\\:focus-visible\\:ring-black\\/20:focus-visible {
|
|
1073
|
-
--
|
|
1073
|
+
--ndk-ring-color:color-mix(in oklab,var(--ndk-color-black)20%,transparent);
|
|
1074
1074
|
}
|
|
1075
1075
|
}
|
|
1076
1076
|
.ndk\\:disabled\\:pointer-events-none:disabled {
|
|
@@ -1095,11 +1095,11 @@ styleInject(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
|
1095
1095
|
border-color: var(--ndk-color-red-500);
|
|
1096
1096
|
}
|
|
1097
1097
|
.ndk\\:aria-invalid\\:ring-red-500\\/20[aria-invalid=true] {
|
|
1098
|
-
--
|
|
1098
|
+
--ndk-ring-color:var(--ndk-color-red-500);
|
|
1099
1099
|
}
|
|
1100
1100
|
@supports (color:color-mix(in lab, red, red)) {
|
|
1101
1101
|
.ndk\\:aria-invalid\\:ring-red-500\\/20[aria-invalid=true] {
|
|
1102
|
-
--
|
|
1102
|
+
--ndk-ring-color:color-mix(in oklab,var(--ndk-color-red-500)20%,transparent);
|
|
1103
1103
|
}
|
|
1104
1104
|
}
|
|
1105
1105
|
.ndk\\:data-\\[disabled\\]\\:pointer-events-none[data-disabled] {
|
|
@@ -1115,20 +1115,20 @@ styleInject(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
|
1115
1115
|
color: var(--ndk-color-gray-500);
|
|
1116
1116
|
}
|
|
1117
1117
|
.ndk\\:data-\\[side\\=bottom\\]\\:translate-y-1[data-side=bottom] {
|
|
1118
|
-
--
|
|
1119
|
-
translate: var(--
|
|
1118
|
+
--ndk-translate-y:calc(var(--ndk-spacing)*1);
|
|
1119
|
+
translate: var(--ndk-translate-x)var(--ndk-translate-y);
|
|
1120
1120
|
}
|
|
1121
1121
|
.ndk\\:data-\\[side\\=left\\]\\:-translate-x-1[data-side=left] {
|
|
1122
|
-
--
|
|
1123
|
-
translate: var(--
|
|
1122
|
+
--ndk-translate-x:calc(var(--ndk-spacing)*-1);
|
|
1123
|
+
translate: var(--ndk-translate-x)var(--ndk-translate-y);
|
|
1124
1124
|
}
|
|
1125
1125
|
.ndk\\:data-\\[side\\=right\\]\\:translate-x-1[data-side=right] {
|
|
1126
|
-
--
|
|
1127
|
-
translate: var(--
|
|
1126
|
+
--ndk-translate-x:calc(var(--ndk-spacing)*1);
|
|
1127
|
+
translate: var(--ndk-translate-x)var(--ndk-translate-y);
|
|
1128
1128
|
}
|
|
1129
1129
|
.ndk\\:data-\\[side\\=top\\]\\:-translate-y-1[data-side=top] {
|
|
1130
|
-
--
|
|
1131
|
-
translate: var(--
|
|
1130
|
+
--ndk-translate-y:calc(var(--ndk-spacing)*-1);
|
|
1131
|
+
translate: var(--ndk-translate-x)var(--ndk-translate-y);
|
|
1132
1132
|
}
|
|
1133
1133
|
.ndk\\:data-\\[size\\=default\\]\\:h-9[data-size=default] {
|
|
1134
1134
|
height: calc(var(--ndk-spacing)*9);
|
|
@@ -1260,19 +1260,19 @@ styleInject(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
|
1260
1260
|
border-color: var(--ndk-color-gray-200);
|
|
1261
1261
|
}
|
|
1262
1262
|
.ndk\\:dark\\:focus-visible\\:ring-white\\/20:where(.dark, .dark *):focus-visible {
|
|
1263
|
-
--
|
|
1263
|
+
--ndk-ring-color:var(--ndk-color-white);
|
|
1264
1264
|
}
|
|
1265
1265
|
@supports (color:color-mix(in lab, red, red)) {
|
|
1266
1266
|
.ndk\\:dark\\:focus-visible\\:ring-white\\/20:where(.dark, .dark *):focus-visible {
|
|
1267
|
-
--
|
|
1267
|
+
--ndk-ring-color:color-mix(in oklab,var(--ndk-color-white)20%,transparent);
|
|
1268
1268
|
}
|
|
1269
1269
|
}
|
|
1270
1270
|
.ndk\\:dark\\:aria-invalid\\:ring-red-500\\/30:where(.dark, .dark *)[aria-invalid=true] {
|
|
1271
|
-
--
|
|
1271
|
+
--ndk-ring-color:var(--ndk-color-red-500);
|
|
1272
1272
|
}
|
|
1273
1273
|
@supports (color:color-mix(in lab, red, red)) {
|
|
1274
1274
|
.ndk\\:dark\\:aria-invalid\\:ring-red-500\\/30:where(.dark, .dark *)[aria-invalid=true] {
|
|
1275
|
-
--
|
|
1275
|
+
--ndk-ring-color:color-mix(in oklab,var(--ndk-color-red-500)30%,transparent);
|
|
1276
1276
|
}
|
|
1277
1277
|
}
|
|
1278
1278
|
.ndk\\:dark\\:data-\\[placeholder\\]\\:text-gray-400:where(.dark, .dark *)[data-placeholder] {
|
|
@@ -1327,11 +1327,11 @@ styleInject(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
|
1327
1327
|
color: var(--ndk-color-gray-400);
|
|
1328
1328
|
}
|
|
1329
1329
|
.ndk\\:\\[\\&_tr\\]\\:border-b tr {
|
|
1330
|
-
border-bottom-style: var(--
|
|
1330
|
+
border-bottom-style: var(--ndk-border-style);
|
|
1331
1331
|
border-bottom-width: 1px;
|
|
1332
1332
|
}
|
|
1333
1333
|
.ndk\\:\\[\\&_tr\\:last-child\\]\\:border-0 tr:last-child {
|
|
1334
|
-
border-style: var(--
|
|
1334
|
+
border-style: var(--ndk-border-style);
|
|
1335
1335
|
border-width: 0;
|
|
1336
1336
|
}
|
|
1337
1337
|
.ndk\\:\\[\\&\\:has\\(\\[role\\=checkbox\\]\\)\\]\\:pr-0:has([role=checkbox]) {
|
|
@@ -1353,11 +1353,11 @@ styleInject(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
|
1353
1353
|
color: var(--ndk-color-red-500) !important;
|
|
1354
1354
|
}
|
|
1355
1355
|
.ndk\\:\\[\\&\\>\\[role\\=checkbox\\]\\]\\:translate-y-\\[2px\\] > [role=checkbox] {
|
|
1356
|
-
--
|
|
1357
|
-
translate: var(--
|
|
1356
|
+
--ndk-translate-y:2px;
|
|
1357
|
+
translate: var(--ndk-translate-x)var(--ndk-translate-y);
|
|
1358
1358
|
}
|
|
1359
1359
|
.ndk\\:\\[\\&\\>tr\\]\\:last\\:border-b-0 > tr:last-child {
|
|
1360
|
-
border-bottom-style: var(--
|
|
1360
|
+
border-bottom-style: var(--ndk-border-style);
|
|
1361
1361
|
border-bottom-width: 0;
|
|
1362
1362
|
}
|
|
1363
1363
|
}
|
|
@@ -1381,27 +1381,27 @@ styleInject(`/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
|
1381
1381
|
transform: scale(.95);
|
|
1382
1382
|
}
|
|
1383
1383
|
}
|
|
1384
|
-
@property --
|
|
1385
|
-
@property --
|
|
1386
|
-
@property --
|
|
1387
|
-
@property --
|
|
1388
|
-
@property --
|
|
1389
|
-
@property --
|
|
1390
|
-
@property --
|
|
1391
|
-
@property --
|
|
1392
|
-
@property --
|
|
1393
|
-
@property --
|
|
1394
|
-
@property --
|
|
1395
|
-
@property --
|
|
1396
|
-
@property --
|
|
1397
|
-
@property --
|
|
1398
|
-
@property --
|
|
1399
|
-
@property --
|
|
1400
|
-
@property --
|
|
1401
|
-
@property --
|
|
1402
|
-
@property --
|
|
1403
|
-
@property --
|
|
1404
|
-
@property --
|
|
1384
|
+
@property --ndk-space-y-reverse { syntax:"*";inherits:false;initial-value:0 }
|
|
1385
|
+
@property --ndk-border-style { syntax:"*";inherits:false;initial-value:solid }
|
|
1386
|
+
@property --ndk-font-weight { syntax:"*";inherits:false }
|
|
1387
|
+
@property --ndk-tracking { syntax:"*";inherits:false }
|
|
1388
|
+
@property --ndk-shadow { syntax:"*";inherits:false;initial-value:0 0 #0000 }
|
|
1389
|
+
@property --ndk-shadow-color { syntax:"*";inherits:false }
|
|
1390
|
+
@property --ndk-shadow-alpha { syntax:"<percentage>";inherits:false;initial-value:100% }
|
|
1391
|
+
@property --ndk-inset-shadow { syntax:"*";inherits:false;initial-value:0 0 #0000 }
|
|
1392
|
+
@property --ndk-inset-shadow-color { syntax:"*";inherits:false }
|
|
1393
|
+
@property --ndk-inset-shadow-alpha { syntax:"<percentage>";inherits:false;initial-value:100% }
|
|
1394
|
+
@property --ndk-ring-color { syntax:"*";inherits:false }
|
|
1395
|
+
@property --ndk-ring-shadow { syntax:"*";inherits:false;initial-value:0 0 #0000 }
|
|
1396
|
+
@property --ndk-inset-ring-color { syntax:"*";inherits:false }
|
|
1397
|
+
@property --ndk-inset-ring-shadow { syntax:"*";inherits:false;initial-value:0 0 #0000 }
|
|
1398
|
+
@property --ndk-ring-inset { syntax:"*";inherits:false }
|
|
1399
|
+
@property --ndk-ring-offset-width { syntax:"<length>";inherits:false;initial-value:0 }
|
|
1400
|
+
@property --ndk-ring-offset-color { syntax:"*";inherits:false;initial-value:#fff }
|
|
1401
|
+
@property --ndk-ring-offset-shadow { syntax:"*";inherits:false;initial-value:0 0 #0000 }
|
|
1402
|
+
@property --ndk-translate-x { syntax:"*";inherits:false;initial-value:0 }
|
|
1403
|
+
@property --ndk-translate-y { syntax:"*";inherits:false;initial-value:0 }
|
|
1404
|
+
@property --ndk-translate-z { syntax:"*";inherits:false;initial-value:0 }
|
|
1405
1405
|
@keyframes spin {
|
|
1406
1406
|
to {
|
|
1407
1407
|
transform: rotate(360deg);
|
|
@@ -2609,5 +2609,5 @@ var DataKitInfinityInner = (props) => {
|
|
|
2609
2609
|
var DataKitInfinity = DataKitInfinityInner;
|
|
2610
2610
|
|
|
2611
2611
|
export { DataKit, DataKitInfinity, DataKitTable, DefaultDataKitContext, DefaultDataKitProvider, calculatePagination, compareValues, createDataKitContext, createSearchFilter, escapeRegex, getValueByPath, isProvided, isSafeKey, matchesExact, matchesRegexLike, normalizeSorts, useDefaultDataKitContext, usePagination, useSelection, useSelectionWithTotal };
|
|
2612
|
-
//# sourceMappingURL=chunk-
|
|
2613
|
-
//# sourceMappingURL=chunk-
|
|
2612
|
+
//# sourceMappingURL=chunk-PYLLPSZM.js.map
|
|
2613
|
+
//# sourceMappingURL=chunk-PYLLPSZM.js.map
|