@thecb/components 7.7.0 → 7.7.1-beta.2
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.cjs.js +28 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +28 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/icons/{ExternalLinkicon.js → ExternalLinkIcon.js} +0 -0
- package/src/components/atoms/icons/HistoryIconSmall.js +39 -0
- package/src/components/atoms/icons/index.js +3 -1
- package/src/.DS_Store +0 -0
- package/src/components/atoms/.DS_Store +0 -0
package/dist/index.cjs.js
CHANGED
|
@@ -16465,6 +16465,33 @@ var FindIconSmall = function FindIconSmall(_ref) {
|
|
|
16465
16465
|
|
|
16466
16466
|
var FindIconSmall$1 = themeComponent(FindIconSmall, "Icons", fallbackValues$2, "primary");
|
|
16467
16467
|
|
|
16468
|
+
var HistoryIconSmall = function HistoryIconSmall(_ref) {
|
|
16469
|
+
var themeValues = _ref.themeValues,
|
|
16470
|
+
_ref$iconIndex = _ref.iconIndex;
|
|
16471
|
+
return /*#__PURE__*/React__default.createElement("svg", {
|
|
16472
|
+
width: "20",
|
|
16473
|
+
height: "20",
|
|
16474
|
+
viewBox: "0 0 20 20",
|
|
16475
|
+
fill: "none",
|
|
16476
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
16477
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
16478
|
+
d: "M3.33337 8.33333C3.33337 7.8731 3.70647 7.5 4.16671 7.5H15.8334C16.2936 7.5 16.6667 7.8731 16.6667 8.33333V16.6667C16.6667 17.1269 16.2936 17.5 15.8334 17.5H4.16671C3.70647 17.5 3.33337 17.1269 3.33337 16.6667V8.33333Z",
|
|
16479
|
+
fill: themeValues.singleIconColor
|
|
16480
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
16481
|
+
fillRule: "evenodd",
|
|
16482
|
+
clipRule: "evenodd",
|
|
16483
|
+
d: "M5.08337 4.75C4.66916 4.75 4.33337 5.08579 4.33337 5.5C4.33337 5.91421 4.66916 6.25 5.08337 6.25H14.9134C15.3276 6.25 15.6634 5.91421 15.6634 5.5C15.6634 5.08579 15.3276 4.75 14.9134 4.75H5.08337Z",
|
|
16484
|
+
fill: themeValues.singleIconColor
|
|
16485
|
+
}), /*#__PURE__*/React__default.createElement("path", {
|
|
16486
|
+
fillRule: "evenodd",
|
|
16487
|
+
clipRule: "evenodd",
|
|
16488
|
+
d: "M6.03337 2.25C5.64677 2.25 5.33337 2.5634 5.33337 2.95C5.33337 3.3366 5.64678 3.65 6.03337 3.65H13.9634C14.35 3.65 14.6634 3.3366 14.6634 2.95C14.6634 2.5634 14.35 2.25 13.9634 2.25H6.03337Z",
|
|
16489
|
+
fill: themeValues.singleIconColor
|
|
16490
|
+
}));
|
|
16491
|
+
};
|
|
16492
|
+
|
|
16493
|
+
var HistoryIconSmall$1 = themeComponent(HistoryIconSmall, "Icons", fallbackValues$2, "primary");
|
|
16494
|
+
|
|
16468
16495
|
var color$2 = "#15749D";
|
|
16469
16496
|
var hoverColor$1 = "#116285";
|
|
16470
16497
|
var activeColor$1 = "#0E506D";
|
|
@@ -47873,6 +47900,7 @@ exports.GuidedCheckoutImage = GuidedCheckoutImage;
|
|
|
47873
47900
|
exports.HamburgerButton = HamburgerButton;
|
|
47874
47901
|
exports.Heading = Heading$1;
|
|
47875
47902
|
exports.HighlightTabRow = HighlightTabRow$1;
|
|
47903
|
+
exports.HistoryIconSmall = HistoryIconSmall$1;
|
|
47876
47904
|
exports.IconAdd = IconAdd;
|
|
47877
47905
|
exports.IconQuitLarge = IconQuitLarge;
|
|
47878
47906
|
exports.Imposter = Imposter;
|