@ginia/ui 0.1.20 → 0.1.22
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/domain/resume/resume-preview/sections/experience-education.cjs +2 -2
- package/dist/components/domain/resume/resume-preview/sections/experience-education.cjs.map +1 -1
- package/dist/components/domain/resume/resume-preview/sections/experience-education.js +2 -2
- package/dist/components/domain/resume/resume-preview/sections/experience-education.js.map +1 -1
- package/dist/components/ui/rich-text-editor/index.cjs +1 -0
- package/dist/components/ui/rich-text-editor/index.cjs.map +1 -1
- package/dist/components/ui/rich-text-editor/index.js +2 -0
- package/dist/components/ui/rich-text-editor/index.js.map +1 -1
- package/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ginia/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"description": "Ginia Design System — Unified UI component library for all Ginia hubs",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
@@ -34,18 +34,6 @@
|
|
|
34
34
|
"require": "./dist/icons.cjs"
|
|
35
35
|
}
|
|
36
36
|
},
|
|
37
|
-
"scripts": {
|
|
38
|
-
"build": "NODE_OPTIONS=--max-old-space-size=8192 tsup",
|
|
39
|
-
"dev": "tsup --watch",
|
|
40
|
-
"clean": "rm -rf dist",
|
|
41
|
-
"typecheck": "tsc --noEmit",
|
|
42
|
-
"lint": "eslint src/",
|
|
43
|
-
"lint:fix": "eslint src/ --fix",
|
|
44
|
-
"format": "prettier --write 'src/**/*.{ts,tsx,css,json}'",
|
|
45
|
-
"format:check": "prettier --check 'src/**/*.{ts,tsx,css,json}'",
|
|
46
|
-
"storybook": "storybook dev -p 6006",
|
|
47
|
-
"build-storybook": "storybook build"
|
|
48
|
-
},
|
|
49
37
|
"peerDependencies": {
|
|
50
38
|
"react": ">=18",
|
|
51
39
|
"react-dom": ">=18",
|
|
@@ -137,5 +125,17 @@
|
|
|
137
125
|
"typescript-eslint": "^8.56.1",
|
|
138
126
|
"vite": "^5.4.0",
|
|
139
127
|
"zod": "^4.3.6"
|
|
128
|
+
},
|
|
129
|
+
"scripts": {
|
|
130
|
+
"build": "NODE_OPTIONS=--max-old-space-size=8192 tsup",
|
|
131
|
+
"dev": "tsup --watch",
|
|
132
|
+
"clean": "rm -rf dist",
|
|
133
|
+
"typecheck": "tsc --noEmit",
|
|
134
|
+
"lint": "eslint src/",
|
|
135
|
+
"lint:fix": "eslint src/ --fix",
|
|
136
|
+
"format": "prettier --write 'src/**/*.{ts,tsx,css,json}'",
|
|
137
|
+
"format:check": "prettier --check 'src/**/*.{ts,tsx,css,json}'",
|
|
138
|
+
"storybook": "storybook dev -p 6006",
|
|
139
|
+
"build-storybook": "storybook build"
|
|
140
140
|
}
|
|
141
|
-
}
|
|
141
|
+
}
|