@konstructio/ui 0.0.12-alpha.7 → 0.0.12-alpha.8
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/Loading/Loading.js +5 -5
- package/dist/components/Toast/Toast.variants.js +2 -3
- package/dist/package.json +22 -22
- package/dist/utils/index.js +320 -322
- package/package.json +22 -22
|
@@ -4,14 +4,14 @@ import { loadingVariants as g } from "./Loading.variants.js";
|
|
|
4
4
|
import { forwardRef as s, createElement as i } from "react";
|
|
5
5
|
import { useTheme as w } from "../../contexts/theme.hook.js";
|
|
6
6
|
/**
|
|
7
|
-
* @license lucide-react v0.
|
|
7
|
+
* @license lucide-react v0.477.0 - ISC
|
|
8
8
|
*
|
|
9
9
|
* This source code is licensed under the ISC license.
|
|
10
10
|
* See the LICENSE file in the root directory of this source tree.
|
|
11
11
|
*/
|
|
12
12
|
const C = (r) => r.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), m = (...r) => r.filter((e, o, t) => !!e && e.trim() !== "" && t.indexOf(e) === o).join(" ").trim();
|
|
13
13
|
/**
|
|
14
|
-
* @license lucide-react v0.
|
|
14
|
+
* @license lucide-react v0.477.0 - ISC
|
|
15
15
|
*
|
|
16
16
|
* This source code is licensed under the ISC license.
|
|
17
17
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -28,7 +28,7 @@ var L = {
|
|
|
28
28
|
strokeLinejoin: "round"
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
|
-
* @license lucide-react v0.
|
|
31
|
+
* @license lucide-react v0.477.0 - ISC
|
|
32
32
|
*
|
|
33
33
|
* This source code is licensed under the ISC license.
|
|
34
34
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -62,7 +62,7 @@ const k = s(
|
|
|
62
62
|
)
|
|
63
63
|
);
|
|
64
64
|
/**
|
|
65
|
-
* @license lucide-react v0.
|
|
65
|
+
* @license lucide-react v0.477.0 - ISC
|
|
66
66
|
*
|
|
67
67
|
* This source code is licensed under the ISC license.
|
|
68
68
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -79,7 +79,7 @@ const x = (r, e) => {
|
|
|
79
79
|
return o.displayName = `${r}`, o;
|
|
80
80
|
};
|
|
81
81
|
/**
|
|
82
|
-
* @license lucide-react v0.
|
|
82
|
+
* @license lucide-react v0.477.0 - ISC
|
|
83
83
|
*
|
|
84
84
|
* This source code is licensed under the ISC license.
|
|
85
85
|
* See the LICENSE file in the root directory of this source tree.
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { c as e } from "../../index-BNmRGtA6.js";
|
|
2
2
|
const a = e(
|
|
3
3
|
[
|
|
4
|
-
"bg-white",
|
|
5
4
|
"rounded-md",
|
|
6
5
|
"shadow-md",
|
|
7
6
|
"p-4",
|
|
@@ -55,7 +54,7 @@ const a = e(
|
|
|
55
54
|
theme: "kubefirst"
|
|
56
55
|
}
|
|
57
56
|
}
|
|
58
|
-
),
|
|
57
|
+
), o = e(["top-2", "right-2", "w-4", "h-4"], {
|
|
59
58
|
variants: {
|
|
60
59
|
theme: {
|
|
61
60
|
kubefirst: ["text-kubefirst-primary"],
|
|
@@ -68,7 +67,7 @@ const a = e(
|
|
|
68
67
|
}
|
|
69
68
|
});
|
|
70
69
|
export {
|
|
71
|
-
|
|
70
|
+
o as closeToastVariants,
|
|
72
71
|
a as toastVariants,
|
|
73
72
|
r as viewportToastVariants
|
|
74
73
|
};
|
package/dist/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@konstructio/ui",
|
|
3
3
|
"description": "A set of reusable and customizable React components built for konstruct.io",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.0.12-alpha.
|
|
5
|
+
"version": "0.0.12-alpha.7",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"clsx": "^2.1.1",
|
|
68
68
|
"cmdk": "^1.0.4",
|
|
69
69
|
"js-cookie": "^3.0.5",
|
|
70
|
-
"lucide-react": "^0.
|
|
70
|
+
"lucide-react": "^0.477.0",
|
|
71
71
|
"react-feather": "^2.0.10",
|
|
72
72
|
"react-focus-lock": "^2.13.6",
|
|
73
73
|
"react-remove-scroll": "^2.6.3",
|
|
74
|
-
"tailwind-merge": "^3.0.
|
|
74
|
+
"tailwind-merge": "^3.0.2"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@types/react": "*",
|
|
@@ -103,27 +103,27 @@
|
|
|
103
103
|
},
|
|
104
104
|
"devDependencies": {
|
|
105
105
|
"@rollup/plugin-alias": "^5.1.1",
|
|
106
|
-
"@storybook/addon-docs": "^8.
|
|
107
|
-
"@storybook/addon-essentials": "^8.
|
|
108
|
-
"@storybook/addon-interactions": "^8.
|
|
109
|
-
"@storybook/addon-links": "^8.
|
|
106
|
+
"@storybook/addon-docs": "^8.6.3",
|
|
107
|
+
"@storybook/addon-essentials": "^8.6.3",
|
|
108
|
+
"@storybook/addon-interactions": "^8.6.3",
|
|
109
|
+
"@storybook/addon-links": "^8.6.3",
|
|
110
110
|
"@storybook/addon-styling-webpack": "^1.0.1",
|
|
111
|
-
"@storybook/blocks": "^8.
|
|
112
|
-
"@storybook/react": "^8.
|
|
113
|
-
"@storybook/react-vite": "^8.
|
|
114
|
-
"@storybook/test": "^8.
|
|
111
|
+
"@storybook/blocks": "^8.6.3",
|
|
112
|
+
"@storybook/react": "^8.6.3",
|
|
113
|
+
"@storybook/react-vite": "^8.6.3",
|
|
114
|
+
"@storybook/test": "^8.6.3",
|
|
115
115
|
"@testing-library/jest-dom": "^6.6.3",
|
|
116
116
|
"@testing-library/react": "^16.2.0",
|
|
117
117
|
"@testing-library/user-event": "^14.6.1",
|
|
118
118
|
"@types/jest-axe": "^3.5.9",
|
|
119
119
|
"@types/js-cookie": "^3.0.6",
|
|
120
|
-
"@types/lodash": "^4.17.
|
|
120
|
+
"@types/lodash": "^4.17.16",
|
|
121
121
|
"@types/react": "^19.0.10",
|
|
122
122
|
"@types/react-dom": "^19.0.4",
|
|
123
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
124
|
-
"@typescript-eslint/parser": "^8.
|
|
123
|
+
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
|
124
|
+
"@typescript-eslint/parser": "^8.26.0",
|
|
125
125
|
"@vitejs/plugin-react": "^4.3.4",
|
|
126
|
-
"@vitest/coverage-v8": "^3.0.
|
|
126
|
+
"@vitest/coverage-v8": "^3.0.7",
|
|
127
127
|
"autoprefixer": "^10.4.20",
|
|
128
128
|
"eslint": "^8.57.0",
|
|
129
129
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
@@ -131,21 +131,21 @@
|
|
|
131
131
|
"eslint-plugin-storybook": "^0.9.0",
|
|
132
132
|
"glob": "^11.0.1",
|
|
133
133
|
"husky": "^9.1.7",
|
|
134
|
-
"jest-axe": "^
|
|
134
|
+
"jest-axe": "^10.0.0",
|
|
135
135
|
"jsdom": "^26.0.0",
|
|
136
136
|
"lodash": "^4.17.21",
|
|
137
137
|
"postcss": "^8.5.3",
|
|
138
|
-
"prettier": "^3.5.
|
|
138
|
+
"prettier": "^3.5.3",
|
|
139
139
|
"rimraf": "^6.0.1",
|
|
140
|
-
"storybook": "^8.
|
|
140
|
+
"storybook": "^8.6.3",
|
|
141
141
|
"tailwindcss": "^3.4.17",
|
|
142
142
|
"ts-node": "^10.9.2",
|
|
143
|
-
"typescript": "^5.
|
|
144
|
-
"vite": "^6.
|
|
145
|
-
"vite-plugin-dts": "^4.5.
|
|
143
|
+
"typescript": "^5.8.2",
|
|
144
|
+
"vite": "^6.2.0",
|
|
145
|
+
"vite-plugin-dts": "^4.5.3",
|
|
146
146
|
"vite-plugin-lib-inject-css": "^2.2.1",
|
|
147
147
|
"vite-plugin-svgr": "^4.3.0",
|
|
148
148
|
"vite-tsconfig-paths": "^5.1.4",
|
|
149
|
-
"vitest": "^3.0.
|
|
149
|
+
"vitest": "^3.0.7"
|
|
150
150
|
}
|
|
151
151
|
}
|