@infonomic/uikit 5.43.0 → 5.43.1
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.
- package/dist/components/accordion/accordion.js +5 -5
- package/dist/components/accordion/accordion.module.js +1 -1
- package/dist/components/avatar/avatar.module.js +1 -1
- package/dist/components/badge/badge.module.js +1 -1
- package/dist/components/button/button-group.module.js +1 -1
- package/dist/components/button/button.module.js +1 -1
- package/dist/components/button/button_module.css +8 -3
- package/dist/components/button/combo-button.module.js +1 -1
- package/dist/components/button/control-buttons.module.js +1 -1
- package/dist/components/button/copy-button.module.js +1 -1
- package/dist/components/card/card.module.js +1 -1
- package/dist/components/chips/chip.module.js +1 -1
- package/dist/components/chips/chip_module.css +2 -1
- package/dist/components/container/container.module.js +1 -1
- package/dist/components/dropdown/dropdown.js +11 -11
- package/dist/components/dropdown/dropdown.module.js +1 -1
- package/dist/components/forms/calendar.module.js +1 -1
- package/dist/components/forms/checkbox.module.js +1 -1
- package/dist/components/forms/error-text.module.js +1 -1
- package/dist/components/forms/help-text.module.js +1 -1
- package/dist/components/forms/input-adornment.module.js +1 -1
- package/dist/components/forms/input.module.js +1 -1
- package/dist/components/forms/label.module.js +1 -1
- package/dist/components/forms/radio-group.js +1 -1
- package/dist/components/forms/radio-group.module.js +1 -1
- package/dist/components/forms/select.js +1 -1
- package/dist/components/forms/select.module.js +1 -1
- package/dist/components/forms/text-area.module.js +1 -1
- package/dist/components/notifications/alert.module.js +1 -1
- package/dist/components/notifications/toast.js +1 -1
- package/dist/components/notifications/toast.module.js +1 -1
- package/dist/components/overlay/overlay.module.js +1 -1
- package/dist/components/pager/pagination.module.js +1 -1
- package/dist/components/scroll-area/scroll-area.module.js +1 -1
- package/dist/components/scroll-to-top/scroll-to-top.module.js +1 -1
- package/dist/components/section/section.module.js +1 -1
- package/dist/components/shimmer/shimmer.module.js +1 -1
- package/dist/components/table/table.module.js +1 -1
- package/dist/components/tabs/tabs.module.js +1 -1
- package/dist/components/tooltip/tooltip.module.js +1 -1
- package/dist/icons/icons.module.js +1 -1
- package/dist/react.js +1 -2
- package/dist/theme/theme-provider/provider.js +1 -1
- package/dist/utils/externalLinkProps.js +1 -1
- package/dist/utils/findMatch.js +1 -1
- package/dist/utils/isTouchDevice.js +1 -1
- package/dist/utils/objectsToArray.js +1 -1
- package/dist/utils/objectsToString.js +1 -1
- package/dist/widgets/datepicker/datepicker.module.js +1 -1
- package/dist/widgets/drawer/drawer.module.js +1 -1
- package/dist/widgets/drawer/motionDomAnimation.js +1 -1
- package/dist/widgets/drawer/motionDomMax.js +1 -1
- package/dist/widgets/modal/modal.module.js +1 -1
- package/dist/widgets/modal/motionDomAnimation.js +1 -1
- package/dist/widgets/modal/motionDomMax.js +1 -1
- package/dist/widgets/timeline/timeline.module.js +1 -1
- package/package.json +20 -20
|
@@ -42,10 +42,10 @@ const Content = function({ ref, children, className, ...props }) {
|
|
|
42
42
|
});
|
|
43
43
|
};
|
|
44
44
|
const accordion_Accordion = {
|
|
45
|
-
Root,
|
|
46
|
-
Item,
|
|
47
|
-
Header,
|
|
48
|
-
Trigger,
|
|
49
|
-
Content
|
|
45
|
+
Root: Root,
|
|
46
|
+
Item: Item,
|
|
47
|
+
Header: Header,
|
|
48
|
+
Trigger: Trigger,
|
|
49
|
+
Content: Content
|
|
50
50
|
};
|
|
51
51
|
export { accordion_Accordion as Accordion };
|
|
@@ -7,7 +7,8 @@
|
|
|
7
7
|
gap: var(--gap-2);
|
|
8
8
|
white-space: nowrap;
|
|
9
9
|
outline-offset: 2px;
|
|
10
|
-
transition: background-color var(--transition-normal),
|
|
10
|
+
transition: background-color var(--transition-normal),
|
|
11
|
+
box-shadow var(--transition-normal);
|
|
11
12
|
border-radius: var(--border-radius-sm);
|
|
12
13
|
border: none;
|
|
13
14
|
outline: 2px solid #0000;
|
|
@@ -140,7 +141,9 @@
|
|
|
140
141
|
|
|
141
142
|
:is(.gradient-ySC3O3, .infonomic-button-gradient) {
|
|
142
143
|
color: var(--button-variant-gradient-foreground);
|
|
143
|
-
background: linear-gradient(45deg,
|
|
144
|
+
background: linear-gradient(45deg,
|
|
145
|
+
var(--button-variant-gradient-start),
|
|
146
|
+
var(--button-variant-gradient-end));
|
|
144
147
|
}
|
|
145
148
|
|
|
146
149
|
:is(.gradient-ySC3O3:disabled, .gradient-ySC3O3[disabled], .infonomic-button-gradient:disabled, .infonomic-button-gradient[disabled]) {
|
|
@@ -151,7 +154,9 @@
|
|
|
151
154
|
|
|
152
155
|
:is(.gradient-ySC3O3:hover, .infonomic-button-gradient:hover) {
|
|
153
156
|
color: var(--button-variant-gradient-foreground);
|
|
154
|
-
background: linear-gradient(45deg,
|
|
157
|
+
background: linear-gradient(45deg,
|
|
158
|
+
var(--button-variant-gradient-start),
|
|
159
|
+
var(--button-variant-gradient-end));
|
|
155
160
|
}
|
|
156
161
|
|
|
157
162
|
:is(.gradient-ySC3O3:focus, .gradient-ySC3O3:active, .infonomic-button-gradient:focus, .infonomic-button-gradient:active) {
|
|
@@ -19,7 +19,8 @@
|
|
|
19
19
|
font-weight: 500;
|
|
20
20
|
line-height: 1.1;
|
|
21
21
|
font-size: var(--chip-font-size);
|
|
22
|
-
transition: background-color var(--transition-normal),
|
|
22
|
+
transition: background-color var(--transition-normal),
|
|
23
|
+
box-shadow var(--transition-normal);
|
|
23
24
|
outline: 2px solid #0000;
|
|
24
25
|
text-decoration: none;
|
|
25
26
|
display: inline-flex;
|
|
@@ -77,16 +77,16 @@ const SubTrigger = ({ ref, className, children, ...rest })=>/*#__PURE__*/ jsx(Dr
|
|
|
77
77
|
});
|
|
78
78
|
SubTrigger.displayName = 'SubTrigger';
|
|
79
79
|
const Dropdown = {
|
|
80
|
-
Root,
|
|
81
|
-
Trigger,
|
|
82
|
-
Portal,
|
|
83
|
-
Content,
|
|
84
|
-
Group,
|
|
85
|
-
Item,
|
|
86
|
-
Label,
|
|
87
|
-
Separator,
|
|
88
|
-
Sub,
|
|
89
|
-
SubContent,
|
|
90
|
-
SubTrigger
|
|
80
|
+
Root: Root,
|
|
81
|
+
Trigger: Trigger,
|
|
82
|
+
Portal: Portal,
|
|
83
|
+
Content: Content,
|
|
84
|
+
Group: Group,
|
|
85
|
+
Item: Item,
|
|
86
|
+
Label: Label,
|
|
87
|
+
Separator: Separator,
|
|
88
|
+
Sub: Sub,
|
|
89
|
+
SubContent: SubContent,
|
|
90
|
+
SubTrigger: SubTrigger
|
|
91
91
|
};
|
|
92
92
|
export { Dropdown };
|
package/dist/react.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { variant } from "./components/button/@types/button.js";
|
|
2
1
|
export * from "./components/@types/shared.js";
|
|
3
2
|
export * from "./components/accordion/accordion.js";
|
|
4
3
|
export * from "./components/animation/fade-in-lift.js";
|
|
@@ -101,4 +100,4 @@ export * from "./widgets/drawer/drawer-context.js";
|
|
|
101
100
|
export * from "./widgets/modal/modal.js";
|
|
102
101
|
export * from "./widgets/search/search.js";
|
|
103
102
|
export * from "./widgets/timeline/timeline.js";
|
|
104
|
-
export { variant as buttonVariant };
|
|
103
|
+
export { variant as buttonVariant } from "./components/button/@types/button.js";
|
package/dist/utils/findMatch.js
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@infonomic/uikit",
|
|
3
3
|
"private": false,
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "5.43.
|
|
5
|
+
"version": "5.43.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"description": "Infonomic UI kit is a collection of reusable UI components and utilities for React and Astro.",
|
|
8
8
|
"keywords": [
|
|
@@ -58,17 +58,17 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@mantine/hooks": "^8.3.
|
|
61
|
+
"@mantine/hooks": "^8.3.16",
|
|
62
62
|
"@radix-ui/react-icons": "^1.3.2",
|
|
63
63
|
"@radix-ui/react-slot": "^1.2.4",
|
|
64
64
|
"classnames": "^2.5.1",
|
|
65
65
|
"date-fns": "^4.1.0",
|
|
66
66
|
"material-ripple-effects": "^2.0.1",
|
|
67
|
-
"motion": "^12.
|
|
67
|
+
"motion": "^12.35.2",
|
|
68
68
|
"npm-run-all": "^4.1.5",
|
|
69
69
|
"prism-react-renderer": "^2.4.1",
|
|
70
70
|
"radix-ui": "^1.4.3",
|
|
71
|
-
"react-day-picker": "^9.
|
|
71
|
+
"react-day-picker": "^9.14.0",
|
|
72
72
|
"zod": "^4.3.6",
|
|
73
73
|
"zod-form-data": "^3.0.1"
|
|
74
74
|
},
|
|
@@ -77,30 +77,30 @@
|
|
|
77
77
|
"react-dom": "^19.0.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@astrojs/check": "0.9.
|
|
81
|
-
"@astrojs/node": "
|
|
82
|
-
"@biomejs/biome": "2.4.
|
|
80
|
+
"@astrojs/check": "0.9.7",
|
|
81
|
+
"@astrojs/node": "10.0.0",
|
|
82
|
+
"@biomejs/biome": "2.4.6",
|
|
83
83
|
"@rsbuild/plugin-react": "^1.4.5",
|
|
84
|
-
"@rslib/core": "^0.
|
|
85
|
-
"@storybook/addon-a11y": "^10.2.
|
|
86
|
-
"@storybook/addon-docs": "^10.2.
|
|
87
|
-
"@storybook/addon-links": "^10.2.
|
|
88
|
-
"@storybook/addon-themes": "^10.2.
|
|
89
|
-
"@storybook/react-vite": "^10.2.
|
|
90
|
-
"@types/lodash": "^4.17.
|
|
91
|
-
"@types/node": "^25.
|
|
84
|
+
"@rslib/core": "^0.20.0",
|
|
85
|
+
"@storybook/addon-a11y": "^10.2.17",
|
|
86
|
+
"@storybook/addon-docs": "^10.2.17",
|
|
87
|
+
"@storybook/addon-links": "^10.2.17",
|
|
88
|
+
"@storybook/addon-themes": "^10.2.17",
|
|
89
|
+
"@storybook/react-vite": "^10.2.17",
|
|
90
|
+
"@types/lodash": "^4.17.24",
|
|
91
|
+
"@types/node": "^25.4.0",
|
|
92
92
|
"@types/react": "19.2.14",
|
|
93
93
|
"@types/react-dom": "19.2.3",
|
|
94
94
|
"@vitejs/plugin-react": "^5.1.4",
|
|
95
|
-
"astro": "
|
|
95
|
+
"astro": "6.0.2",
|
|
96
96
|
"chokidar": "^5.0.0",
|
|
97
|
-
"eslint-plugin-storybook": "^10.2.
|
|
98
|
-
"lightningcss": "^1.
|
|
99
|
-
"lightningcss-cli": "^1.
|
|
97
|
+
"eslint-plugin-storybook": "^10.2.17",
|
|
98
|
+
"lightningcss": "^1.32.0",
|
|
99
|
+
"lightningcss-cli": "^1.32.0",
|
|
100
100
|
"react": "19.2.4",
|
|
101
101
|
"react-dom": "19.2.4",
|
|
102
102
|
"rimraf": "^6.1.3",
|
|
103
|
-
"storybook": "^10.2.
|
|
103
|
+
"storybook": "^10.2.17",
|
|
104
104
|
"typescript": "5.9.3",
|
|
105
105
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
106
106
|
"vite": "^7.3.1",
|