@particle-network/ui-react 0.1.4-beta.10 → 0.1.4-beta.12
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-
|
|
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,
|
|
@@ -22,6 +22,7 @@ const UXDateRangePicker = ({ classNames, ...props })=>/*#__PURE__*/ jsx(DateRang
|
|
|
22
22
|
timeInputWrapper: 'bg-content1',
|
|
23
23
|
timeInput: classes.focus,
|
|
24
24
|
selectorButton: 'w-6 h-6 min-w-6 rounded-sm',
|
|
25
|
+
selectorIcon: 'text-secondary',
|
|
25
26
|
...classNames
|
|
26
27
|
},
|
|
27
28
|
calendarProps: {
|
|
@@ -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: '
|
|
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.
|
|
3
|
+
"version": "0.1.4-beta.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"@types/react": "^19.1.10",
|
|
40
40
|
"react": "^19.1.0",
|
|
41
41
|
"typescript": "^5.8.3",
|
|
42
|
-
"@particle-network/
|
|
43
|
-
"@particle-network/
|
|
42
|
+
"@particle-network/eslint-config": "0.3.0",
|
|
43
|
+
"@particle-network/lintstaged-config": "0.1.0"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react": ">=16.9.0",
|