@ursignalstack/design-system 1.0.1 → 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 +19 -1
- package/dist/index.d.ts +19 -1
- package/dist/index.js +612 -2
- package/dist/index.mjs +602 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -47,4 +47,22 @@ declare function SymbolVX({ size }: {
|
|
|
47
47
|
|
|
48
48
|
declare function PPWSymbol(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
49
49
|
|
|
50
|
-
|
|
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
|
@@ -47,4 +47,22 @@ declare function SymbolVX({ size }: {
|
|
|
47
47
|
|
|
48
48
|
declare function PPWSymbol(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
49
49
|
|
|
50
|
-
|
|
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 };
|