@goodhood-web/ui 4.9.0-development.2 → 4.10.0-development.1
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/index.js +1 -1
- package/index.mjs +18 -17
- package/lib/Molecules/Notices/Notice/Notice.types.d.ts +1 -1
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -19512,27 +19512,28 @@ const RP = "_root_1ji00_146", AP = "_root__detailWrapper_1ji00_153", zP = "_root
|
|
|
19512
19512
|
),
|
|
19513
19513
|
f.length > 0 && /* @__PURE__ */ m("div", { className: Wt.emptyState__buttons, children: f })
|
|
19514
19514
|
] });
|
|
19515
|
-
}, MR = "
|
|
19516
|
-
"react-datepicker": "_react-
|
|
19517
|
-
"react-datepicker__day-names": "_react-datepicker__day-
|
|
19518
|
-
"react-datepicker__week": "_react-
|
|
19519
|
-
"react-datepicker__day--outside-month": "_react-datepicker__day--outside-
|
|
19520
|
-
"react-datepicker__time-container": "_react-datepicker__time-
|
|
19521
|
-
"react-datepicker__time": "_react-
|
|
19522
|
-
"react-datepicker__time-box": "_react-datepicker__time-
|
|
19515
|
+
}, MR = "_notice__content_tscoh_146", LR = "_notice__header_tscoh_153", SR = "_notice__iconHeadline_tscoh_160", TR = "_notice__detailedContent_tscoh_169", Et = {
|
|
19516
|
+
"react-datepicker": "_react-datepicker_tscoh_116",
|
|
19517
|
+
"react-datepicker__day-names": "_react-datepicker__day-names_tscoh_119",
|
|
19518
|
+
"react-datepicker__week": "_react-datepicker__week_tscoh_123",
|
|
19519
|
+
"react-datepicker__day--outside-month": "_react-datepicker__day--outside-month_tscoh_130",
|
|
19520
|
+
"react-datepicker__time-container": "_react-datepicker__time-container_tscoh_139",
|
|
19521
|
+
"react-datepicker__time": "_react-datepicker__time_tscoh_139",
|
|
19522
|
+
"react-datepicker__time-box": "_react-datepicker__time-box_tscoh_142",
|
|
19523
19523
|
notice__content: MR,
|
|
19524
19524
|
notice__header: LR,
|
|
19525
19525
|
notice__iconHeadline: SR,
|
|
19526
19526
|
notice__detailedContent: TR,
|
|
19527
|
-
"notice--small": "_notice--
|
|
19528
|
-
"notice--medium": "_notice--
|
|
19529
|
-
"notice--sticky": "_notice--
|
|
19530
|
-
"notice--embedded": "_notice--
|
|
19531
|
-
"notice--pinkDark": "_notice--
|
|
19532
|
-
"notice--pinkLight": "_notice--
|
|
19533
|
-
"notice--vanilla": "_notice--
|
|
19534
|
-
"notice--green": "_notice--
|
|
19535
|
-
"notice--grey": "_notice--
|
|
19527
|
+
"notice--small": "_notice--small_tscoh_175",
|
|
19528
|
+
"notice--medium": "_notice--medium_tscoh_181",
|
|
19529
|
+
"notice--sticky": "_notice--sticky_tscoh_187",
|
|
19530
|
+
"notice--embedded": "_notice--embedded_tscoh_190",
|
|
19531
|
+
"notice--pinkDark": "_notice--pinkDark_tscoh_194",
|
|
19532
|
+
"notice--pinkLight": "_notice--pinkLight_tscoh_197",
|
|
19533
|
+
"notice--vanilla": "_notice--vanilla_tscoh_200",
|
|
19534
|
+
"notice--green": "_notice--green_tscoh_203",
|
|
19535
|
+
"notice--grey": "_notice--grey_tscoh_206",
|
|
19536
|
+
"notice--teal": "_notice--teal_tscoh_209"
|
|
19536
19537
|
}, y0 = {
|
|
19537
19538
|
DETAILED: "detailed",
|
|
19538
19539
|
SIMPLE: "simple"
|
|
@@ -51,7 +51,7 @@ export type NoticeWarningProps = {
|
|
|
51
51
|
context: 'warning';
|
|
52
52
|
} & NoticeProps;
|
|
53
53
|
export type NoticeInfoProps = {
|
|
54
|
-
color?: 'green' | 'grey' | 'vanilla';
|
|
54
|
+
color?: 'green' | 'grey' | 'vanilla' | 'teal';
|
|
55
55
|
context?: 'info';
|
|
56
56
|
} & NoticeProps;
|
|
57
57
|
export declare const VariantEnum: {
|