@regardio/brand 0.8.2 → 0.10.0
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/README.md +6 -6
- package/dist/components/button.stories.d.mts +70 -35
- package/dist/generated/icons/regardio-ensemble-icon-color-full.mjs +34 -12
- package/dist/generated/icons/regardio-ensemble-icon-color.mjs +37 -15
- package/dist/generated/icons/regardio-ensemble-icon-mono.mjs +48 -17
- package/dist/generated/icons/system-layer-bridges-icon.mjs +1 -1
- package/dist/generated/icons/system-layer-facets-icon.mjs +1 -1
- package/dist/generated/icons/system-layer-plans-icon.mjs +1 -1
- package/dist/generated/icons/system-layer-pursuits-icon.mjs +1 -1
- package/dist/generated/icons/{system-layer-needs-icon.d.mts → system-layer-sources-icon.d.mts} +3 -3
- package/dist/generated/icons/system-layer-sources-icon.mjs +19 -0
- package/dist/generated/sprites/compass-sprite-provider.mjs +204 -200
- package/dist/generated/sprites/compass-sprite.d.mts +3 -3
- package/dist/generated/sprites/compass-sprite.mjs +51 -51
- package/package.json +20 -19
- package/dist/generated/icons/system-layer-needs-icon.mjs +0 -19
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { SVGProps } from "react";
|
|
2
2
|
|
|
3
3
|
//#region src/generated/sprites/compass-sprite.d.ts
|
|
4
|
-
type CompassSpriteId = "bridge
|
|
4
|
+
type CompassSpriteId = "bridge-view-contradicts" | "bridge-view-enables" | "bridge-view-extends" | "bridge-view-fulfills" | "bridge-view-matches" | "bridge-view-supports" | "bridge-views" | "facet-element-means" | "facet-element-people" | "facet-element-reasons" | "facet-element-spaces" | "facet-element-things" | "facet-element-times" | "facet-elements" | "facet-step-accord-bottom" | "facet-step-accord-top" | "facet-step-action-bottom" | "facet-step-action-top" | "facet-step-effect-bottom" | "facet-step-effect-top" | "facet-step-essence-bottom" | "facet-step-essence-top" | "facet-step-impulse-bottom" | "facet-step-impulse-top" | "facet-step-signal-bottom" | "facet-step-signal-top" | "pursuit-pointer" | "pursuit-trait-flourishing" | "source-drive-flexibility" | "source-drive-orientation" | "source-drive-pathways" | "source-drive-possibilities" | "source-drive-strength" | "source-drive-structure" | "source-drive" | "source-leisure-breeze" | "source-leisure-calm" | "source-leisure-contemplation" | "source-leisure-distance" | "source-leisure-indulgence" | "source-leisure-inspiration" | "source-leisure-inspiration_1" | "source-leisure-movement" | "source-leisure-nearness" | "source-leisure-nourishment" | "source-leisure-refreshment" | "source-leisure-relaxation" | "source-leisure-relief" | "source-leisure";
|
|
5
5
|
declare const compassSpriteIds: CompassSpriteId[];
|
|
6
6
|
interface CompassSpriteProps extends Omit<SVGProps<SVGSVGElement>, "children"> {
|
|
7
7
|
/** The sprite ID to render */
|
|
@@ -14,8 +14,8 @@ interface CompassSpriteProps extends Omit<SVGProps<SVGSVGElement>, "children"> {
|
|
|
14
14
|
*
|
|
15
15
|
* Usage:
|
|
16
16
|
* ```tsx
|
|
17
|
-
* <CompassSprite id="facet
|
|
18
|
-
* <CompassSprite id="
|
|
17
|
+
* <CompassSprite id="facet-step-action-bottom" className="w-8 h-8" />
|
|
18
|
+
* <CompassSprite id="source-drive-possibilities" size={24} />
|
|
19
19
|
* ```
|
|
20
20
|
*
|
|
21
21
|
* Note: The compass-base.svg sprite file must be available in your application.
|
|
@@ -1,63 +1,63 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
//#region src/generated/sprites/compass-sprite.tsx
|
|
3
3
|
const compassSpriteIds = [
|
|
4
|
-
"bridge
|
|
5
|
-
"bridge
|
|
6
|
-
"bridge
|
|
7
|
-
"bridge
|
|
8
|
-
"bridge
|
|
9
|
-
"bridge
|
|
10
|
-
"
|
|
11
|
-
"facet
|
|
12
|
-
"facet
|
|
13
|
-
"facet
|
|
14
|
-
"facet
|
|
15
|
-
"facet
|
|
16
|
-
"facet
|
|
17
|
-
"facet
|
|
18
|
-
"facet
|
|
19
|
-
"facet
|
|
20
|
-
"facet
|
|
21
|
-
"facet
|
|
22
|
-
"facet
|
|
23
|
-
"facet
|
|
24
|
-
"facet
|
|
25
|
-
"facet
|
|
26
|
-
"facet
|
|
27
|
-
"facet
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
4
|
+
"bridge-view-contradicts",
|
|
5
|
+
"bridge-view-enables",
|
|
6
|
+
"bridge-view-extends",
|
|
7
|
+
"bridge-view-fulfills",
|
|
8
|
+
"bridge-view-matches",
|
|
9
|
+
"bridge-view-supports",
|
|
10
|
+
"bridge-views",
|
|
11
|
+
"facet-element-means",
|
|
12
|
+
"facet-element-people",
|
|
13
|
+
"facet-element-reasons",
|
|
14
|
+
"facet-element-spaces",
|
|
15
|
+
"facet-element-things",
|
|
16
|
+
"facet-element-times",
|
|
17
|
+
"facet-elements",
|
|
18
|
+
"facet-step-accord-bottom",
|
|
19
|
+
"facet-step-accord-top",
|
|
20
|
+
"facet-step-action-bottom",
|
|
21
|
+
"facet-step-action-top",
|
|
22
|
+
"facet-step-effect-bottom",
|
|
23
|
+
"facet-step-effect-top",
|
|
24
|
+
"facet-step-essence-bottom",
|
|
25
|
+
"facet-step-essence-top",
|
|
26
|
+
"facet-step-impulse-bottom",
|
|
27
|
+
"facet-step-impulse-top",
|
|
28
|
+
"facet-step-signal-bottom",
|
|
29
|
+
"facet-step-signal-top",
|
|
30
|
+
"pursuit-pointer",
|
|
31
|
+
"pursuit-trait-flourishing",
|
|
32
|
+
"source-drive-flexibility",
|
|
33
|
+
"source-drive-orientation",
|
|
34
|
+
"source-drive-pathways",
|
|
35
|
+
"source-drive-possibilities",
|
|
36
|
+
"source-drive-strength",
|
|
37
|
+
"source-drive-structure",
|
|
38
|
+
"source-drive",
|
|
39
|
+
"source-leisure-breeze",
|
|
40
|
+
"source-leisure-calm",
|
|
41
|
+
"source-leisure-contemplation",
|
|
42
|
+
"source-leisure-distance",
|
|
43
|
+
"source-leisure-indulgence",
|
|
44
|
+
"source-leisure-inspiration",
|
|
45
|
+
"source-leisure-inspiration_1",
|
|
46
|
+
"source-leisure-movement",
|
|
47
|
+
"source-leisure-nearness",
|
|
48
|
+
"source-leisure-nourishment",
|
|
49
|
+
"source-leisure-refreshment",
|
|
50
|
+
"source-leisure-relaxation",
|
|
51
|
+
"source-leisure-relief",
|
|
52
|
+
"source-leisure"
|
|
53
53
|
];
|
|
54
54
|
/**
|
|
55
55
|
* Renders a sprite from the compass-base.svg sprite sheet.
|
|
56
56
|
*
|
|
57
57
|
* Usage:
|
|
58
58
|
* ```tsx
|
|
59
|
-
* <CompassSprite id="facet
|
|
60
|
-
* <CompassSprite id="
|
|
59
|
+
* <CompassSprite id="facet-step-action-bottom" className="w-8 h-8" />
|
|
60
|
+
* <CompassSprite id="source-drive-possibilities" size={24} />
|
|
61
61
|
* ```
|
|
62
62
|
*
|
|
63
63
|
* Note: The compass-base.svg sprite file must be available in your application.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package.json",
|
|
3
3
|
"name": "@regardio/brand",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.10.0",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Regardio Brand Assets",
|
|
7
7
|
"homepage": "https://github.com/regardio/brand#readme",
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
"import": "./dist/generated/icons/system-layer-facets-icon.mjs",
|
|
82
82
|
"types": "./dist/generated/icons/system-layer-facets-icon.d.mts"
|
|
83
83
|
},
|
|
84
|
-
"./icons/system-layer-
|
|
85
|
-
"import": "./dist/generated/icons/system-layer-
|
|
86
|
-
"types": "./dist/generated/icons/system-layer-
|
|
84
|
+
"./icons/system-layer-sources-icon": {
|
|
85
|
+
"import": "./dist/generated/icons/system-layer-sources-icon.mjs",
|
|
86
|
+
"types": "./dist/generated/icons/system-layer-sources-icon.d.mts"
|
|
87
87
|
},
|
|
88
88
|
"./icons/system-layer-plans-icon": {
|
|
89
89
|
"import": "./dist/generated/icons/system-layer-plans-icon.mjs",
|
|
@@ -138,15 +138,15 @@
|
|
|
138
138
|
},
|
|
139
139
|
"dependencies": {
|
|
140
140
|
"@fontsource-variable/georama": "5.2.8",
|
|
141
|
-
"@regardio/react": "^0.8.
|
|
142
|
-
"@regardio/tailwind": "^0.4.
|
|
141
|
+
"@regardio/react": "^0.8.2",
|
|
142
|
+
"@regardio/tailwind": "^0.4.3"
|
|
143
143
|
},
|
|
144
144
|
"devDependencies": {
|
|
145
|
-
"@regardio/dev": "^1.18.
|
|
146
|
-
"@storybook/addon-a11y": "10.3.
|
|
147
|
-
"@storybook/addon-docs": "10.3.
|
|
148
|
-
"@storybook/addon-vitest": "10.3.
|
|
149
|
-
"@storybook/react-vite": "10.3.
|
|
145
|
+
"@regardio/dev": "^1.18.2",
|
|
146
|
+
"@storybook/addon-a11y": "10.3.3",
|
|
147
|
+
"@storybook/addon-docs": "10.3.3",
|
|
148
|
+
"@storybook/addon-vitest": "10.3.3",
|
|
149
|
+
"@storybook/react-vite": "10.3.3",
|
|
150
150
|
"@svgr/cli": "8.1.0",
|
|
151
151
|
"@svgr/plugin-jsx": "8.1.0",
|
|
152
152
|
"@svgr/plugin-svgo": "8.1.0",
|
|
@@ -156,20 +156,21 @@
|
|
|
156
156
|
"@types/react": "19.2.14",
|
|
157
157
|
"@types/react-dom": "19.2.3",
|
|
158
158
|
"@vitejs/plugin-react": "6.0.1",
|
|
159
|
-
"@vitest/browser-playwright": "4.1.
|
|
160
|
-
"@vitest/coverage-v8": "4.1.
|
|
161
|
-
"@vitest/ui": "4.1.
|
|
159
|
+
"@vitest/browser-playwright": "4.1.1",
|
|
160
|
+
"@vitest/coverage-v8": "4.1.1",
|
|
161
|
+
"@vitest/ui": "4.1.1",
|
|
162
162
|
"linkedom": "0.18.12",
|
|
163
163
|
"node-html-parser": "7.1.0",
|
|
164
164
|
"playwright": "1.58.2",
|
|
165
165
|
"react": "19.2.4",
|
|
166
166
|
"react-dom": "19.2.4",
|
|
167
|
-
"storybook": "10.3.
|
|
167
|
+
"storybook": "10.3.3",
|
|
168
168
|
"svgo": "4.0.1",
|
|
169
169
|
"tailwindcss": "4.2.2",
|
|
170
|
-
"tsdown": "0.21.
|
|
171
|
-
"
|
|
172
|
-
"
|
|
173
|
-
"
|
|
170
|
+
"tsdown": "0.21.5",
|
|
171
|
+
"tsx": "4.21.0",
|
|
172
|
+
"typescript": "6.0.2",
|
|
173
|
+
"vite": "8.0.2",
|
|
174
|
+
"vitest": "4.1.1"
|
|
174
175
|
}
|
|
175
176
|
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
//#region src/generated/icons/system-layer-needs-icon.tsx
|
|
3
|
-
const SvgSystemLayerNeedsIcon = ({ title, titleId, ...props }) => /* @__PURE__ */ jsxs("svg", {
|
|
4
|
-
"aria-labelledby": titleId,
|
|
5
|
-
height: "1em",
|
|
6
|
-
viewBox: "0 0 1024 1024",
|
|
7
|
-
width: "1em",
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
...props,
|
|
10
|
-
children: [title ? /* @__PURE__ */ jsx("title", {
|
|
11
|
-
id: titleId,
|
|
12
|
-
children: title
|
|
13
|
-
}) : null, /* @__PURE__ */ jsx("path", {
|
|
14
|
-
className: "fill-yellow-400",
|
|
15
|
-
d: "M513.22 155.71c163.86 303.8 129.87 268.01 359.22 700.15 4.31 8.12-.81 18.53-9.07 18.13l-350.8-16.8c-.28-.01-.57-.01-.85 0l-351.15 9.12c-8.25.4-13.25-9.95-9.07-18.13 179.32-351.09 146.99-289.15 343.58-691.47 4.07-8.33 13.74-9.16 18.14-1"
|
|
16
|
-
})]
|
|
17
|
-
});
|
|
18
|
-
//#endregion
|
|
19
|
-
export { SvgSystemLayerNeedsIcon as default };
|