@ursignalstack/design-system 1.0.6 → 1.0.7
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.js +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -536,7 +536,7 @@ function NASymbol(props) {
|
|
|
536
536
|
);
|
|
537
537
|
}
|
|
538
538
|
|
|
539
|
-
// src/icons/IP/
|
|
539
|
+
// src/icons/IP/ArrowDown.tsx
|
|
540
540
|
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
541
541
|
function ArrowDown(props) {
|
|
542
542
|
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
@@ -558,7 +558,7 @@ function ArrowDown(props) {
|
|
|
558
558
|
);
|
|
559
559
|
}
|
|
560
560
|
|
|
561
|
-
// src/icons/IP/
|
|
561
|
+
// src/icons/IP/Camera.tsx
|
|
562
562
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
563
563
|
function Camera(props) {
|
|
564
564
|
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
@@ -818,7 +818,7 @@ function UtilitiesText(props) {
|
|
|
818
818
|
);
|
|
819
819
|
}
|
|
820
820
|
|
|
821
|
-
// src/icons/IP/
|
|
821
|
+
// src/icons/IP/Coin.tsx
|
|
822
822
|
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
823
823
|
function Coin(props) {
|
|
824
824
|
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
@@ -841,7 +841,7 @@ function Coin(props) {
|
|
|
841
841
|
);
|
|
842
842
|
}
|
|
843
843
|
|
|
844
|
-
// src/icons/Shared/
|
|
844
|
+
// src/icons/Shared/ApplePay.tsx
|
|
845
845
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
846
846
|
function ApplePay(props) {
|
|
847
847
|
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
|
package/dist/index.mjs
CHANGED
|
@@ -490,7 +490,7 @@ function NASymbol(props) {
|
|
|
490
490
|
);
|
|
491
491
|
}
|
|
492
492
|
|
|
493
|
-
// src/icons/IP/
|
|
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/icons/IP/
|
|
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/icons/IP/
|
|
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/icons/Shared/
|
|
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(
|