@ursignalstack/design-system 1.0.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.
@@ -0,0 +1,31 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+
3
+ declare function SymbolV1({ size }: {
4
+ size?: number;
5
+ }): react_jsx_runtime.JSX.Element;
6
+
7
+ declare function SymbolV2({ size }: {
8
+ size?: number;
9
+ }): react_jsx_runtime.JSX.Element;
10
+
11
+ declare function SymbolV3({ size }: {
12
+ size?: number;
13
+ }): react_jsx_runtime.JSX.Element;
14
+
15
+ declare function SymbolV4({ size }: {
16
+ size?: number;
17
+ }): react_jsx_runtime.JSX.Element;
18
+
19
+ declare function SymbolV5({ size }: {
20
+ size?: number;
21
+ }): react_jsx_runtime.JSX.Element;
22
+
23
+ declare function SymbolV6({ size }: {
24
+ size?: number;
25
+ }): react_jsx_runtime.JSX.Element;
26
+
27
+ declare function SymbolVX({ size }: {
28
+ size?: number;
29
+ }): react_jsx_runtime.JSX.Element;
30
+
31
+ export { SymbolV1, SymbolV2, SymbolV3, SymbolV4, SymbolV5, SymbolV6, SymbolVX };
@@ -0,0 +1,31 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+
3
+ declare function SymbolV1({ size }: {
4
+ size?: number;
5
+ }): react_jsx_runtime.JSX.Element;
6
+
7
+ declare function SymbolV2({ size }: {
8
+ size?: number;
9
+ }): react_jsx_runtime.JSX.Element;
10
+
11
+ declare function SymbolV3({ size }: {
12
+ size?: number;
13
+ }): react_jsx_runtime.JSX.Element;
14
+
15
+ declare function SymbolV4({ size }: {
16
+ size?: number;
17
+ }): react_jsx_runtime.JSX.Element;
18
+
19
+ declare function SymbolV5({ size }: {
20
+ size?: number;
21
+ }): react_jsx_runtime.JSX.Element;
22
+
23
+ declare function SymbolV6({ size }: {
24
+ size?: number;
25
+ }): react_jsx_runtime.JSX.Element;
26
+
27
+ declare function SymbolVX({ size }: {
28
+ size?: number;
29
+ }): react_jsx_runtime.JSX.Element;
30
+
31
+ export { SymbolV1, SymbolV2, SymbolV3, SymbolV4, SymbolV5, SymbolV6, SymbolVX };
package/dist/index.js ADDED
@@ -0,0 +1,307 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/index.ts
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
+ SymbolV1: () => SymbolV1,
24
+ SymbolV2: () => SymbolV2,
25
+ SymbolV3: () => SymbolV3,
26
+ SymbolV4: () => SymbolV4,
27
+ SymbolV5: () => SymbolV5,
28
+ SymbolV6: () => SymbolV6,
29
+ SymbolVX: () => SymbolVX
30
+ });
31
+ module.exports = __toCommonJS(index_exports);
32
+
33
+ // src/symbols/system/SymbolV1.tsx
34
+ var import_jsx_runtime = require("react/jsx-runtime");
35
+ function SymbolV1({ size = 24 }) {
36
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
37
+ "svg",
38
+ {
39
+ width: size,
40
+ height: size,
41
+ viewBox: "0 0 24 24",
42
+ fill: "none",
43
+ xmlns: "http://www.w3.org/2000/svg",
44
+ children: [
45
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
46
+ "rect",
47
+ {
48
+ x: "4",
49
+ y: "4",
50
+ width: "16",
51
+ height: "16",
52
+ rx: "2",
53
+ stroke: "currentColor",
54
+ strokeWidth: "2"
55
+ }
56
+ ),
57
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
58
+ "path",
59
+ {
60
+ d: "M9 9L15 15M15 9L9 15",
61
+ stroke: "currentColor",
62
+ strokeWidth: "2",
63
+ strokeLinecap: "round"
64
+ }
65
+ )
66
+ ]
67
+ }
68
+ );
69
+ }
70
+
71
+ // src/symbols/system/SymbolV2.tsx
72
+ var import_jsx_runtime2 = require("react/jsx-runtime");
73
+ function SymbolV2({ size = 24 }) {
74
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
75
+ "svg",
76
+ {
77
+ width: size,
78
+ height: size,
79
+ viewBox: "0 0 24 24",
80
+ fill: "none",
81
+ xmlns: "http://www.w3.org/2000/svg",
82
+ children: [
83
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
84
+ "rect",
85
+ {
86
+ x: "4",
87
+ y: "4",
88
+ width: "16",
89
+ height: "16",
90
+ rx: "2",
91
+ stroke: "currentColor",
92
+ strokeWidth: "2"
93
+ }
94
+ ),
95
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
96
+ "path",
97
+ {
98
+ d: "M9 9L15 15M15 9L9 15",
99
+ stroke: "currentColor",
100
+ strokeWidth: "2",
101
+ strokeLinecap: "round"
102
+ }
103
+ )
104
+ ]
105
+ }
106
+ );
107
+ }
108
+
109
+ // src/symbols/system/SymbolV3.tsx
110
+ var import_jsx_runtime3 = require("react/jsx-runtime");
111
+ function SymbolV3({ size = 24 }) {
112
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
113
+ "svg",
114
+ {
115
+ width: size,
116
+ height: size,
117
+ viewBox: "0 0 24 24",
118
+ fill: "none",
119
+ xmlns: "http://www.w3.org/2000/svg",
120
+ children: [
121
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
122
+ "rect",
123
+ {
124
+ x: "4",
125
+ y: "4",
126
+ width: "16",
127
+ height: "16",
128
+ rx: "2",
129
+ stroke: "currentColor",
130
+ strokeWidth: "2"
131
+ }
132
+ ),
133
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
134
+ "path",
135
+ {
136
+ d: "M9 9L15 15M15 9L9 15",
137
+ stroke: "currentColor",
138
+ strokeWidth: "2",
139
+ strokeLinecap: "round"
140
+ }
141
+ )
142
+ ]
143
+ }
144
+ );
145
+ }
146
+
147
+ // src/symbols/system/SymbolV4.tsx
148
+ var import_jsx_runtime4 = require("react/jsx-runtime");
149
+ function SymbolV4({ size = 24 }) {
150
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
151
+ "svg",
152
+ {
153
+ width: size,
154
+ height: size,
155
+ viewBox: "0 0 24 24",
156
+ fill: "none",
157
+ xmlns: "http://www.w3.org/2000/svg",
158
+ children: [
159
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
160
+ "rect",
161
+ {
162
+ x: "4",
163
+ y: "4",
164
+ width: "16",
165
+ height: "16",
166
+ rx: "2",
167
+ stroke: "currentColor",
168
+ strokeWidth: "2"
169
+ }
170
+ ),
171
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
172
+ "path",
173
+ {
174
+ d: "M9 9L15 15M15 9L9 15",
175
+ stroke: "currentColor",
176
+ strokeWidth: "2",
177
+ strokeLinecap: "round"
178
+ }
179
+ )
180
+ ]
181
+ }
182
+ );
183
+ }
184
+
185
+ // src/symbols/system/SymbolV5.tsx
186
+ var import_jsx_runtime5 = require("react/jsx-runtime");
187
+ function SymbolV5({ size = 24 }) {
188
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
189
+ "svg",
190
+ {
191
+ width: size,
192
+ height: size,
193
+ viewBox: "0 0 24 24",
194
+ fill: "none",
195
+ xmlns: "http://www.w3.org/2000/svg",
196
+ children: [
197
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
198
+ "rect",
199
+ {
200
+ x: "4",
201
+ y: "4",
202
+ width: "16",
203
+ height: "16",
204
+ rx: "2",
205
+ stroke: "currentColor",
206
+ strokeWidth: "2"
207
+ }
208
+ ),
209
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
210
+ "path",
211
+ {
212
+ d: "M9 9L15 15M15 9L9 15",
213
+ stroke: "currentColor",
214
+ strokeWidth: "2",
215
+ strokeLinecap: "round"
216
+ }
217
+ )
218
+ ]
219
+ }
220
+ );
221
+ }
222
+
223
+ // src/symbols/system/SymbolV6.tsx
224
+ var import_jsx_runtime6 = require("react/jsx-runtime");
225
+ function SymbolV6({ size = 24 }) {
226
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
227
+ "svg",
228
+ {
229
+ width: size,
230
+ height: size,
231
+ viewBox: "0 0 24 24",
232
+ fill: "none",
233
+ xmlns: "http://www.w3.org/2000/svg",
234
+ children: [
235
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
236
+ "rect",
237
+ {
238
+ x: "4",
239
+ y: "4",
240
+ width: "16",
241
+ height: "16",
242
+ rx: "2",
243
+ stroke: "currentColor",
244
+ strokeWidth: "2"
245
+ }
246
+ ),
247
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
248
+ "path",
249
+ {
250
+ d: "M9 9L15 15M15 9L9 15",
251
+ stroke: "currentColor",
252
+ strokeWidth: "2",
253
+ strokeLinecap: "round"
254
+ }
255
+ )
256
+ ]
257
+ }
258
+ );
259
+ }
260
+
261
+ // src/symbols/system/SymbolVX.tsx
262
+ var import_jsx_runtime7 = require("react/jsx-runtime");
263
+ function SymbolVX({ size = 24 }) {
264
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
265
+ "svg",
266
+ {
267
+ width: size,
268
+ height: size,
269
+ viewBox: "0 0 24 24",
270
+ fill: "none",
271
+ xmlns: "http://www.w3.org/2000/svg",
272
+ children: [
273
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
274
+ "rect",
275
+ {
276
+ x: "4",
277
+ y: "4",
278
+ width: "16",
279
+ height: "16",
280
+ rx: "2",
281
+ stroke: "currentColor",
282
+ strokeWidth: "2"
283
+ }
284
+ ),
285
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
286
+ "path",
287
+ {
288
+ d: "M9 9L15 15M15 9L9 15",
289
+ stroke: "currentColor",
290
+ strokeWidth: "2",
291
+ strokeLinecap: "round"
292
+ }
293
+ )
294
+ ]
295
+ }
296
+ );
297
+ }
298
+ // Annotate the CommonJS export names for ESM import in node:
299
+ 0 && (module.exports = {
300
+ SymbolV1,
301
+ SymbolV2,
302
+ SymbolV3,
303
+ SymbolV4,
304
+ SymbolV5,
305
+ SymbolV6,
306
+ SymbolVX
307
+ });
package/dist/index.mjs ADDED
@@ -0,0 +1,274 @@
1
+ // src/symbols/system/SymbolV1.tsx
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ function SymbolV1({ size = 24 }) {
4
+ return /* @__PURE__ */ jsxs(
5
+ "svg",
6
+ {
7
+ width: size,
8
+ height: size,
9
+ viewBox: "0 0 24 24",
10
+ fill: "none",
11
+ xmlns: "http://www.w3.org/2000/svg",
12
+ children: [
13
+ /* @__PURE__ */ jsx(
14
+ "rect",
15
+ {
16
+ x: "4",
17
+ y: "4",
18
+ width: "16",
19
+ height: "16",
20
+ rx: "2",
21
+ stroke: "currentColor",
22
+ strokeWidth: "2"
23
+ }
24
+ ),
25
+ /* @__PURE__ */ jsx(
26
+ "path",
27
+ {
28
+ d: "M9 9L15 15M15 9L9 15",
29
+ stroke: "currentColor",
30
+ strokeWidth: "2",
31
+ strokeLinecap: "round"
32
+ }
33
+ )
34
+ ]
35
+ }
36
+ );
37
+ }
38
+
39
+ // src/symbols/system/SymbolV2.tsx
40
+ import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
41
+ function SymbolV2({ size = 24 }) {
42
+ return /* @__PURE__ */ jsxs2(
43
+ "svg",
44
+ {
45
+ width: size,
46
+ height: size,
47
+ viewBox: "0 0 24 24",
48
+ fill: "none",
49
+ xmlns: "http://www.w3.org/2000/svg",
50
+ children: [
51
+ /* @__PURE__ */ jsx2(
52
+ "rect",
53
+ {
54
+ x: "4",
55
+ y: "4",
56
+ width: "16",
57
+ height: "16",
58
+ rx: "2",
59
+ stroke: "currentColor",
60
+ strokeWidth: "2"
61
+ }
62
+ ),
63
+ /* @__PURE__ */ jsx2(
64
+ "path",
65
+ {
66
+ d: "M9 9L15 15M15 9L9 15",
67
+ stroke: "currentColor",
68
+ strokeWidth: "2",
69
+ strokeLinecap: "round"
70
+ }
71
+ )
72
+ ]
73
+ }
74
+ );
75
+ }
76
+
77
+ // src/symbols/system/SymbolV3.tsx
78
+ import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
79
+ function SymbolV3({ size = 24 }) {
80
+ return /* @__PURE__ */ jsxs3(
81
+ "svg",
82
+ {
83
+ width: size,
84
+ height: size,
85
+ viewBox: "0 0 24 24",
86
+ fill: "none",
87
+ xmlns: "http://www.w3.org/2000/svg",
88
+ children: [
89
+ /* @__PURE__ */ jsx3(
90
+ "rect",
91
+ {
92
+ x: "4",
93
+ y: "4",
94
+ width: "16",
95
+ height: "16",
96
+ rx: "2",
97
+ stroke: "currentColor",
98
+ strokeWidth: "2"
99
+ }
100
+ ),
101
+ /* @__PURE__ */ jsx3(
102
+ "path",
103
+ {
104
+ d: "M9 9L15 15M15 9L9 15",
105
+ stroke: "currentColor",
106
+ strokeWidth: "2",
107
+ strokeLinecap: "round"
108
+ }
109
+ )
110
+ ]
111
+ }
112
+ );
113
+ }
114
+
115
+ // src/symbols/system/SymbolV4.tsx
116
+ import { jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
117
+ function SymbolV4({ size = 24 }) {
118
+ return /* @__PURE__ */ jsxs4(
119
+ "svg",
120
+ {
121
+ width: size,
122
+ height: size,
123
+ viewBox: "0 0 24 24",
124
+ fill: "none",
125
+ xmlns: "http://www.w3.org/2000/svg",
126
+ children: [
127
+ /* @__PURE__ */ jsx4(
128
+ "rect",
129
+ {
130
+ x: "4",
131
+ y: "4",
132
+ width: "16",
133
+ height: "16",
134
+ rx: "2",
135
+ stroke: "currentColor",
136
+ strokeWidth: "2"
137
+ }
138
+ ),
139
+ /* @__PURE__ */ jsx4(
140
+ "path",
141
+ {
142
+ d: "M9 9L15 15M15 9L9 15",
143
+ stroke: "currentColor",
144
+ strokeWidth: "2",
145
+ strokeLinecap: "round"
146
+ }
147
+ )
148
+ ]
149
+ }
150
+ );
151
+ }
152
+
153
+ // src/symbols/system/SymbolV5.tsx
154
+ import { jsx as jsx5, jsxs as jsxs5 } from "react/jsx-runtime";
155
+ function SymbolV5({ size = 24 }) {
156
+ return /* @__PURE__ */ jsxs5(
157
+ "svg",
158
+ {
159
+ width: size,
160
+ height: size,
161
+ viewBox: "0 0 24 24",
162
+ fill: "none",
163
+ xmlns: "http://www.w3.org/2000/svg",
164
+ children: [
165
+ /* @__PURE__ */ jsx5(
166
+ "rect",
167
+ {
168
+ x: "4",
169
+ y: "4",
170
+ width: "16",
171
+ height: "16",
172
+ rx: "2",
173
+ stroke: "currentColor",
174
+ strokeWidth: "2"
175
+ }
176
+ ),
177
+ /* @__PURE__ */ jsx5(
178
+ "path",
179
+ {
180
+ d: "M9 9L15 15M15 9L9 15",
181
+ stroke: "currentColor",
182
+ strokeWidth: "2",
183
+ strokeLinecap: "round"
184
+ }
185
+ )
186
+ ]
187
+ }
188
+ );
189
+ }
190
+
191
+ // src/symbols/system/SymbolV6.tsx
192
+ import { jsx as jsx6, jsxs as jsxs6 } from "react/jsx-runtime";
193
+ function SymbolV6({ size = 24 }) {
194
+ return /* @__PURE__ */ jsxs6(
195
+ "svg",
196
+ {
197
+ width: size,
198
+ height: size,
199
+ viewBox: "0 0 24 24",
200
+ fill: "none",
201
+ xmlns: "http://www.w3.org/2000/svg",
202
+ children: [
203
+ /* @__PURE__ */ jsx6(
204
+ "rect",
205
+ {
206
+ x: "4",
207
+ y: "4",
208
+ width: "16",
209
+ height: "16",
210
+ rx: "2",
211
+ stroke: "currentColor",
212
+ strokeWidth: "2"
213
+ }
214
+ ),
215
+ /* @__PURE__ */ jsx6(
216
+ "path",
217
+ {
218
+ d: "M9 9L15 15M15 9L9 15",
219
+ stroke: "currentColor",
220
+ strokeWidth: "2",
221
+ strokeLinecap: "round"
222
+ }
223
+ )
224
+ ]
225
+ }
226
+ );
227
+ }
228
+
229
+ // src/symbols/system/SymbolVX.tsx
230
+ import { jsx as jsx7, jsxs as jsxs7 } from "react/jsx-runtime";
231
+ function SymbolVX({ size = 24 }) {
232
+ return /* @__PURE__ */ jsxs7(
233
+ "svg",
234
+ {
235
+ width: size,
236
+ height: size,
237
+ viewBox: "0 0 24 24",
238
+ fill: "none",
239
+ xmlns: "http://www.w3.org/2000/svg",
240
+ children: [
241
+ /* @__PURE__ */ jsx7(
242
+ "rect",
243
+ {
244
+ x: "4",
245
+ y: "4",
246
+ width: "16",
247
+ height: "16",
248
+ rx: "2",
249
+ stroke: "currentColor",
250
+ strokeWidth: "2"
251
+ }
252
+ ),
253
+ /* @__PURE__ */ jsx7(
254
+ "path",
255
+ {
256
+ d: "M9 9L15 15M15 9L9 15",
257
+ stroke: "currentColor",
258
+ strokeWidth: "2",
259
+ strokeLinecap: "round"
260
+ }
261
+ )
262
+ ]
263
+ }
264
+ );
265
+ }
266
+ export {
267
+ SymbolV1,
268
+ SymbolV2,
269
+ SymbolV3,
270
+ SymbolV4,
271
+ SymbolV5,
272
+ SymbolV6,
273
+ SymbolVX
274
+ };
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "@ursignalstack/design-system",
3
+ "version": "1.0.0",
4
+ "main": "dist/index.js",
5
+ "module": "dist/index.mjs",
6
+ "types": "dist/index.d.ts",
7
+ "files": ["dist"],
8
+ "sideEffects": false,
9
+ "scripts": {
10
+ "build": "tsup src/index.ts --format esm,cjs --dts",
11
+ "clean": "rm -rf dist"
12
+ },
13
+ "peerDependencies": {
14
+ "react": ">=18"
15
+ },
16
+ "devDependencies": {
17
+ "typescript": "^5.9.0",
18
+ "tsup": "^8.0.0",
19
+ "@types/react": "^19.0.0"
20
+ }
21
+ }