@iress-oss/ids-components 6.0.0-alpha.6 → 6.0.0-alpha.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.
Files changed (45) hide show
  1. package/dist/{Autocomplete-C5ubHBTi.js → Autocomplete-BQ_YPb5A.js} +1 -1
  2. package/dist/{Button-mmhMLwp9.js → Button-B4nt3P1v.js} +13 -22
  3. package/dist/{Provider-BPeo5YfI.js → Provider-CDIbqQK0.js} +2 -2
  4. package/dist/components/Alert/Alert.js +1 -1
  5. package/dist/components/Autocomplete/Autocomplete.js +2 -2
  6. package/dist/components/Autocomplete/index.js +1 -1
  7. package/dist/components/Button/Button.js +1 -1
  8. package/dist/components/Button/CloseButton/CloseButton.js +1 -1
  9. package/dist/components/Button/index.js +1 -1
  10. package/dist/components/Checkbox/Checkbox.styles.js +5 -2
  11. package/dist/components/CheckboxMark/CheckboxMark.styles.js +3 -3
  12. package/dist/components/Filter/Filter.js +2 -2
  13. package/dist/components/Filter/components/FilterResetButton.js +1 -1
  14. package/dist/components/Input/Input.js +1 -1
  15. package/dist/components/Input/Input.styles.js +2 -3
  16. package/dist/components/Label/LabelBase/LabelBase.js +28 -23
  17. package/dist/components/Modal/Modal.js +39 -38
  18. package/dist/components/Modal/Modal.styles.js +23 -0
  19. package/dist/components/Provider/Provider.js +2 -2
  20. package/dist/components/Provider/index.js +1 -1
  21. package/dist/components/Radio/Radio.js +41 -41
  22. package/dist/components/Radio/Radio.styles.js +7 -2
  23. package/dist/components/RichSelect/RichSelect.js +2 -2
  24. package/dist/components/RichSelect/SelectHeading/SelectHeading.js +1 -1
  25. package/dist/components/RichSelect/SelectLabel/SelectLabel.styles.js +2 -4
  26. package/dist/components/RichSelect/SelectTags/SelectTags.js +1 -1
  27. package/dist/components/RichSelect/SelectTags/SelectTags.styles.js +3 -5
  28. package/dist/components/RichSelect/index.js +1 -1
  29. package/dist/components/Select/Select.styles.js +4 -1
  30. package/dist/components/SkipLink/SkipLink.js +1 -1
  31. package/dist/components/Slideout/components/SlideoutInner.js +1 -1
  32. package/dist/components/Tag/Tag.js +1 -1
  33. package/dist/components/Toaster/components/Toast/Toast.js +1 -1
  34. package/dist/components/Toggle/Toggle.styles.js +4 -3
  35. package/dist/constants.js +1 -1
  36. package/dist/enums.js +3 -3
  37. package/dist/main.js +3 -3
  38. package/dist/patterns/Loading/components/ValidateLoading.js +1 -1
  39. package/dist/patterns/Shadow/Shadow.js +64 -64
  40. package/dist/src/components/Modal/Modal.d.ts +8 -1
  41. package/dist/src/components/Modal/Modal.styles.d.ts +23 -0
  42. package/dist/src/components/Radio/Radio.styles.d.ts +1 -1
  43. package/dist/src/enums.d.ts +2 -1
  44. package/dist/style.css +1 -1
  45. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { jsx as e, jsxs as k } from "react/jsx-runtime";
1
+ import { jsx as e, jsxs as C } from "react/jsx-runtime";
2
2
  import { forwardRef as j, useContext as A } from "react";
3
3
  import { useControlledState as B } from "../../hooks/useControlledState.js";
4
4
  import { useIdIfNeeded as E } from "../../hooks/useIdIfNeeded.js";
@@ -6,109 +6,109 @@ import { propagateTestid as l } from "../../helpers/utility/propagateTestid.js";
6
6
  import { IressReadonly as H } from "../Readonly/Readonly.js";
7
7
  import "../Readonly/Readonly.styles.js";
8
8
  import { getFormControlValueAsString as P } from "../../helpers/form/getFormControlValueAsString.js";
9
- import { c as C } from "../../css-fGu_jDvv.js";
9
+ import { c as p } from "../../css-fGu_jDvv.js";
10
10
  import { c as z } from "../../cx-DN21T1EH.js";
11
11
  import { radio as D } from "./Radio.styles.js";
12
- import { GlobalCSSClass as p } from "../../enums.js";
12
+ import { GlobalCSSClass as h } from "../../enums.js";
13
13
  import { IressCheckboxMark as J } from "../CheckboxMark/CheckboxMark.js";
14
14
  import "../CheckboxMark/CheckboxMark.styles.js";
15
15
  import { getRadioGroupContext as K } from "../RadioGroup/RadioGroup.js";
16
16
  import "../RadioGroup/RadioGroup.styles.js";
17
- import { s as h } from "../../factory-oPXoMw9H.js";
17
+ import { s as u } from "../../factory-oPXoMw9H.js";
18
18
  import { s as L } from "../../is-valid-prop-Ce0wiweq.js";
