@selectwin/kit 0.1.39 → 0.1.41

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
@@ -1,61 +1,61 @@
1
- {
2
- "name": "@selectwin/kit",
3
- "version": "0.1.39",
4
- "description": "Selectwin design-system kit — primitivos React, charts SVG e tokens (theme-aware, sem dependência de biblioteca de chart).",
5
- "type": "module",
6
- "repository": {
7
- "type": "git",
8
- "url": "git+https://github.com/selectwin/select-kit.git"
9
- },
10
- "sideEffects": [
11
- "**/*.css"
12
- ],
13
- "files": [
14
- "dist",
15
- "!dist/**/*.map"
16
- ],
17
- "exports": {
18
- ".": {
19
- "types": "./dist/index.d.ts",
20
- "import": "./dist/index.js"
21
- },
22
- "./styles.css": "./dist/style.css"
23
- },
24
- "scripts": {
25
- "build": "vite build --config vite.config.ts",
26
- "codemod": "tsx scripts/codemods/select-escape-hatch.ts",
27
- "prepublishOnly": "npm run build"
28
- },
29
- "peerDependencies": {
30
- "react": "^18.3 || ^19",
31
- "react-dom": "^18.3 || ^19",
32
- "gsap": "^3",
33
- "react-router-dom": "^6 || ^7"
34
- },
35
- "peerDependenciesMeta": {
36
- "gsap": {
37
- "optional": true
38
- },
39
- "react-router-dom": {
40
- "optional": true
41
- }
42
- },
43
- "devDependencies": {
44
- "@types/react": "^18.3.12",
45
- "@types/react-dom": "^18.3.1",
46
- "@vitejs/plugin-react": "^4.3.4",
47
- "gsap": "^3.15.0",
48
- "react": "^18.3.1",
49
- "react-dom": "^18.3.1",
50
- "react-router-dom": "^6.28.0",
51
- "ts-morph": "^28.0.0",
52
- "tsx": "^4.19.2",
53
- "typescript": "^5.6.3",
54
- "vite": "^5.4.11",
55
- "vite-plugin-dts": "^5.0.3"
56
- },
57
- "publishConfig": {
58
- "registry": "https://registry.npmjs.org",
59
- "access": "public"
60
- }
61
- }
1
+ {
2
+ "name": "@selectwin/kit",
3
+ "version": "0.1.41",
4
+ "description": "Selectwin design-system kit — primitivos React, charts SVG e tokens (theme-aware, sem dependência de biblioteca de chart).",
5
+ "type": "module",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/selectwin/select-kit.git"
9
+ },
10
+ "sideEffects": [
11
+ "**/*.css"
12
+ ],
13
+ "files": [
14
+ "dist",
15
+ "!dist/**/*.map"
16
+ ],
17
+ "exports": {
18
+ ".": {
19
+ "types": "./dist/index.d.ts",
20
+ "import": "./dist/index.js"
21
+ },
22
+ "./styles.css": "./dist/style.css"
23
+ },
24
+ "scripts": {
25
+ "build": "vite build --config vite.config.ts",
26
+ "codemod": "tsx scripts/codemods/select-escape-hatch.ts",
27
+ "prepublishOnly": "npm run build"
28
+ },
29
+ "peerDependencies": {
30
+ "react": "^18.3 || ^19",
31
+ "react-dom": "^18.3 || ^19",
32
+ "gsap": "^3",
33
+ "react-router-dom": "^6 || ^7"
34
+ },
35
+ "peerDependenciesMeta": {
36
+ "gsap": {
37
+ "optional": true
38
+ },
39
+ "react-router-dom": {
40
+ "optional": true
41
+ }
42
+ },
43
+ "devDependencies": {
44
+ "@types/react": "^18.3.12",
45
+ "@types/react-dom": "^18.3.1",
46
+ "@vitejs/plugin-react": "^4.3.4",
47
+ "gsap": "^3.15.0",
48
+ "react": "^18.3.1",
49
+ "react-dom": "^18.3.1",
50
+ "react-router-dom": "^6.28.0",
51
+ "ts-morph": "^28.0.0",
52
+ "tsx": "^4.19.2",
53
+ "typescript": "^5.6.3",
54
+ "vite": "^5.4.11",
55
+ "vite-plugin-dts": "^5.0.3"
56
+ },
57
+ "publishConfig": {
58
+ "registry": "https://registry.npmjs.org",
59
+ "access": "public"
60
+ }
61
+ }