@granto-umbrella/umbrella-components 1.3.1 → 1.3.2
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.
|
@@ -80968,7 +80968,7 @@ const g2 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
80968
80968
|
flex-direction: column;
|
|
80969
80969
|
gap: ${P["size-4"]};
|
|
80970
80970
|
`, omt = Q.label`
|
|
80971
|
-
font-size: ${P["size-
|
|
80971
|
+
font-size: ${P["size-3.5"]};
|
|
80972
80972
|
color: ${$.neutral["--neutral-350"]};
|
|
80973
80973
|
font-weight: 500;
|
|
80974
80974
|
`, imt = Q.span`
|
|
@@ -189,7 +189,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[b1]+=1);const M={base:{"--whi
|
|
|
189
189
|
flex-direction: column;
|
|
190
190
|
gap: ${P["size-4"]};
|
|
191
191
|
`,kca=Y.label`
|
|
192
|
-
font-size: ${P["size-
|
|
192
|
+
font-size: ${P["size-3.5"]};
|
|
193
193
|
color: ${h.neutral["--neutral-350"]};
|
|
194
194
|
font-weight: 500;
|
|
195
195
|
`,Bca=Y.span`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@granto-umbrella/umbrella-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Umbrella Components for React",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"scripts": {
|
|
13
13
|
"dev": "vite",
|
|
14
14
|
"build": "tsc -b && vite build",
|
|
15
|
-
"
|
|
15
|
+
"prepublish": "npm run bump:patch && npm run build && npm run build-storybook && git add * && git commit -m 'chore: release' && git push && git push --tags && npm publish",
|
|
16
16
|
"lint": "eslint .",
|
|
17
17
|
"preview": "vite preview",
|
|
18
18
|
"storybook": "storybook dev -p 6006",
|
|
@@ -25,7 +25,10 @@
|
|
|
25
25
|
"version": "npm run build && git add .",
|
|
26
26
|
"release:patch": "npm version patch && git push && git push --tags",
|
|
27
27
|
"release:minor": "npm version minor && git push && git push --tags",
|
|
28
|
-
"release:major": "npm version major && git push && git push --tags"
|
|
28
|
+
"release:major": "npm version major && git push && git push --tags",
|
|
29
|
+
"bump:patch": "npm version patch",
|
|
30
|
+
"bump:minor": "npm version minor",
|
|
31
|
+
"bump:major": "npm version major"
|
|
29
32
|
},
|
|
30
33
|
"dependencies": {
|
|
31
34
|
"@phosphor-icons/react": "^2.1.7",
|