@odx/foundation 1.0.0-beta.64 → 1.0.0-beta.66

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/README.md CHANGED
@@ -16,10 +16,10 @@ The `@odx/foundation` package is a core part of the ODX Design System, providing
16
16
  [<img alt="NPM Version (with dist tag)" src="https://img.shields.io/npm/v/%40odx%2Ffoundation/latest?style=flat-square">](https://npmjs.org/package/@odx/foundation)
17
17
 
18
18
 
19
- To install `@odx/foundation` in your project, run the following command:
19
+ To install `@odx/foundation` and it's peer dependencies in your project, run the following command:
20
20
 
21
21
  ```bash
22
- npm install @odx/foundation @odx/icons@next --save
22
+ npm install @odx/design-tokens @odx/foundation @odx/icons@next --save
23
23
  ```
24
24
 
25
25
  > We depend on the <a href="https://lit.dev" target="_blank" rel="noopener">**Lit package**</a> for building web elements because it offers a lightweight, efficient framework with a simple syntax for creating fast, reusable elements. Its powerful templating system ensures high performance and seamless user experience. Lit is also highly interoperable, making it easy to integrate with other frameworks and libraries.
@@ -18,7 +18,7 @@ export declare const InlineMessageVariant: Pick<{
18
18
  }, "NEUTRAL" | "PRIMARY" | "SUCCESS" | "WARNING" | "DANGER">;
19
19
  export declare class OdxInlineMessage extends CustomElement {
20
20
  closable: boolean;
21
- emphasized: boolean;
21
+ strong: boolean;
22
22
  icon?: OdxIconName | null;
23
23
  variant: InlineMessageVariant;
24
24
  show(): void;
@@ -5,7 +5,7 @@ declare global {
5
5
  }
6
6
  }
7
7
  export declare class OdxLink extends InteractiveLink {
8
- emphasized: boolean;
8
+ strong: boolean;
9
9
  subtle: boolean;
10
10
  }
11
11
  //# sourceMappingURL=link.d.ts.map
@@ -11,7 +11,7 @@ export declare class OdxListItem extends OdxListItem_base {
11
11
  private expandableItems;
12
12
  region?: HTMLElementTagNameMap['odx-toggle-content'];
13
13
  compact: boolean;
14
- muted: boolean;
14
+ subtle: boolean;
15
15
  selected: boolean;
16
16
  withExpandControl: boolean;
17
17
  withExpandIndicator: boolean;
@@ -13,7 +13,7 @@ export declare const SeparatorAlign: {
13
13
  };
14
14
  export declare class OdxSeparator extends CustomElement {
15
15
  align: SeparatorAlign;
16
- emphasized: boolean;
16
+ strong: boolean;
17
17
  vertical: boolean;
18
18
  connectedCallback(): void;
19
19
  protected render(): TemplateResult;
@@ -22,8 +22,8 @@ export declare const SkeletonShape: {
22
22
  readonly BUTTON: "button";
23
23
  };
24
24
  export declare class OdxSkeleton extends CustomElement {
25
- emphasized: boolean;
26
- muted: boolean;
25
+ strong: boolean;
26
+ subtle: boolean;
27
27
  shape: SkeletonShape;
28
28
  size: SkeletonSize;
29
29
  protected render(): TemplateResult;
@@ -24,7 +24,7 @@ export declare const TextVariant: Pick<{
24
24
  readonly GHOST: "ghost";
25
25
  }, "NEUTRAL" | "ACCENT" | "SUCCESS" | "DANGER">;
26
26
  export declare class OdxText extends CustomElement {
27
- emphasized: boolean;
27
+ strong: boolean;
28
28
  inline: boolean;
29
29
  size?: TextSize;
30
30
  variant: TextVariant;
@@ -75,7 +75,7 @@ class OdxAccordionItem extends CanBeExpanded(InteractiveElement) {
75
75
  }
76
76
  }
77
77
 
78
- const styles$1c = ":host{display:block;border-block-end:var(--odx-size-px) solid transparent}.content{padding:var(--odx-size-50);padding-block-start:var(--odx-size-12)}:host(:not(:last-of-type)){border-block-end-color:var(--odx-color-separator)}::slotted(odx-accordion){margin-block:calc(-1 * var(--odx-size-37));margin-inline-end:calc(-1 * var(--odx-size-50))}";
78
+ const styles$1c = ":host{display:block;border-block-end:var(--odx-size-px) solid transparent}.content{padding:var(--odx-size-50);padding-block-start:var(--odx-size-12)}:host(:not(:last-of-type)){border-block-end-color:var(--odx-color-stroke-neutral-subtle)}::slotted(odx-accordion){margin-block:calc(-1 * var(--odx-size-37));margin-inline-end:calc(-1 * var(--odx-size-50))}";
79
79
 
80
80
  const _OdxAccordionPanel = class _OdxAccordionPanel extends CustomElement {
81
81
  constructor() {
@@ -103,7 +103,7 @@ __decorateClass([
103
103
  ], _OdxAccordionPanel.prototype, "hidden", 2);
104
104
  let OdxAccordionPanel = _OdxAccordionPanel;
105
105
 
106
- const styles$1b = "@layer base{:host{--_padding-inline: var(--odx-size-75);--_icon-margin: calc(-.5 * (var(--_icon-size) - var(--_padding-inline)) - var(--odx-size-px))}:host,[part=base]{place-content:center}[part~=base]{outline-offset:var(--odx-focus-ring-offset);font-weight:var(--odx-typography-font-weight-medium)}[part=label]{flex:initial}::slotted(odx-avatar){--_color-foreground: inherit}}@layer variant{:host([size=\"xs\"]){--_block-size: var(--odx-size-150);--_padding-inline: var(--odx-size-50);--_font-size: var(--odx-typography-font-size-1);--_icon-size: var(--odx-typography-font-size-4);::slotted(odx-avatar){--_size: var(--odx-size-125);--_font-size: var(--odx-typography-font-size-1);--_spacing: calc(var(--odx-size-37) + var(--odx-size-px))}[part~=base]{outline-offset:0}}:host([size=\"sm\"]){--_block-size: var(--odx-size-200);--_icon-margin: calc(-1 * var(--odx-size-25) + var(--odx-size-px));--_padding-inline: var(--odx-size-37);--_font-size: var(--odx-typography-font-size-2);--_icon-size: var(--odx-size-150);::slotted(odx-avatar){--_size: var(--odx-size-175);--_font-size: var(--odx-typography-font-size-2);--_spacing: calc(var(--odx-size-25) + var(--odx-size-px))}[part~=base]{outline-offset:0}}:host([size=\"lg\"]){--_block-size: var(--odx-size-300);--_padding-inline: var(--odx-size-100);--_font-size: var(--odx-typography-font-size-4);--_icon-size: var(--odx-typography-font-size-6);::slotted(odx-avatar){--_size: var(--odx-size-250);--_font-size: var(--odx-typography-font-size-3);--_spacing: calc(var(--odx-size-75) + var(--odx-size-px))}}:host,:host([variant=\"neutral\"]){--_color-background: var(--odx-experience-color-secondary-rest);--_color-background-hover: var(--odx-experience-color-secondary-hover);--_color-background-pressed: var(--odx-experience-color-secondary-pressed);--_color-foreground: var(--odx-experience-color-secondary-foreground)}:host([variant=\"primary\"]){--_color-background: var(--odx-color-background-primary-rest);--_color-background-hover: var(--odx-color-background-primary-hover);--_color-background-pressed: var(--odx-color-background-primary-pressed);--_color-foreground: var(--odx-color-foreground-inverse-static)}:host([variant=\"accent\"]){--_color-background: var(--odx-color-background-accent-rest);--_color-background-hover: var(--odx-color-background-accent-hover);--_color-background-pressed: var(--odx-color-background-accent-pressed);--_color-foreground: var(--odx-color-foreground-inverse);font-weight:var(--odx-typography-font-weight-semibold)}:host([variant=\"danger\"]){--_color-background: var(--odx-color-background-danger-rest);--_color-background-hover: var(--odx-color-background-danger-hover);--_color-background-pressed: var(--odx-color-background-danger-pressed);--_color-foreground: var(--odx-color-foreground-inverse-static)}:host([variant=\"ghost\"]){--_color-background: var(--odx-color-background-transparent-rest);--_color-background-hover: var(--odx-color-background-transparent-hover);--_color-background-pressed: var(--odx-color-background-transparent-pressed)}:host([loading]){--_color-background: var(--odx-color-background-neutral-muted);--_color-foreground: var(--odx-color-foreground-rest-muted)}:host([variant=\"primary\"][loading]){--_color-background: var(--odx-color-background-primary-muted);--_color-foreground: var(--odx-color-foreground-rest-muted) }:host([variant=\"accent\"][loading]){--_color-background: var(--odx-color-background-accent-muted);--_color-foreground: var(--odx-color-foreground-rest-muted) }:host([variant=\"danger\"][loading]){--_color-background: var(--odx-color-background-danger-muted);--_color-foreground: var(--odx-color-foreground-rest-muted) }}";
106
+ const styles$1b = "@layer base{:host{--_padding-inline: var(--odx-size-75);--_icon-margin: calc(-.5 * (var(--_icon-size) - var(--_padding-inline)) - var(--odx-size-px))}:host,[part=base]{place-content:center}[part~=base]{outline-offset:var(--odx-focus-ring-offset);font-weight:var(--odx-typography-font-weight-medium)}[part=label]{flex:initial}::slotted(odx-avatar){--_color-foreground: inherit}}@layer variant{:host([size=\"xs\"]){--_block-size: var(--odx-size-150);--_padding-inline: var(--odx-size-50);--_font-size: var(--odx-typography-font-size-1);--_icon-size: var(--odx-typography-font-size-4);::slotted(odx-avatar){--_size: var(--odx-size-125);--_font-size: var(--odx-typography-font-size-1);--_spacing: calc(var(--odx-size-37) + var(--odx-size-px))}[part~=base]{outline-offset:0}}:host([size=\"sm\"]){--_block-size: var(--odx-size-200);--_icon-margin: calc(-1 * var(--odx-size-25) + var(--odx-size-px));--_padding-inline: var(--odx-size-37);--_font-size: var(--odx-typography-font-size-2);--_icon-size: var(--odx-size-150);::slotted(odx-avatar){--_size: var(--odx-size-175);--_font-size: var(--odx-typography-font-size-2);--_spacing: calc(var(--odx-size-25) + var(--odx-size-px))}[part~=base]{outline-offset:0}}:host([size=\"lg\"]){--_block-size: var(--odx-size-300);--_padding-inline: var(--odx-size-100);--_font-size: var(--odx-typography-font-size-4);--_icon-size: var(--odx-typography-font-size-6);::slotted(odx-avatar){--_size: var(--odx-size-250);--_font-size: var(--odx-typography-font-size-3);--_spacing: calc(var(--odx-size-75) + var(--odx-size-px))}}:host,:host([variant=\"neutral\"]){--_color-background: var(--odx-experience-color-secondary-rest);--_color-background-hover: var(--odx-experience-color-secondary-hover);--_color-background-pressed: var(--odx-experience-color-secondary-pressed);--_color-foreground: var(--odx-experience-color-secondary-foreground)}:host([variant=\"primary\"]){--_color-background: var(--odx-color-background-primary-rest);--_color-background-hover: var(--odx-color-background-primary-hover);--_color-background-pressed: var(--odx-color-background-primary-pressed);--_color-foreground: var(--odx-color-foreground-inverse-static)}:host([variant=\"accent\"]){--_color-background: var(--odx-color-background-accent-rest);--_color-background-hover: var(--odx-color-background-accent-hover);--_color-background-pressed: var(--odx-color-background-accent-pressed);--_color-foreground: var(--odx-color-foreground-rest-static);font-weight:var(--odx-typography-font-weight-semibold)}:host([variant=\"danger\"]){--_color-background: var(--odx-color-background-danger-rest);--_color-background-hover: var(--odx-color-background-danger-hover);--_color-background-pressed: var(--odx-color-background-danger-pressed);--_color-foreground: var(--odx-color-foreground-inverse-static)}:host([variant=\"ghost\"]){--_color-background: var(--odx-color-background-transparent-rest);--_color-background-hover: var(--odx-color-background-transparent-hover);--_color-background-pressed: var(--odx-color-background-transparent-pressed)}:host([loading]){--_color-background: var(--odx-color-background-neutral-subtle);--_color-foreground: var(--odx-color-foreground-rest-subtle)}:host([variant=\"primary\"][loading]){--_color-background: var(--odx-color-background-primary-subtle);--_color-foreground: var(--odx-color-foreground-rest-subtle) }:host([variant=\"accent\"][loading]){--_color-background: var(--odx-color-background-accent-subtle);--_color-foreground: var(--odx-color-foreground-rest-subtle) }:host([variant=\"danger\"][loading]){--_color-background: var(--odx-color-background-danger-subtle);--_color-foreground: var(--odx-color-foreground-rest-subtle) }:host([variant=\"ghost\"][loading]){--_color-background: var(--odx-color-background-transparent-rest)}}";
107
107
 
108
108
  const ButtonBadgeAlign = { START: "start", CENTER: "center", END: "end" };
109
109
  const ButtonSize = pick(Size, ["XS", "SM", "MD", "LG"]);
@@ -202,7 +202,7 @@ const _OdxActionButton = class _OdxActionButton extends OdxButton {
202
202
  !this.replaceContent && this.statusMessage,
203
203
  (statusMessage) => html`
204
204
  <odx-tooltip anchor=${this.id} placement="top" .manual=${true} .show=${this.isStatusMessageShown} timeout=${this.statusMessageTimeout}>
205
- <odx-text size="sm" emphasized>${statusMessage}</odx-text>
205
+ <odx-text size="sm" strong>${statusMessage}</odx-text>
206
206
  </odx-tooltip>
207
207
  `
208
208
  )}
@@ -268,12 +268,12 @@ __decorateClass([
268
268
  ], _OdxActionButton.prototype, "replaceContent", 2);
269
269
  let OdxActionButton = _OdxActionButton;
270
270
 
271
- const styles$19 = ":host{--_color-foreground: var(--odx-color-foreground-accent-rest);--_outline-offset: 0;display:inline;text-decoration:underline}:host(:focus-visible){outline:none}[part~=base]{transition:var(--odx-transition-reduced);outline:var(--odx-focus-ring-outline);outline-offset:var(--_outline-offset);border-radius:var(--odx-border-radius-controls);padding-inline:var(--odx-size-px);text-decoration:inherit;color:var(--_color-foreground);&:focus-visible{outline-color:var(--odx-color-stroke-focus-outer)}}:host(:hover){--_color-foreground: var(--odx-color-foreground-accent-hover)}:host([emphasized]){font-weight:var(--odx-typography-font-weight-medium)}:host([disabled]),:host([subtle]:not(:hover)){text-decoration:none}:host([disabled]){--_color-foreground: var(--odx-color-foreground-rest-muted);[part~=base]{cursor:default}}";
271
+ const styles$19 = ":host{--_color-foreground: var(--odx-color-foreground-accent-rest);--_outline-offset: 0;display:inline;text-decoration:underline}:host(:focus-visible){outline:none}[part~=base]{transition:var(--odx-transition-reduced);outline:var(--odx-focus-ring-outline);outline-offset:var(--_outline-offset);border-radius:var(--odx-border-radius-controls);padding-inline:var(--odx-size-px);text-decoration:inherit;color:var(--_color-foreground);&:focus-visible{outline-color:var(--odx-color-stroke-focus-outer)}}:host(:hover){--_color-foreground: var(--odx-color-foreground-accent-hover)}:host([strong]){font-weight:var(--odx-typography-font-weight-medium)}:host([disabled]),:host([subtle]:not(:hover)){text-decoration:none}:host([disabled]){--_color-foreground: var(--odx-color-foreground-rest-subtle);[part~=base]{cursor:default}}";
272
272
 
273
273
  const _OdxLink = class _OdxLink extends InteractiveLink {
274
274
  constructor() {
275
275
  super(...arguments);
276
- this.emphasized = false;
276
+ this.strong = false;
277
277
  this.subtle = false;
278
278
  }
279
279
  static {
@@ -282,7 +282,7 @@ const _OdxLink = class _OdxLink extends InteractiveLink {
282
282
  };
283
283
  __decorateClass([
284
284
  property({ type: Boolean, reflect: true, useDefault: true })
285
- ], _OdxLink.prototype, "emphasized", 2);
285
+ ], _OdxLink.prototype, "strong", 2);
286
286
  __decorateClass([
287
287
  property({ type: Boolean, reflect: true, useDefault: true })
288
288
  ], _OdxLink.prototype, "subtle", 2);
@@ -523,7 +523,7 @@ let OdxBadge = _OdxBadge;
523
523
 
524
524
  const styles$13 = ":host{--_gap: var(--odx-size-37);display:flex;flex-wrap:wrap;column-gap:var(--_gap);place-items:center;cursor:default;padding-block:var(--odx-size-37);padding-inline:var(--odx-size-75);min-block-size:var(--odx-size-225)}odx-breadcrumb-item,::slotted(odx-breadcrumb-item){gap:var(--_gap)}";
525
525
 
526
- const styles$12 = ":host{display:contents}.separator{--size: var(--odx-size-75);margin:var(--odx-size-37);color:var(--odx-color-foreground-rest-muted)}:host([hidden]){display:none}:host([aria-current=\"page\"]) ::slotted(odx-link){color:var(--odx-color-foreground-rest-muted)!important}::slotted(*){margin:0}";
526
+ const styles$12 = ":host{display:contents}.separator{--size: var(--odx-size-75);margin:var(--odx-size-37);color:var(--odx-color-foreground-rest-subtle)}:host([hidden]){display:none}:host([aria-current=\"page\"]) ::slotted(odx-link){color:var(--odx-color-foreground-rest-subtle)!important}::slotted(*){margin:0}";
527
527
 
528
528
  const _OdxBreadcrumbsItem = class _OdxBreadcrumbsItem extends CustomElement {
529
529
  constructor() {
@@ -549,7 +549,7 @@ const _OdxBreadcrumbsItem = class _OdxBreadcrumbsItem extends CustomElement {
549
549
  super.updated(props);
550
550
  if (this.interactiveElement) {
551
551
  this.interactiveElement.subtle = true;
552
- this.interactiveElement.emphasized = this.isLast();
552
+ this.interactiveElement.strong = this.isLast();
553
553
  this.interactiveElement.ariaCurrent = this.isLast() ? "page" : null;
554
554
  }
555
555
  }
@@ -703,7 +703,7 @@ __decorateClass([
703
703
  ], _OdxCheckbox.prototype, "indeterminate", 2);
704
704
  let OdxCheckbox = _OdxCheckbox;
705
705
 
706
- const styles$_ = ":host{display:flex;column-gap:var(--odx-size-75)}::slotted(odx-checkbox-group){margin-inline-start:var(--odx-size-75)}:host(:not([layout=\"horizontal\"])){flex-direction:column}:host([layout=\"list\"]) ::slotted(:is(odx-checkbox,odx-switch):last-of-type){border-block-end:none}:host([layout=\"list\"]) ::slotted(:is(odx-checkbox,odx-switch)){margin:0;border-block-end:var(--odx-border-width-thin) solid var(--odx-color-separator);padding:var(--odx-size-75);inline-size:auto}";
706
+ const styles$_ = ":host{display:flex;column-gap:var(--odx-size-75)}::slotted(odx-checkbox-group){margin-inline-start:var(--odx-size-75)}:host(:not([layout=\"horizontal\"])){flex-direction:column}:host([layout=\"list\"]) ::slotted(:is(odx-checkbox,odx-switch):last-of-type){border-block-end:none}:host([layout=\"list\"]) ::slotted(:is(odx-checkbox,odx-switch)){margin:0;border-block-end:var(--odx-border-width-thin) solid var(--odx-color-stroke-neutral-subtle);padding:var(--odx-size-75);inline-size:auto}";
707
707
 
708
708
  const CheckboxGroupLayout = { VERTICAL: "vertical", HORIZONTAL: "horizontal", LIST: "list" };
709
709
  const _OdxCheckboxGroup = class _OdxCheckboxGroup extends CheckboxGroupFormControl {
@@ -765,7 +765,7 @@ const _OdxChip = class _OdxChip extends CanBeDisabled(CustomElement) {
765
765
  }
766
766
  render() {
767
767
  return html`
768
- <odx-text part="base" size="sm" emphasized odxPreventTextOverflow>
768
+ <odx-text part="base" size="sm" strong odxPreventTextOverflow>
769
769
  <slot></slot>
770
770
  </odx-text>
771
771
  ${when(this.removable, () => this.renderAction())}
@@ -1789,7 +1789,7 @@ __decorateClass([
1789
1789
  ], _OdxImage.prototype, "width", 2);
1790
1790
  let OdxImage = _OdxImage;
1791
1791
 
1792
- const styles$L = ":host{display:flex;gap:var(--odx-size-75);align-items:flex-start;transition:var(--odx-transition-reduced);transition-property:background-color,color,display,opacity;border-color:var(--odx-color-stroke-control-rest);background-color:var(--odx-color-background-level-1);padding:var(--odx-size-75);line-height:var(--odx-typography-line-height-base);color:var(--odx-color-foreground-rest);transition-behavior:allow-discrete;@starting-style{opacity:0}}.icon{--size: var(--odx-size-150)}.base{flex:1 1 auto;line-height:var(--odx-typography-line-height-base);font-size:var(--odx-typography-font-size-2)}.action{--_color-foreground: inherit;margin-block-start:calc(-1 * var(--odx-size-37));margin-inline-end:calc(-1 * var(--odx-size-37))}:host([emphasized]){border-block-end-width:var(--odx-border-width-thick);border-block-end-style:solid;padding-block-end:calc(var(--odx-size-75) - var(--odx-border-width-thick))}:host([variant=\"primary\"]){border-color:var(--odx-color-stroke-primary-rest);background-color:var(--odx-color-background-primary-muted)}:host([variant=\"danger\"]){border-color:var(--odx-color-stroke-danger-rest);background-color:var(--odx-color-background-danger-muted);color:var(--odx-color-foreground-danger-rest)}:host([variant=\"warning\"]){border-color:var(--odx-color-stroke-warning-rest);background-color:var(--odx-color-background-warning-muted)}:host([variant=\"success\"]){border-color:var(--odx-color-stroke-success-rest);background-color:var(--odx-color-background-success-muted)}:host([hidden]){display:none;opacity:0}";
1792
+ const styles$L = ":host{display:flex;gap:var(--odx-size-75);align-items:flex-start;transition:var(--odx-transition-reduced);transition-property:background-color,color,display,opacity;border-color:var(--odx-color-stroke-neutral-subtle);background-color:var(--odx-color-background-level-1);padding:var(--odx-size-75);line-height:var(--odx-typography-line-height-base);color:var(--odx-color-foreground-rest);transition-behavior:allow-discrete;@starting-style{opacity:0}}.icon{--size: var(--odx-size-150)}.base{flex:1 1 auto;line-height:var(--odx-typography-line-height-base);font-size:var(--odx-typography-font-size-2)}.action{--_color-foreground: inherit;margin-block-start:calc(-1 * var(--odx-size-37));margin-inline-end:calc(-1 * var(--odx-size-37))}:host([strong]){border-block-end-width:var(--odx-border-width-thick);border-block-end-style:solid;padding-block-end:calc(var(--odx-size-75) - var(--odx-border-width-thick))}:host([variant=\"primary\"]){border-color:var(--odx-color-stroke-primary-rest);background-color:var(--odx-color-background-primary-subtle)}:host([variant=\"danger\"]){border-color:var(--odx-color-stroke-danger-rest);background-color:var(--odx-color-background-danger-subtle);color:var(--odx-color-foreground-danger-rest)}:host([variant=\"warning\"]){border-color:var(--odx-color-stroke-warning-rest);background-color:var(--odx-color-background-warning-subtle)}:host([variant=\"success\"]){border-color:var(--odx-color-stroke-success-rest);background-color:var(--odx-color-background-success-subtle)}:host([hidden]){display:none;opacity:0}";
1793
1793
 
1794
1794
  const iconMap = {
1795
1795
  neutral: "core::info",
@@ -1803,7 +1803,7 @@ const _OdxInlineMessage = class _OdxInlineMessage extends CustomElement {
1803
1803
  constructor() {
1804
1804
  super(...arguments);
1805
1805
  this.closable = false;
1806
- this.emphasized = false;
1806
+ this.strong = false;
1807
1807
  this.variant = InlineMessageVariant.NEUTRAL;
1808
1808
  }
1809
1809
  static {
@@ -1834,7 +1834,7 @@ __decorateClass([
1834
1834
  ], _OdxInlineMessage.prototype, "closable", 2);
1835
1835
  __decorateClass([
1836
1836
  property({ type: Boolean, reflect: true, useDefault: true })
1837
- ], _OdxInlineMessage.prototype, "emphasized", 2);
1837
+ ], _OdxInlineMessage.prototype, "strong", 2);
1838
1838
  __decorateClass([
1839
1839
  property()
1840
1840
  ], _OdxInlineMessage.prototype, "icon", 2);
@@ -1843,7 +1843,7 @@ __decorateClass([
1843
1843
  ], _OdxInlineMessage.prototype, "variant", 2);
1844
1844
  let OdxInlineMessage = _OdxInlineMessage;
1845
1845
 
1846
- const styles$K = ":host{display:inline-flex;gap:var(--odx-size-37);place-items:center;transition:var(--odx-transition-reduced);transition-property:background-color,border-color;border:var(--odx-border-width-thin) solid var(--odx-color-stroke-control-rest);border-radius:var(--odx-border-radius-controls);background-color:var(--odx-color-background-control-rest);padding-inline:var(--odx-size-50);block-size:var(--odx-size-225);min-inline-size:12ch;font-size:var(--odx-font-size-text-md)}[part*=control]{--odx-color-background-disabled-rest: transparent}[part*=control-clear]{--_icon-size: var(--odx-typography-font-size-4);--_icon-margin: 0}[part=input]{appearance:textfield;flex:1 1 auto;outline:none;border:none;background-color:transparent;padding:0;block-size:100%;min-width:auto;text-align:inherit;color:inherit;font-weight:var(--odx-typography-font-weight-medium);&::placeholder{color:var(--odx-color-foreground-rest-muted);font-weight:var(--odx-typography-font-weight-normal)}&::-webkit-inner-spin-button,&::-webkit-outer-spin-button,&::-webkit-search-decoration,&::-webkit-search-cancel-button,&::-webkit-search-results-button,&::-webkit-search-results-decoration{appearance:none;margin:0}}::slotted(odx-icon[slot]){--size: var(--odx-typography-font-size-5)}:host(:hover){border-color:var(--odx-color-stroke-control-hover);background-color:var(--odx-color-background-control-hover)}:host(:focus-visible){border-color:var(--odx-color-stroke-focus-outer)}:host(:is([clearable],[type=\"number\"]):not([readonly])){padding-inline-end:var(--odx-size-px)}:host([clearable]) [part=input]:placeholder-shown~[part*=control-clear]{display:none}:host([block]){display:block}:host([disabled]){background-color:var(--odx-color-background-disabled-rest);color:var(--odx-color-foreground-disabled-rest)}:host([type=\"number\"]){min-inline-size:4ch;&:not([readonly]){text-align:center}}";
1846
+ const styles$K = ":host{display:inline-flex;gap:var(--odx-size-37);place-items:center;transition:var(--odx-transition-reduced);transition-property:background-color,border-color;border:var(--odx-border-width-thin) solid var(--odx-color-stroke-control-rest);border-radius:var(--odx-border-radius-controls);background-color:var(--odx-color-background-control-rest);padding-inline:var(--odx-size-50);block-size:var(--odx-size-225);min-inline-size:12ch;font-size:var(--odx-font-size-text-md)}[part*=control]{--odx-color-background-disabled-rest: transparent}[part*=control-clear]{--_icon-size: var(--odx-typography-font-size-4);--_icon-margin: 0}[part=input]{appearance:textfield;flex:1 1 auto;outline:none;border:none;background-color:transparent;padding:0;block-size:100%;min-width:auto;text-align:inherit;color:inherit;font-weight:var(--odx-typography-font-weight-medium);&::placeholder{color:var(--odx-color-foreground-rest-subtle);font-weight:var(--odx-typography-font-weight-normal)}&::-webkit-inner-spin-button,&::-webkit-outer-spin-button,&::-webkit-search-decoration,&::-webkit-search-cancel-button,&::-webkit-search-results-button,&::-webkit-search-results-decoration{appearance:none;margin:0}}::slotted(odx-icon[slot]){--size: var(--odx-typography-font-size-5)}:host(:hover){border-color:var(--odx-color-stroke-control-hover);background-color:var(--odx-color-background-control-hover)}:host(:focus-visible){border-color:var(--odx-color-stroke-focus-outer)}:host(:is([clearable],[type=\"number\"]):not([readonly])){padding-inline-end:var(--odx-size-px)}:host([clearable]) [part=input]:placeholder-shown~[part*=control-clear]{display:none}:host([block]){display:block}:host([disabled]){background-color:var(--odx-color-background-disabled-rest);color:var(--odx-color-foreground-disabled-rest)}:host([type=\"number\"]){min-inline-size:4ch;&:not([readonly]){text-align:center}}";
1847
1847
 
1848
1848
  const _OdxInput = class _OdxInput extends FormControl {
1849
1849
  constructor() {
@@ -2070,13 +2070,13 @@ __decorateClass([
2070
2070
  ], _OdxList.prototype, "multiple", 2);
2071
2071
  let OdxList = _OdxList;
2072
2072
 
2073
- const styles$G = "@layer base{:host{--indent-level: 0;--_block-size: var(--odx-size-300);--_padding-block: var(--odx-size-75);display:flex;flex-direction:column;place-items:initial;block-size:auto;max-inline-size:100%}[part=base]{place-content:flex-start;z-index:1;outline-offset:calc(-1 * var(--odx-focus-ring-offset));padding-inline-start:calc(var(--odx-size-50) + var(--indent-level) * var(--odx-size-200));block-size:var(--_block-size);text-align:start;line-height:var(--odx-typography-line-height-2);>*{--odx-focus-ring-offset: 0}}[part=separator]{--margin-block: 0;--margin-inline: var(--odx-size-50)}[part=expand-control]::part(icon){transition:var(--odx-transition-reduced)}::slotted(odx-list){--item-indent-level: calc(var(--indent-level) + 1)}:host(:last-of-type) [part=separator]{opacity:0}}@layer variant{[part=base]:has([part=expand-control]:active){--_color-background-pressed: var(--_color-background-hover)}:host(:not([compact])){::slotted(odx-icon){margin-inline:var(--odx-size-37)}}:host([compact]){--_block-size: var(--odx-size-225);[part=expand-control]{--_icon-size: var(--odx-size-150)}}}@layer state{:host(:not([muted]):hover):after{opacity:0}:host([muted]:not([disabled])){--_color-background-hover: var(--_color-background);--_color-background-pressed: var(--_color-background);cursor:default}:host([aria-current]){--_color-background: var(--odx-color-background-transparent-selected-hover);--_color-background-hover: var(--odx-color-background-transparent-selected-hover)}:host([aria-current][disabled]){--_color-background: var(--odx-color-background-disabled-selected);--_color-background-hover: var(--_color-background);--_color-background-pressed: var(--_color-background);--_color-foreground: var(--odx-color-foreground-disabled-selected);cursor:not-allowed}:host([expanded]){[part=separator]{opacity:1}[part=expand-control]{--icon-rotation: 180deg}}}";
2073
+ const styles$G = "@layer base{:host{--indent-level: 0;--_block-size: var(--odx-size-300);--_padding-block: var(--odx-size-75);display:flex;flex-direction:column;place-items:initial;block-size:auto;max-inline-size:100%}[part=base]{place-content:flex-start;z-index:1;outline-offset:calc(-1 * var(--odx-focus-ring-offset));padding-inline-start:calc(var(--odx-size-50) + var(--indent-level) * var(--odx-size-200));block-size:var(--_block-size);text-align:start;line-height:var(--odx-typography-line-height-2);>*{--odx-focus-ring-offset: 0}}[part=separator]{--margin-block: 0;--margin-inline: var(--odx-size-50)}[part=expand-control]::part(icon){transition:var(--odx-transition-reduced)}::slotted(odx-list){--item-indent-level: calc(var(--indent-level) + 1)}:host(:last-of-type) [part=separator]{opacity:0}}@layer variant{[part=base]:has([part=expand-control]:active){--_color-background-pressed: var(--_color-background-hover)}:host(:not([compact])){::slotted(odx-icon){margin-inline:var(--odx-size-37)}}:host([compact]){--_block-size: var(--odx-size-225);[part=expand-control]{--_icon-size: var(--odx-size-150)}}}@layer state{:host(:not([subtle]):hover):after{opacity:0}:host([subtle]:not([disabled])){--_color-background-hover: var(--_color-background);--_color-background-pressed: var(--_color-background);cursor:default}:host([aria-current]){--_color-background: var(--odx-color-background-transparent-selected-hover);--_color-background-hover: var(--odx-color-background-transparent-selected-hover)}:host([aria-current][disabled]){--_color-background: var(--odx-color-background-disabled-selected);--_color-background-hover: var(--_color-background);--_color-background-pressed: var(--_color-background);--_color-foreground: var(--odx-color-foreground-disabled-selected);cursor:not-allowed}:host([expanded]){[part=separator]{opacity:1}[part=expand-control]{--icon-rotation: 180deg}}}";
2074
2074
 
2075
2075
  const _OdxListItem = class _OdxListItem extends CanBeExpanded(InteractiveElement) {
2076
2076
  constructor() {
2077
2077
  super(...arguments);
2078
2078
  this.compact = false;
2079
- this.muted = false;
2079
+ this.subtle = false;
2080
2080
  this.selected = false;
2081
2081
  this.withExpandControl = false;
2082
2082
  this.withExpandIndicator = false;
@@ -2158,7 +2158,7 @@ __decorateClass([
2158
2158
  ], _OdxListItem.prototype, "compact", 2);
2159
2159
  __decorateClass([
2160
2160
  property({ type: Boolean, reflect: true, useDefault: true })
2161
- ], _OdxListItem.prototype, "muted", 2);
2161
+ ], _OdxListItem.prototype, "subtle", 2);
2162
2162
  __decorateClass([
2163
2163
  property({ type: Boolean, reflect: true, useDefault: true })
2164
2164
  ], _OdxListItem.prototype, "selected", 2);
@@ -2980,7 +2980,7 @@ class OdxRadioButton extends CheckboxFormControl {
2980
2980
  }
2981
2981
  }
2982
2982
 
2983
- const styles$p = ":host{display:flex}:host(:not([layout=\"horizontal\"])){flex-direction:column}:host([layout=\"list\"]){::slotted(odx-radio-button:last-of-type){border-block-end:none}::slotted(odx-radio-button){margin:0;border-block-end:var(--odx-border-width-thin) solid var(--odx-color-separator);padding:var(--odx-size-75);inline-size:auto}}";
2983
+ const styles$p = ":host{display:flex}:host(:not([layout=\"horizontal\"])){flex-direction:column}:host([layout=\"list\"]){::slotted(odx-radio-button:last-of-type){border-block-end:none}::slotted(odx-radio-button){margin:0;border-block-end:var(--odx-border-width-thin) solid var(--odx-color-stroke-neutral-subtle);padding:var(--odx-size-75);inline-size:auto}}";
2984
2984
 
2985
2985
  const RadioGroupLayout = { VERTICAL: "vertical", HORIZONTAL: "horizontal", LIST: "list" };
2986
2986
  const _OdxRadioGroup = class _OdxRadioGroup extends RadioGroupFormControl {
@@ -3143,7 +3143,7 @@ __decorateClass([
3143
3143
  ], _OdxSearchBar.prototype, "placeholder", 2);
3144
3144
  let OdxSearchBar = _OdxSearchBar;
3145
3145
 
3146
- const styles$m = "@layer base{:host{--_color-background: var(--odx-color-background-control-rest);--_color-foreground: var(--odx-color-foreground-rest);--_color-stroke: var(--odx-color-stroke-control-rest);--_control-size: var(--odx-size-225);--_padding-block: var(--odx-size-37);--_padding-inline: var(--odx-size-50);display:block;border-radius:var(--odx-border-radius-controls);max-inline-size:320px;color:var(--_color-foreground)}.base{display:flex;gap:var(--_padding-block);align-items:center;transition:var(--odx-transition-reduced);transition-property:background-color,border-color,outline-color;outline:var(--odx-focus-ring-outline);outline-offset:var(--odx-focus-ring-offset);border:var(--odx-border-width-thin) solid var(--_color-stroke);border-radius:inherit;background-color:var(--_color-background);cursor:pointer;padding-inline:var(--_padding-inline);block-size:var(--_control-size);min-width:200px;overflow:hidden;text-align:start;user-select:none;&:focus-visible{outline-color:var(--odx-color-stroke-focus-outer)}}.value{display:flex;gap:var(--_padding-block);margin-inline-end:auto}.indicator{font-size:var(--odx-size-175)}odx-chip{--_border-radius: var(--odx-border-radius-controls);--_padding-inline: var(--_padding-block)}odx-dropdown{--max-block-size: 320px}slot[name=placeholder]{color:var(--odx-color-foreground-rest-muted)}}@layer state{:host(:hover){--_color-background: var(--odx-color-background-control-hover);--_color-stroke: var(--odx-color-stroke-control-hover)}:host([disabled]){--_color-foreground: var(--odx-color-foreground-disabled-rest);--_color-background: var(--odx-color-background-disabled-rest);--_color-stroke: var(--odx-color-disabled-stroke);.base{cursor:not-allowed}slot[name=placeholder]{color:var(---_color-foreground)}}:host([multiple]):has(odx-chip) .base{padding-inline-start:var(--_padding-block)}}";
3146
+ const styles$m = "@layer base{:host{--_color-background: var(--odx-color-background-control-rest);--_color-foreground: var(--odx-color-foreground-rest);--_color-stroke: var(--odx-color-stroke-control-rest);--_control-size: var(--odx-size-225);--_padding-block: var(--odx-size-37);--_padding-inline: var(--odx-size-50);display:block;border-radius:var(--odx-border-radius-controls);max-inline-size:320px;color:var(--_color-foreground)}.base{display:flex;gap:var(--_padding-block);align-items:center;transition:var(--odx-transition-reduced);transition-property:background-color,border-color,outline-color;outline:var(--odx-focus-ring-outline);outline-offset:var(--odx-focus-ring-offset);border:var(--odx-border-width-thin) solid var(--_color-stroke);border-radius:inherit;background-color:var(--_color-background);cursor:pointer;padding-inline:var(--_padding-inline);block-size:var(--_control-size);min-width:200px;overflow:hidden;text-align:start;user-select:none;&:focus-visible{outline-color:var(--odx-color-stroke-focus-outer)}}.value{display:flex;gap:var(--_padding-block);margin-inline-end:auto}.indicator{font-size:var(--odx-size-175)}odx-chip{--_border-radius: var(--odx-border-radius-controls);--_padding-inline: var(--_padding-block)}odx-dropdown{--max-block-size: 320px}slot[name=placeholder]{color:var(--odx-color-foreground-rest-subtle)}}@layer state{:host(:hover){--_color-background: var(--odx-color-background-control-hover);--_color-stroke: var(--odx-color-stroke-control-hover)}:host([disabled]){--_color-foreground: var(--odx-color-foreground-disabled-rest);--_color-background: var(--odx-color-background-disabled-rest);--_color-stroke: var(--odx-color-disabled-stroke);.base{cursor:not-allowed}slot[name=placeholder]{color:var(---_color-foreground)}}:host([multiple]):has(odx-chip) .base{padding-inline-start:var(--_padding-block)}}";
3147
3147
 
3148
3148
  const _OdxSelect = class _OdxSelect extends ListboxFormControl {
3149
3149
  constructor() {
@@ -3238,14 +3238,14 @@ __decorateClass([
3238
3238
  ], _OdxSelect.prototype, "maxVisibleSelectedOptions", 2);
3239
3239
  let OdxSelect = _OdxSelect;
3240
3240
 
3241
- const styles$l = ":host{--color: var(--odx-color-separator);--size: var(--odx-size-px);--min-size: var(--odx-size-75);--margin-block: var(--odx-size-75);--margin-inline: var(--odx-size-12);display:block;transition:var(--odx-transition-default);transition-property:opacity;margin-block:calc(var(--margin-block) - .5 * var(--size));margin-inline:var(--margin-inline)}.base{display:flex;align-items:center;text-align:center}.base:before,.base:after{display:block;flex:1 1 auto;background-color:var(--color);block-size:var(--size);content:\"\";pointer-events:none}:host(:not(:empty)){:before{margin-inline-end:var(--odx-size-37)}:after{margin-inline-start:var(--odx-size-37)}}:host([vertical]){margin-block:var(--margin-block);margin-inline:calc(var(--margin-inline) - .5 * var(--size));.base{flex-direction:column}:after,:before{block-size:calc(100% - var(--margin-block) * 2);min-block-size:calc(var(--min-size) / 2);inline-size:var(--size)}}:host(:not([vertical])){:after,:before{min-inline-size:calc(var(--min-size) / 2)}}:host([emphasized]){--color: var(--odx-color-separator-strong)}:host([align=\"start\"]){.base:before{flex:0 0 var(--min-size)}}:host([align=\"end\"]){.base:after{flex:0 0 var(--min-size)}}";
3241
+ const styles$l = ":host{--color: var(--odx-color-stroke-neutral-subtle);--size: var(--odx-size-px);--min-size: var(--odx-size-75);--margin-block: var(--odx-size-75);--margin-inline: var(--odx-size-12);display:block;transition:var(--odx-transition-default);transition-property:opacity;margin-block:calc(var(--margin-block) - .5 * var(--size));margin-inline:var(--margin-inline)}.base{display:flex;align-items:center;text-align:center}.base:before,.base:after{display:block;flex:1 1 auto;background-color:var(--color);block-size:var(--size);content:\"\";pointer-events:none}:host(:not(:empty)){:before{margin-inline-end:var(--odx-size-37)}:after{margin-inline-start:var(--odx-size-37)}}:host([vertical]){margin-block:var(--margin-block);margin-inline:calc(var(--margin-inline) - .5 * var(--size));.base{flex-direction:column}:after,:before{block-size:calc(100% - var(--margin-block) * 2);min-block-size:calc(var(--min-size) / 2);inline-size:var(--size)}}:host(:not([vertical])){:after,:before{min-inline-size:calc(var(--min-size) / 2)}}:host([strong]){--color: var(--odx-color-stroke-neutral-strong)}:host([align=\"start\"]){.base:before{flex:0 0 var(--min-size)}}:host([align=\"end\"]){.base:after{flex:0 0 var(--min-size)}}";
3242
3242
 
3243
3243
  const SeparatorAlign = { START: "start", CENTER: "center", END: "end" };
3244
3244
  const _OdxSeparator = class _OdxSeparator extends CustomElement {
3245
3245
  constructor() {
3246
3246
  super(...arguments);
3247
3247
  this.align = SeparatorAlign.CENTER;
3248
- this.emphasized = false;
3248
+ this.strong = false;
3249
3249
  this.vertical = false;
3250
3250
  }
3251
3251
  static {
@@ -3264,21 +3264,21 @@ __decorateClass([
3264
3264
  ], _OdxSeparator.prototype, "align", 2);
3265
3265
  __decorateClass([
3266
3266
  property({ type: Boolean, reflect: true, useDefault: true })
3267
- ], _OdxSeparator.prototype, "emphasized", 2);
3267
+ ], _OdxSeparator.prototype, "strong", 2);
3268
3268
  __decorateClass([
3269
3269
  property({ type: Boolean, reflect: true, useDefault: true })
3270
3270
  ], _OdxSeparator.prototype, "vertical", 2);
3271
3271
  let OdxSeparator = _OdxSeparator;
3272
3272
 
3273
- const styles$k = ":host{--inline-size: 100%;--_block-size: var(--odx-size-100);--_border-radius: var(--odx-border-radius-controls);--_color-fill: var(--odx-color-background-disabled-rest);display:block;block-size:var(--_block-size);inline-size:var(--inline-size);max-inline-size:100%;overflow:hidden}.base{border-radius:var(--_border-radius);background:var(--_color-fill) linear-gradient(90deg,transparent 33%,var(--odx-color-background-transparent-pressed) 50%,transparent 66%);background-position:150% 100%;background-size:200% 100%;block-size:100%;animation:odx-skeleton-loading 3s infinite linear}@keyframes odx-skeleton-loading{0%{background-position:150% 100%}33%,to{background-position:-50% 100%}}:host([size=\"sm\"]){--_block-size: var(--odx-typography-font-size-1)}:host([size=\"lg\"]){--_block-size: var(--odx-typography-font-size-5)}:host([size=\"xl\"]){--_block-size: var(--odx-typography-font-size-7)}:host([shape=\"button\"]){--inline-size: 6rem;--_block-size: var(--odx-size-225)}:host([shape=\"button\"][size=\"sm\"]){--inline-size: 5rem;--_block-size: var(--odx-size-150)}:host([shape=\"button\"]:is([size=\"lg\"],[size=\"xl\"])){--inline-size: 7rem;--_block-size: var(--odx-size-300)}:host([shape=\"circle\"]){--_border-radius: var(--odx-border-radius-circle)}:host([shape=\"rectangle\"]){--_border-radius: var(--odx-border-radius-md)}:host(:is([shape=\"circle\"],[shape=\"rectangle\"])){--inline-size: var(--_block-size);--_block-size: var(--odx-size-150);flex:0 0 auto}:host(:is([shape=\"circle\"],[shape=\"rectangle\"])[size=\"sm\"]){--_block-size: var(--odx-size-125)}:host(:is([shape=\"circle\"],[shape=\"rectangle\"])[size=\"lg\"]){--_block-size: var(--odx-size-225)}:host(:is([shape=\"circle\"],[shape=\"rectangle\"])[size=\"xl\"]){--_block-size: var(--odx-size-300)}:host([emphasized]){--_color-fill: var(--odx-color-background-disabled-selected)}:host([muted]) .base{animation:none}";
3273
+ const styles$k = ":host{--inline-size: 100%;--_block-size: var(--odx-size-100);--_border-radius: var(--odx-border-radius-controls);--_color-fill: var(--odx-color-background-disabled-rest);display:block;block-size:var(--_block-size);inline-size:var(--inline-size);max-inline-size:100%;overflow:hidden}.base{border-radius:var(--_border-radius);background:var(--_color-fill) linear-gradient(90deg,transparent 33%,var(--odx-color-background-transparent-pressed) 50%,transparent 66%);background-position:150% 100%;background-size:200% 100%;block-size:100%;animation:odx-skeleton-loading 3s infinite linear}@keyframes odx-skeleton-loading{0%{background-position:150% 100%}33%,to{background-position:-50% 100%}}:host([size=\"sm\"]){--_block-size: var(--odx-typography-font-size-1)}:host([size=\"lg\"]){--_block-size: var(--odx-typography-font-size-5)}:host([size=\"xl\"]){--_block-size: var(--odx-typography-font-size-7)}:host([shape=\"button\"]){--inline-size: 6rem;--_block-size: var(--odx-size-225)}:host([shape=\"button\"][size=\"sm\"]){--inline-size: 5rem;--_block-size: var(--odx-size-150)}:host([shape=\"button\"]:is([size=\"lg\"],[size=\"xl\"])){--inline-size: 7rem;--_block-size: var(--odx-size-300)}:host([shape=\"circle\"]){--_border-radius: var(--odx-border-radius-circle)}:host([shape=\"rectangle\"]){--_border-radius: var(--odx-border-radius-md)}:host(:is([shape=\"circle\"],[shape=\"rectangle\"])){--inline-size: var(--_block-size);--_block-size: var(--odx-size-150);flex:0 0 auto}:host(:is([shape=\"circle\"],[shape=\"rectangle\"])[size=\"sm\"]){--_block-size: var(--odx-size-125)}:host(:is([shape=\"circle\"],[shape=\"rectangle\"])[size=\"lg\"]){--_block-size: var(--odx-size-225)}:host(:is([shape=\"circle\"],[shape=\"rectangle\"])[size=\"xl\"]){--_block-size: var(--odx-size-300)}:host([strong]){--_color-fill: var(--odx-color-background-disabled-selected)}:host([subtle]) .base{animation:none}";
3274
3274
 
3275
3275
  const SkeletonSize = pick(Size, ["SM", "MD", "LG", "XL"]);
3276
3276
  const SkeletonShape = { NONE: "none", BUTTON: "button", ...pick(Shape, ["CIRCLE", "RECTANGLE"]) };
3277
3277
  const _OdxSkeleton = class _OdxSkeleton extends CustomElement {
3278
3278
  constructor() {
3279
3279
  super(...arguments);
3280
- this.emphasized = false;
3281
- this.muted = false;
3280
+ this.strong = false;
3281
+ this.subtle = false;
3282
3282
  this.shape = SkeletonShape.NONE;
3283
3283
  this.size = SkeletonSize.MD;
3284
3284
  }
@@ -3291,10 +3291,10 @@ const _OdxSkeleton = class _OdxSkeleton extends CustomElement {
3291
3291
  };
3292
3292
  __decorateClass([
3293
3293
  property({ type: Boolean, reflect: true, useDefault: true })
3294
- ], _OdxSkeleton.prototype, "emphasized", 2);
3294
+ ], _OdxSkeleton.prototype, "strong", 2);
3295
3295
  __decorateClass([
3296
3296
  property({ type: Boolean, reflect: true, useDefault: true })
3297
- ], _OdxSkeleton.prototype, "muted", 2);
3297
+ ], _OdxSkeleton.prototype, "subtle", 2);
3298
3298
  __decorateClass([
3299
3299
  property({ type: String, reflect: true, useDefault: true })
3300
3300
  ], _OdxSkeleton.prototype, "shape", 2);
@@ -3568,7 +3568,7 @@ const _OdxSliderMarks = class _OdxSliderMarks extends CustomElement {
3568
3568
  `;
3569
3569
  }
3570
3570
  renderMark(value, last = false) {
3571
- const label = this.showLabels ? html`<odx-text part="mark-label" size="xs" emphasized>${value}</odx-text>` : nothing;
3571
+ const label = this.showLabels ? html`<odx-text part="mark-label" size="xs" strong>${value}</odx-text>` : nothing;
3572
3572
  return html`
3573
3573
  <div part="mark" ?last=${last}>
3574
3574
  <span part="mark-tick"></span>
@@ -3776,7 +3776,7 @@ __decorateClass([
3776
3776
  ], _OdxStack.prototype, "wrap", 2);
3777
3777
  let OdxStack = _OdxStack;
3778
3778
 
3779
- const styles$e = ":host{display:inline-flex;gap:var(--odx-size-37);align-items:center;border-radius:var(--odx-border-radius-circle);background-color:var(--odx-color-background-level-1);cursor:default;padding-inline:var(--odx-size-37) var(--odx-size-50);block-size:var(--odx-size-150);font-weight:var(--odx-typography-font-weight-medium)}:host([variant=\"primary\"]){background-color:var(--odx-color-background-primary-muted)}:host([variant=\"danger\"]){background-color:var(--odx-color-background-danger-muted);color:var(--odx-color-foreground-danger-rest)}:host([variant=\"warning\"]){background-color:var(--odx-color-background-warning-muted)}:host([variant=\"success\"]){background-color:var(--odx-color-background-success-muted)}";
3779
+ const styles$e = ":host{display:inline-flex;gap:var(--odx-size-37);align-items:center;border-radius:var(--odx-border-radius-circle);background-color:var(--odx-color-background-level-1);cursor:default;padding-inline:var(--odx-size-37) var(--odx-size-50);block-size:var(--odx-size-150);font-weight:var(--odx-typography-font-weight-medium)}:host([variant=\"primary\"]){background-color:var(--odx-color-background-primary-subtle)}:host([variant=\"danger\"]){background-color:var(--odx-color-background-danger-subtle);color:var(--odx-color-foreground-danger-rest)}:host([variant=\"warning\"]){background-color:var(--odx-color-background-warning-subtle)}:host([variant=\"success\"]){background-color:var(--odx-color-background-success-subtle)}";
3780
3780
 
3781
3781
  const StatusVariant = pick(Variant, ["NEUTRAL", "PRIMARY", "SUCCESS", "WARNING", "DANGER"]);
3782
3782
  const _OdxStatus = class _OdxStatus extends CustomElement {
@@ -3904,7 +3904,7 @@ __decorateClass([
3904
3904
  ], _OdxTableHeader.prototype, "selected", 2);
3905
3905
  let OdxTableHeader = _OdxTableHeader;
3906
3906
 
3907
- const styles$9 = ":host{--_color-fill: transparent;display:flex;align-items:center;transition:var(--odx-transition-reduced);transition-property:background-color;border-block-end:var(--odx-border-width-thin) solid var(--odx-color-separator);background-color:var(--_color-fill);cursor:pointer;padding-inline:var(--odx-size-75);inline-size:100%}:host(:not(:last-of-type)){border-color:var(--odx-color-separator)}:host([selectable]:hover){--_color-fill: var(--odx-color-background-transparent-hover)}:host([selected]){--_color-fill: var(--odx-color-background-transparent-selected)}odx-checkbox{margin-inline-start:var(--odx-size-75);pointer-events:none}";
3907
+ const styles$9 = ":host{--_color-fill: transparent;display:flex;align-items:center;transition:var(--odx-transition-reduced);transition-property:background-color;border-block-end:var(--odx-border-width-thin) solid var(--odx-color-stroke-neutral-subtle);background-color:var(--_color-fill);cursor:pointer;padding-inline:var(--odx-size-75);inline-size:100%}:host(:not(:last-of-type)){border-color:var(--odx-color-stroke-neutral-subtle)}:host([selectable]:hover){--_color-fill: var(--odx-color-background-transparent-hover)}:host([selected]){--_color-fill: var(--odx-color-background-transparent-selected)}odx-checkbox{margin-inline-start:var(--odx-size-75);pointer-events:none}";
3908
3908
 
3909
3909
  const _OdxTableRow = class _OdxTableRow extends CanBeDisabled(CustomElement) {
3910
3910
  constructor() {
@@ -4116,14 +4116,14 @@ __decorateClass([
4116
4116
  ], _OdxTableHeaderCell.prototype, "sortable", 2);
4117
4117
  let OdxTableHeaderCell = _OdxTableHeaderCell;
4118
4118
 
4119
- const styles$5 = "@layer base{:host{display:block;text-decoration:inherit;line-height:var(--_line-height, inherit);color:inherit;font-size:var(--_font-size, inherit);font-weight:inherit}:host([inline]){display:inline-block}}@layer variant{:host([emphasized]:not([emphasized=\"false\"])){font-weight:var(--odx-typography-font-weight-medium)}:host([size=\"xs\"]){line-height:var(--odx-typography-line-height-1);font-size:var(--odx-typography-font-size-1)}:host([size=\"sm\"]){line-height:var(--odx-typography-line-height-2);font-size:var(--odx-typography-font-size-2)}:host([size=\"md\"]){line-height:var(--odx-typography-line-height-3);font-size:var(--odx-typography-font-size-3)}:host([size=\"lg\"]){line-height:var(--odx-typography-line-height-4);font-size:var(--odx-typography-font-size-4)}:host([variant=\"accent\"]){color:var(--odx-color-background-accent-rest)}:host([variant=\"success\"]){color:var(--odx-color-background-success-rest)}:host([variant=\"danger\"]){color:var(--odx-color-foreground-danger-rest)}}";
4119
+ const styles$5 = "@layer base{:host{display:block;text-decoration:inherit;line-height:var(--_line-height, inherit);color:inherit;font-size:var(--_font-size, inherit);font-weight:inherit}:host([inline]){display:inline-block}}@layer variant{:host([strong]){font-weight:var(--odx-typography-font-weight-medium)}:host([size=\"xs\"]){line-height:var(--odx-typography-line-height-1);font-size:var(--odx-typography-font-size-1)}:host([size=\"sm\"]){line-height:var(--odx-typography-line-height-2);font-size:var(--odx-typography-font-size-2)}:host([size=\"md\"]){line-height:var(--odx-typography-line-height-3);font-size:var(--odx-typography-font-size-3)}:host([size=\"lg\"]){line-height:var(--odx-typography-line-height-4);font-size:var(--odx-typography-font-size-4)}:host([variant=\"accent\"]){color:var(--odx-color-background-accent-rest)}:host([variant=\"success\"]){color:var(--odx-color-background-success-rest)}:host([variant=\"danger\"]){color:var(--odx-color-foreground-danger-rest)}}";
4120
4120
 
4121
4121
  const TextSize = pick(Size, ["XS", "SM", "MD", "LG"]);
4122
4122
  const TextVariant = pick(Variant, ["NEUTRAL", "ACCENT", "SUCCESS", "DANGER"]);
4123
4123
  const _OdxText = class _OdxText extends CustomElement {
4124
4124
  constructor() {
4125
4125
  super(...arguments);
4126
- this.emphasized = false;
4126
+ this.strong = false;
4127
4127
  this.inline = false;
4128
4128
  this.variant = TextVariant.NEUTRAL;
4129
4129
  }
@@ -4133,7 +4133,7 @@ const _OdxText = class _OdxText extends CustomElement {
4133
4133
  };
4134
4134
  __decorateClass([
4135
4135
  property({ type: Boolean, reflect: true, useDefault: true })
4136
- ], _OdxText.prototype, "emphasized", 2);
4136
+ ], _OdxText.prototype, "strong", 2);
4137
4137
  __decorateClass([
4138
4138
  property({ type: Boolean, reflect: true, useDefault: true })
4139
4139
  ], _OdxText.prototype, "inline", 2);
package/dist/main.js CHANGED
@@ -3,7 +3,7 @@ import { unsafeCSS, LitElement, html, isServer, nothing } from 'lit';
3
3
  import { property, queryAssignedElements, query } from 'lit/decorators.js';
4
4
  import { u as uniqBy, r as round, R as RovingTabindexController, m as minBy, c as computePosition, a as autoUpdate, t as throttle, o as offset, s as shift, f as flip, b as size, d as arrow, h as hide } from './vendor.js';
5
5
 
6
- const customElementStyles = "@layer reset,base,variant,state;@layer reset{:is(*){box-sizing:border-box;scrollbar-width:thin}:not(:defined){display:none}:before,:after{box-sizing:border-box}[popover]{outline:none;border:none}img,picture,video,canvas,svg{display:block;margin:0;max-width:100%}input,button,textarea,select{margin:0;font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;margin:0}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}}@layer base{odx-stack{display:block}.odx-stack{&.odx-stack-horizontal{flex-flow:row}&.odx-stack-wrap{flex-flow:column wrap}&.odx-stack-horizontal.odx-stack-wrap{flex-flow:row wrap}--flow: column;display:flex;flex-flow:var(--flow);max-inline-size:100%;align-items:stretch;justify-content:flex-start;gap:var(--odx-size-75);text-align:start}}@layer base{.odx-align-start{align-items:flex-start}.odx-align-center{align-items:center}.odx-align-end{align-items:end}.odx-justify-start{justify-content:flex-start}.odx-justify-end{justify-content:flex-end}.odx-justify-center{justify-content:center}.odx-justify-space-between{justify-content:space-between}.odx-justify-space-around{justify-content:space-around}.odx-justify-space-evenly{justify-content:space-evenly}}@layer base{.odx-gap-none{gap:0}.odx-gap-xs{gap:var(--odx-size-25)}.odx-gap-sm{gap:var(--odx-size-50)}.odx-gap-md{gap:var(--odx-size-75)}.odx-gap-lg{gap:var(--odx-size-150)}.odx-gap-xl{gap:var(--odx-size-225)}}@layer base{odx-icon{transition:var(--odx-transition-default);transition-property:transform}[odxPreventTextOverflow]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}odx-list-item:has(:is([odx-button],odx-list-item::part(control)):not([disabled]):active){--_color-background-pressed: var(--_color-background-hover)}[odx-button]:has(odx-icon:only-child),[odx-button]:has(odx-avatar:only-child){--_min-inline-size: 0}[indicator-position=start] odx-accordion-item::part(indicator){--rotate: -90deg;order:-1}[indicator-position=start] odx-accordion-item[expanded]::part(indicator){--rotate: 0}odx-input:has([slot=suffix])::part(base){padding-inline-end:var(--odx-size-px)}}@layer reset{:host{outline:none;border:none;border-color:transparent}}";
6
+ const customElementStyles = "@layer reset,base,variant,state;@layer reset{:is(*){box-sizing:border-box;scrollbar-width:thin}:not(:defined){display:none}:before,:after{box-sizing:border-box}[popover]{outline:none;border:none}img,picture,video,canvas,svg{display:block;margin:0;max-width:100%}input,button,textarea,select{margin:0;font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;margin:0}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}}@layer base{odx-stack{display:block}.odx-stack{--flow: column;display:flex;flex-flow:var(--flow);gap:var(--odx-size-75);align-items:stretch;justify-content:flex-start;max-inline-size:100%;text-align:start;&.odx-stack-horizontal{flex-flow:row}&.odx-stack-wrap{flex-flow:column wrap}&.odx-stack-horizontal.odx-stack-wrap{flex-flow:row wrap}}}@layer base{.odx-align-start{align-items:flex-start}.odx-align-center{align-items:center}.odx-align-end{align-items:end}.odx-justify-start{justify-content:flex-start}.odx-justify-end{justify-content:flex-end}.odx-justify-center{justify-content:center}.odx-justify-space-between{justify-content:space-between}.odx-justify-space-around{justify-content:space-around}.odx-justify-space-evenly{justify-content:space-evenly}}@layer base{.odx-gap-none{gap:0}.odx-gap-xs{gap:var(--odx-size-25)}.odx-gap-sm{gap:var(--odx-size-50)}.odx-gap-md{gap:var(--odx-size-75)}.odx-gap-lg{gap:var(--odx-size-150)}.odx-gap-xl{gap:var(--odx-size-225)}}@layer base{odx-icon{transition:var(--odx-transition-default);transition-property:transform}[odxPreventTextOverflow]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}odx-list-item:has(:is([odx-button],odx-list-item::part(control)):not([disabled]):active){--_color-background-pressed: var(--_color-background-hover)}[odx-button]:has(odx-icon:only-child),[odx-button]:has(odx-avatar:only-child){--_min-inline-size: 0}[indicator-position=start] odx-accordion-item::part(indicator){--rotate: -90deg;order:-1}[indicator-position=start] odx-accordion-item[expanded]::part(indicator){--rotate: 0}odx-input:has([slot=suffix])::part(base){padding-inline-end:var(--odx-size-px)}}@layer reset{:host{outline:none;border:none;border-color:transparent}}";
7
7
 
8
8
  function customElement(tagName, ...styles) {
9
9
  return (target) => {
package/dist/styles.css CHANGED
@@ -1 +1 @@
1
- @layer reset,base,variant,state,theme;@layer reset{:is(*){box-sizing:border-box;scrollbar-width:thin}:not(:defined){display:none}:before,:after{box-sizing:border-box}[popover]{outline:none;border:none}img,picture,video,canvas,svg{display:block;margin:0;max-width:100%}input,button,textarea,select{margin:0;font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;margin:0}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}}@layer base{odx-stack{display:block}.odx-stack{&.odx-stack-horizontal{flex-flow:row}&.odx-stack-wrap{flex-flow:column wrap}&.odx-stack-horizontal.odx-stack-wrap{flex-flow:row wrap}--flow: column;display:flex;flex-flow:var(--flow);max-inline-size:100%;align-items:stretch;justify-content:flex-start;gap:var(--odx-size-75);text-align:start}}@layer base{.odx-align-start{align-items:flex-start}.odx-align-center{align-items:center}.odx-align-end{align-items:end}.odx-justify-start{justify-content:flex-start}.odx-justify-end{justify-content:flex-end}.odx-justify-center{justify-content:center}.odx-justify-space-between{justify-content:space-between}.odx-justify-space-around{justify-content:space-around}.odx-justify-space-evenly{justify-content:space-evenly}}@layer base{.odx-gap-none{gap:0}.odx-gap-xs{gap:var(--odx-size-25)}.odx-gap-sm{gap:var(--odx-size-50)}.odx-gap-md{gap:var(--odx-size-75)}.odx-gap-lg{gap:var(--odx-size-150)}.odx-gap-xl{gap:var(--odx-size-225)}}@layer base{odx-icon{transition:var(--odx-transition-default);transition-property:transform}[odxPreventTextOverflow]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}odx-list-item:has(:is([odx-button],odx-list-item::part(control)):not([disabled]):active){--_color-background-pressed: var(--_color-background-hover)}[odx-button]:has(odx-icon:only-child),[odx-button]:has(odx-avatar:only-child){--_min-inline-size: 0}[indicator-position=start] odx-accordion-item::part(indicator){--rotate: -90deg;order:-1}[indicator-position=start] odx-accordion-item[expanded]::part(indicator){--rotate: 0}odx-input:has([slot=suffix])::part(base){padding-inline-end:var(--odx-size-px)}}@layer base{h1,h2,h3,h4,h5,h6{display:block;line-height:var(--_line-height);font-family:var(--odx-typography-font-family-brand);font-size:var(--_font-size);font-weight:var(--odx-typography-font-weight-semibold)}h6{--_font-size: var(--odx-breakpoint-font-size-heading-6);--_line-height: var(--odx-breakpoint-line-height-heading-6)}h5{--_font-size: var(--odx-breakpoint-font-size-heading-5);--_line-height: var(--odx-breakpoint-line-height-heading-5)}h4{--_font-size: var(--odx-breakpoint-font-size-heading-4);--_line-height: var(--odx-breakpoint-line-height-heading-4)}h3{--_font-size: var(--odx-breakpoint-font-size-heading-3);--_line-height: var(--odx-breakpoint-line-height-heading-3)}h2{--_font-size: var(--odx-breakpoint-font-size-heading-2);--_line-height: var(--odx-breakpoint-line-height-heading-2)}h1{--_font-size: var(--odx-breakpoint-font-size-heading-1);--_line-height: var(--odx-breakpoint-line-height-heading-1)}}@layer base{:root{--odx-transition-default: all var(--odx-motion-duration-default) var(--odx-motion-easing-default);--odx-transition-slow: all var(--odx-motion-duration-slow) var(--odx-motion-easing-default);--odx-transition-reduced: all var(--odx-motion-duration-fast) var(--odx-motion-easing-reduced);--odx-page-max-inline-size: 1600px;--odx-page-max-inline-size-narrow: 1200px;--odx-page-max-inline-size-wide: 2400px;scrollbar-color:var(--odx-color-background-brand) var(--odx-palette-transparent)}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--odx-color-background-base);line-height:var(--odx-typography-line-height-base);color:var(--odx-color-foreground-rest);font-family:var(--odx-typography-font-family-base),"Noto Sans",Kanit,sans-serif;font-size:var(--odx-typography-font-size-base)}}
1
+ @layer reset,base,variant,state,theme;@layer reset{:is(*){box-sizing:border-box;scrollbar-width:thin}:not(:defined){display:none}:before,:after{box-sizing:border-box}[popover]{outline:none;border:none}img,picture,video,canvas,svg{display:block;margin:0;max-width:100%}input,button,textarea,select{margin:0;font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;margin:0}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}}@layer base{odx-stack{display:block}.odx-stack{--flow: column;display:flex;flex-flow:var(--flow);gap:var(--odx-size-75);align-items:stretch;justify-content:flex-start;max-inline-size:100%;text-align:start;&.odx-stack-horizontal{flex-flow:row}&.odx-stack-wrap{flex-flow:column wrap}&.odx-stack-horizontal.odx-stack-wrap{flex-flow:row wrap}}}@layer base{.odx-align-start{align-items:flex-start}.odx-align-center{align-items:center}.odx-align-end{align-items:end}.odx-justify-start{justify-content:flex-start}.odx-justify-end{justify-content:flex-end}.odx-justify-center{justify-content:center}.odx-justify-space-between{justify-content:space-between}.odx-justify-space-around{justify-content:space-around}.odx-justify-space-evenly{justify-content:space-evenly}}@layer base{.odx-gap-none{gap:0}.odx-gap-xs{gap:var(--odx-size-25)}.odx-gap-sm{gap:var(--odx-size-50)}.odx-gap-md{gap:var(--odx-size-75)}.odx-gap-lg{gap:var(--odx-size-150)}.odx-gap-xl{gap:var(--odx-size-225)}}@layer base{odx-icon{transition:var(--odx-transition-default);transition-property:transform}[odxPreventTextOverflow]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}odx-list-item:has(:is([odx-button],odx-list-item::part(control)):not([disabled]):active){--_color-background-pressed: var(--_color-background-hover)}[odx-button]:has(odx-icon:only-child),[odx-button]:has(odx-avatar:only-child){--_min-inline-size: 0}[indicator-position=start] odx-accordion-item::part(indicator){--rotate: -90deg;order:-1}[indicator-position=start] odx-accordion-item[expanded]::part(indicator){--rotate: 0}odx-input:has([slot=suffix])::part(base){padding-inline-end:var(--odx-size-px)}}@layer base{h1,h2,h3,h4,h5,h6{display:block;line-height:var(--_line-height);font-family:var(--odx-typography-font-family-brand);font-size:var(--_font-size);font-weight:var(--odx-typography-font-weight-semibold)}h6{--_font-size: var(--odx-breakpoint-font-size-heading-6);--_line-height: var(--odx-breakpoint-line-height-heading-6)}h5{--_font-size: var(--odx-breakpoint-font-size-heading-5);--_line-height: var(--odx-breakpoint-line-height-heading-5)}h4{--_font-size: var(--odx-breakpoint-font-size-heading-4);--_line-height: var(--odx-breakpoint-line-height-heading-4)}h3{--_font-size: var(--odx-breakpoint-font-size-heading-3);--_line-height: var(--odx-breakpoint-line-height-heading-3)}h2{--_font-size: var(--odx-breakpoint-font-size-heading-2);--_line-height: var(--odx-breakpoint-line-height-heading-2)}h1{--_font-size: var(--odx-breakpoint-font-size-heading-1);--_line-height: var(--odx-breakpoint-line-height-heading-1)}}@layer base{:root{--odx-transition-default: all var(--odx-motion-duration-default) var(--odx-motion-easing-default);--odx-transition-slow: all var(--odx-motion-duration-slow) var(--odx-motion-easing-default);--odx-transition-reduced: all var(--odx-motion-duration-fast) var(--odx-motion-easing-reduced);--odx-page-max-inline-size: 1600px;--odx-page-max-inline-size-narrow: 1200px;--odx-page-max-inline-size-wide: 2400px;scrollbar-color:var(--odx-color-background-brand) var(--odx-palette-transparent)}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--odx-color-background-base);line-height:var(--odx-typography-line-height-base);color:var(--odx-color-foreground-rest);font-family:var(--odx-typography-font-family-base),"Noto Sans",Kanit,sans-serif;font-size:var(--odx-typography-font-size-base)}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@odx/foundation",
3
3
  "description": "A library of Web Component building blocks for ODX",
4
- "version": "1.0.0-beta.64",
4
+ "version": "1.0.0-beta.66",
5
5
  "author": "Drägerwerk AG & Co.KGaA",
6
6
  "license": "SEE LICENSE IN LICENSE",
7
7
  "homepage": "https://odx.draeger.com",
@@ -14,19 +14,12 @@
14
14
  "custom-elements.json"
15
15
  ],
16
16
  "type": "module",
17
- "scripts": {
18
- "build": "vite build",
19
- "dev:tsc": "tsc --build --noEmit --watch",
20
- "dev": "vite build --watch --mode=development",
21
- "lint": "biome lint lib i18n styles components",
22
- "generate:manifest": "cem analyze"
23
- },
24
17
  "dependencies": {
25
18
  "@preact/signals-core": "1.8.0",
26
19
  "lit": "3.3.0"
27
20
  },
28
21
  "peerDependencies": {
29
- "@odx/design-tokens": "^1.0.0-rc.1",
22
+ "@odx/design-tokens": "^1.0.0-rc.3",
30
23
  "@odx/icons": "^4.0.0-rc.27"
31
24
  },
32
25
  "devDependencies": {
@@ -35,8 +28,6 @@
35
28
  "@lit-labs/preact-signals": "1.0.3",
36
29
  "@lit/context": "1.1.5",
37
30
  "@odx/icons": "4.0.0-rc.29",
38
- "@odx/storybook-utils": "workspace:*",
39
- "@odx/typescript-config": "workspace:*",
40
31
  "@spectrum-web-components/reactive-controllers": "1.6.0",
41
32
  "@wc-toolkit/cem-inheritance": "1.0.4",
42
33
  "@wc-toolkit/cem-validator": "1.0.3",
@@ -49,7 +40,8 @@
49
40
  "ts-lit-plugin": "2.0.2",
50
41
  "vite": "6.3.5",
51
42
  "vite-plugin-dts": "4.5.3",
52
- "vite-plugin-no-bundle": "4.0.0"
43
+ "@odx/storybook-utils": "0.0.0",
44
+ "@odx/typescript-config": "0.0.0"
53
45
  },
54
46
  "sideEffects": [
55
47
  "dist/i18n.js",
@@ -81,5 +73,12 @@
81
73
  "publishConfig": {
82
74
  "access": "public",
83
75
  "tag": "latest"
76
+ },
77
+ "scripts": {
78
+ "build": "vite build",
79
+ "dev:tsc": "tsc --build --noEmit --watch",
80
+ "dev": "vite build --watch --mode=development",
81
+ "lint": "biome lint lib i18n styles components",
82
+ "generate:manifest": "cem analyze"
84
83
  }
85
- }
84
+ }