@ursignalstack/design-system 1.0.7 → 1.0.9
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 +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +27 -4
- package/dist/index.mjs +26 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -65,4 +65,6 @@ declare function ApplePay(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX
|
|
|
65
65
|
|
|
66
66
|
declare function PoweredByStripe(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
declare function CreditCard(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
69
|
+
|
|
70
|
+
export { ApplePay, ArrowDown, BHSymbol, Camera, Coin, CreditCard, GOCSymbol, NASymbol, PPWSymbol, PoweredByStripe, SymbolV1, SymbolV10, SymbolV2, SymbolV3, SymbolV4, SymbolV5, SymbolV6, SymbolV7, SymbolV8, SymbolV9, SymbolVX, UtilitiesText };
|
package/dist/index.d.ts
CHANGED
|
@@ -65,4 +65,6 @@ declare function ApplePay(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX
|
|
|
65
65
|
|
|
66
66
|
declare function PoweredByStripe(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
declare function CreditCard(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
69
|
+
|
|
70
|
+
export { ApplePay, ArrowDown, BHSymbol, Camera, Coin, CreditCard, GOCSymbol, NASymbol, PPWSymbol, PoweredByStripe, SymbolV1, SymbolV10, SymbolV2, SymbolV3, SymbolV4, SymbolV5, SymbolV6, SymbolV7, SymbolV8, SymbolV9, SymbolVX, UtilitiesText };
|
package/dist/index.js
CHANGED
|
@@ -25,6 +25,7 @@ __export(index_exports, {
|
|
|
25
25
|
BHSymbol: () => BHSymbol,
|
|
26
26
|
Camera: () => Camera,
|
|
27
27
|
Coin: () => Coin,
|
|
28
|
+
CreditCard: () => CreditCard,
|
|
28
29
|
GOCSymbol: () => GOCSymbol,
|
|
29
30
|
NASymbol: () => NASymbol,
|
|
30
31
|
PPWSymbol: () => PPWSymbol,
|
|
@@ -536,7 +537,7 @@ function NASymbol(props) {
|
|
|
536
537
|
);
|
|
537
538
|
}
|
|
538
539
|
|
|
539
|
-
// src/
|
|
540
|
+
// src/Icons/IP/ArrowDown.tsx
|
|
540
541
|
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
541
542
|
function ArrowDown(props) {
|
|
542
543
|
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
@@ -558,7 +559,7 @@ function ArrowDown(props) {
|
|
|
558
559
|
);
|
|
559
560
|
}
|
|
560
561
|
|
|
561
|
-
// src/
|
|
562
|
+
// src/Icons/IP/Camera.tsx
|
|
562
563
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
563
564
|
function Camera(props) {
|
|
564
565
|
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
@@ -818,7 +819,7 @@ function UtilitiesText(props) {
|
|
|
818
819
|
);
|
|
819
820
|
}
|
|
820
821
|
|
|
821
|
-
// src/
|
|
822
|
+
// src/Icons/IP/Coin.tsx
|
|
822
823
|
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
823
824
|
function Coin(props) {
|
|
824
825
|
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
@@ -841,7 +842,7 @@ function Coin(props) {
|
|
|
841
842
|
);
|
|
842
843
|
}
|
|
843
844
|
|
|
844
|
-
// src/
|
|
845
|
+
// src/Icons/Shared/ApplePay.tsx
|
|
845
846
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
846
847
|
function ApplePay(props) {
|
|
847
848
|
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
|
|
@@ -1046,6 +1047,27 @@ function PoweredByStripe(props) {
|
|
|
1046
1047
|
}
|
|
1047
1048
|
);
|
|
1048
1049
|
}
|
|
1050
|
+
|
|
1051
|
+
// src/Icons/Shared/CreditCard.tsx
|
|
1052
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
1053
|
+
function CreditCard(props) {
|
|
1054
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
|
|
1055
|
+
"svg",
|
|
1056
|
+
{
|
|
1057
|
+
viewBox: "0 0 24 24",
|
|
1058
|
+
fill: "none",
|
|
1059
|
+
stroke: "currentColor",
|
|
1060
|
+
strokeWidth: "2",
|
|
1061
|
+
strokeLinecap: "round",
|
|
1062
|
+
strokeLinejoin: "round",
|
|
1063
|
+
...props,
|
|
1064
|
+
children: [
|
|
1065
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("rect", { x: "2", y: "4", width: "20", height: "16", rx: "2" }),
|
|
1066
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("line", { x1: "2", y1: "10", x2: "22", y2: "10" })
|
|
1067
|
+
]
|
|
1068
|
+
}
|
|
1069
|
+
);
|
|
1070
|
+
}
|
|
1049
1071
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1050
1072
|
0 && (module.exports = {
|
|
1051
1073
|
ApplePay,
|
|
@@ -1053,6 +1075,7 @@ function PoweredByStripe(props) {
|
|
|
1053
1075
|
BHSymbol,
|
|
1054
1076
|
Camera,
|
|
1055
1077
|
Coin,
|
|
1078
|
+
CreditCard,
|
|
1056
1079
|
GOCSymbol,
|
|
1057
1080
|
NASymbol,
|
|
1058
1081
|
PPWSymbol,
|
package/dist/index.mjs
CHANGED
|
@@ -490,7 +490,7 @@ function NASymbol(props) {
|
|
|
490
490
|
);
|
|
491
491
|
}
|
|
492
492
|
|
|
493
|
-
// src/
|
|
493
|
+
// src/Icons/IP/ArrowDown.tsx
|
|
494
494
|
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
495
495
|
function ArrowDown(props) {
|
|
496
496
|
return /* @__PURE__ */ jsx16(
|
|
@@ -512,7 +512,7 @@ function ArrowDown(props) {
|
|
|
512
512
|
);
|
|
513
513
|
}
|
|
514
514
|
|
|
515
|
-
// src/
|
|
515
|
+
// src/Icons/IP/Camera.tsx
|
|
516
516
|
import { jsx as jsx17, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
517
517
|
function Camera(props) {
|
|
518
518
|
return /* @__PURE__ */ jsxs15(
|
|
@@ -772,7 +772,7 @@ function UtilitiesText(props) {
|
|
|
772
772
|
);
|
|
773
773
|
}
|
|
774
774
|
|
|
775
|
-
// src/
|
|
775
|
+
// src/Icons/IP/Coin.tsx
|
|
776
776
|
import { jsx as jsx19, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
777
777
|
function Coin(props) {
|
|
778
778
|
return /* @__PURE__ */ jsxs17(
|
|
@@ -795,7 +795,7 @@ function Coin(props) {
|
|
|
795
795
|
);
|
|
796
796
|
}
|
|
797
797
|
|
|
798
|
-
// src/
|
|
798
|
+
// src/Icons/Shared/ApplePay.tsx
|
|
799
799
|
import { jsx as jsx20, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
800
800
|
function ApplePay(props) {
|
|
801
801
|
return /* @__PURE__ */ jsxs18(
|
|
@@ -1000,12 +1000,34 @@ function PoweredByStripe(props) {
|
|
|
1000
1000
|
}
|
|
1001
1001
|
);
|
|
1002
1002
|
}
|
|
1003
|
+
|
|
1004
|
+
// src/Icons/Shared/CreditCard.tsx
|
|
1005
|
+
import { jsx as jsx22, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
1006
|
+
function CreditCard(props) {
|
|
1007
|
+
return /* @__PURE__ */ jsxs20(
|
|
1008
|
+
"svg",
|
|
1009
|
+
{
|
|
1010
|
+
viewBox: "0 0 24 24",
|
|
1011
|
+
fill: "none",
|
|
1012
|
+
stroke: "currentColor",
|
|
1013
|
+
strokeWidth: "2",
|
|
1014
|
+
strokeLinecap: "round",
|
|
1015
|
+
strokeLinejoin: "round",
|
|
1016
|
+
...props,
|
|
1017
|
+
children: [
|
|
1018
|
+
/* @__PURE__ */ jsx22("rect", { x: "2", y: "4", width: "20", height: "16", rx: "2" }),
|
|
1019
|
+
/* @__PURE__ */ jsx22("line", { x1: "2", y1: "10", x2: "22", y2: "10" })
|
|
1020
|
+
]
|
|
1021
|
+
}
|
|
1022
|
+
);
|
|
1023
|
+
}
|
|
1003
1024
|
export {
|
|
1004
1025
|
ApplePay,
|
|
1005
1026
|
ArrowDown,
|
|
1006
1027
|
BHSymbol,
|
|
1007
1028
|
Camera,
|
|
1008
1029
|
Coin,
|
|
1030
|
+
CreditCard,
|
|
1009
1031
|
GOCSymbol,
|
|
1010
1032
|
NASymbol,
|
|
1011
1033
|
PPWSymbol,
|