19
19
  import { IressText as Q } from "../Text/Text.js";
20
- const T = (a) => /* @__PURE__ */ e(
21
- h.svg,
20
+ const T = (i) => /* @__PURE__ */ e(
21
+ u.svg,
22
22
  {
23
23
  version: "1.1",
24
24
  viewBox: "0 0 200 200",
25
25
  xmlns: "http://www.w3.org/2000/svg",
26
- ...a,
27
- className: p.FormElement,
26
+ ...i,
27
+ className: h.FormElement,
28
28
  children: /* @__PURE__ */ e("circle", { cx: "100", cy: "100", r: "70" })
29
29
  }
30
30
  ), U = ({
31
- checked: a,
32
- children: u,
31
+ checked: i,
32
+ children: f,
33
33
  className: x,
34
- "data-testid": i,
34
+ "data-testid": a,
35
35
  defaultChecked: g,
36
36
  hiddenControl: y,
37
37
  name: R,
38
38
  onChange: w,
39
- readOnly: v,
40
- required: b,
41
- value: r,
42
- touch: M,
39
+ readOnly: b,
40
+ required: v,
41
+ value: t,
42
+ touch: N,
43
43
  ...n
44
- }, N) => {
45
- const f = E(n), o = A(K()), { value: S, setValue: G } = B({
44
+ }, M) => {
45
+ const k = E(n), o = A(K()), { value: S, setValue: G } = B({
46
46
  component: "Radio",
47
47
  defaultValue: !!g,
48
- value: a,
48
+ value: i,
49
49
  propName: "checked"
50
- }), d = !!o?.onChange, s = d ? o.value === r : S;
51
- if (d ? o.readOnly : v)
50
+ }), d = !!o?.onChange, s = d ? o.value === t : S;
51
+ if (d ? o.readOnly : b)
52
52
  return s ? /* @__PURE__ */ e(
53
53
  H,
54
54
  {
55
55
  ...n,
56
56
  width: void 0,
57
- value: P(r),
58
- children: u
57
+ value: P(t),
58
+ children: f
59
59
  }
60
60
  ) : null;
61
- const I = o?.name ?? R, c = o?.hiddenRadio ?? y, O = o?.required ?? b, q = o?.touch ?? M, t = D.raw({
61
+ const I = o?.name ?? R, c = o?.hiddenRadio ?? y, O = o?.required ?? v, q = o?.touch ?? N, r = D.raw({
62
62
  hiddenControl: c,
63
63
  touch: q,
64
64
  checked: s
65
65
  }), [F, V] = L(n);
66
- return /* @__PURE__ */ k(
66
+ return /* @__PURE__ */ C(
67
67
  "div",
68
68
  {
69
- "data-testid": i,
69
+ "data-testid": a,
70
70
  className: z(
71
71
  x,
72
- C(t.root, F),
73
- p.Group,
74
- p.Radio
72
+ p(r.root, F),
73
+ h.Group,
74
+ h.Radio
75
75
  ),
76
76
  children: [
77
77
  /* @__PURE__ */ e(
78
- h.input,
78
+ u.input,
79
79
  {
80
80
  ...V,
81
- ...t.input,
81
+ ...r.input,
82
82
  type: "radio",
83
- id: f,
83
+ id: k,
84
84
  name: I,
85
- ref: N,
86
- "data-testid": l(i, "input"),
85
+ ref: M,
86
+ "data-testid": l(a, "input"),
87
87
  onChange: (m) => {
88
- d || G(m.target.checked), w?.(m, r), o?.onChange?.(m, r);
88
+ d || G(m.target.checked), w?.(m, t), o?.onChange?.(m, t);
89
89
  },
90
- value: String(r),
90
+ value: String(t),
91
91
  checked: s,
92
92
  required: O
93
93
  }
94
94
  ),
95
- /* @__PURE__ */ k(h.label, { htmlFor: f, ...t.label, children: [
95
+ /* @__PURE__ */ C(u.label, { htmlFor: k, ...r.label, children: [
96
96
  !c && /* @__PURE__ */ e(
97
97
  T,
98
98
  {
99
- ...t.radioMark,
100
- "data-testid": l(i, "radioMark")
99
+ ...r.radioMark,
100
+ "data-testid": l(a, "radioMark")
101
101
  }
102
102
  ),
103
103
  c && /* @__PURE__ */ e(
104
104
  J,
105
105
  {
106
- className: C(t.checkboxMark),
106
+ className: p(r.checkboxMark),
107
107
  checked: s,
108
- "data-testid": l(i, "checkboxMark")
108
+ "data-testid": l(a, "checkboxMark")
109
109
  }
110
110
  ),
111
- /* @__PURE__ */ e(Q, { element: "span", children: u })
111
+ /* @__PURE__ */ e(Q, { element: "span", className: p(r.labelContent), children: f })
112
112
  ] })
113
113
  ]
114
114
  }
@@ -4,6 +4,7 @@ const e = r({
4
4
  "root",
5
5
  "input",
6
6
  "label",
7
+ "labelContent",
7
8
  "radioMark",
8
9
  "checkedRadioMark",
9
10
  "checkboxMark"
@@ -15,6 +16,7 @@ const e = r({
15
16
  position: "relative",
16
17
  padding: "spacing.0",
17
18
  transition: "[all 0.2s ease-out]",
19
+ textStyle: "typography.body.md",
18
20
  "&:has(svg:hover)": {
19
21
  color: "colour.primary.fillHover"
20
22
  }
@@ -41,6 +43,9 @@ const e = r({
41
43
  margin: "[0px]",
42
44
  cursor: "pointer"
43
45
  },
46
+ labelContent: {
47
+ font: "inherit"
48
+ },
44
49
  radioMark: {
45
50
  boxSizing: "border-box",
46
51
  position: "relative",
@@ -51,8 +56,8 @@ const e = r({
51
56
  display: "inline-flex",
52
57
  alignItems: "center",
53
58
  justifyContent: "center",
54
- width: "[calc(1.3 * 1rem)]",
55
- height: "[calc(1.3 * 1rem)]",
59
+ width: "[1.4em]",
60
+ height: "[1.4em]",
56
61
  borderRadius: "[100%]",
57
62
  marginInlineEnd: "spacing.2",
58
63
  flexShrink: 0,
@@ -3,7 +3,7 @@ import "react";
3
3
  import "../../cx-DN21T1EH.js";
4
4
  import "./RichSelect.styles.js";
5
5
  import "./hooks/useRichSelectState.js";
6
- import { I as K } from "../../Autocomplete-C5ubHBTi.js";
6
+ import { I as K } from "../../Autocomplete-BQ_YPb5A.js";
7
7
  import "./SelectBody/SelectBody.styles.js";
8
8
  import "../../enums.js";
9
9
  import "../Menu/Menu.js";
@@ -21,7 +21,7 @@ import "../Popover/Popover.styles.js";
21
21
  import "../Popover/InputPopover/InputPopover.js";
22
22
  import "./SelectSearchInput/SelectSearchInput.js";
23
23
  import "./SelectTags/SelectTags.styles.js";
24
- import "../../Button-mmhMLwp9.js";
24
+ import "../../Button-B4nt3P1v.js";
25
25
  import "../Button/CloseButton/CloseButton.js";
26
26
  import "../Tag/Tag.styles.js";
27
27
  import "../Tag/TagInput/TagInput.js";
@@ -8,7 +8,7 @@ import "../../Divider/Divider.styles.js";
8
8
  import { GlobalCSSClass as p } from "../../../enums.js";
9
9
  import "../../Menu/MenuItem/MenuItem.js";
10
10
  import { IressMenuHeading as I } from "../../Menu/MenuText/MenuText.js";
11
- import { I as v } from "../../../Button-mmhMLwp9.js";
11
+ import { I as v } from "../../../Button-B4nt3P1v.js";
12
12
  import "../../Button/CloseButton/CloseButton.js";
13
13
  import "../../Popover/Popover.js";
14
14
  import "../../Popover/Popover.styles.js";
@@ -1,5 +1,5 @@
1
1
  import { s as e } from "../../../sva-OmxClA9g.js";
2
- const n = e({
2
+ const o = e({
3
3
  slots: ["selectLabel", "contents", "placeholder", "prepend", "append"],
4
4
  base: {
5
5
  selectLabel: {
@@ -22,13 +22,11 @@ const n = e({
22
22
  transition: "common",
23
23
  _focusWithin: {
24
24
  backgroundColor: "colour.neutral.10",
25
- borderColor: "colour.primary.fill",
26
25
  layerStyle: "elevation.focus",
27
26
  outline: "[none]"
28
27
  },
29
28
  _active: {
30
29
  backgroundColor: "colour.neutral.10",
31
- borderColor: "colour.primary.fill",
32
30
  layerStyle: "elevation.focus",
33
31
  outline: "[none]"
34
32
  }
@@ -87,5 +85,5 @@ const n = e({
87
85
  }
88
86
  });
89
87
  export {
90
- n as selectLabel
88
+ o as selectLabel
91
89
  };
@@ -20,7 +20,7 @@ import { IressMenuItem as D } from "../../Menu/MenuItem/MenuItem.js";
20
20
  import { IressPopover as G } from "../../Popover/Popover.js";
21
21
  import "../../Popover/Popover.styles.js";
22
22
  import "../../Popover/InputPopover/InputPopover.js";
23
- import { I as R } from "../../../Button-mmhMLwp9.js";
23
+ import { I as R } from "../../../Button-B4nt3P1v.js";
24
24
  import "../../Button/CloseButton/CloseButton.js";
25
25
  import { IressIcon as W } from "../../Icon/Icon.js";
26
26
  import "../../Icon/Icon.styles.js";
@@ -1,5 +1,5 @@
1
- import { s as o } from "../../../sva-OmxClA9g.js";
2
- const r = o({
1
+ import { s as e } from "../../../sva-OmxClA9g.js";
2
+ const l = e({
3
3
  slots: ["root", "placeholder", "prepend", "append", "tag", "tagsList"],
4
4
  base: {
5
5
  root: {
@@ -24,13 +24,11 @@ const r = o({
24
24
  },
25
25
  "&:focus": {
26
26
  backgroundColor: "colour.neutral.10",
27
- borderColor: "colour.primary.fill",
28
27
  layerStyle: "elevation.focus",
29
28
  outline: "[none]"
30
29
  },
31
30
  "&:focus-within": {
32
31
  backgroundColor: "colour.neutral.10",
33
- borderColor: "colour.primary.fill",
34
32
  layerStyle: "elevation.focus",
35
33
  outline: "[none]"
36
34
  },
@@ -82,5 +80,5 @@ const r = o({
82
80
  }
83
81
  });
84
82
  export {
85
- r as selectTags
83
+ l as selectTags
86
84
  };
@@ -1,5 +1,5 @@
1
1
  import { useRichSelectState as t } from "./hooks/useRichSelectState.js";
2
- import { I as s } from "../../Autocomplete-C5ubHBTi.js";
2
+ import { I as s } from "../../Autocomplete-BQ_YPb5A.js";
3
3
  import { IressSelectBody as S } from "./SelectBody/SelectBody.js";
4
4
  import { IressSelectCreate as p } from "./SelectCreate/SelectCreate.js";
5
5
  import { IressSelectHeading as f } from "./SelectHeading/SelectHeading.js";
@@ -5,7 +5,10 @@ const t = ["wrapper", "control", "element"], c = e({
5
5
  wrapper: {
6
6
  display: "block",
7
7
  position: "relative",
8
- lineHeight: 1
8
+ lineHeight: 1,
9
+ "&:has(select:focus)": {
10
+ layerStyle: "elevation.focus"
11
+ }
9
12
  },
10
13
  control: {
11
14
  position: "relative",
@@ -1,6 +1,6 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { forwardRef as m } from "react";
3
- import { I as p } from "../../Button-mmhMLwp9.js";
3
+ import { I as p } from "../../Button-B4nt3P1v.js";
4
4
  import "../Button/CloseButton/CloseButton.js";
5
5
  import { c as k } from "../../cx-DN21T1EH.js";
6
6
  import { skipLink as n } from "./SkipLink.styles.js";
@@ -1,6 +1,6 @@
1
1
  import { jsxs as c, jsx as d } from "react/jsx-runtime";
2
2
  import { propagateTestid as o } from "../../../helpers/utility/propagateTestid.js";
3
- import "../../../Button-mmhMLwp9.js";
3
+ import "../../../Button-B4nt3P1v.js";
4
4
  import { IressCloseButton as j } from "../../Button/CloseButton/CloseButton.js";
5
5
  import { slideout as v } from "../Slideout.styles.js";
6
6
  import { s as f } from "../../../factory-oPXoMw9H.js";
@@ -1,7 +1,7 @@
1
1
  import { jsxs as f, jsx as e } from "react/jsx-runtime";
2
2
  import { useRef as u } from "react";
3
3
  import { propagateTestid as d } from "../../helpers/utility/propagateTestid.js";
4
- import "../../Button-mmhMLwp9.js";
4
+ import "../../Button-B4nt3P1v.js";
5
5
  import { IressCloseButton as x } from "../Button/CloseButton/CloseButton.js";
6
6
  import { IressText as C } from "../Text/Text.js";
7
7
  import { tag as g } from "./Tag.styles.js";
@@ -1,6 +1,6 @@
1
1
  import { jsx as o, jsxs as a } from "react/jsx-runtime";
2
2
  import { propagateTestid as i } from "../../../../helpers/utility/propagateTestid.js";
3
- import "../../../../Button-mmhMLwp9.js";
3
+ import "../../../../Button-B4nt3P1v.js";
4
4
  import { IressCloseButton as h } from "../../../Button/CloseButton/CloseButton.js";
5
5
  import "../../../Inline/Inline.styles.js";
6
6
  import { IressInline as y } from "../../../Inline/Inline.js";
@@ -12,7 +12,8 @@ const t = e({
12
12
  toggleBase: {
13
13
  display: "inline-flex",
14
14
  gap: "spacing.1",
15
- color: "colour.primary.fill"
15
+ color: "colour.primary.fill",
16
+ textStyle: "typography.body.md.strong"
16
17
  },
17
18
  toggleButtonContainer: {
18
19
  position: "relative",
@@ -81,7 +82,8 @@ const t = e({
81
82
  },
82
83
  checkboxMark: {
83
84
  opacity: 0,
84
- marginInlineStart: "spacing.1",
85
+ marginInlineStart: "[calc({spacing.spacing.1} * 0.5)]",
86
+ textStyle: "typography.body.md",
85
87
  "&&:hover": {
86
88
  bg: "transparent"
87
89
  }
@@ -90,7 +92,6 @@ const t = e({
90
92
  display: "inline-block",
91
93
  marginInlineEnd: "spacing.1",
92
94
  color: "colour.neutral.80",
93
- textStyle: "typography.body.md.strong",
94
95
  lineHeight: "1.5rem"
95
96
  }
96
97
  },
package/dist/constants.js CHANGED
@@ -1,4 +1,4 @@
1
- const t = "6.0.0-alpha.6", e = {
1
+ const t = "6.0.0-alpha.7", e = {
2
2
  /**
3
3
  * Extra small breakpoint, for mobile devices
4
4
  */
package/dist/enums.js CHANGED
@@ -1,4 +1,4 @@
1
- var e = /* @__PURE__ */ ((r) => (r.Group = "group", r.FormElement = "iress-form-element", r.FormElementInner = "iress-form-element__inner", r.FormElementInvalid = "iress-form-element--invalid", r.FormLabel = "iress-form-label", r.Alert = "ids-alert", r.Autocomplete = "ids-autocomplete", r.Badge = "ids-badge", r.Button = "ids-button", r.ButtonGroup = "ids-button-group", r.Card = "ids-card", r.Checkbox = "ids-checkbox", r.CheckboxGroup = "ids-checkbox-group", r.CheckboxMark = "ids-checkbox-mark", r.CloseButton = "ids-button--close", r.Col = "ids-col", r.Container = "ids-container", r.Divider = "ids-divider", r.Expander = "ids-expander", r.Field = "ids-field", r.FieldGroup = "ids-field-group", r.Form = "ids-form", r.Filter = "ids-filter", r.Icon = "ids-icon", r.Image = "ids-image", r.Inline = "ids-inline", r.Input = "ids-input", r.InputCurrency = "ids-input--currency", r.InputPopover = "ids-popover--input", r.Link = "ids-link", r.Menu = "ids-menu", r.MenuHeading = "ids-text--menu-heading", r.MenuDivider = "ids-divider--menu", r.MenuItem = "ids-menu-item", r.MenuText = "ids-text--menu", r.Modal = "ids-modal", r.ModalBackdrop = "ids-modal__backdrop", r.Panel = "ids-panel", r.Placeholder = "ids-placeholder", r.Popover = "ids-popover", r.PopoverContent = "ids-popover__content", r.Progress = "ids-progress", r.Radio = "ids-radio", r.RadioGroup = "ids-radio-group", r.Readonly = "ids-input--readonly", r.RichSelect = "ids-rich-select", r.RichSelectTags = "ids-rich-select-tags", r.RichSelectSearchInput = "ids-rich-select-search-input", r.RichSelectSearch = "ids-rich-select-search", r.RichSelectSearchContent = "ids-rich-select-search--content", r.RichSelectMenu = "ids-rich-select-menu", r.RichSelectMenuItem = "ids-rich-select-menu-item", r.RichSelectLabel = "ids-rich-select-label", r.RichSelectHeading = "ids-rich-select-heading", r.RichSelectClearButton = "ids-rich-select-clear-button", r.RichSelectBody = "ids-rich-select-body", r.Row = "ids-row", r.Select = "ids-select", r.Skeleton = "ids-skeleton", r.SkipLink = "ids-skip-link", r.Slideout = "ids-slideout", r.SlideoutPushElement = "ids-slideout-push-element", r.SlideoutOpen = "ids-slideout--open", r.Slider = "ids-slider", r.Spinner = "ids-spinner", r.Stack = "ids-stack", r.Table = "ids-table", r.Tab = "ids-tab", r.TabSet = "ids-tabset", r.Tag = "ids-tag", r.TagInput = "ids-tag-input", r.Text = "ids-text", r.Toast = "ids-toast", r.Toaster = "ids-toaster", r.Toggle = "ids-toggle", r.Tooltip = "ids-tooltip", r.ValidationLink = "ids-validation-message--link", r.ValidationMessage = "ids-validation-message", r.ValidationSummary = "ids-validation-sumary", r))(e || {}), i = /* @__PURE__ */ ((r) => (r.Xs = "xs", r.Sm = "sm", r.Md = "md", r.Lg = "lg", r.Xl = "xl", r.Xxl = "xxl", r))(i || {}), d = /* @__PURE__ */ ((r) => (r.Inline = "inline", r.Overlay = "overlay", r))(d || {}), c = /* @__PURE__ */ ((r) => (r.H2 = "h2", r.H3 = "h3", r.H4 = "h4", r.H5 = "h5", r.H6 = "h6", r))(c || {}), t = /* @__PURE__ */ ((r) => (r.Log = "log", r.Warn = "warn", r.Error = "error", r))(t || {}), u = /* @__PURE__ */ ((r) => (r.Date = "date", r.Email = "email", r.Number = "number", r.Password = "password", r.Search = "search", r.Tel = "tel", r.Text = "text", r.Url = "url", r.Time = "time", r.Color = "color", r.File = "file", r.DateTimeLocal = "datetime-local", r))(u || {}), n = /* @__PURE__ */ ((r) => (r.Date = "date", r.Email = "email", r.Number = "number", r.Password = "password", r.Search = "search", r.Tel = "tel", r.Text = "text", r.Url = "url", r.Time = "time", r.File = "file", r.Color = "color", r.Checkbox = "checkbox", r.Radio = "radio", r.Select = "select", r.CheckboxGroup = "checkbox-group", r.RadioGroup = "radio-group", r.Combobox = "combobox", r.DateTimeLocal = "datetime-local", r))(n || {}), h = /* @__PURE__ */ ((r) => (r.Two = "2", r.Four = "4", r.Six = "6", r.Eight = "8", r.Ten = "10", r.Twelve = "12", r.Sixteen = "16", r.TwentyFivePercent = "25perc", r.FiftyPercent = "50perc", r.SeventyFivePercent = "75perc", r))(h || {}), o = /* @__PURE__ */ ((r) => (r.Auto = "auto", r.BottomStart = "bottom-start", r.BottomCenter = "bottom", r.BottomEnd = "bottom-end", r.TopStart = "top-start", r.TopCenter = "top", r.TopEnd = "top-end", r.LeftStart = "left-start", r.LeftCenter = "left", r.LeftEnd = "left-end", r.RightStart = "right-start", r.RightCenter = "right", r.RightEnd = "right-end", r))(o || {}), p = /* @__PURE__ */ ((r) => (r.Danger = "danger", r.Info = "info", r.Success = "success", r.Warning = "warning", r))(p || {}), v = /* @__PURE__ */ ((r) => (r.Inherit = "inherit", r.Left = "left", r.Center = "center", r.Right = "right", r.Justify = "justify", r))(v || {}), f = /* @__PURE__ */ ((r) => (r.P = "p", r.Div = "div", r.Span = "span", r.H1 = "h1", r.H2 = "h2", r.H3 = "h3", r.H4 = "h4", r.H5 = "h5", r.H6 = "h6", r.Code = "code", r.Blockquote = "blockquote", r.Caption = "caption", r.Cite = "cite", r.Small = "small", r))(f || {}), k = /* @__PURE__ */ ((r) => (r.Body = "body", r.Danger = "danger", r.Info = "info", r.Muted = "muted", r.Primary = "primary", r.Success = "success", r.Warning = "warning", r.Positive = "positive", r.Negative = "negative", r))(k || {}), g = /* @__PURE__ */ ((r) => (r.Blockquote = "blockquote", r.Bold = "bold", r.Body = "body", r.Code = "code", r.Display = "display", r.Display1 = "display1", r.Display2 = "display2", r.Display3 = "display3", r.Display4 = "display4", r.Heading1 = "h1", r.Heading2 = "h2", r.Heading3 = "h3", r.Heading4 = "h4", r.Heading5 = "h5", r.Heading6 = "h6", r.Italic = "italic", r.Lead = "lead", r.Small = "small", r.Cite = "cite", r.Caption = "caption", r))(g || {}), R = /* @__PURE__ */ ((r) => (r.None = "none", r.Sm = "sm", r.Md = "md", r.Lg = "lg", r))(R || {}), m = /* @__PURE__ */ ((r) => (r.Sm = "sm", r.Md = "md", r.Lg = "lg", r.FullPage = "fullpage", r))(m || {}), w = /* @__PURE__ */ ((r) => (r.None = "none", r.Xs = "xs", r.Sm = "sm", r.Md = "md", r.Lg = "lg", r.Xl = "xl", r))(w || {}), s = /* @__PURE__ */ ((r) => (r.Around = "around", r.Between = "between", r.Center = "center", r.Evenly = "evenly", r.Left = "left", r.Right = "right", r))(s || {}), D = /* @__PURE__ */ ((r) => (r.Bottom = "bottom", r.Middle = "middle", r.Stretch = "stretch", r.Top = "top", r))(D || {});
1
+ var e = /* @__PURE__ */ ((r) => (r.Group = "group", r.FormElement = "iress-form-element", r.FormElementInner = "iress-form-element__inner", r.FormElementInvalid = "iress-form-element--invalid", r.FormLabel = "iress-form-label", r.Alert = "ids-alert", r.Autocomplete = "ids-autocomplete", r.Badge = "ids-badge", r.Button = "ids-button", r.ButtonGroup = "ids-button-group", r.Card = "ids-card", r.Checkbox = "ids-checkbox", r.CheckboxGroup = "ids-checkbox-group", r.CheckboxMark = "ids-checkbox-mark", r.CloseButton = "ids-button--close", r.Col = "ids-col", r.Container = "ids-container", r.Divider = "ids-divider", r.Expander = "ids-expander", r.Field = "ids-field", r.FieldGroup = "ids-field-group", r.Form = "ids-form", r.Filter = "ids-filter", r.Icon = "ids-icon", r.Image = "ids-image", r.Inline = "ids-inline", r.Input = "ids-input", r.InputCurrency = "ids-input--currency", r.InputPopover = "ids-popover--input", r.Label = "ids-label", r.Link = "ids-link", r.Menu = "ids-menu", r.MenuHeading = "ids-text--menu-heading", r.MenuDivider = "ids-divider--menu", r.MenuItem = "ids-menu-item", r.MenuText = "ids-text--menu", r.Modal = "ids-modal", r.ModalBackdrop = "ids-modal__backdrop", r.Panel = "ids-panel", r.Placeholder = "ids-placeholder", r.Popover = "ids-popover", r.PopoverContent = "ids-popover__content", r.Progress = "ids-progress", r.Radio = "ids-radio", r.RadioGroup = "ids-radio-group", r.Readonly = "ids-input--readonly", r.RichSelect = "ids-rich-select", r.RichSelectTags = "ids-rich-select-tags", r.RichSelectSearchInput = "ids-rich-select-search-input", r.RichSelectSearch = "ids-rich-select-search", r.RichSelectSearchContent = "ids-rich-select-search--content", r.RichSelectMenu = "ids-rich-select-menu", r.RichSelectMenuItem = "ids-rich-select-menu-item", r.RichSelectLabel = "ids-rich-select-label", r.RichSelectHeading = "ids-rich-select-heading", r.RichSelectClearButton = "ids-rich-select-clear-button", r.RichSelectBody = "ids-rich-select-body", r.Row = "ids-row", r.Select = "ids-select", r.Skeleton = "ids-skeleton", r.SkipLink = "ids-skip-link", r.Slideout = "ids-slideout", r.SlideoutPushElement = "ids-slideout-push-element", r.SlideoutOpen = "ids-slideout--open", r.Slider = "ids-slider", r.Spinner = "ids-spinner", r.Stack = "ids-stack", r.Table = "ids-table", r.Tab = "ids-tab", r.TabSet = "ids-tabset", r.Tag = "ids-tag", r.TagInput = "ids-tag-input", r.Text = "ids-text", r.Toast = "ids-toast", r.Toaster = "ids-toaster", r.Toggle = "ids-toggle", r.Tooltip = "ids-tooltip", r.ValidationLink = "ids-validation-message--link", r.ValidationMessage = "ids-validation-message", r.ValidationSummary = "ids-validation-summary", r))(e || {}), i = /* @__PURE__ */ ((r) => (r.Xs = "xs", r.Sm = "sm", r.Md = "md", r.Lg = "lg", r.Xl = "xl", r.Xxl = "xxl", r))(i || {}), d = /* @__PURE__ */ ((r) => (r.Inline = "inline", r.Overlay = "overlay", r))(d || {}), c = /* @__PURE__ */ ((r) => (r.H2 = "h2", r.H3 = "h3", r.H4 = "h4", r.H5 = "h5", r.H6 = "h6", r))(c || {}), t = /* @__PURE__ */ ((r) => (r.Log = "log", r.Warn = "warn", r.Error = "error", r))(t || {}), u = /* @__PURE__ */ ((r) => (r.Date = "date", r.Email = "email", r.Number = "number", r.Password = "password", r.Search = "search", r.Tel = "tel", r.Text = "text", r.Url = "url", r.Time = "time", r.Color = "color", r.File = "file", r.DateTimeLocal = "datetime-local", r))(u || {}), n = /* @__PURE__ */ ((r) => (r.Date = "date", r.Email = "email", r.Number = "number", r.Password = "password", r.Search = "search", r.Tel = "tel", r.Text = "text", r.Url = "url", r.Time = "time", r.File = "file", r.Color = "color", r.Checkbox = "checkbox", r.Radio = "radio", r.Select = "select", r.CheckboxGroup = "checkbox-group", r.RadioGroup = "radio-group", r.Combobox = "combobox", r.DateTimeLocal = "datetime-local", r))(n || {}), h = /* @__PURE__ */ ((r) => (r.Two = "2", r.Four = "4", r.Six = "6", r.Eight = "8", r.Ten = "10", r.Twelve = "12", r.Sixteen = "16", r.TwentyFivePercent = "25perc", r.FiftyPercent = "50perc", r.SeventyFivePercent = "75perc", r))(h || {}), o = /* @__PURE__ */ ((r) => (r.Auto = "auto", r.BottomStart = "bottom-start", r.BottomCenter = "bottom", r.BottomEnd = "bottom-end", r.TopStart = "top-start", r.TopCenter = "top", r.TopEnd = "top-end", r.LeftStart = "left-start", r.LeftCenter = "left", r.LeftEnd = "left-end", r.RightStart = "right-start", r.RightCenter = "right", r.RightEnd = "right-end", r))(o || {}), p = /* @__PURE__ */ ((r) => (r.Danger = "danger", r.Info = "info", r.Success = "success", r.Warning = "warning", r))(p || {}), v = /* @__PURE__ */ ((r) => (r.Inherit = "inherit", r.Left = "left", r.Center = "center", r.Right = "right", r.Justify = "justify", r))(v || {}), f = /* @__PURE__ */ ((r) => (r.P = "p", r.Div = "div", r.Span = "span", r.H1 = "h1", r.H2 = "h2", r.H3 = "h3", r.H4 = "h4", r.H5 = "h5", r.H6 = "h6", r.Code = "code", r.Blockquote = "blockquote", r.Caption = "caption", r.Cite = "cite", r.Small = "small", r))(f || {}), k = /* @__PURE__ */ ((r) => (r.Body = "body", r.Danger = "danger", r.Info = "info", r.Muted = "muted", r.Primary = "primary", r.Success = "success", r.Warning = "warning", r.Positive = "positive", r.Negative = "negative", r))(k || {}), g = /* @__PURE__ */ ((r) => (r.Blockquote = "blockquote", r.Bold = "bold", r.Body = "body", r.Code = "code", r.Display = "display", r.Display1 = "display1", r.Display2 = "display2", r.Display3 = "display3", r.Display4 = "display4", r.Heading1 = "h1", r.Heading2 = "h2", r.Heading3 = "h3", r.Heading4 = "h4", r.Heading5 = "h5", r.Heading6 = "h6", r.Italic = "italic", r.Lead = "lead", r.Small = "small", r.Cite = "cite", r.Caption = "caption", r))(g || {}), R = /* @__PURE__ */ ((r) => (r.None = "none", r.Sm = "sm", r.Md = "md", r.Lg = "lg", r))(R || {}), m = /* @__PURE__ */ ((r) => (r.Sm = "sm", r.Md = "md", r.Lg = "lg", r.FullPage = "fullpage", r))(m || {}), w = /* @__PURE__ */ ((r) => (r.None = "none", r.Xs = "xs", r.Sm = "sm", r.Md = "md", r.Lg = "lg", r.Xl = "xl", r))(w || {}), D = /* @__PURE__ */ ((r) => (r.Around = "around", r.Between = "between", r.Center = "center", r.Evenly = "evenly", r.Left = "left", r.Right = "right", r))(D || {}), P = /* @__PURE__ */ ((r) => (r.Bottom = "bottom", r.Middle = "middle", r.Stretch = "stretch", r.Top = "top", r))(P || {});
2
2
  export {
3
3
  i as Breakpoint,
4
4
  d as DisplayMode,
@@ -8,7 +8,7 @@ export {
8
8
  e as GlobalCSSClass,
9
9
  w as GutterSize,
10
10
  c as HeadingLevel,
11
- s as HorizontalAlign,
11
+ D as HorizontalAlign,
12
12
  t as LoggerLevels,
13
13
  m as ModalSize,
14
14
  R as PaddingSize,
@@ -18,5 +18,5 @@ export {
18
18
  u as TextFieldType,
19
19
  k as TextMode,
20
20
  g as TextVariant,
21
- D as VerticalAlign
21
+ P as VerticalAlign
22
22
  };
package/dist/main.js CHANGED
@@ -1,11 +1,11 @@
1
1
  import { IressAlert as o } from "./components/Alert/Alert.js";
2
2
  import { alert as s } from "./components/Alert/Alert.styles.js";
3
- import { a as m, I as x } from "./Autocomplete-C5ubHBTi.js";
3
+ import { a as m, I as x } from "./Autocomplete-BQ_YPb5A.js";
4
4
  import { autoComplete as I } from "./components/Autocomplete/Autocomplete.styles.js";
5
5
  import { useAutocompleteSearch as l } from "./components/Autocomplete/hooks/useAutocompleteSearch.js";
6
6
  import { IressBadge as n } from "./components/Badge/Badge.js";
7
7
  import { badge as S } from "./components/Badge/Badge.styles.js";
8
- import { I as T, b as c } from "./Button-mmhMLwp9.js";
8
+ import { I as T, b as c } from "./Button-B4nt3P1v.js";
9
9
  import { IressCloseButton as g } from "./components/Button/CloseButton/CloseButton.js";
10
10
  import { IressButtonGroup as C } from "./components/ButtonGroup/ButtonGroup.js";
11
11
  import { buttonGroup as G } from "./components/ButtonGroup/ButtonGroup.styles.js";
@@ -62,7 +62,7 @@ import { IressInputPopover as Ce } from "./components/Popover/InputPopover/Input
62
62
  import { usePopoverItem as Ge } from "./components/Popover/hooks/usePopoverItem.js";
63
63
  import { IressProgress as _e } from "./components/Progress/Progress.js";
64
64
  import { progress as Re } from "./components/Progress/Progress.styles.js";
65
- import { I as Fe } from "./Provider-BPeo5YfI.js";
65
+ import { I as Fe } from "./Provider-CDIbqQK0.js";
66
66
  import { IressRadio as Pe } from "./components/Radio/Radio.js";
67
67
  import { radio as De } from "./components/Radio/Radio.styles.js";
68
68
  import { IressRadioGroup as Oe, RadioGroupContext as Ve, getRadioGroupContext as ye } from "./components/RadioGroup/RadioGroup.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as o, jsxs as u } from "react/jsx-runtime";
2
- import { I as p } from "../../../Button-mmhMLwp9.js";
2
+ import { I as p } from "../../../Button-B4nt3P1v.js";
3
3
  import "../../../components/Button/CloseButton/CloseButton.js";
4
4
  import { useState as h, useEffect as g } from "react";
5
5
  import { loading as x } from "../Loading.styles.js";