@particle-network/ui-react 0.5.1-beta.6 → 0.5.1-beta.7

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.
@@ -45,7 +45,7 @@ export declare const boxVariants: import("tailwind-variants").TVReturnType<{
45
45
  };
46
46
  direction: {
47
47
  row: string;
48
- column: string;
48
+ col: string;
49
49
  'row-reverse': string;
50
50
  'col-reverse': string;
51
51
  };
@@ -602,7 +602,7 @@ export declare const boxVariants: import("tailwind-variants").TVReturnType<{
602
602
  center: string;
603
603
  right: string;
604
604
  };
605
- }, undefined, "ux-box", {
605
+ }, undefined, "ux-box-base", {
606
606
  position: {
607
607
  static: string;
608
608
  relative: string;
@@ -646,7 +646,7 @@ export declare const boxVariants: import("tailwind-variants").TVReturnType<{
646
646
  };
647
647
  direction: {
648
648
  row: string;
649
- column: string;
649
+ col: string;
650
650
  'row-reverse': string;
651
651
  'col-reverse': string;
652
652
  };
@@ -1247,7 +1247,7 @@ export declare const boxVariants: import("tailwind-variants").TVReturnType<{
1247
1247
  };
1248
1248
  direction: {
1249
1249
  row: string;
1250
- column: string;
1250
+ col: string;
1251
1251
  'row-reverse': string;
1252
1252
  'col-reverse': string;
1253
1253
  };
@@ -1804,5 +1804,5 @@ export declare const boxVariants: import("tailwind-variants").TVReturnType<{
1804
1804
  center: string;
1805
1805
  right: string;
1806
1806
  };
1807
- }, undefined, "ux-box", unknown, unknown, undefined>>;
1807
+ }, undefined, "ux-box-base", unknown, unknown, undefined>>;
1808
1808
  export type BoxVariants = VariantProps<typeof boxVariants>;
@@ -110,7 +110,7 @@ const roundedClasses = {
110
110
  full: 'rounded-full'
111
111
  };
112
112
  const boxVariants = tv({
113
- base: 'ux-box',
113
+ base: 'ux-box-base',
114
114
  variants: {
115
115
  position: {
116
116
  static: 'static',
@@ -155,7 +155,7 @@ const boxVariants = tv({
155
155
  },
156
156
  direction: {
157
157
  row: 'flex-row',
158
- column: 'flex-col',
158
+ col: 'flex-col',
159
159
  'row-reverse': 'flex-row-reverse',
160
160
  'col-reverse': 'flex-col-reverse'
161
161
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.5.1-beta.6",
3
+ "version": "0.5.1-beta.7",
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/eslint-config": "0.3.0",
42
- "@particle-network/lintstaged-config": "0.1.0"
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",