@particle-network/ui-react 0.1.4-beta.11 → 0.1.4-beta.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.
@@ -378,7 +378,13 @@ const button_theme_button = tv({
378
378
  isSelected: true,
379
379
  color: 'default',
380
380
  variant: 'solid',
381
- class: 'bg-foreground-100'
381
+ class: 'bg-tertiary'
382
+ },
383
+ {
384
+ isSelected: true,
385
+ color: 'secondary',
386
+ variant: 'solid',
387
+ class: 'bg-tertiary text-foreground'
382
388
  },
383
389
  {
384
390
  isSelected: true,
@@ -21,7 +21,7 @@ const UXDateRangePicker = ({ classNames, ...props })=>/*#__PURE__*/ jsx(DateRang
21
21
  separator: 'text-foreground-100',
22
22
  timeInputWrapper: 'bg-content1',
23
23
  timeInput: classes.focus,
24
- selectorButton: 'w-6 h-6 min-w-6 rounded-sm',
24
+ selectorButton: 'w-6 h-6 min-w-6 rounded-sm -mx-1',
25
25
  selectorIcon: 'text-secondary',
26
26
  ...classNames
27
27
  },
@@ -3,14 +3,20 @@ import { extendVariants } from "@heroui/system-rsc";
3
3
  const ExtendedPopover = extendVariants(Popover, {
4
4
  variants: {
5
5
  size: {
6
+ sm: {
7
+ content: '!p-sm max-w-[300px]'
8
+ },
6
9
  md: {
7
- content: 'text-tiny !p-md max-w-[300px]'
10
+ content: '!p-md max-w-[300px]'
11
+ },
12
+ lg: {
13
+ content: '!p-lg max-w-[300px]'
8
14
  }
9
15
  },
10
16
  color: {
11
17
  default: {
12
18
  base: 'before:bg-content1 before:shadow-box',
13
- content: 'bg-content1 text-foreground-300 shadow-box'
19
+ content: 'bg-content1 text-foreground-300 shadow-box text-tiny'
14
20
  }
15
21
  }
16
22
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.1.4-beta.11",
3
+ "version": "0.1.4-beta.13",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {