@particle-network/ui-react 0.0.11 → 0.0.13

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.
@@ -18,7 +18,7 @@ const classes = {
18
18
  flat: {
19
19
  base: '!outline-none min-h-8 px-md rounded-small text-foreground-300 !outline-none data-[selected=true]:text-foreground gap-1',
20
20
  title: 'text-tiny font-medium',
21
- selectedIcon: '[&>svg>polyline]:stroke-2'
21
+ selectedIcon: '[&>svg>polyline]:stroke-[2.5]'
22
22
  },
23
23
  shadow: {
24
24
  base: 'data-[hover=true]:shadow-lg'
@@ -8,7 +8,7 @@ const UXDropdown = /*#__PURE__*/ forwardRef((props, ref)=>{
8
8
  ref: ref,
9
9
  classNames: {
10
10
  content: [
11
- 'text-tiny p-2.5 text-foreground-300 rounded-medium no-scrollbar',
11
+ 'text-tiny p-2.5 text-foreground-300 rounded-medium no-scrollbar',
12
12
  content
13
13
  ],
14
14
  ...restClassNames
@@ -36,7 +36,7 @@ const UXSelect_UXSelect = /*#__PURE__*/ forwardRef((props, ref)=>{
36
36
  itemClasses: {
37
37
  base: '!outline-none min-h-8 px-md rounded-small text-foreground-300 !outline-none data-[hover=true]:bg-background-200 data-[selected=true]:text-foreground gap-1',
38
38
  title: 'text-tiny font-medium',
39
- selectedIcon: '[&>svg>polyline]:stroke-2'
39
+ selectedIcon: '[&>svg>polyline]:stroke-[2.5]'
40
40
  }
41
41
  },
42
42
  scrollShadowProps: {
@@ -71,6 +71,7 @@ export declare const tabsClasses: {
71
71
  };
72
72
  fullWidth: {
73
73
  true: {
74
+ tabWrapper: string;
74
75
  base: string;
75
76
  tabList: string;
76
77
  };
@@ -72,6 +72,7 @@ const tabsClasses = {
72
72
  },
73
73
  fullWidth: {
74
74
  true: {
75
+ tabWrapper: 'w-full',
75
76
  base: 'w-full',
76
77
  tabList: 'w-full'
77
78
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {