@konstructio/ui 0.1.2-alpha.2 → 0.1.2-alpha.4

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/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.1.2-alpha.2",
5
+ "version": "0.1.2-alpha.4",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.js",
@@ -108,28 +108,28 @@
108
108
  },
109
109
  "devDependencies": {
110
110
  "@rollup/plugin-alias": "^5.1.1",
111
- "@storybook/addon-docs": "^9.1.7",
112
- "@storybook/addon-links": "^9.1.7",
113
- "@storybook/react-vite": "^9.1.7",
111
+ "@storybook/addon-docs": "^9.1.10",
112
+ "@storybook/addon-links": "^9.1.10",
113
+ "@storybook/react-vite": "^9.1.10",
114
114
  "@tailwindcss/vite": "^4.1.13",
115
- "@testing-library/jest-dom": "^6.8.0",
115
+ "@testing-library/jest-dom": "^6.9.0",
116
116
  "@testing-library/react": "^16.3.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
120
  "@types/lodash": "^4.17.20",
121
- "@types/react": "^19.1.13",
121
+ "@types/react": "^19.1.16",
122
122
  "@types/react-dom": "^19.1.9",
123
- "@typescript-eslint/eslint-plugin": "^8.44.0",
124
- "@typescript-eslint/parser": "^8.44.0",
125
- "@vitejs/plugin-react": "^5.0.3",
123
+ "@typescript-eslint/eslint-plugin": "^8.45.0",
124
+ "@typescript-eslint/parser": "^8.45.0",
125
+ "@vitejs/plugin-react": "^5.0.4",
126
126
  "@vitest/coverage-v8": "^3.2.4",
127
127
  "autoprefixer": "^10.4.21",
128
128
  "eslint": "^9.36.0",
129
129
  "eslint-plugin-react": "^7.37.5",
130
130
  "eslint-plugin-react-hooks": "^5.2.0",
131
- "eslint-plugin-react-refresh": "^0.4.20",
132
- "eslint-plugin-storybook": "^9.1.7",
131
+ "eslint-plugin-react-refresh": "^0.4.22",
132
+ "eslint-plugin-storybook": "^9.1.10",
133
133
  "eslint-plugin-vitest": "^0.5.4",
134
134
  "glob": "^11.0.3",
135
135
  "husky": "^9.1.7",
@@ -139,10 +139,10 @@
139
139
  "postcss": "^8.5.6",
140
140
  "prettier": "^3.6.2",
141
141
  "rimraf": "^6.0.1",
142
- "storybook": "^9.1.7",
142
+ "storybook": "^9.1.10",
143
143
  "tailwindcss": "^4.1.13",
144
144
  "ts-node": "^10.9.2",
145
- "typescript": "^5.9.2",
145
+ "typescript": "^5.9.3",
146
146
  "vite": "^7.1.7",
147
147
  "vite-plugin-dts": "^4.5.4",
148
148
  "vite-plugin-lib-inject-css": "^2.2.2",
@@ -1,54 +0,0 @@
1
- import l, { forwardRef as c } from "react";
2
- import { P as a } from "./index-h-Ul0anl.js";
3
- function p() {
4
- return p = Object.assign || function(e) {
5
- for (var o = 1; o < arguments.length; o++) {
6
- var t = arguments[o];
7
- for (var r in t)
8
- Object.prototype.hasOwnProperty.call(t, r) && (e[r] = t[r]);
9
- }
10
- return e;
11
- }, p.apply(this, arguments);
12
- }
13
- function u(e, o) {
14
- if (e == null) return {};
15
- var t = v(e, o), r, n;
16
- if (Object.getOwnPropertySymbols) {
17
- var i = Object.getOwnPropertySymbols(e);
18
- for (n = 0; n < i.length; n++)
19
- r = i[n], !(o.indexOf(r) >= 0) && Object.prototype.propertyIsEnumerable.call(e, r) && (t[r] = e[r]);
20
- }
21
- return t;
22
- }
23
- function v(e, o) {
24
- if (e == null) return {};
25
- var t = {}, r = Object.keys(e), n, i;
26
- for (i = 0; i < r.length; i++)
27
- n = r[i], !(o.indexOf(n) >= 0) && (t[n] = e[n]);
28
- return t;
29
- }
30
- var s = c(function(e, o) {
31
- var t = e.color, r = t === void 0 ? "currentColor" : t, n = e.size, i = n === void 0 ? 24 : n, f = u(e, ["color", "size"]);
32
- return /* @__PURE__ */ l.createElement("svg", p({
33
- ref: o,
34
- xmlns: "http://www.w3.org/2000/svg",
35
- width: i,
36
- height: i,
37
- viewBox: "0 0 24 24",
38
- fill: "none",
39
- stroke: r,
40
- strokeWidth: "2",
41
- strokeLinecap: "round",
42
- strokeLinejoin: "round"
43
- }, f), /* @__PURE__ */ l.createElement("polyline", {
44
- points: "18 15 12 9 6 15"
45
- }));
46
- });
47
- s.propTypes = {
48
- color: a.string,
49
- size: a.oneOfType([a.string, a.number])
50
- };
51
- s.displayName = "ChevronUp";
52
- export {
53
- s as C
54
- };