@ursignalstack/design-system 1.0.0 → 1.0.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/dist/index.d.mts CHANGED
@@ -1,4 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
2
3
 
3
4
  declare function SymbolV1({ size }: {
4
5
  size?: number;
@@ -24,8 +25,44 @@ declare function SymbolV6({ size }: {
24
25
  size?: number;
25
26
  }): react_jsx_runtime.JSX.Element;
26
27
 
28
+ declare function SymbolV7({ size }: {
29
+ size?: number;
30
+ }): react_jsx_runtime.JSX.Element;
31
+
32
+ declare function SymbolV8({ size }: {
33
+ size?: number;
34
+ }): react_jsx_runtime.JSX.Element;
35
+
36
+ declare function SymbolV9({ size }: {
37
+ size?: number;
38
+ }): react_jsx_runtime.JSX.Element;
39
+
40
+ declare function SymbolV10({ size }: {
41
+ size?: number;
42
+ }): react_jsx_runtime.JSX.Element;
43
+
27
44
  declare function SymbolVX({ size }: {
28
45
  size?: number;
29
46
  }): react_jsx_runtime.JSX.Element;
30
47
 
31
- export { SymbolV1, SymbolV2, SymbolV3, SymbolV4, SymbolV5, SymbolV6, SymbolVX };
48
+ declare function PPWSymbol(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
49
+
50
+ declare function BHSymbol(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
51
+
52
+ declare function GOCSymbol(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
53
+
54
+ declare function NASymbol(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
55
+
56
+ declare function ArrowDown(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
57
+
58
+ declare function Camera(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
59
+
60
+ declare function UtilitiesText(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
61
+
62
+ declare function Coin(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
63
+
64
+ declare function ApplePay(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
65
+
66
+ declare function PoweredByStripe(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
67
+
68
+ export { ApplePay, ArrowDown, BHSymbol, Camera, Coin, GOCSymbol, NASymbol, PPWSymbol, PoweredByStripe, SymbolV1, SymbolV10, SymbolV2, SymbolV3, SymbolV4, SymbolV5, SymbolV6, SymbolV7, SymbolV8, SymbolV9, SymbolVX, UtilitiesText };
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { SVGProps } from 'react';
2
3
 
3
4
  declare function SymbolV1({ size }: {
4
5
  size?: number;
@@ -24,8 +25,44 @@ declare function SymbolV6({ size }: {
24
25
  size?: number;
25
26
  }): react_jsx_runtime.JSX.Element;
26
27
 
28
+ declare function SymbolV7({ size }: {
29
+ size?: number;
30
+ }): react_jsx_runtime.JSX.Element;
31
+
32
+ declare function SymbolV8({ size }: {
33
+ size?: number;
34
+ }): react_jsx_runtime.JSX.Element;
35
+
36
+ declare function SymbolV9({ size }: {
37
+ size?: number;
38
+ }): react_jsx_runtime.JSX.Element;
39
+
40
+ declare function SymbolV10({ size }: {
41
+ size?: number;
42
+ }): react_jsx_runtime.JSX.Element;
43
+
27
44
  declare function SymbolVX({ size }: {
28
45
  size?: number;
29
46
  }): react_jsx_runtime.JSX.Element;
30
47
 
31
- export { SymbolV1, SymbolV2, SymbolV3, SymbolV4, SymbolV5, SymbolV6, SymbolVX };
48
+ declare function PPWSymbol(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
49
+
50
+ declare function BHSymbol(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
51
+
52
+ declare function GOCSymbol(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
53
+
54
+ declare function NASymbol(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
55
+
56
+ declare function ArrowDown(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
57
+
58
+ declare function Camera(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
59
+
60
+ declare function UtilitiesText(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
61
+
62
+ declare function Coin(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
63
+
64
+ declare function ApplePay(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
65
+
66
+ declare function PoweredByStripe(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
67
+
68
+ export { ApplePay, ArrowDown, BHSymbol, Camera, Coin, GOCSymbol, NASymbol, PPWSymbol, PoweredByStripe, SymbolV1, SymbolV10, SymbolV2, SymbolV3, SymbolV4, SymbolV5, SymbolV6, SymbolV7, SymbolV8, SymbolV9, SymbolVX, UtilitiesText };