@regardio/brand 0.3.2 → 0.3.4
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 +5 -8
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
},
|
|
7
7
|
"description": "Regardio Brand Assets",
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@regardio/dev": "1.9.
|
|
9
|
+
"@regardio/dev": "1.9.4",
|
|
10
10
|
"@storybook/react-vite": "10.1.11",
|
|
11
11
|
"@svgr/cli": "8.1.0",
|
|
12
12
|
"@svgr/plugin-jsx": "8.1.0",
|
|
@@ -112,10 +112,7 @@
|
|
|
112
112
|
"types": "./dist/generated/sprites/CompassSpriteProvider.d.ts"
|
|
113
113
|
}
|
|
114
114
|
},
|
|
115
|
-
"files": [
|
|
116
|
-
"dist",
|
|
117
|
-
"src/styles/colors.css"
|
|
118
|
-
],
|
|
115
|
+
"files": ["dist", "src/styles/colors.css"],
|
|
119
116
|
"homepage": "https://github.com/regardio/brand#readme",
|
|
120
117
|
"license": "CC BY-SA 4.0",
|
|
121
118
|
"name": "@regardio/brand",
|
|
@@ -133,14 +130,14 @@
|
|
|
133
130
|
"dev": "exec-tsc --project tsconfig.build.json --watch",
|
|
134
131
|
"fix": "exec-p fix:*",
|
|
135
132
|
"fix:biome": "lint-biome check --write --unsafe .",
|
|
136
|
-
"fix:md": "lint-md --fix
|
|
133
|
+
"fix:md": "lint-md --fix",
|
|
137
134
|
"generate": "exec-s generate:* fix:*",
|
|
138
135
|
"generate:compass-base-sprite": "exec-ts scripts/convert-svgs-to-sprite.ts ./src/svg/compass-base ./src/generated/sprites/compass-base.svg",
|
|
139
136
|
"generate:compass-base-sprites-components": "exec-ts scripts/build-compass-base-sprites.ts",
|
|
140
137
|
"generate:icons": "svgr --icon --out-dir ./src/generated/icons -- ./src/svg/icons",
|
|
141
138
|
"lint": "exec-p lint:*",
|
|
142
139
|
"lint:biome": "lint-biome check .",
|
|
143
|
-
"lint:md": "lint-md
|
|
140
|
+
"lint:md": "lint-md",
|
|
144
141
|
"prepare": "exec-husky",
|
|
145
142
|
"release": "flow-release",
|
|
146
143
|
"storybook": "storybook dev -p 6006",
|
|
@@ -150,5 +147,5 @@
|
|
|
150
147
|
},
|
|
151
148
|
"sideEffects": false,
|
|
152
149
|
"type": "module",
|
|
153
|
-
"version": "0.3.
|
|
150
|
+
"version": "0.3.4"
|
|
154
151
|
}
|