@regardio/brand 1.1.0 → 1.1.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.
- package/package.json +27 -14
package/package.json
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "@regardio/brand",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.2",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Regardio Brand Assets",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"brand",
|
|
9
|
+
"design",
|
|
10
|
+
"icons",
|
|
11
|
+
"logo",
|
|
12
|
+
"regardio",
|
|
13
|
+
"svg",
|
|
14
|
+
"sprites"
|
|
15
|
+
],
|
|
7
16
|
"homepage": "https://codeberg.org/regardio/commons/src/branch/main/packages/brand",
|
|
8
17
|
"bugs": {
|
|
9
18
|
"url": "https://codeberg.org/regardio/commons/issues"
|
|
@@ -105,19 +114,21 @@
|
|
|
105
114
|
},
|
|
106
115
|
"files": [
|
|
107
116
|
"dist",
|
|
117
|
+
"LICENSE",
|
|
108
118
|
"src/styles",
|
|
109
|
-
"src/components"
|
|
119
|
+
"src/components",
|
|
120
|
+
"pnpm-lock.yaml"
|
|
110
121
|
],
|
|
111
122
|
"dependencies": {
|
|
112
123
|
"@fontsource-variable/georama": "5.2.8",
|
|
113
|
-
"@regardio/react": "1.1.
|
|
114
|
-
"@regardio/tailwind": "1.1.
|
|
124
|
+
"@regardio/react": "1.1.2",
|
|
125
|
+
"@regardio/tailwind": "1.1.2"
|
|
115
126
|
},
|
|
116
127
|
"devDependencies": {
|
|
117
|
-
"@storybook/addon-a11y": "10.3.
|
|
118
|
-
"@storybook/addon-docs": "10.3.
|
|
119
|
-
"@storybook/addon-vitest": "10.3.
|
|
120
|
-
"@storybook/react-vite": "10.3.
|
|
128
|
+
"@storybook/addon-a11y": "10.3.6",
|
|
129
|
+
"@storybook/addon-docs": "10.3.6",
|
|
130
|
+
"@storybook/addon-vitest": "10.3.6",
|
|
131
|
+
"@storybook/react-vite": "10.3.6",
|
|
121
132
|
"@svgr/cli": "8.1.0",
|
|
122
133
|
"@svgr/plugin-jsx": "8.1.0",
|
|
123
134
|
"@svgr/plugin-svgo": "8.1.0",
|
|
@@ -133,17 +144,19 @@
|
|
|
133
144
|
"linkedom": "0.18.12",
|
|
134
145
|
"node-html-parser": "7.1.0",
|
|
135
146
|
"playwright": "1.59.1",
|
|
136
|
-
"
|
|
137
|
-
"react-dom": "19.2.5",
|
|
138
|
-
"storybook": "10.3.5",
|
|
147
|
+
"storybook": "10.3.6",
|
|
139
148
|
"svgo": "4.0.1",
|
|
140
149
|
"tailwindcss": "4.2.4",
|
|
141
|
-
"tsdown": "0.
|
|
150
|
+
"tsdown": "0.22.0",
|
|
142
151
|
"tsx": "4.21.0",
|
|
143
152
|
"typescript": "6.0.3",
|
|
144
|
-
"vite": "8.0.
|
|
153
|
+
"vite": "8.0.11",
|
|
145
154
|
"vitest": "4.1.5",
|
|
146
|
-
"@regardio/dev": "2.1
|
|
155
|
+
"@regardio/dev": "2.4.1"
|
|
156
|
+
},
|
|
157
|
+
"peerDependencies": {
|
|
158
|
+
"react": ">=19",
|
|
159
|
+
"react-dom": ">=19"
|
|
147
160
|
},
|
|
148
161
|
"scripts": {
|
|
149
162
|
"build": "tsdown",
|