@konstructio/ui 0.1.2-alpha.27 → 0.1.2-alpha.28

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.
@@ -1,10 +1,5 @@
1
1
  import { c as r } from "../../index-D29mdTf5.js";
2
- const e = r([
3
- "flex",
4
- "items-center",
5
- "p-0",
6
- "border-2"
7
- ]);
2
+ const e = r(["flex", "items-center", "p-0", "border"]);
8
3
  export {
9
4
  e as radioCardVariants
10
5
  };
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.1.2-alpha.26",
5
+ "version": "0.1.2-alpha.27",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.js",
@@ -74,7 +74,7 @@
74
74
  "js-cookie": "^3.0.5",
75
75
  "lucide-react": "^0.554.0",
76
76
  "react-chartjs-2": "^5.3.1",
77
- "react-day-picker": "^9.11.1",
77
+ "react-day-picker": "^9.11.2",
78
78
  "react-feather": "^2.0.10",
79
79
  "react-focus-lock": "^2.13.6",
80
80
  "react-remove-scroll": "^2.7.1",
@@ -125,11 +125,11 @@
125
125
  "@testing-library/user-event": "^14.6.1",
126
126
  "@types/jest-axe": "^3.5.9",
127
127
  "@types/js-cookie": "^3.0.6",
128
- "@types/lodash": "^4.17.20",
129
- "@types/react": "^19.2.6",
128
+ "@types/lodash": "^4.17.21",
129
+ "@types/react": "^19.2.7",
130
130
  "@types/react-dom": "^19.2.3",
131
- "@typescript-eslint/eslint-plugin": "^8.47.0",
132
- "@typescript-eslint/parser": "^8.47.0",
131
+ "@typescript-eslint/eslint-plugin": "^8.48.0",
132
+ "@typescript-eslint/parser": "^8.48.0",
133
133
  "@vitejs/plugin-react": "^5.1.1",
134
134
  "@vitest/coverage-v8": "^3.2.4",
135
135
  "autoprefixer": "^10.4.22",
@@ -139,7 +139,7 @@
139
139
  "eslint-plugin-react-refresh": "^0.4.23",
140
140
  "eslint-plugin-storybook": "^9.1.13",
141
141
  "eslint-plugin-vitest": "^0.5.4",
142
- "glob": "^12.0.0",
142
+ "glob": "^13.0.0",
143
143
  "husky": "^9.1.7",
144
144
  "jest-axe": "^10.0.0",
145
145
  "jsdom": "^27.2.0",
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.27",
5
+ "version": "0.1.2-alpha.28",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.js",
@@ -74,7 +74,7 @@
74
74
  "js-cookie": "^3.0.5",
75
75
  "lucide-react": "^0.554.0",
76
76
  "react-chartjs-2": "^5.3.1",
77
- "react-day-picker": "^9.11.1",
77
+ "react-day-picker": "^9.11.2",
78
78
  "react-feather": "^2.0.10",
79
79
  "react-focus-lock": "^2.13.6",
80
80
  "react-remove-scroll": "^2.7.1",
@@ -125,11 +125,11 @@
125
125
  "@testing-library/user-event": "^14.6.1",
126
126
  "@types/jest-axe": "^3.5.9",
127
127
  "@types/js-cookie": "^3.0.6",
128
- "@types/lodash": "^4.17.20",
129
- "@types/react": "^19.2.6",
128
+ "@types/lodash": "^4.17.21",
129
+ "@types/react": "^19.2.7",
130
130
  "@types/react-dom": "^19.2.3",
131
- "@typescript-eslint/eslint-plugin": "^8.47.0",
132
- "@typescript-eslint/parser": "^8.47.0",
131
+ "@typescript-eslint/eslint-plugin": "^8.48.0",
132
+ "@typescript-eslint/parser": "^8.48.0",
133
133
  "@vitejs/plugin-react": "^5.1.1",
134
134
  "@vitest/coverage-v8": "^3.2.4",
135
135
  "autoprefixer": "^10.4.22",
@@ -139,7 +139,7 @@
139
139
  "eslint-plugin-react-refresh": "^0.4.23",
140
140
  "eslint-plugin-storybook": "^9.1.13",
141
141
  "eslint-plugin-vitest": "^0.5.4",
142
- "glob": "^12.0.0",
142
+ "glob": "^13.0.0",
143
143
  "husky": "^9.1.7",
144
144
  "jest-axe": "^10.0.0",
145
145
  "jsdom": "^27.2.0",