@equal-experts/kuat-react 0.9.1 → 0.10.0

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/textarea.js CHANGED
@@ -1,5 +1,4 @@
1
1
  import { c as e } from "./utils-DLUjLwnh.js";
2
- /* empty css */
3
2
  import { a as E, T } from "./textarea-B0irOcAM.js";
4
3
  export {
5
4
  E as TEXTAREA_RESIZE,
@@ -1,10 +1,9 @@
1
- import { c as G } from "./utils-DLUjLwnh.js";
2
- /* empty css */
3
- import { a as p, b as s, c as g, d as m } from "./constants-Cfitvm6L.js";
1
+ import { c as r } from "./utils-DLUjLwnh.js";
2
+ import { a as e, b as s, c as g, d as p } from "./constants-Cfitvm6L.js";
4
3
  export {
5
- p as TOGGLE_SIZES,
4
+ e as TOGGLE_SIZES,
6
5
  s as TOGGLE_SKINS,
7
6
  g as ToggleGroup,
8
- m as ToggleGroupItem,
9
- G as cn
7
+ p as ToggleGroupItem,
8
+ r as cn
10
9
  };
package/dist/toggle.js CHANGED
@@ -1,9 +1,8 @@
1
- import { c as s } from "./utils-DLUjLwnh.js";
2
- /* empty css */
3
- import { a as S, b as T, T as e } from "./constants-Cfitvm6L.js";
1
+ import { c as r } from "./utils-DLUjLwnh.js";
2
+ import { a as G, b as S, T } from "./constants-Cfitvm6L.js";
4
3
  export {
5
- S as TOGGLE_SIZES,
6
- T as TOGGLE_SKINS,
7
- e as Toggle,
8
- s as cn
4
+ G as TOGGLE_SIZES,
5
+ S as TOGGLE_SKINS,
6
+ T as Toggle,
7
+ r as cn
9
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equal-experts/kuat-react",
3
- "version": "0.9.1",
3
+ "version": "0.10.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -74,6 +74,14 @@
74
74
  "import": "./dist/toggle-group.js",
75
75
  "types": "./dist/toggle-group.d.ts"
76
76
  },
77
+ "./carousel": {
78
+ "import": "./dist/carousel.js",
79
+ "types": "./dist/carousel.d.ts"
80
+ },
81
+ "./kuat-carousel": {
82
+ "import": "./dist/kuat-carousel.js",
83
+ "types": "./dist/kuat-carousel.d.ts"
84
+ },
77
85
  "./styles": {
78
86
  "types": "./dist/style.css.d.ts",
79
87
  "default": "./dist/style.css"
@@ -98,10 +106,11 @@
98
106
  "directory": "packages/kuat-react"
99
107
  },
100
108
  "scripts": {
101
- "build": "vite build && node -e \"const fs=require('node:fs');fs.writeFileSync('dist/style.css.d.ts','declare const stylesheet: string;\\\\nexport default stylesheet;\\\\n');\"",
102
- "dev": "vite build --watch",
109
+ "build": "node scripts/concat-component-styles.mjs && NODE_OPTIONS=--max-old-space-size=12288 vite build && node -e \"const fs=require('node:fs');fs.writeFileSync('dist/style.css.d.ts','declare const stylesheet: string;\\\\nexport default stylesheet;\\\\n');\"",
110
+ "dev": "node scripts/concat-component-styles.mjs && NODE_OPTIONS=--max-old-space-size=12288 vite build --watch",
103
111
  "lint": "eslint . --max-warnings 0",
104
- "test": "vitest",
112
+ "test": "vitest run",
113
+ "test:watch": "vitest",
105
114
  "test:run": "vitest run"
106
115
  },
107
116
  "dependencies": {