@particle-network/ui-react 0.5.1-beta.10 → 0.5.1-beta.11
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.
|
@@ -231,15 +231,11 @@ export declare const boxVariants: import("tailwind-variants").TVReturnType<{
|
|
|
231
231
|
true: string;
|
|
232
232
|
0: string;
|
|
233
233
|
1: string;
|
|
234
|
-
2: string;
|
|
235
|
-
3: string;
|
|
236
234
|
};
|
|
237
235
|
shrink: {
|
|
238
236
|
true: string;
|
|
239
237
|
0: string;
|
|
240
238
|
1: string;
|
|
241
|
-
2: string;
|
|
242
|
-
3: string;
|
|
243
239
|
};
|
|
244
240
|
order: {
|
|
245
241
|
first: string;
|
|
@@ -971,15 +967,11 @@ export declare const boxVariants: import("tailwind-variants").TVReturnType<{
|
|
|
971
967
|
true: string;
|
|
972
968
|
0: string;
|
|
973
969
|
1: string;
|
|
974
|
-
2: string;
|
|
975
|
-
3: string;
|
|
976
970
|
};
|
|
977
971
|
shrink: {
|
|
978
972
|
true: string;
|
|
979
973
|
0: string;
|
|
980
974
|
1: string;
|
|
981
|
-
2: string;
|
|
982
|
-
3: string;
|
|
983
975
|
};
|
|
984
976
|
order: {
|
|
985
977
|
first: string;
|
|
@@ -1711,15 +1703,11 @@ export declare const boxVariants: import("tailwind-variants").TVReturnType<{
|
|
|
1711
1703
|
true: string;
|
|
1712
1704
|
0: string;
|
|
1713
1705
|
1: string;
|
|
1714
|
-
2: string;
|
|
1715
|
-
3: string;
|
|
1716
1706
|
};
|
|
1717
1707
|
shrink: {
|
|
1718
1708
|
true: string;
|
|
1719
1709
|
0: string;
|
|
1720
1710
|
1: string;
|
|
1721
|
-
2: string;
|
|
1722
|
-
3: string;
|
|
1723
1711
|
};
|
|
1724
1712
|
order: {
|
|
1725
1713
|
first: string;
|
|
@@ -217,16 +217,12 @@ const boxVariants = tv({
|
|
|
217
217
|
grow: {
|
|
218
218
|
true: 'grow',
|
|
219
219
|
0: 'grow-0',
|
|
220
|
-
1: 'grow
|
|
221
|
-
2: 'grow-2',
|
|
222
|
-
3: 'grow-3'
|
|
220
|
+
1: 'grow'
|
|
223
221
|
},
|
|
224
222
|
shrink: {
|
|
225
223
|
true: 'shrink',
|
|
226
224
|
0: 'shrink-0',
|
|
227
|
-
1: 'shrink
|
|
228
|
-
2: 'shrink-2',
|
|
229
|
-
3: 'shrink-3'
|
|
225
|
+
1: 'shrink'
|
|
230
226
|
},
|
|
231
227
|
order: {
|
|
232
228
|
first: 'order-first',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-react",
|
|
3
|
-
"version": "0.5.1-beta.
|
|
3
|
+
"version": "0.5.1-beta.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@rslib/core": "^0.12.3",
|
|
39
39
|
"@types/react": "^19.1.10",
|
|
40
40
|
"react": "^19.1.0",
|
|
41
|
-
"@particle-network/
|
|
42
|
-
"@particle-network/
|
|
41
|
+
"@particle-network/lintstaged-config": "0.1.0",
|
|
42
|
+
"@particle-network/eslint-config": "0.3.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": ">=16.9.0",
|