@doist/reactist 27.0.0 → 27.2.0
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/reactist.cjs.development.js +10 -7
- package/dist/reactist.cjs.development.js.map +1 -1
- package/dist/reactist.cjs.production.min.js +1 -1
- package/dist/reactist.cjs.production.min.js.map +1 -1
- package/es/base-field/base-field.js.map +1 -1
- package/es/icons/banner-icon.js +8 -6
- package/es/icons/banner-icon.js.map +1 -1
- package/es/icons/banner-icon.module.css.js +4 -0
- package/es/icons/banner-icon.module.css.js.map +1 -0
- package/es/text-field/text-field.js.map +1 -1
- package/es/text-link/text-link.module.css.js +1 -1
- package/lib/base-field/base-field.d.ts +6 -0
- package/lib/base-field/base-field.js.map +1 -1
- package/lib/icons/banner-icon.js +1 -1
- package/lib/icons/banner-icon.js.map +1 -1
- package/lib/icons/banner-icon.module.css.js +2 -0
- package/lib/icons/banner-icon.module.css.js.map +1 -0
- package/lib/text-field/text-field.d.ts +6 -0
- package/lib/text-field/text-field.js.map +1 -1
- package/lib/text-link/text-link.module.css.js +1 -1
- package/package.json +1 -1
- package/styles/banner-icon.css +1 -0
- package/styles/banner.css +2 -1
- package/styles/index.css +3 -1
- package/styles/reactist.css +2 -1
- package/styles/text-link.css +1 -1
- package/styles/text-link.module.css.css +1 -1
|
@@ -783,6 +783,8 @@ function CloseIcon(props) {
|
|
|
783
783
|
}));
|
|
784
784
|
}
|
|
785
785
|
|
|
786
|
+
var modules_de8ae2e5 = {"info":"_447f8e53","upgrade":"cdb7a2b8","experiment":"_210efb55","warning":"cd91167f","error":"a52763ee","success":"c6229331"};
|
|
787
|
+
|
|
786
788
|
const _excluded$p = ["type"];
|
|
787
789
|
const bannerIconForType = {
|
|
788
790
|
info: BannerInfoIcon,
|
|
@@ -802,6 +804,7 @@ function BannerIcon(_ref) {
|
|
|
802
804
|
const Icon = bannerIconForType[type];
|
|
803
805
|
return Icon ? /*#__PURE__*/React__namespace.createElement(Icon, _objectSpread2(_objectSpread2({}, props), {}, {
|
|
804
806
|
"data-testid": "banner-icon-" + type,
|
|
807
|
+
className: modules_de8ae2e5[type],
|
|
805
808
|
"aria-hidden": true
|
|
806
809
|
})) : null;
|
|
807
810
|
}
|
|
@@ -813,7 +816,7 @@ function BannerInfoIcon(props) {
|
|
|
813
816
|
height: "24",
|
|
814
817
|
fill: "none"
|
|
815
818
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
816
|
-
fill: "
|
|
819
|
+
fill: "currentColor",
|
|
817
820
|
fillRule: "evenodd",
|
|
818
821
|
d: "M21 12.25a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-8-3.94a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-2.75 1.94a.75.75 0 0 0 0 1.5h1.25v3.5h-1.25a.75.75 0 0 0 0 1.5h3.5a.75.75 0 0 0 0-1.5H13V11a.752.752 0 0 0-.75-.75h-2Z",
|
|
819
822
|
clipRule: "evenodd"
|
|
@@ -827,7 +830,7 @@ function BannerUpgradeIcon(props) {
|
|
|
827
830
|
height: "24",
|
|
828
831
|
fill: "none"
|
|
829
832
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
830
|
-
fill: "
|
|
833
|
+
fill: "currentColor",
|
|
831
834
|
fillRule: "evenodd",
|
|
832
835
|
d: "M13.974 4.226a2.485 2.485 0 0 0-3.948 0 2.485 2.485 0 0 1-2.304.954A2.485 2.485 0 0 0 4.93 7.972a2.485 2.485 0 0 1-.954 2.304 2.485 2.485 0 0 0 0 3.948 2.485 2.485 0 0 1 .954 2.304 2.485 2.485 0 0 0 2.792 2.792 2.485 2.485 0 0 1 2.304.954 2.485 2.485 0 0 0 3.948 0 2.485 2.485 0 0 1 2.304-.954 2.485 2.485 0 0 0 2.792-2.792 2.485 2.485 0 0 1 .954-2.304 2.485 2.485 0 0 0 0-3.948 2.485 2.485 0 0 1-.954-2.304 2.485 2.485 0 0 0-2.792-2.792 2.485 2.485 0 0 1-2.304-.954ZM11.228 7.08c-.297-.581-1.177-.345-1.144.306l.125 2.437a.605.605 0 0 1-.635.635l-2.437-.125c-.651-.033-.887.847-.306 1.144l2.172 1.11c.32.163.428.567.233.868L7.91 15.503c-.355.548.289 1.192.837.837l2.047-1.326a.605.605 0 0 1 .868.233l1.11 2.172c.297.581 1.177.345 1.144-.306l-.125-2.437a.605.605 0 0 1 .635-.635l2.437.125c.651.033.887-.847.306-1.144l-2.172-1.11a.605.605 0 0 1-.233-.868l1.326-2.047c.355-.548-.289-1.192-.837-.837l-2.047 1.326a.605.605 0 0 1-.868-.233l-1.11-2.172Z",
|
|
833
836
|
clipRule: "evenodd"
|
|
@@ -844,7 +847,7 @@ function BannerExperimentIcon(props) {
|
|
|
844
847
|
height: "25",
|
|
845
848
|
fill: "none"
|
|
846
849
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
847
|
-
fill: "
|
|
850
|
+
fill: "currentColor",
|
|
848
851
|
fillRule: "evenodd",
|
|
849
852
|
d: "M12 3.25a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm-3 4.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1H14v4.333a2 2 0 0 0 .4 1.2l4.4 5.867a1 1 0 0 1-.8 1.6H6a1 1 0 0 1-.8-1.6l4.4-5.867a2 2 0 0 0 .4-1.2V8.25h-.5a.5.5 0 0 1-.5-.5Zm1.5-2.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Zm4.5 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-4 3v4.333a3 3 0 0 1-.6 1.8l-.752 1.003c.11.078.245.16.403.226.41.173.985.253 1.682-.188.808-.51 1.547-.67 2.142-.674l-.275-.367a3 3 0 0 1-.6-1.8V8.25h-2Z",
|
|
850
853
|
clipRule: "evenodd"
|
|
@@ -858,7 +861,7 @@ function BannerWarningIcon(props) {
|
|
|
858
861
|
height: "24",
|
|
859
862
|
fill: "none"
|
|
860
863
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
861
|
-
fill: "
|
|
864
|
+
fill: "currentColor",
|
|
862
865
|
fillRule: "evenodd",
|
|
863
866
|
d: "m10.272 5.212-7.018 12.03a2 2 0 0 0 1.728 3.008h14.036a2 2 0 0 0 1.727-3.008l-7.018-12.03a2 2 0 0 0-3.455 0ZM13 16.75a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-.014-7.014A.987.987 0 0 0 12 8.75h-.027l-.028.002a.987.987 0 0 0-.93 1.04l.236 4.25c.053.944 1.445.944 1.498 0l.236-4.25.001-.028v-.028Z",
|
|
864
867
|
clipRule: "evenodd"
|
|
@@ -872,7 +875,7 @@ function BannerErrorIcon(props) {
|
|
|
872
875
|
height: "24",
|
|
873
876
|
fill: "none"
|
|
874
877
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
875
|
-
fill: "
|
|
878
|
+
fill: "currentColor",
|
|
876
879
|
fillRule: "evenodd",
|
|
877
880
|
d: "M12.987 2.5a2.07 2.07 0 0 0-1.974 0L4.048 6.287A1.989 1.989 0 0 0 3 8.032v7.436c0 .725.401 1.393 1.048 1.745L11.013 21a2.07 2.07 0 0 0 1.974 0l6.965-3.787A1.989 1.989 0 0 0 21 15.468V8.032c0-.725-.401-1.393-1.048-1.745L12.987 2.5ZM12 7.25a.987.987 0 0 1 .986 1.014l-.001.027-.236 4.25c-.053.945-1.445.945-1.498 0l-.236-4.25a.987.987 0 0 1 .93-1.04h.028L12 7.25Zm1 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z",
|
|
878
881
|
clipRule: "evenodd"
|
|
@@ -886,14 +889,14 @@ function BannerSuccessIcon(props) {
|
|
|
886
889
|
height: "24",
|
|
887
890
|
fill: "none"
|
|
888
891
|
}, props), /*#__PURE__*/React__namespace.createElement("path", {
|
|
889
|
-
fill: "
|
|
892
|
+
fill: "currentColor",
|
|
890
893
|
fillRule: "evenodd",
|
|
891
894
|
d: "M21 12.25a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-5.555-2.99a.75.75 0 0 1 1.06 1.06l-5.303 5.303a.748.748 0 0 1-1.061 0L7.666 13.15a.75.75 0 1 1 1.06-1.06l1.945 1.944 4.774-4.773Z",
|
|
892
895
|
clipRule: "evenodd"
|
|
893
896
|
}));
|
|
894
897
|
}
|
|
895
898
|
|
|
896
|
-
var modules_3d05deee = {"container":"
|
|
899
|
+
var modules_3d05deee = {"container":"_3ad4d489"};
|
|
897
900
|
|
|
898
901
|
const _excluded$o = ["as", "openInNewTab", "exceptionallySetClassName"];
|
|
899
902
|
const TextLink = /*#__PURE__*/polymorphicComponent(function TextLink(_ref, ref) {
|