@stihl-design-system/components 1.0.0-RC.24 → 1.0.0-RC.26
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/{accordion.T4ah-Sa6.js → accordion.CBaDU14g.js} +3 -3
- package/actionbutton.DEJsLxnQ.js +11 -0
- package/actionbutton.d.ts +2 -0
- package/actionlink.Cs6BTCA3.js +11 -0
- package/actionlink.d.ts +2 -0
- package/{arialiveregions.DVsA5OTR.js → arialiveregions.Fgcshs5k.js} +1 -1
- package/assets/ActionButton.Ewi0i1hW.css +1 -0
- package/assets/ActionLink.BdPEvuGm.css +1 -0
- package/assets/Button.Dw8H5nFS.css +1 -0
- package/assets/Icon.QeJ7TxZs.css +1 -0
- package/assets/InputFile.Dqjz53mb.css +1 -0
- package/assets/LinkButton.xMvg_ojf.css +1 -0
- package/assets/NavigationTabList.CFlVhUzS.css +1 -0
- package/assets/Popover.BDTDsPAt.css +1 -0
- package/assets/buttonround.Cw9hnUan.css +1 -0
- package/assets/{numberindicator.BJnvB-K3.css → numberindicator.O6XwvtL0.css} +1 -1
- package/{breadcrumb.gcCDIVj2.js → breadcrumb.x78HJy5P.js} +3 -3
- package/button.BD_04tIG.js +12 -0
- package/buttonround.BT3OfowK.js +81 -0
- package/{checkbox.CvWI1Jrx.js → checkbox.BktYXQmJ.js} +3 -3
- package/{checkboxgroup.BLpSLo9t.js → checkboxgroup.YK8H0YoX.js} +2 -2
- package/{chip.BsDriMfL.js → chip.BKtNbt4y.js} +2 -2
- package/{chipgroup.D1Km301k.js → chipgroup.Bp_v9IQu.js} +2 -2
- package/chunks/{Accordion.BKSnVQtR.js → Accordion.eVOD7J_8.js} +3 -3
- package/chunks/ActionButton.Ck1rGqgm.js +165 -0
- package/chunks/ActionLink.DnUNjoAT.js +138 -0
- package/chunks/{AriaLiveRegions.utils.zSFFD3SF.js → AriaLiveRegions.utils.Cb327d_2.js} +1 -1
- package/chunks/{Breadcrumb.Cq3I3bPY.js → Breadcrumb.B7g30dIO.js} +8 -8
- package/chunks/Button.CC0qEsuR.js +127 -0
- package/chunks/{Checkbox.Ch8DBzws.js → Checkbox.BIQAKBVy.js} +3 -3
- package/chunks/{CheckboxGroup.C8D6tjVI.js → CheckboxGroup.DHzpgOWp.js} +3 -3
- package/chunks/{Chip.CHy8cZJz.js → Chip.DifLxHH7.js} +3 -3
- package/chunks/{CustomReactSelect.hdDSE0ON.js → CustomReactSelect.DWdh3k_q.js} +1340 -1580
- package/chunks/{Dialog.ZSSlU83U.js → Dialog.BuEEJ199.js} +2 -2
- package/chunks/{Drawer.CR4lh9pD.js → Drawer.BXUGmpJI.js} +13 -13
- package/chunks/{Fieldset.DHccz6TP.js → Fieldset.BX46NuLh.js} +2 -2
- package/chunks/Header.CsrzyVil.js +356 -0
- package/chunks/{Icon.CAXZUNWo.js → Icon.C0161Glk.js} +70 -67
- package/chunks/{Input.utils.CCYTBWD_.js → Input.utils.Cnnzvuk4.js} +1 -1
- package/chunks/{InputFile.DME1xfrc.js → InputFile.vkkg5Pab.js} +32 -32
- package/chunks/{InputPassword.CitwH0gw.js → InputPassword.BQU09DJh.js} +16 -16
- package/chunks/{InputSearch.BS5Tk698.js → InputSearch.CXL9ThpX.js} +68 -68
- package/chunks/{InputStepper.CNfA7g7U.js → InputStepper.BhLQVAlo.js} +18 -18
- package/chunks/LinkButton.DmXVHeyZ.js +117 -0
- package/chunks/NavigationTabList.IQM074Vb.js +57 -0
- package/chunks/{NavigationTabs.BbubgqFM.js → NavigationTabs.CuOXq0b7.js} +2 -2
- package/chunks/{Notification.CSMpFjaH.js → Notification.B-3dPVUE.js} +11 -11
- package/chunks/Popover.hXQTvwwd.js +1685 -0
- package/chunks/{RadioGroup.D9mECdMK.js → RadioGroup.okEm_-NA.js} +2 -2
- package/chunks/{Select.DCxMPsCm.js → Select.D3IUIdPJ.js} +3 -3
- package/chunks/{Slider.DEERUF2g.js → Slider.CPG4Btbq.js} +2 -2
- package/chunks/{Tabs.CPCtV-Qz.js → Tabs.C4qGWCcD.js} +2 -2
- package/chunks/Text.DGWeWF1y.js +75 -0
- package/chunks/{Textarea.Bs4-nzu8.js → Textarea.D4vXRg_U.js} +2 -2
- package/chunks/{Toast.BFFytKOu.js → Toast.BHz0vlGz.js} +2 -2
- package/chunks/floating-ui.dom.C9TD1WpB.js +950 -0
- package/chunks/helpers.BbWkXTr3.js +37 -0
- package/{combobox.DW_ey38o.js → combobox.DIB07SNA.js} +1 -1
- package/components/ActionButton/ActionButton.d.ts +61 -0
- package/components/ActionButton/ActionButton.test.d.ts +1 -0
- package/components/ActionButton/ActionButton.utils.d.ts +22 -0
- package/components/ActionButton/ActionButton.utils.test.d.ts +1 -0
- package/components/ActionLink/ActionLink.d.ts +38 -0
- package/components/ActionLink/ActionLink.test.d.ts +1 -0
- package/components/ActionLink/ActionLink.utils.d.ts +19 -0
- package/components/ActionLink/ActionLink.utils.test.d.ts +1 -0
- package/components/Button/Button.utils.d.ts +18 -1
- package/components/Button/Button.utils.test.d.ts +1 -0
- package/components/Header/Header.utils.d.ts +0 -2
- package/components/Icon/Icon.d.ts +1 -1
- package/components/Icon/Icon.utils.d.ts +1 -1
- package/components/LinkButton/LinkButton.utils.d.ts +18 -1
- package/components/LinkButton/LinkButton.utils.test.d.ts +1 -0
- package/components/Popover/Popover.d.ts +40 -0
- package/components/Popover/Popover.test.d.ts +1 -0
- package/components/Popover/Popover.utils.d.ts +53 -0
- package/components/Popover/Popover.utils.test.d.ts +1 -0
- package/components/Text/Text.utils.d.ts +14 -1
- package/connected-icon.svg +1 -0
- package/{customreactselect.DcH7h1mb.js → customreactselect.BvuvCDyE.js} +4 -4
- package/{dialog.BLaDkoYL.js → dialog.CGsUCqhR.js} +2 -2
- package/{drawer.DQOaxczX.js → drawer.BcAo4TO0.js} +2 -2
- package/{fieldset.D6q9YXrO.js → fieldset.DM9ELUJa.js} +2 -2
- package/{filelist.Ba5xMDGg.js → filelist.Cj9U-Jx8.js} +3 -3
- package/{flag.BR312AU-.js → flag.BHaAfp6B.js} +1 -1
- package/{floatingactionbutton.Do6eNSHq.js → floatingactionbutton.DSZXUHB_.js} +2 -2
- package/{header.5iwPmK5V.js → header.DLrTpc-W.js} +2 -2
- package/{icon.HkVs68n_.js → icon.DwfGhFCd.js} +1 -1
- package/icon.svg +1 -1
- package/imow-icon.svg +1 -0
- package/index.d.ts +6 -0
- package/index.es.js +195 -173
- package/{input.REQvMr96.js → input.D4OiEI8g.js} +23 -23
- package/{inputfile.D0VMZuDy.js → inputfile.Cmkxf4Vq.js} +6 -6
- package/{inputpassword.ovZjXw8s.js → inputpassword.CYfGcUE-.js} +3 -3
- package/{inputsearch.Bj8EfXX5.js → inputsearch.CecX8gHD.js} +4 -4
- package/{inputstepper.BMtVUIoM.js → inputstepper.CFgfHjM_.js} +4 -4
- package/{link.2XoCKjFH.js → link.DGuYGfh2.js} +2 -2
- package/linkbutton.B3q0B_yb.js +11 -0
- package/{logo.B9taqlZR.js → logo.C96KaG1P.js} +1 -1
- package/mystihl-icon.svg +1 -0
- package/navigationtablist.CS9yEGdP.js +9 -0
- package/{navigationtabs.Dpgk-3SR.js → navigationtabs.B86G8ODY.js} +2 -2
- package/{notification.Dv9ig-VY.js → notification.D8BDaU5x.js} +3 -3
- package/numberindicator.Ddf3ESi7.js +33 -0
- package/{optioncheckbox.DYKRBTy0.js → optioncheckbox.CEEPAq0u.js} +1 -1
- package/package.json +3 -1
- package/partials/assets.const.js +2 -0
- package/partials/copyAssets.js +4 -2
- package/partials/index.js +46 -28
- package/partials/lib/partials.d.ts +1 -1
- package/popover.BFx99cHg.js +10 -0
- package/popover.d.ts +2 -0
- package/{radiogroup.BnMkpjvV.js → radiogroup.C2PkTHnF.js} +2 -2
- package/{select.BSvjDIVC.js → select.CmGQdpsV.js} +3 -3
- package/{skiptocontent.CZlRYx9p.js → skiptocontent.D1UkPmhD.js} +11 -11
- package/{slider.D1BsPd0g.js → slider.DGmVtnxs.js} +2 -2
- package/{spinner.t5FHjIEK.js → spinner.CeGt8DxU.js} +1 -1
- package/styles/scss/ds/lib/ds-internal/_link-button.scss +21 -2
- package/styles/scss/ds/lib/link-button.scss +9 -0
- package/styles/scss/ds/lib/text.scss +24 -0
- package/{switch.QUUSE9ZF.js → switch.CtULjgZq.js} +2 -2
- package/{systemfeedback.BpKZEv4U.js → systemfeedback.CLQCbTF6.js} +1 -1
- package/{tablist.CRMbhl0A.js → tablist.CcCURua8.js} +5 -5
- package/{tabs.C0wEoFwL.js → tabs.Dby_2Hyz.js} +2 -2
- package/{topbar.BPSDyH0N.js → text.ZOUuesnU.js} +3 -3
- package/{textarea.D0ADOdR6.js → textarea.yOTo23Pd.js} +3 -3
- package/{toast.BhclbJsT.js → toast.Bhpwj1NF.js} +3 -3
- package/{toastmanager.aZGcyVFF.js → toastmanager.BHk65ynQ.js} +3 -3
- package/topbar.qNB9efbF.js +11 -0
- package/utils/helpers.d.ts +10 -0
- package/assets/Icon.ZNrKuqgu.css +0 -1
- package/assets/InputFile.Dx_CULYq.css +0 -1
- package/assets/NavigationTabList.B6x56sAV.css +0 -1
- package/assets/button.H5AqLh2o.css +0 -1
- package/assets/buttonround.C-l_HArD.css +0 -1
- package/assets/linkbutton.DuHHqo7Z.css +0 -1
- package/button.Bt0-bRGX.js +0 -106
- package/buttonround.DWclCEVH.js +0 -81
- package/chunks/Header.DPafHEKw.js +0 -384
- package/chunks/NavigationTabList.BeGdzxOj.js +0 -57
- package/chunks/helpers.CcqWV-wZ.js +0 -8
- package/linkbutton.nddFCT_K.js +0 -92
- package/navigationtablist.B1WjOPFB.js +0 -9
- package/numberindicator.BPWvqr7f.js +0 -33
- package/text.BBwtpoiR.js +0 -49
- /package/assets/{text.Dgpj61UP.css → Text.Dgpj61UP.css} +0 -0
|
@@ -3,9 +3,9 @@ import { jsx as F } from "react/jsx-runtime";
|
|
|
3
3
|
import { d as $ } from "./index.CgTHIF3K.js";
|
|
4
4
|
import { c as J } from "./index.CEyLAtio.js";
|
|
5
5
|
import { forwardRef as K, useState as Q } from "react";
|
|
6
|
-
import { D as W } from "./Fieldset.
|
|
6
|
+
import { D as W } from "./Fieldset.BX46NuLh.js";
|
|
7
7
|
import { DSRadio as X } from "../radio.Dm9bDBzM.js";
|
|
8
|
-
import { g as m, r as V } from "./helpers.
|
|
8
|
+
import { g as m, r as V } from "./helpers.BbWkXTr3.js";
|
|
9
9
|
import '../assets/RadioGroup.CM2mYOzc.css';const Y = "ds-radio-group_root_12fot_1", Z = "ds-radio-group_root--horizontal_12fot_9", oo = "ds-radio-group_root--invalid_12fot_12", B = {
|
|
10
10
|
root: Y,
|
|
11
11
|
rootHorizontal: Z,
|
|
@@ -5,9 +5,9 @@ import { c as me } from "./index.CEyLAtio.js";
|
|
|
5
5
|
import { forwardRef as Be, useRef as Fe, useState as Ie, useEffect as He } from "react";
|
|
6
6
|
import { u as Re } from "./useBreakpoint.CMOR9ZOB.js";
|
|
7
7
|
import { Asterisk as je } from "../asterisk.CR60hx8S.js";
|
|
8
|
-
import { D as We } from "./Icon.
|
|
9
|
-
import { DSSystemFeedback as ze } from "../systemfeedback.
|
|
10
|
-
import { g as pe, r as Me } from "./helpers.
|
|
8
|
+
import { D as We } from "./Icon.C0161Glk.js";
|
|
9
|
+
import { DSSystemFeedback as ze } from "../systemfeedback.CLQCbTF6.js";
|
|
10
|
+
import { g as pe, r as Me } from "./helpers.BbWkXTr3.js";
|
|
11
11
|
import '../assets/Select.e1fTfWmm.css';const Te = "ds-select_root_1g7g9_1", Oe = "ds-select_hint_1g7g9_10", Ze = "ds-select_label_1g7g9_10", Je = "ds-select_label--hidden_1g7g9_100", Ke = "ds-select_label--disabled_1g7g9_113", Qe = "ds-select_feedback_1g7g9_133", Ue = "ds-select_select-wrapper_1g7g9_138", Xe = "ds-select_select_1g7g9_138", Ye = "ds-select_select--invalid_1g7g9_263", Ge = "ds-select_select--small_1g7g9_270", el = "ds-select_select--placeholder_1g7g9_372", ll = "ds-select_chevron_1g7g9_411", tl = "ds-select_chevron--small_1g7g9_415", sl = "ds-select_chevron--disabled_1g7g9_418", t = {
|
|
12
12
|
root: Te,
|
|
13
13
|
hint: Oe,
|
|
@@ -4,8 +4,8 @@ import { d as nt } from "./index.CgTHIF3K.js";
|
|
|
4
4
|
import { c as T } from "./index.CEyLAtio.js";
|
|
5
5
|
import { forwardRef as ot, useState as Xe, useRef as ct } from "react";
|
|
6
6
|
import { u as dt } from "./useBreakpoint.CMOR9ZOB.js";
|
|
7
|
-
import { DSInput as ut } from "../input.
|
|
8
|
-
import { g as Je } from "./helpers.
|
|
7
|
+
import { DSInput as ut } from "../input.D4OiEI8g.js";
|
|
8
|
+
import { g as Je } from "./helpers.BbWkXTr3.js";
|
|
9
9
|
import '../assets/Slider.C8i4U4iT.css';const pt = "ds-slider_root_84q0h_1", mt = "ds-slider_hint_84q0h_10", bt = "ds-slider_label_84q0h_10", ht = "ds-slider_number-input_84q0h_13", ft = "ds-slider_label-hint-input-wrapper_84q0h_17", _t = "ds-slider_label--hidden_84q0h_37", Tt = "ds-slider_label--disabled_84q0h_50", xt = "ds-slider_number-input--small_84q0h_79", vt = "ds-slider_min-max-label-wrapper_84q0h_84", gt = "ds-slider_min-max-label-wrapper--disabled_84q0h_98", kt = "ds-slider_min-label_84q0h_103", Nt = "ds-slider_max-label_84q0h_107", St = "ds-slider_slider-wrapper_84q0h_111", yt = "ds-slider_slider_84q0h_111", Dt = "ds-slider_value-tooltip_84q0h_135", It = "ds-slider_proxy-thumb_84q0h_139", qt = "ds-slider_proxy-thumb--disabled_84q0h_206", Mt = "ds-slider_custom-track_84q0h_235", Lt = "ds-slider_custom-track--progress_84q0h_240", Vt = "ds-slider_custom-track--runnable_84q0h_252", wt = "ds-slider_custom-track--disabled_84q0h_266", Ct = "ds-slider_tick-wrapper_84q0h_286", Wt = "ds-slider_tick_84q0h_286", $t = "ds-slider_value-tooltip--visible_84q0h_358", Pt = "ds-slider_value-tooltip--disabled_84q0h_361", a = {
|
|
10
10
|
root: pt,
|
|
11
11
|
hint: mt,
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import { jsx as N, jsxs as L } from "react/jsx-runtime";
|
|
3
3
|
import { d as M } from "./index.CgTHIF3K.js";
|
|
4
4
|
import { useState as $ } from "react";
|
|
5
|
-
import { TabList as j } from "../tablist.
|
|
5
|
+
import { TabList as j } from "../tablist.CcCURua8.js";
|
|
6
6
|
import { TabPane as B } from "../tabpane.CB-eudyw.js";
|
|
7
7
|
import { g as C } from "./TabPane.utils.DG16Y2uD.js";
|
|
8
|
-
import { g, r as O } from "./helpers.
|
|
8
|
+
import { g, r as O } from "./helpers.BbWkXTr3.js";
|
|
9
9
|
const J = ["left", "center"], K = ["prev", "next"], _ = ({
|
|
10
10
|
id: T,
|
|
11
11
|
tabs: e,
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as $ } from "react/jsx-runtime";
|
|
3
|
+
import { d as z } from "./index.CgTHIF3K.js";
|
|
4
|
+
import { c as C } from "./index.CEyLAtio.js";
|
|
5
|
+
import { useRef as G, useEffect as H } from "react";
|
|
6
|
+
import { a as v, g as y } from "./helpers.BbWkXTr3.js";
|
|
7
|
+
import '../assets/Text.Dgpj61UP.css';const I = "ds-text_root_1mo26_6", P = "ds-text_root--large_1mo26_15", R = "ds-text_root--large-bold_1mo26_26", W = "ds-text_root--medium_1mo26_37", j = "ds-text_root--medium-bold_1mo26_48", q = "ds-text_root--small_1mo26_59", O = "ds-text_root--small-bold_1mo26_70", V = "ds-text_root--x-small_1mo26_81", Z = "ds-text_root--x-small-bold_1mo26_92", F = "ds-text_root--xx-small_1mo26_103", J = "ds-text_root--theme-dark_1mo26_197", o = {
|
|
8
|
+
root: I,
|
|
9
|
+
rootLarge: P,
|
|
10
|
+
rootLargeBold: R,
|
|
11
|
+
rootMedium: W,
|
|
12
|
+
rootMediumBold: j,
|
|
13
|
+
rootSmall: q,
|
|
14
|
+
rootSmallBold: O,
|
|
15
|
+
rootXSmall: V,
|
|
16
|
+
rootXSmallBold: Z,
|
|
17
|
+
rootXxSmall: F,
|
|
18
|
+
rootThemeDark: J
|
|
19
|
+
}, ot = ["address", "blockquote", "cite", "div", "dd", "dfn", "dt", "figcaption", "legend", "li", "p", "span", "time"], et = ["large", "medium", "small", "x-small", "xx-small"], lt = ["bold", "normal"], N = (r, t) => Array.isArray(t) ? t.some((l) => !!v(r, l)) : !!v(r, t), st = (r) => {
|
|
20
|
+
const t = z.c(28);
|
|
21
|
+
let l, a, m, i, n, d, c;
|
|
22
|
+
t[0] !== r ? ({
|
|
23
|
+
children: l,
|
|
24
|
+
className: a,
|
|
25
|
+
size: i,
|
|
26
|
+
tag: n,
|
|
27
|
+
theme: d,
|
|
28
|
+
weight: c,
|
|
29
|
+
...m
|
|
30
|
+
} = r, t[0] = r, t[1] = l, t[2] = a, t[3] = m, t[4] = i, t[5] = n, t[6] = d, t[7] = c) : (l = t[1], a = t[2], m = t[3], i = t[4], n = t[5], d = t[6], c = t[7]);
|
|
31
|
+
const e = i === void 0 ? "medium" : i, s = n === void 0 ? "p" : n, A = d === void 0 ? "light" : d, _ = c === void 0 ? "normal" : c, x = G(null);
|
|
32
|
+
let u, h;
|
|
33
|
+
t[8] !== s ? (u = () => {
|
|
34
|
+
if (x.current && process.env.NODE_ENV !== "production")
|
|
35
|
+
t: switch (s) {
|
|
36
|
+
case "li": {
|
|
37
|
+
if (!N(x.current, "ul, ol"))
|
|
38
|
+
throw Error(y("DSText", `The DSText component with the tag "${s}" is not within a list element (ul, ol). This may cause issues with list semantics. Please ensure the DSText component is within a list element.`));
|
|
39
|
+
break t;
|
|
40
|
+
}
|
|
41
|
+
case "dt":
|
|
42
|
+
case "dd": {
|
|
43
|
+
if (!N(x.current, "dl"))
|
|
44
|
+
throw Error(y("DSText", `The DSText component with the tag "${s}" is not within a list element (dl). This may cause issues with list semantics. Please ensure the DSText component is within a list element.`));
|
|
45
|
+
break t;
|
|
46
|
+
}
|
|
47
|
+
default:
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
}, h = [s], t[8] = s, t[9] = u, t[10] = h) : (u = t[9], h = t[10]), H(u, h);
|
|
51
|
+
const S = s, f = e === "large", p = e === "large" && _ === "bold", b = e == "medium", w = e === "medium" && _ === "bold", D = e == "small", E = e == "small" && _ === "bold", B = e == "x-small", X = e == "x-small" && _ === "bold", k = e == "xx-small", M = A === "dark";
|
|
52
|
+
let g;
|
|
53
|
+
t[11] !== a || t[12] !== w || t[13] !== D || t[14] !== E || t[15] !== B || t[16] !== X || t[17] !== k || t[18] !== M || t[19] !== f || t[20] !== p || t[21] !== b ? (g = C(o.root, a, {
|
|
54
|
+
[o.rootLarge]: f,
|
|
55
|
+
[o.rootLargeBold]: p,
|
|
56
|
+
[o.rootMedium]: b,
|
|
57
|
+
[o.rootMediumBold]: w,
|
|
58
|
+
[o.rootSmall]: D,
|
|
59
|
+
[o.rootSmallBold]: E,
|
|
60
|
+
[o.rootXSmall]: B,
|
|
61
|
+
[o.rootXSmallBold]: X,
|
|
62
|
+
[o.rootXxSmall]: k,
|
|
63
|
+
[o.rootThemeDark]: M
|
|
64
|
+
}), t[11] = a, t[12] = w, t[13] = D, t[14] = E, t[15] = B, t[16] = X, t[17] = k, t[18] = M, t[19] = f, t[20] = p, t[21] = b, t[22] = g) : g = t[22];
|
|
65
|
+
const L = g;
|
|
66
|
+
let T;
|
|
67
|
+
return t[23] !== S || t[24] !== l || t[25] !== m || t[26] !== L ? (T = /* @__PURE__ */ $(S, { className: L, ref: x, ...m, children: l }), t[23] = S, t[24] = l, t[25] = m, t[26] = L, t[27] = T) : T = t[27], T;
|
|
68
|
+
};
|
|
69
|
+
export {
|
|
70
|
+
st as D,
|
|
71
|
+
ot as T,
|
|
72
|
+
et as a,
|
|
73
|
+
lt as b,
|
|
74
|
+
N as i
|
|
75
|
+
};
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import { jsxs as d, jsx as h, Fragment as le } from "react/jsx-runtime";
|
|
3
3
|
import { c as A } from "./index.CEyLAtio.js";
|
|
4
4
|
import { forwardRef as ie, useState as i, useRef as ce, useEffect as p } from "react";
|
|
5
|
-
import { g as B, p as z } from "./helpers.
|
|
5
|
+
import { g as B, p as z } from "./helpers.BbWkXTr3.js";
|
|
6
6
|
import { u as de } from "./useBreakpoint.CMOR9ZOB.js";
|
|
7
7
|
import "./index.CgTHIF3K.js";
|
|
8
8
|
import { Asterisk as ue } from "../asterisk.CR60hx8S.js";
|
|
9
|
-
import { DSSystemFeedback as fe } from "../systemfeedback.
|
|
9
|
+
import { DSSystemFeedback as fe } from "../systemfeedback.CLQCbTF6.js";
|
|
10
10
|
import '../assets/Textarea.BGV7Z0Z9.css';const xe = "ds-textarea_textarea_qx67e_1", be = "ds-textarea_textarea--invalid_qx67e_113", _e = "ds-textarea_textarea--small_qx67e_120", he = "ds-textarea_textarea--resize-auto_qx67e_139", pe = "ds-textarea_root_qx67e_149", me = "ds-textarea_hint_qx67e_158", ve = "ds-textarea_label_qx67e_158", Ce = "ds-textarea_label--hidden_qx67e_266", Se = "ds-textarea_label--disabled_qx67e_279", qe = "ds-textarea_feedback_qx67e_299", Ae = "ds-textarea_char-count_qx67e_304", Ie = "ds-textarea_char-count-announcer_qx67e_320", a = {
|
|
11
11
|
textarea: xe,
|
|
12
12
|
textareaInvalid: be,
|
|
@@ -3,8 +3,8 @@ import { jsx as C, jsxs as y } from "react/jsx-runtime";
|
|
|
3
3
|
import { d as E } from "./index.CgTHIF3K.js";
|
|
4
4
|
import { c as j } from "./index.CEyLAtio.js";
|
|
5
5
|
import { forwardRef as L } from "react";
|
|
6
|
-
import {
|
|
7
|
-
import { D as O } from "./Icon.
|
|
6
|
+
import { D as M } from "./Button.CC0qEsuR.js";
|
|
7
|
+
import { D as O } from "./Icon.C0161Glk.js";
|
|
8
8
|
import '../assets/Toast.CJ1zhDIT.css';const P = "ds-toast_root_gamkt_5", z = "ds-toast_root--closing_gamkt_19", A = "ds-toast_root--success_gamkt_54", R = "ds-toast_root--info_gamkt_58", $ = "ds-toast_root--warning_gamkt_62", q = "ds-toast_content_gamkt_67", F = "ds-toast_content--hide-icon_gamkt_74", G = "ds-toast_icon_gamkt_78", J = "ds-toast_message_gamkt_82", s = {
|
|
9
9
|
root: P,
|
|
10
10
|
rootClosing: z,
|