@sebgroup/green-core 1.71.0 → 1.71.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/badge/badge.component.js +2 -2
- package/components/button/button.component.js +1 -1
- package/components/calendar/calendar.component.js +2 -2
- package/components/card/card.component.js +1 -1
- package/components/coachmark/coachmark.component.js +1 -1
- package/components/context-menu/context-menu.component.js +2 -2
- package/components/context-menu/context-menu.trans.styles.js +2 -2
- package/components/datepicker/datepicker.component.js +2 -2
- package/components/datepicker/datepicker.trans.styles.js +4 -4
- package/components/dialog/dialog.component.js +1 -1
- package/components/div/div.component.js +2 -2
- package/components/divider/divider.component.js +2 -2
- package/components/dropdown/dropdown.component.js +2 -2
- package/components/dropdown/dropdown.trans.styles.js +4 -4
- package/components/fab/fab.component.js +1 -1
- package/components/filter-chips/filter-chip/filter-chip.component.js +1 -1
- package/components/filter-chips/filter-chip/filter-chip.trans.styles.js +1 -1
- package/components/filter-chips/filter-chips.component.js +1 -1
- package/components/filter-chips/filter-chips.trans.styles.js +1 -1
- package/components/flex/flex.component.js +2 -2
- package/components/grid/grid.component.js +2 -2
- package/components/icon/icon.component.js +1 -1
- package/components/img/img.component.js +2 -2
- package/components/input/input.component.js +2 -2
- package/components/input/input.trans.styles.js +2 -2
- package/components/link/link.component.js +2 -2
- package/components/mask/mask.component.js +2 -2
- package/components/menu-button/menu-button.component.js +2 -2
- package/components/popover/popover.component.js +1 -1
- package/components/radio/radio-group/radio-group.component.js +2 -2
- package/components/radio/radio.component.js +1 -1
- package/components/rich-text/rich-text.component.js +3 -3
- package/components/segmented-control/segment/segment.component.js +1 -1
- package/components/segmented-control/segmented-control.component.js +1 -1
- package/components/segmented-control/segmented-control.trans.styles.js +1 -1
- package/components/select/select.component.js +2 -2
- package/components/select/select.trans.styles.js +2 -2
- package/components/signal/signal.component.js +2 -2
- package/components/spacer/spacer.component.js +1 -1
- package/components/spinner/spinner.component.js +2 -2
- package/components/text/text.component.js +3 -3
- package/components/textarea/textarea.component.js +2 -2
- package/components/theme/theme.component.js +1 -1
- package/components/video/video.component.js +2 -2
- package/generated/react/index.d.ts +6 -6
- package/generated/react/index.js +6 -6
- package/package.json +1 -1
- package/primitives/field-base/field-base.component.js +1 -1
- package/primitives/form-control-footer/form-control-footer.component.js +1 -1
- package/primitives/form-control-header/form-control-header.component.js +1 -1
- package/primitives/listbox/listbox.component.js +1 -1
- package/primitives/listbox/option.component.js +2 -2
- package/primitives/menu/menu-heading.component.js +1 -1
- package/primitives/menu/menu-item.component.js +1 -1
- package/primitives/ripple/ripple.component.js +1 -1
- package/primitives/selection-controls/selection-field-label.component.js +2 -2
- package/tokens/dark.css.js +1 -1
- package/tokens/light.css.js +1 -1
- package/tokens/motion.css.js +1 -1
- package/tokens/shadow.css.js +1 -1
- package/tokens/size.css.js +1 -1
- package/tokens/text.css.js +1 -1
- package/utils/helpers/custom-element-scoping.js +1 -1
- package/utils/transitional-styles/transitional-styles.js +9 -9
|
@@ -7,7 +7,7 @@ var _renderLeadSlot, renderLeadSlot_fn, _renderMainSlot, renderMainSlot_fn, _han
|
|
|
7
7
|
import { property, state } from "lit/decorators.js";
|
|
8
8
|
import { GdsElement } from "../../gds-element.js";
|
|
9
9
|
import { html } from "../../scoping.js";
|
|
10
|
-
import { tokens } from "../../tokens.style";
|
|
10
|
+
import { tokens } from "../../tokens.style.js";
|
|
11
11
|
import { gdsCustomElement } from "../../utils/helpers/custom-element-scoping.js";
|
|
12
12
|
import {
|
|
13
13
|
withLayoutChildProps,
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
withSizeXProps
|
|
16
16
|
} from "../../utils/mixins/declarative-layout-mixins.js";
|
|
17
17
|
import { GdsFlex } from "../flex/flex.component.js";
|
|
18
|
-
import BadgeCSS from "./badge.style";
|
|
18
|
+
import BadgeCSS from "./badge.style.js";
|
|
19
19
|
let GdsBadge = class extends withSizeXProps(
|
|
20
20
|
withMarginProps(withLayoutChildProps(GdsElement))
|
|
21
21
|
) {
|
|
@@ -13,7 +13,7 @@ import { when } from "lit/directives/when.js";
|
|
|
13
13
|
import { literal, html as staticHtml } from "lit/static-html.js";
|
|
14
14
|
import { GdsRipple } from "../../primitives/ripple/ripple.component.js";
|
|
15
15
|
import { html as customElementHtml, gdsCustomElement } from "../../scoping.js";
|
|
16
|
-
import { tokens } from "../../tokens.style";
|
|
16
|
+
import { tokens } from "../../tokens.style.js";
|
|
17
17
|
import { TransitionalStyles } from "../../transitional-styles.js";
|
|
18
18
|
import { observeLightDOM } from "../../utils/decorators/index.js";
|
|
19
19
|
import { forwardAttributes } from "../../utils/directives/index.js";
|
|
@@ -22,10 +22,10 @@ import {
|
|
|
22
22
|
} from "date-fns";
|
|
23
23
|
import { GdsElement } from "../../gds-element.js";
|
|
24
24
|
import { gdsCustomElement } from "../../scoping.js";
|
|
25
|
-
import { tokens } from "../../tokens.style";
|
|
25
|
+
import { tokens } from "../../tokens.style.js";
|
|
26
26
|
import { TransitionalStyles } from "../../transitional-styles.js";
|
|
27
27
|
import { watch } from "../../utils/decorators/watch.js";
|
|
28
|
-
import style from "./calendar.styles";
|
|
28
|
+
import style from "./calendar.styles.js";
|
|
29
29
|
import { renderMonthGridView } from "./functions.js";
|
|
30
30
|
let GdsCalendar = class extends GdsElement {
|
|
31
31
|
constructor() {
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
__decorateClass
|
|
3
3
|
} from "../../chunks/chunk.QTSIPXV3.js";
|
|
4
4
|
import { css } from "lit";
|
|
5
|
-
import { tokens } from "../../tokens.style";
|
|
5
|
+
import { tokens } from "../../tokens.style.js";
|
|
6
6
|
import { styleExpressionProperty } from "../../utils/decorators/style-expression-property.js";
|
|
7
7
|
import {
|
|
8
8
|
gdsCustomElement,
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
} from "@floating-ui/dom";
|
|
22
22
|
import { GdsElement } from "../../gds-element.js";
|
|
23
23
|
import { gdsCustomElement, html } from "../../scoping.js";
|
|
24
|
-
import styles from "./coachmark.styles";
|
|
24
|
+
import styles from "./coachmark.styles.js";
|
|
25
25
|
let GdsCoachmark = class extends GdsElement {
|
|
26
26
|
constructor() {
|
|
27
27
|
super(...arguments);
|
|
@@ -13,7 +13,7 @@ import { when } from "lit/directives/when.js";
|
|
|
13
13
|
import { GdsElement } from "../../gds-element.js";
|
|
14
14
|
import { GdsMenuItem } from "../../primitives/menu/menu-item.component.js";
|
|
15
15
|
import { GdsMenu } from "../../primitives/menu/menu.component.js";
|
|
16
|
-
import { tokens } from "../../tokens.style";
|
|
16
|
+
import { tokens } from "../../tokens.style.js";
|
|
17
17
|
import { TransitionalStyles } from "../../transitional-styles.js";
|
|
18
18
|
import {
|
|
19
19
|
gdsCustomElement,
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
withMarginProps
|
|
25
25
|
} from "../../utils/mixins/declarative-layout-mixins.js";
|
|
26
26
|
import { GdsPopover } from "../popover/popover.component.js";
|
|
27
|
-
import styles from "./context-menu.styles";
|
|
27
|
+
import styles from "./context-menu.styles.js";
|
|
28
28
|
import { GdsMenuHeading } from "../../primitives/menu/menu-heading.component.js";
|
|
29
29
|
let GdsContextMenu = class extends withMarginProps(
|
|
30
30
|
withLayoutChildProps(GdsElement)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../chunks/chunk.QTSIPXV3.js";
|
|
2
|
-
import * as Listbox from "../../primitives/listbox/listbox.trans.styles";
|
|
2
|
+
import * as Listbox from "../../primitives/listbox/listbox.trans.styles.js";
|
|
3
3
|
import { TransitionalStyles } from "../../utils/transitional-styles/transitional-styles.js";
|
|
4
|
-
import * as Popover from "../popover/popover.trans.styles";
|
|
4
|
+
import * as Popover from "../popover/popover.trans.styles.js";
|
|
5
5
|
import styles from "./context-menu.trans.styles.scss.js";
|
|
6
6
|
function register() {
|
|
7
7
|
TransitionalStyles.instance.register("gds-context-menu", styles.toString());
|
|
@@ -19,7 +19,7 @@ import { GdsButton } from "../../components/button/button.component.js";
|
|
|
19
19
|
import { GdsDropdown } from "../../components/dropdown/dropdown.component.js";
|
|
20
20
|
import { GdsFlex } from "../../components/flex/flex.component.js";
|
|
21
21
|
import { gdsCustomElement, html } from "../../scoping.js";
|
|
22
|
-
import { tokens } from "../../tokens.style";
|
|
22
|
+
import { tokens } from "../../tokens.style.js";
|
|
23
23
|
import { TransitionalStyles } from "../../transitional-styles.js";
|
|
24
24
|
import { watch } from "../../utils/decorators/index.js";
|
|
25
25
|
import {
|
|
@@ -39,7 +39,7 @@ import { IconChevronLeft } from "../icon/icons/chevron-left.component.js";
|
|
|
39
39
|
import { IconChevronRight } from "../icon/icons/chevron-right.component.js";
|
|
40
40
|
import { GdsPopover } from "../popover/popover.component.js";
|
|
41
41
|
import { GdsDatePartSpinner } from "./date-part-spinner.js";
|
|
42
|
-
import { styles } from "./datepicker.styles";
|
|
42
|
+
import { styles } from "./datepicker.styles.js";
|
|
43
43
|
let Datepicker = class extends GdsFormControlElement {
|
|
44
44
|
constructor() {
|
|
45
45
|
super();
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "../../chunks/chunk.QTSIPXV3.js";
|
|
2
|
-
import { tokens } from "../../tokens.style";
|
|
2
|
+
import { tokens } from "../../tokens.style.js";
|
|
3
3
|
import { TransitionalStyles } from "../../utils/transitional-styles/transitional-styles.js";
|
|
4
|
-
import * as Calendar from "../calendar/calendar.trans.styles";
|
|
5
|
-
import * as Dropdown from "../dropdown/dropdown.trans.styles";
|
|
6
|
-
import * as Popover from "../popover/popover.trans.styles";
|
|
4
|
+
import * as Calendar from "../calendar/calendar.trans.styles.js";
|
|
5
|
+
import * as Dropdown from "../dropdown/dropdown.trans.styles.js";
|
|
6
|
+
import * as Popover from "../popover/popover.trans.styles.js";
|
|
7
7
|
import styles from "./datepicker.trans.styles.scss.js";
|
|
8
8
|
function register() {
|
|
9
9
|
const tokensAndStyles = styles.toString() + tokens.reduce((acc, token) => acc + token.cssText, "");
|
|
@@ -19,7 +19,7 @@ import { GdsButton } from "../button/button.component.js";
|
|
|
19
19
|
import { GdsCard } from "../card/card.component.js";
|
|
20
20
|
import { GdsFlex } from "../flex/flex.component.js";
|
|
21
21
|
import { IconCrossLarge } from "../icon/icons/cross-large.component.js";
|
|
22
|
-
import { styles } from "./dialog.styles";
|
|
22
|
+
import { styles } from "./dialog.styles.js";
|
|
23
23
|
import {
|
|
24
24
|
lockBodyScrolling,
|
|
25
25
|
registerGlobalScrollLockStyles,
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "../../chunks/chunk.QTSIPXV3.js";
|
|
4
4
|
import { property } from "lit/decorators.js";
|
|
5
5
|
import { GdsElement } from "../../gds-element.js";
|
|
6
|
-
import { tokens } from "../../tokens.style";
|
|
6
|
+
import { tokens } from "../../tokens.style.js";
|
|
7
7
|
import { styleExpressionProperty } from "../../utils/decorators/style-expression-property.js";
|
|
8
8
|
import {
|
|
9
9
|
forColorTokens,
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
withSizeXProps,
|
|
23
23
|
withSizeYProps
|
|
24
24
|
} from "../../utils/mixins/declarative-layout-mixins.js";
|
|
25
|
-
import style from "./div.style";
|
|
25
|
+
import style from "./div.style.js";
|
|
26
26
|
let GdsDiv = class extends withSizeXProps(
|
|
27
27
|
withSizeYProps(
|
|
28
28
|
withMarginProps(
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
import { nothing } from "lit";
|
|
5
5
|
import { property } from "lit/decorators.js";
|
|
6
6
|
import { GdsElement } from "../../gds-element.js";
|
|
7
|
-
import { tokens } from "../../tokens.style";
|
|
7
|
+
import { tokens } from "../../tokens.style.js";
|
|
8
8
|
import { styleExpressionProperty } from "../../utils/decorators/style-expression-property.js";
|
|
9
9
|
import { forColorTokens } from "../../utils/helpers/index.js";
|
|
10
10
|
import {
|
|
11
11
|
gdsCustomElement,
|
|
12
12
|
html
|
|
13
13
|
} from "../../utils/helpers/custom-element-scoping.js";
|
|
14
|
-
import DividerCSS from "./divider.style";
|
|
14
|
+
import DividerCSS from "./divider.style.js";
|
|
15
15
|
let GdsDivider = class extends GdsElement {
|
|
16
16
|
constructor() {
|
|
17
17
|
super(...arguments);
|
|
@@ -17,14 +17,14 @@ import { GdsFormControlFooter } from "../../primitives/form-control-footer/form-
|
|
|
17
17
|
import { GdsFormControlHeader } from "../../primitives/form-control-header/form-control-header.component.js";
|
|
18
18
|
import { GdsListbox } from "../../primitives/listbox/listbox.component.js";
|
|
19
19
|
import { gdsCustomElement, html } from "../../scoping.js";
|
|
20
|
-
import { tokens } from "../../tokens.style";
|
|
20
|
+
import { tokens } from "../../tokens.style.js";
|
|
21
21
|
import { observeLightDOM } from "../../utils/decorators/observe-light-dom.js";
|
|
22
22
|
import { watch } from "../../utils/decorators/watch.js";
|
|
23
23
|
import { GdsFormControlElement } from "../form/form-control.js";
|
|
24
24
|
import { IconCheckmark } from "../icon/icons/checkmark.component.js";
|
|
25
25
|
import { IconChevronBottom } from "../icon/icons/chevron-bottom.component.js";
|
|
26
26
|
import { GdsPopover } from "../popover/popover.component.js";
|
|
27
|
-
import styles from "./dropdown.styles";
|
|
27
|
+
import styles from "./dropdown.styles.js";
|
|
28
28
|
export * from "../../primitives/listbox/option.component.js";
|
|
29
29
|
let GdsDropdown = class extends GdsFormControlElement {
|
|
30
30
|
constructor() {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "../../chunks/chunk.QTSIPXV3.js";
|
|
2
|
-
import * as FieldBase from "../../primitives/field-base/field-base.trans.styles";
|
|
3
|
-
import * as Listbox from "../../primitives/listbox/listbox.trans.styles";
|
|
4
|
-
import * as Button from "../button/button.trans.styles";
|
|
5
|
-
import * as Popover from "../popover/popover.trans.styles";
|
|
2
|
+
import * as FieldBase from "../../primitives/field-base/field-base.trans.styles.js";
|
|
3
|
+
import * as Listbox from "../../primitives/listbox/listbox.trans.styles.js";
|
|
4
|
+
import * as Button from "../button/button.trans.styles.js";
|
|
5
|
+
import * as Popover from "../popover/popover.trans.styles.js";
|
|
6
6
|
function register() {
|
|
7
7
|
Listbox.register();
|
|
8
8
|
Popover.register();
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
import { gdsCustomElement } from "../../scoping.js";
|
|
5
5
|
import { withPositioningProps } from "../../utils/mixins/declarative-layout-mixins.js";
|
|
6
6
|
import { GdsButton } from "../button/index.js";
|
|
7
|
-
import styles from "./fab.styles";
|
|
7
|
+
import styles from "./fab.styles.js";
|
|
8
8
|
let GdsFab = class extends withPositioningProps(GdsButton) {
|
|
9
9
|
connectedCallback() {
|
|
10
10
|
super.connectedCallback();
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
} from "../../../utils/helpers/custom-element-scoping.js";
|
|
12
12
|
import { GdsButton } from "../../button/button.component.js";
|
|
13
13
|
import { IconCheckmark } from "../../icon/icons/checkmark.component.js";
|
|
14
|
-
import { styles } from "./filter-chip.styles";
|
|
14
|
+
import { styles } from "./filter-chip.styles.js";
|
|
15
15
|
let GdsFilterChip = class extends GdsElement {
|
|
16
16
|
constructor() {
|
|
17
17
|
super(...arguments);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../../chunks/chunk.QTSIPXV3.js";
|
|
2
2
|
import { TransitionalStyles } from "../../../transitional-styles.js";
|
|
3
|
-
import * as Button from "../../button/button.trans.styles";
|
|
3
|
+
import * as Button from "../../button/button.trans.styles.js";
|
|
4
4
|
import styles from "./filter-chip.trans.styles.scss.js";
|
|
5
5
|
function register() {
|
|
6
6
|
TransitionalStyles.instance.register("gds-filter-chip", styles.toString());
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
} from "../../utils/helpers/custom-element-scoping.js";
|
|
18
18
|
import { GdsFormControlElement } from "../form/form-control.js";
|
|
19
19
|
import { GdsFilterChip } from "./filter-chip/filter-chip.component.js";
|
|
20
|
-
import { styles } from "./filter-chips.styles";
|
|
20
|
+
import { styles } from "./filter-chips.styles.js";
|
|
21
21
|
let GdsFilterChips = class extends GdsFormControlElement {
|
|
22
22
|
constructor() {
|
|
23
23
|
super(...arguments);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../chunks/chunk.QTSIPXV3.js";
|
|
2
2
|
import { TransitionalStyles } from "../../transitional-styles.js";
|
|
3
|
-
import * as FilterChip from "./filter-chip/filter-chip.trans.styles";
|
|
3
|
+
import * as FilterChip from "./filter-chip/filter-chip.trans.styles.js";
|
|
4
4
|
import styles from "./filter-chips.trans.styles.scss.js";
|
|
5
5
|
function register() {
|
|
6
6
|
TransitionalStyles.instance.register("gds-filter-chips", styles.toString());
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__decorateClass
|
|
3
3
|
} from "../../chunks/chunk.QTSIPXV3.js";
|
|
4
|
-
import { tokens } from "../../tokens.style";
|
|
4
|
+
import { tokens } from "../../tokens.style.js";
|
|
5
5
|
import {
|
|
6
6
|
gdsCustomElement,
|
|
7
7
|
html
|
|
8
8
|
} from "../../utils/helpers/custom-element-scoping.js";
|
|
9
9
|
import { GdsDiv } from "../div/div.component.js";
|
|
10
|
-
import style from "./flex.styles";
|
|
10
|
+
import style from "./flex.styles.js";
|
|
11
11
|
let GdsFlex = class extends GdsDiv {
|
|
12
12
|
render() {
|
|
13
13
|
return html`<slot></slot>`;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
__decorateClass
|
|
3
3
|
} from "../../chunks/chunk.QTSIPXV3.js";
|
|
4
|
-
import { tokens } from "../../tokens.style";
|
|
4
|
+
import { tokens } from "../../tokens.style.js";
|
|
5
5
|
import { styleExpressionProperty } from "../../utils/decorators/style-expression-property.js";
|
|
6
6
|
import { forSpaceTokens } from "../../utils/helpers/index.js";
|
|
7
7
|
import {
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
html
|
|
10
10
|
} from "../../utils/helpers/custom-element-scoping.js";
|
|
11
11
|
import { GdsDiv } from "../div/div.component.js";
|
|
12
|
-
import GridCSS from "./grid.style";
|
|
12
|
+
import GridCSS from "./grid.style.js";
|
|
13
13
|
let GdsGrid = class extends GdsDiv {
|
|
14
14
|
render() {
|
|
15
15
|
return html`<slot></slot>`;
|
|
@@ -5,7 +5,7 @@ import { html } from "lit";
|
|
|
5
5
|
import { property } from "lit/decorators.js";
|
|
6
6
|
import { unsafeHTML } from "lit/directives/unsafe-html.js";
|
|
7
7
|
import { GdsElement } from "../../gds-element.js";
|
|
8
|
-
import IconCSS from "./icon.style";
|
|
8
|
+
import IconCSS from "./icon.style.js";
|
|
9
9
|
class GdsIcon extends GdsElement {
|
|
10
10
|
constructor() {
|
|
11
11
|
super(...arguments);
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "../../chunks/chunk.QTSIPXV3.js";
|
|
4
4
|
import { property } from "lit/decorators.js";
|
|
5
5
|
import { GdsElement } from "../../gds-element.js";
|
|
6
|
-
import { tokens } from "../../tokens.style";
|
|
6
|
+
import { tokens } from "../../tokens.style.js";
|
|
7
7
|
import { styleExpressionProperty } from "../../utils/decorators/style-expression-property.js";
|
|
8
8
|
import {
|
|
9
9
|
gdsCustomElement,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
withSizeXProps,
|
|
15
15
|
withSizeYProps
|
|
16
16
|
} from "../../utils/mixins/declarative-layout-mixins.js";
|
|
17
|
-
import IMGCSS from "./img.style";
|
|
17
|
+
import IMGCSS from "./img.style.js";
|
|
18
18
|
let GdsImg = class extends withPositioningProps(
|
|
19
19
|
withSizeXProps(withSizeYProps(GdsElement))
|
|
20
20
|
) {
|
|
@@ -13,7 +13,7 @@ import { GdsFieldBase } from "../../primitives/field-base/field-base.component.j
|
|
|
13
13
|
import { GdsFormControlFooter } from "../../primitives/form-control-footer/form-control-footer.component.js";
|
|
14
14
|
import { GdsFormControlHeader } from "../../primitives/form-control-header/form-control-header.component.js";
|
|
15
15
|
import { gdsCustomElement, html } from "../../scoping.js";
|
|
16
|
-
import { tokens } from "../../tokens.style";
|
|
16
|
+
import { tokens } from "../../tokens.style.js";
|
|
17
17
|
import { forwardAttributes } from "../../utils/directives/index.js";
|
|
18
18
|
import {
|
|
19
19
|
withLayoutChildProps,
|
|
@@ -24,7 +24,7 @@ import { GdsButton } from "../button/button.component.js";
|
|
|
24
24
|
import { GdsFlex } from "../flex/flex.component.js";
|
|
25
25
|
import { GdsFormControlElement } from "../form/form-control.js";
|
|
26
26
|
import { IconCrossLarge } from "../icon/icons/cross-large.component.js";
|
|
27
|
-
import { styles } from "./input.styles";
|
|
27
|
+
import { styles } from "./input.styles.js";
|
|
28
28
|
let Input = class extends GdsFormControlElement {
|
|
29
29
|
constructor() {
|
|
30
30
|
super();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../chunks/chunk.QTSIPXV3.js";
|
|
2
|
-
import * as FieldBase from "../../primitives/field-base/field-base.trans.styles";
|
|
3
|
-
import * as Button from "../button/button.trans.styles";
|
|
2
|
+
import * as FieldBase from "../../primitives/field-base/field-base.trans.styles.js";
|
|
3
|
+
import * as Button from "../button/button.trans.styles.js";
|
|
4
4
|
function register() {
|
|
5
5
|
Button.register();
|
|
6
6
|
FieldBase.register();
|
|
@@ -10,14 +10,14 @@ import { ifDefined } from "lit/directives/if-defined.js";
|
|
|
10
10
|
import { html as staticHtml } from "lit/static-html.js";
|
|
11
11
|
import { GdsElement } from "../../gds-element.js";
|
|
12
12
|
import { gdsCustomElement } from "../../scoping.js";
|
|
13
|
-
import { tokens } from "../../tokens.style";
|
|
13
|
+
import { tokens } from "../../tokens.style.js";
|
|
14
14
|
import { styleExpressionProperty } from "../../utils/decorators/style-expression-property.js";
|
|
15
15
|
import {
|
|
16
16
|
withLayoutChildProps,
|
|
17
17
|
withMarginProps,
|
|
18
18
|
withSizeXProps
|
|
19
19
|
} from "../../utils/mixins/declarative-layout-mixins.js";
|
|
20
|
-
import style from "./link.styles";
|
|
20
|
+
import style from "./link.styles.js";
|
|
21
21
|
let GdsLink = class extends withMarginProps(
|
|
22
22
|
withSizeXProps(withLayoutChildProps(GdsElement))
|
|
23
23
|
) {
|
|
@@ -2,11 +2,11 @@ import {
|
|
|
2
2
|
__decorateClass
|
|
3
3
|
} from "../../chunks/chunk.QTSIPXV3.js";
|
|
4
4
|
import { html } from "lit/static-html.js";
|
|
5
|
-
import { tokens } from "../../tokens.style";
|
|
5
|
+
import { tokens } from "../../tokens.style.js";
|
|
6
6
|
import { styleExpressionProperty } from "../../utils/decorators/style-expression-property.js";
|
|
7
7
|
import { gdsCustomElement } from "../../utils/helpers/custom-element-scoping.js";
|
|
8
8
|
import { GdsFlex } from "../flex/flex.component.js";
|
|
9
|
-
import MaskCSS from "./mask.style";
|
|
9
|
+
import MaskCSS from "./mask.style.js";
|
|
10
10
|
let GdsMask = class extends GdsFlex {
|
|
11
11
|
constructor() {
|
|
12
12
|
super();
|
|
@@ -11,12 +11,12 @@ import { ifDefined } from "lit/directives/if-defined.js";
|
|
|
11
11
|
import { literal, html as staticHtml } from "lit/static-html.js";
|
|
12
12
|
import { GdsElement } from "../../gds-element.js";
|
|
13
13
|
import { gdsCustomElement } from "../../scoping.js";
|
|
14
|
-
import { tokens } from "../../tokens.style";
|
|
14
|
+
import { tokens } from "../../tokens.style.js";
|
|
15
15
|
import {
|
|
16
16
|
withLayoutChildProps,
|
|
17
17
|
withSizeXProps
|
|
18
18
|
} from "../../utils/mixins/declarative-layout-mixins.js";
|
|
19
|
-
import MenuButtonCSS from "./menu-button.styles";
|
|
19
|
+
import MenuButtonCSS from "./menu-button.styles.js";
|
|
20
20
|
let GdsMenuButton = class extends withSizeXProps(
|
|
21
21
|
withLayoutChildProps(GdsElement)
|
|
22
22
|
) {
|
|
@@ -21,7 +21,7 @@ import { gdsCustomElement, html } from "../../scoping.js";
|
|
|
21
21
|
import { TransitionalStyles } from "../../transitional-styles.js";
|
|
22
22
|
import { watch, watchMediaQuery } from "../../utils/decorators/index.js";
|
|
23
23
|
import { IconCrossSmall } from "../icon/icons/cross-small.component.js";
|
|
24
|
-
import styles from "./popover.styles";
|
|
24
|
+
import styles from "./popover.styles.js";
|
|
25
25
|
let GdsPopover = class extends GdsElement {
|
|
26
26
|
constructor() {
|
|
27
27
|
super(...arguments);
|
|
@@ -10,7 +10,7 @@ import { classMap } from "lit/directives/class-map.js";
|
|
|
10
10
|
import { GdsFormControlFooter } from "../../../primitives/form-control-footer/form-control-footer.component.js";
|
|
11
11
|
import { GdsFormControlHeader } from "../../../primitives/form-control-header/form-control-header.component.js";
|
|
12
12
|
import { gdsCustomElement, html } from "../../../scoping.js";
|
|
13
|
-
import { tokens } from "../../../tokens.style";
|
|
13
|
+
import { tokens } from "../../../tokens.style.js";
|
|
14
14
|
import { watch } from "../../../utils/decorators/watch.js";
|
|
15
15
|
import {
|
|
16
16
|
withLayoutChildProps,
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
withSizeXProps
|
|
19
19
|
} from "../../../utils/mixins/declarative-layout-mixins.js";
|
|
20
20
|
import { GdsFormControlElement } from "../../form/form-control.js";
|
|
21
|
-
import { styles } from "./radio-group.styles";
|
|
21
|
+
import { styles } from "./radio-group.styles.js";
|
|
22
22
|
let RadioGroup = class extends GdsFormControlElement {
|
|
23
23
|
constructor() {
|
|
24
24
|
super(...arguments);
|
|
@@ -9,7 +9,7 @@ import { GdsElement } from "../../gds-element.js";
|
|
|
9
9
|
import { GdsSelectionFieldLabel } from "../../primitives/selection-controls/selection-field-label.component.js";
|
|
10
10
|
import { gdsCustomElement, html } from "../../scoping.js";
|
|
11
11
|
import { watch } from "../../utils/decorators/watch.js";
|
|
12
|
-
import { styles } from "./radio.styles";
|
|
12
|
+
import { styles } from "./radio.styles.js";
|
|
13
13
|
let GdsRadio = class extends GdsElement {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
import { property } from "lit/decorators.js";
|
|
5
5
|
import { GdsElement } from "../../gds-element.js";
|
|
6
6
|
import { gdsCustomElement } from "../../scoping.js";
|
|
7
|
-
import { tokens } from "../../tokens.style";
|
|
7
|
+
import { tokens } from "../../tokens.style.js";
|
|
8
8
|
import { observeLightDOM } from "../../utils/decorators/index.js";
|
|
9
9
|
import {
|
|
10
10
|
withLayoutChildProps,
|
|
11
11
|
withMarginProps
|
|
12
12
|
} from "../../utils/mixins/declarative-layout-mixins.js";
|
|
13
|
-
import { defaultStyles } from "../text/default-typography.styles";
|
|
14
|
-
import { styles } from "./rich-text.styles";
|
|
13
|
+
import { defaultStyles } from "../text/default-typography.styles.js";
|
|
14
|
+
import { styles } from "./rich-text.styles.js";
|
|
15
15
|
let GdsRichText = class extends withLayoutChildProps(
|
|
16
16
|
withMarginProps(GdsElement)
|
|
17
17
|
) {
|
|
@@ -5,7 +5,7 @@ import { unsafeCSS } from "lit";
|
|
|
5
5
|
import { property } from "lit/decorators.js";
|
|
6
6
|
import { GdsElement } from "../../../gds-element.js";
|
|
7
7
|
import { gdsCustomElement, html } from "../../../scoping.js";
|
|
8
|
-
import { tokens } from "../../../tokens.style";
|
|
8
|
+
import { tokens } from "../../../tokens.style.js";
|
|
9
9
|
import { TransitionalStyles } from "../../../transitional-styles.js";
|
|
10
10
|
import { withSizeXProps } from "../../../utils/mixins/declarative-layout-mixins.js";
|
|
11
11
|
import style from "./segment.style.css.js";
|
|
@@ -11,7 +11,7 @@ import { unsafeCSS } from "lit";
|
|
|
11
11
|
import { property, query, state } from "lit/decorators.js";
|
|
12
12
|
import { GdsElement } from "../../gds-element.js";
|
|
13
13
|
import { gdsCustomElement, html } from "../../scoping.js";
|
|
14
|
-
import { tokens } from "../../tokens.style";
|
|
14
|
+
import { tokens } from "../../tokens.style.js";
|
|
15
15
|
import { TransitionalStyles } from "../../transitional-styles.js";
|
|
16
16
|
import { resizeObserver } from "../../utils/decorators/resize-observer.js";
|
|
17
17
|
import { watch } from "../../utils/decorators/watch.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "../../chunks/chunk.QTSIPXV3.js";
|
|
2
2
|
import { TransitionalStyles } from "../../utils/transitional-styles/transitional-styles.js";
|
|
3
|
-
import * as Segment from "./segment/segment.trans.styles";
|
|
3
|
+
import * as Segment from "./segment/segment.trans.styles.js";
|
|
4
4
|
import styles from "./segmented-control.trans.styles.css.js";
|
|
5
5
|
function register() {
|
|
6
6
|
TransitionalStyles.instance.register(
|
|
@@ -12,7 +12,7 @@ import { classMap } from "lit/directives/class-map.js";
|
|
|
12
12
|
import { GdsFieldBase } from "../../primitives/field-base/field-base.component.js";
|
|
13
13
|
import { GdsFormControlFooter } from "../../primitives/form-control-footer/form-control-footer.component.js";
|
|
14
14
|
import { GdsFormControlHeader } from "../../primitives/form-control-header/form-control-header.component.js";
|
|
15
|
-
import { tokens } from "../../tokens.style";
|
|
15
|
+
import { tokens } from "../../tokens.style.js";
|
|
16
16
|
import { observeLightDOM } from "../../utils/decorators/observe-light-dom.js";
|
|
17
17
|
import { watch } from "../../utils/decorators/watch.js";
|
|
18
18
|
import {
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
} from "../../utils/mixins/declarative-layout-mixins.js";
|
|
27
27
|
import { GdsFormControlElement } from "../form/form-control.js";
|
|
28
28
|
import { IconChevronBottom } from "../icon/icons/chevron-bottom.component.js";
|
|
29
|
-
import { styles } from "./select.styles";
|
|
29
|
+
import { styles } from "./select.styles.js";
|
|
30
30
|
let Select = class extends GdsFormControlElement {
|
|
31
31
|
constructor() {
|
|
32
32
|
super(...arguments);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../../chunks/chunk.QTSIPXV3.js";
|
|
2
|
-
import * as FieldBase from "../../primitives/field-base/field-base.trans.styles";
|
|
2
|
+
import * as FieldBase from "../../primitives/field-base/field-base.trans.styles.js";
|
|
3
3
|
import { TransitionalStyles } from "../../transitional-styles.js";
|
|
4
|
-
import * as Button from "../button/button.trans.styles";
|
|
4
|
+
import * as Button from "../button/button.trans.styles.js";
|
|
5
5
|
import styles from "./select.trans.styles.scss.js";
|
|
6
6
|
function register() {
|
|
7
7
|
TransitionalStyles.instance.register("gds-select", styles.toString());
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
} from "../../chunks/chunk.QTSIPXV3.js";
|
|
4
4
|
import { html } from "lit/static-html.js";
|
|
5
5
|
import { GdsElement } from "../../gds-element.js";
|
|
6
|
-
import { tokens } from "../../tokens.style";
|
|
6
|
+
import { tokens } from "../../tokens.style.js";
|
|
7
7
|
import { styleExpressionProperty } from "../../utils/decorators/style-expression-property.js";
|
|
8
8
|
import { gdsCustomElement } from "../../utils/helpers/custom-element-scoping.js";
|
|
9
|
-
import SignalCSS from "./signal.style";
|
|
9
|
+
import SignalCSS from "./signal.style.js";
|
|
10
10
|
let GdsSignal = class extends GdsElement {
|
|
11
11
|
render() {
|
|
12
12
|
return html`<div part="signal"></div>`;
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
__decorateClass
|
|
3
3
|
} from "../../chunks/chunk.QTSIPXV3.js";
|
|
4
4
|
import { GdsElement } from "../../gds-element.js";
|
|
5
|
-
import { tokens } from "../../tokens.style";
|
|
5
|
+
import { tokens } from "../../tokens.style.js";
|
|
6
6
|
import { styleExpressionProperty } from "../../utils/decorators/style-expression-property.js";
|
|
7
7
|
import {
|
|
8
8
|
gdsCustomElement,
|
|
@@ -12,14 +12,14 @@ import { classMap } from "lit/directives/class-map.js";
|
|
|
12
12
|
import { when } from "lit/directives/when.js";
|
|
13
13
|
import { GdsElement } from "../../gds-element.js";
|
|
14
14
|
import { gdsCustomElement, html } from "../../scoping.js";
|
|
15
|
-
import { tokens } from "../../tokens.style";
|
|
15
|
+
import { tokens } from "../../tokens.style.js";
|
|
16
16
|
import { watch } from "../../utils/decorators/watch.js";
|
|
17
17
|
import {
|
|
18
18
|
withLayoutChildProps,
|
|
19
19
|
withMarginProps,
|
|
20
20
|
withPositioningProps
|
|
21
21
|
} from "../../utils/mixins/declarative-layout-mixins.js";
|
|
22
|
-
import { styles } from "./spinner.styles";
|
|
22
|
+
import { styles } from "./spinner.styles.js";
|
|
23
23
|
let GdsSpinner = class extends withMarginProps(
|
|
24
24
|
withPositioningProps(withLayoutChildProps(GdsElement))
|
|
25
25
|
) {
|
|
@@ -3,12 +3,12 @@ import {
|
|
|
3
3
|
} from "../../chunks/chunk.QTSIPXV3.js";
|
|
4
4
|
import { property } from "lit/decorators.js";
|
|
5
5
|
import { html, unsafeStatic } from "lit/static-html.js";
|
|
6
|
-
import { tokens } from "../../tokens.style";
|
|
6
|
+
import { tokens } from "../../tokens.style.js";
|
|
7
7
|
import { styleExpressionProperty } from "../../utils/decorators/style-expression-property.js";
|
|
8
8
|
import { gdsCustomElement } from "../../utils/helpers/custom-element-scoping.js";
|
|
9
9
|
import { GdsDiv } from "../div/div.component.js";
|
|
10
|
-
import { defaultStyles } from "./default-typography.styles";
|
|
11
|
-
import textStyles from "./text.style";
|
|
10
|
+
import { defaultStyles } from "./default-typography.styles.js";
|
|
11
|
+
import textStyles from "./text.style.js";
|
|
12
12
|
let GdsText = class extends GdsDiv {
|
|
13
13
|
constructor() {
|
|
14
14
|
super(...arguments);
|
|
@@ -13,7 +13,7 @@ import { GdsFieldBase } from "../../primitives/field-base/field-base.component.j
|
|
|
13
13
|
import { GdsFormControlFooter } from "../../primitives/form-control-footer/form-control-footer.component.js";
|
|
14
14
|
import { GdsFormControlHeader } from "../../primitives/form-control-header/form-control-header.component.js";
|
|
15
15
|
import { gdsCustomElement, html } from "../../scoping.js";
|
|
16
|
-
import { tokens } from "../../tokens.style";
|
|
16
|
+
import { tokens } from "../../tokens.style.js";
|
|
17
17
|
import { watch } from "../../utils/decorators/index.js";
|
|
18
18
|
import { resizeObserver } from "../../utils/decorators/resize-observer.js";
|
|
19
19
|
import { styleExpressionProperty } from "../../utils/decorators/style-expression-property.js";
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
import { GdsButton } from "../button/button.component.js";
|
|
27
27
|
import { GdsFormControlElement } from "../form/form-control.js";
|
|
28
28
|
import { IconCrossLarge } from "../icon/icons/cross-large.component.js";
|
|
29
|
-
import { styles } from "./textarea.styles";
|
|
29
|
+
import { styles } from "./textarea.styles.js";
|
|
30
30
|
let Textarea = class extends GdsFormControlElement {
|
|
31
31
|
constructor() {
|
|
32
32
|
super();
|
|
@@ -5,7 +5,7 @@ import { css, unsafeCSS } from "lit";
|
|
|
5
5
|
import { property } from "lit/decorators.js";
|
|
6
6
|
import { GdsElement } from "../../gds-element.js";
|
|
7
7
|
import { gdsCustomElement, html } from "../../scoping.js";
|
|
8
|
-
import { colorsDark, colorsLight, tokens } from "../../tokens.style";
|
|
8
|
+
import { colorsDark, colorsLight, tokens } from "../../tokens.style.js";
|
|
9
9
|
import { TransitionalStyles } from "../../transitional-styles.js";
|
|
10
10
|
import { watch } from "../../utils/decorators/index.js";
|
|
11
11
|
let GdsTheme = class extends GdsElement {
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
} from "../../chunks/chunk.QTSIPXV3.js";
|
|
4
4
|
import { property, query } from "lit/decorators.js";
|
|
5
5
|
import { GdsElement } from "../../gds-element.js";
|
|
6
|
-
import { tokens } from "../../tokens.style";
|
|
6
|
+
import { tokens } from "../../tokens.style.js";
|
|
7
7
|
import { styleExpressionProperty } from "../../utils/decorators/style-expression-property.js";
|
|
8
8
|
import {
|
|
9
9
|
gdsCustomElement,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
withSizeXProps,
|
|
17
17
|
withSizeYProps
|
|
18
18
|
} from "../../utils/mixins/declarative-layout-mixins.js";
|
|
19
|
-
import VideoCSS from "./video.style";
|
|
19
|
+
import VideoCSS from "./video.style.js";
|
|
20
20
|
let GdsVideo = class extends withSizeXProps(
|
|
21
21
|
withSizeYProps(
|
|
22
22
|
withMarginProps(withLayoutChildProps(withPositioningProps(GdsElement)))
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
export * from './form-control-footer/index.js';
|
|
2
|
+
export * from './form-control-header/index.js';
|
|
3
|
+
export * from './option/index.js';
|
|
4
|
+
export * from './menu-item/index.js';
|
|
1
5
|
export * from './badge/index.js';
|
|
2
6
|
export * from './button/index.js';
|
|
3
7
|
export * from './calendar/index.js';
|
|
@@ -35,13 +39,7 @@ export * from './text/index.js';
|
|
|
35
39
|
export * from './textarea/index.js';
|
|
36
40
|
export * from './theme/index.js';
|
|
37
41
|
export * from './video/index.js';
|
|
38
|
-
export * from './form-control-footer/index.js';
|
|
39
|
-
export * from './form-control-header/index.js';
|
|
40
|
-
export * from './option/index.js';
|
|
41
|
-
export * from './menu-item/index.js';
|
|
42
42
|
export * from './filter-chip/index.js';
|
|
43
|
-
export * from './radio-group/index.js';
|
|
44
|
-
export * from './segment/index.js';
|
|
45
43
|
export * from './icons/icon-airplane-up/index.js';
|
|
46
44
|
export * from './icons/icon-archive/index.js';
|
|
47
45
|
export * from './icons/icon-arrow-box-left/index.js';
|
|
@@ -301,3 +299,5 @@ export * from './icons/icon-warning-sign/index.js';
|
|
|
301
299
|
export * from './icons/icon-zap/index.js';
|
|
302
300
|
export * from './icons/icon-zoom-in/index.js';
|
|
303
301
|
export * from './icons/icon-zoom-out/index.js';
|
|
302
|
+
export * from './radio-group/index.js';
|
|
303
|
+
export * from './segment/index.js';
|
package/generated/react/index.js
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
export * from "./form-control-footer/index.js";
|
|
2
|
+
export * from "./form-control-header/index.js";
|
|
3
|
+
export * from "./option/index.js";
|
|
4
|
+
export * from "./menu-item/index.js";
|
|
1
5
|
export * from "./badge/index.js";
|
|
2
6
|
export * from "./button/index.js";
|
|
3
7
|
export * from "./calendar/index.js";
|
|
@@ -35,13 +39,7 @@ export * from "./text/index.js";
|
|
|
35
39
|
export * from "./textarea/index.js";
|
|
36
40
|
export * from "./theme/index.js";
|
|
37
41
|
export * from "./video/index.js";
|
|
38
|
-
export * from "./form-control-footer/index.js";
|
|
39
|
-
export * from "./form-control-header/index.js";
|
|
40
|
-
export * from "./option/index.js";
|
|
41
|
-
export * from "./menu-item/index.js";
|
|
42
42
|
export * from "./filter-chip/index.js";
|
|
43
|
-
export * from "./radio-group/index.js";
|
|
44
|
-
export * from "./segment/index.js";
|
|
45
43
|
export * from "./icons/icon-airplane-up/index.js";
|
|
46
44
|
export * from "./icons/icon-archive/index.js";
|
|
47
45
|
export * from "./icons/icon-arrow-box-left/index.js";
|
|
@@ -301,3 +299,5 @@ export * from "./icons/icon-warning-sign/index.js";
|
|
|
301
299
|
export * from "./icons/icon-zap/index.js";
|
|
302
300
|
export * from "./icons/icon-zoom-in/index.js";
|
|
303
301
|
export * from "./icons/icon-zoom-out/index.js";
|
|
302
|
+
export * from "./radio-group/index.js";
|
|
303
|
+
export * from "./segment/index.js";
|
package/package.json
CHANGED
|
@@ -13,7 +13,7 @@ import { GdsElement } from "../../gds-element.js";
|
|
|
13
13
|
import { gdsCustomElement, html } from "../../scoping.js";
|
|
14
14
|
import { TransitionalStyles } from "../../transitional-styles.js";
|
|
15
15
|
import { watch } from "../../utils/decorators/watch.js";
|
|
16
|
-
import { styles } from "./field-base.styles";
|
|
16
|
+
import { styles } from "./field-base.styles.js";
|
|
17
17
|
let GdsFieldBase = class extends GdsElement {
|
|
18
18
|
constructor() {
|
|
19
19
|
super();
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
gdsCustomElement,
|
|
14
14
|
html
|
|
15
15
|
} from "../../utils/helpers/custom-element-scoping.js";
|
|
16
|
-
import { styles } from "./form-control-footer.styles";
|
|
16
|
+
import { styles } from "./form-control-footer.styles.js";
|
|
17
17
|
let GdsFormControlFooter = class extends GdsElement {
|
|
18
18
|
constructor() {
|
|
19
19
|
super(...arguments);
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
gdsCustomElement,
|
|
17
17
|
html
|
|
18
18
|
} from "../../utils/helpers/custom-element-scoping.js";
|
|
19
|
-
import { styles } from "./form-control-header.styles";
|
|
19
|
+
import { styles } from "./form-control-header.styles.js";
|
|
20
20
|
let GdsFormControlHeader = class extends GdsElement {
|
|
21
21
|
constructor() {
|
|
22
22
|
super(...arguments);
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
} from "../../utils/controllers/listbox-kb-nav-controller.js";
|
|
15
15
|
import { watch } from "../../utils/decorators/watch.js";
|
|
16
16
|
import { unwrap } from "../../utils/helpers/unwrap-slots.js";
|
|
17
|
-
import style from "./listbox.styles";
|
|
17
|
+
import style from "./listbox.styles.js";
|
|
18
18
|
import { GdsOption } from "./option.component.js";
|
|
19
19
|
let GdsListbox = class extends GdsElement {
|
|
20
20
|
constructor() {
|
|
@@ -12,11 +12,11 @@ import { when } from "lit/directives/when.js";
|
|
|
12
12
|
import { IconCheckmark } from "../../components/icon/icons/checkmark.component.js";
|
|
13
13
|
import { GdsElement } from "../../gds-element.js";
|
|
14
14
|
import { gdsCustomElement, html } from "../../scoping.js";
|
|
15
|
-
import { tokens } from "../../tokens.style";
|
|
15
|
+
import { tokens } from "../../tokens.style.js";
|
|
16
16
|
import { TransitionalStyles } from "../../transitional-styles.js";
|
|
17
17
|
import { watch } from "../../utils/decorators/index.js";
|
|
18
18
|
import { Focusable } from "../../utils/mixins/focusable.js";
|
|
19
|
-
import style from "./option.styles";
|
|
19
|
+
import style from "./option.styles.js";
|
|
20
20
|
let GdsOption = class extends Focusable(GdsElement) {
|
|
21
21
|
constructor() {
|
|
22
22
|
super();
|
|
@@ -5,7 +5,7 @@ import { html } from "lit";
|
|
|
5
5
|
import { GdsElement } from "../../gds-element.js";
|
|
6
6
|
import { gdsCustomElement } from "../../scoping.js";
|
|
7
7
|
import { TransitionalStyles } from "../../transitional-styles.js";
|
|
8
|
-
import style from "./menu-heading.styles";
|
|
8
|
+
import style from "./menu-heading.styles.js";
|
|
9
9
|
let GdsMenuHeading = class extends GdsElement {
|
|
10
10
|
connectedCallback() {
|
|
11
11
|
super.connectedCallback();
|
|
@@ -8,7 +8,7 @@ import { GdsElement } from "../../gds-element.js";
|
|
|
8
8
|
import { gdsCustomElement, html } from "../../scoping.js";
|
|
9
9
|
import { TransitionalStyles } from "../../transitional-styles.js";
|
|
10
10
|
import { Focusable } from "../../utils/mixins/focusable.js";
|
|
11
|
-
import styles from "../listbox/option.styles";
|
|
11
|
+
import styles from "../listbox/option.styles.js";
|
|
12
12
|
let GdsMenuItem = class extends Focusable(GdsElement) {
|
|
13
13
|
constructor() {
|
|
14
14
|
super(...arguments);
|
|
@@ -5,7 +5,7 @@ import { html, unsafeCSS } from "lit";
|
|
|
5
5
|
import { query } from "lit/decorators.js";
|
|
6
6
|
import { GdsElement } from "../../gds-element.js";
|
|
7
7
|
import { gdsCustomElement } from "../../scoping.js";
|
|
8
|
-
import { tokens } from "../../tokens.style";
|
|
8
|
+
import { tokens } from "../../tokens.style.js";
|
|
9
9
|
import styles from "./ripple.styles.scss.js";
|
|
10
10
|
let GdsRipple = class extends GdsElement {
|
|
11
11
|
constructor() {
|
|
@@ -6,9 +6,9 @@ import { property } from "lit/decorators.js";
|
|
|
6
6
|
import { classMap } from "lit/directives/class-map.js";
|
|
7
7
|
import { GdsElement } from "../../gds-element.js";
|
|
8
8
|
import { gdsCustomElement, html } from "../../scoping.js";
|
|
9
|
-
import { tokens } from "../../tokens.style";
|
|
9
|
+
import { tokens } from "../../tokens.style.js";
|
|
10
10
|
import { TransitionalStyles } from "../../transitional-styles.js";
|
|
11
|
-
import { styles } from "./selection-field-label.styles";
|
|
11
|
+
import { styles } from "./selection-field-label.styles.js";
|
|
12
12
|
let GdsSelectionFieldLabel = class extends GdsElement {
|
|
13
13
|
constructor() {
|
|
14
14
|
super();
|
package/tokens/dark.css.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const styles = "/**\n * Do not edit directly\n * Generated on Mon, 31 Mar 2025
|
|
1
|
+
const styles = "/**\n * Do not edit directly\n * Generated on Mon, 31 Mar 2025 15:08:26 GMT\n */\n\ncolor-scheme: dark;\n --gds-color-l1-background-primary: #0e0e0e;\n --gds-color-l1-background-tertiary: #d7d7d7;\n --gds-color-l1-background-secondary: #131313;\n --gds-color-l1-content-positive: #54b561;\n --gds-color-l1-content-negative: #a63e2a;\n --gds-color-l1-content-primary: #d7d7d7;\n --gds-color-l1-content-secondary: #ababab;\n --gds-color-l1-content-tertiary: #1b1b1b;\n --gds-color-l2-background-primary: #242424;\n --gds-color-l2-background-secondary: #242424;\n --gds-color-l2-background-tertiary: #d7d7d7;\n --gds-color-l2-background-positive: #1d3f22;\n --gds-color-l2-background-negative: #4a1c13;\n --gds-color-l2-background-notice: #152c41;\n --gds-color-l2-background-warning: #4c3212;\n --gds-color-l2-background-information: #353535;\n --gds-color-l2-background-copper-01: #f2efeb;\n --gds-color-l2-background-copper-02: #332a18;\n --gds-color-l2-background-purple-01: #f3eff7;\n --gds-color-l2-background-purple-02: #372b40;\n --gds-color-l2-background-green-01: #ecf6ed;\n --gds-color-l2-background-green-02: #1d3f22;\n --gds-color-l2-background-blue-01: #eaf0f7;\n --gds-color-l2-background-blue-02: #152c41;\n --gds-color-l2-content-primary: #d7d7d7;\n --gds-color-l2-content-secondary: #ababab;\n --gds-color-l2-content-tertiary: #1b1b1b;\n --gds-color-l2-content-positive: #54b561;\n --gds-color-l2-content-negative: #ee8375;\n --gds-color-l2-content-warning: #f3b274;\n --gds-color-l2-content-notice: #78a3d5;\n --gds-color-l2-content-information: #d7d7d7;\n --gds-color-l2-content-copper-01: #1b1b1b;\n --gds-color-l2-content-copper-02: #ffffff;\n --gds-color-l2-content-purple-01: #1b1b1b;\n --gds-color-l2-content-purple-02: #ffffff;\n --gds-color-l2-content-green-01: #1b1b1b;\n --gds-color-l2-content-green-02: #ffffff;\n --gds-color-l2-content-blue-01: #1b1b1b;\n --gds-color-l2-content-blue-02: #ffffff;\n --gds-color-l2-border-primary: #353535;\n --gds-color-l2-border-secondary: #5e5e5e;\n --gds-color-l2-border-tertiary: #2c2c2c;\n --gds-color-l2-border-quarternary: #d7d7d7;\n --gds-color-l2-border-inversed: #1b1b1b;\n --gds-color-l3-background-primary: #d7d7d7;\n --gds-color-l3-background-secondary: #353535;\n --gds-color-l3-background-tertiary: #424242;\n --gds-color-l3-background-quarternary: #0e0e0e;\n --gds-color-l3-background-positive: #54b561;\n --gds-color-l3-background-positive-secondary: #25512b;\n --gds-color-l3-background-positive-badge: #306938;\n --gds-color-l3-background-negative: #c04831;\n --gds-color-l3-background-negative-secondary: #602418;\n --gds-color-l3-background-negative-badge: #4A1C13;\n --gds-color-l3-background-notice: #78a3d5;\n --gds-color-l3-background-notice-secondary: #1A3853;\n --gds-color-l3-background-notice-badge: #214769;\n --gds-color-l3-background-warning: #f3b274;\n --gds-color-l3-background-warning-secondary: #624017;\n --gds-color-l3-background-warning-badge: #744C1B;\n --gds-color-l3-background-information: #d7d7d7;\n --gds-color-l3-background-information-secondary: #424242;\n --gds-color-l3-background-information-badge: #616161;\n --gds-color-l3-background-buy: #3571a6;\n --gds-color-l3-background-copper-01: #e4ded5;\n --gds-color-l3-background-copper-02: #42361f;\n --gds-color-l3-background-purple-01: #e7deee;\n --gds-color-l3-background-purple-02: #473752;\n --gds-color-l3-background-green-01: #d7edd9;\n --gds-color-l3-background-green-02: #25512b;\n --gds-color-l3-background-blue-01: #d3dfef;\n --gds-color-l3-background-blue-02: #1a3853;\n --gds-color-l3-background-disabled: #181818;\n --gds-color-l3-background-disabled-secondary: #1b1b1b;\n --gds-color-l3-content-primary: #1b1b1b;\n --gds-color-l3-content-secondary: #ababab;\n --gds-color-l3-content-tertiary: #d7d7d7;\n --gds-color-l3-content-notice: #78a3d5;\n --gds-color-l3-content-warning: #f3b274;\n --gds-color-l3-content-information: #d7d7d7;\n --gds-color-l3-content-buy: #ffffff;\n --gds-color-l3-content-copper-01: #1b1b1b;\n --gds-color-l3-content-copper-02: #ffffff;\n --gds-color-l3-content-purple-01: #1b1b1b;\n --gds-color-l3-content-purple-02: #ffffff;\n --gds-color-l3-content-green-01: #1b1b1b;\n --gds-color-l3-content-green-02: #ffffff;\n --gds-color-l3-content-blue-01: #1b1b1b;\n --gds-color-l3-content-blue-02: #ffffff;\n --gds-color-l3-content-disabled: #5e5e5e;\n --gds-color-l3-content-positive: #54b561;\n --gds-color-l3-content-negative: #ee8375;\n --gds-color-l3-border-primary: #d7d7d7;\n --gds-color-l3-border-secondary: #ababab;\n --gds-color-l3-border-tertiary: #1b1b1b;\n --gds-color-l3-border-negative: #ee8375;\n --gds-color-l3-states-dark-hover: #ffffff 15%;\n --gds-color-l3-states-dark-pressed: #ffffff 25%;\n --gds-color-l3-states-light-hover: #d7d7d7 10%;\n --gds-color-l3-states-light-pressed: #d7d7d7 20%;\n --gds-color-l3-states-positive-hover: #54b561 10%;\n --gds-color-l3-states-positive-pressed: #54b561 20%;\n --gds-color-l3-states-negative-hover: #ee8375 10%;\n --gds-color-l3-states-negative-pressed: #ee8375 20%;\n";
|
|
2
2
|
export default styles;
|
package/tokens/light.css.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const styles = "/**\n * Do not edit directly\n * Generated on Mon, 31 Mar 2025
|
|
1
|
+
const styles = "/**\n * Do not edit directly\n * Generated on Mon, 31 Mar 2025 15:08:26 GMT\n */\n\ncolor-scheme: light;\n --gds-color-l1-background-primary: #ffffff;\n --gds-color-l1-background-tertiary: #1b1b1b;\n --gds-color-l1-background-secondary: #eeeeee;\n --gds-color-l1-content-positive: #35723d;\n --gds-color-l1-content-negative: #a63e2a;\n --gds-color-l1-content-primary: #1b1b1b;\n --gds-color-l1-content-secondary: #5e5e5e;\n --gds-color-l1-content-tertiary: #ffffff;\n --gds-color-l2-background-primary: #f3f3f3;\n --gds-color-l2-background-secondary: #ffffff;\n --gds-color-l2-background-tertiary: #242424;\n --gds-color-l2-background-positive: #ecf6ed;\n --gds-color-l2-background-negative: #fcecea;\n --gds-color-l2-background-notice: #eaf0f7;\n --gds-color-l2-background-warning: #fcecbc;\n --gds-color-l2-background-information: #e2e2e2;\n --gds-color-l2-background-copper-01: #f2efeb;\n --gds-color-l2-background-copper-02: #332a18;\n --gds-color-l2-background-purple-01: #f3eff7;\n --gds-color-l2-background-purple-02: #372b40;\n --gds-color-l2-background-green-01: #ecf6ed;\n --gds-color-l2-background-green-02: #1d3f22;\n --gds-color-l2-background-blue-01: #eaf0f7;\n --gds-color-l2-background-blue-02: #152c41;\n --gds-color-l2-content-primary: #1b1b1b;\n --gds-color-l2-content-secondary: #5e5e5e;\n --gds-color-l2-content-tertiary: #ffffff;\n --gds-color-l2-content-positive: #35723d;\n --gds-color-l2-content-negative: #a63e2a;\n --gds-color-l2-content-warning: #65581e;\n --gds-color-l2-content-notice: #005fac;\n --gds-color-l2-content-information: #1b1b1b;\n --gds-color-l2-content-copper-01: #1b1b1b;\n --gds-color-l2-content-copper-02: #ffffff;\n --gds-color-l2-content-purple-01: #1b1b1b;\n --gds-color-l2-content-purple-02: #ffffff;\n --gds-color-l2-content-green-01: #1b1b1b;\n --gds-color-l2-content-green-02: #ffffff;\n --gds-color-l2-content-blue-01: #1b1b1b;\n --gds-color-l2-content-blue-02: #ffffff;\n --gds-color-l2-border-primary: #d7d7d7;\n --gds-color-l2-border-secondary: #6f6f6f;\n --gds-color-l2-border-tertiary: #f9f9f9;\n --gds-color-l2-border-quarternary: #1b1b1b;\n --gds-color-l2-border-inversed: #ffffff;\n --gds-color-l3-background-primary: #1b1b1b;\n --gds-color-l3-background-secondary: #e2e2e2;\n --gds-color-l3-background-tertiary: #d7d7d7;\n --gds-color-l3-background-quarternary: #ffffff;\n --gds-color-l3-background-positive: #35723d;\n --gds-color-l3-background-positive-secondary: #d7edd9;\n --gds-color-l3-background-positive-badge: #d7edd9;\n --gds-color-l3-background-negative: #a63e2a;\n --gds-color-l3-background-negative-secondary: #fcecea;\n --gds-color-l3-background-negative-badge: #f8d6d3;\n --gds-color-l3-background-notice: #005fac;\n --gds-color-l3-background-notice-secondary: #d3dfef;\n --gds-color-l3-background-notice-badge: #d3dfef;\n --gds-color-l3-background-warning: #65581e;\n --gds-color-l3-background-warning-secondary: #fadf7b;\n --gds-color-l3-background-warning-badge: #fadf7b;\n --gds-color-l3-background-information: #1b1b1b;\n --gds-color-l3-background-information-secondary: #d7d7d7;\n --gds-color-l3-background-information-badge: #d7d7d7;\n --gds-color-l3-background-buy: #2e6290;\n --gds-color-l3-background-copper-01: #e4ded5;\n --gds-color-l3-background-copper-02: #42361f;\n --gds-color-l3-background-purple-01: #e7deee;\n --gds-color-l3-background-purple-02: #473752;\n --gds-color-l3-background-green-01: #d7edd9;\n --gds-color-l3-background-green-02: #25512b;\n --gds-color-l3-background-blue-01: #d3dfef;\n --gds-color-l3-background-blue-02: #1a3853;\n --gds-color-l3-background-disabled: #f9f9f9;\n --gds-color-l3-background-disabled-secondary: #f3f3f3;\n --gds-color-l3-content-primary: #ffffff;\n --gds-color-l3-content-secondary: #5e5e5e;\n --gds-color-l3-content-tertiary: #1b1b1b;\n --gds-color-l3-content-notice: #005fac;\n --gds-color-l3-content-warning: #65581e;\n --gds-color-l3-content-information: #1b1b1b;\n --gds-color-l3-content-buy: #ffffff;\n --gds-color-l3-content-copper-01: #1b1b1b;\n --gds-color-l3-content-copper-02: #ffffff;\n --gds-color-l3-content-purple-01: #1b1b1b;\n --gds-color-l3-content-purple-02: #ffffff;\n --gds-color-l3-content-green-01: #1b1b1b;\n --gds-color-l3-content-green-02: #ffffff;\n --gds-color-l3-content-blue-01: #1b1b1b;\n --gds-color-l3-content-blue-02: #ffffff;\n --gds-color-l3-content-disabled: #ababab;\n --gds-color-l3-content-positive: #35723d;\n --gds-color-l3-content-negative: #a63e2a;\n --gds-color-l3-border-primary: #1b1b1b;\n --gds-color-l3-border-secondary: #6f6f6f;\n --gds-color-l3-border-tertiary: #d7d7d7;\n --gds-color-l3-border-negative: #a63e2a;\n --gds-color-l3-states-dark-hover: #ffffff 15%;\n --gds-color-l3-states-dark-pressed: #ffffff 25%;\n --gds-color-l3-states-light-hover: #1b1b1b 10%;\n --gds-color-l3-states-light-pressed: #1b1b1b 20%;\n --gds-color-l3-states-positive-hover: #35723d 10%;\n --gds-color-l3-states-positive-pressed: #35723d 20%;\n --gds-color-l3-states-negative-hover: #a63e2a 10%;\n --gds-color-l3-states-negative-pressed: #a63e2a 20%;\n";
|
|
2
2
|
export default styles;
|
package/tokens/motion.css.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const styles = "/**\n * Do not edit directly\n * Generated on Mon, 31 Mar 2025
|
|
1
|
+
const styles = "/**\n * Do not edit directly\n * Generated on Mon, 31 Mar 2025 15:08:26 GMT\n */\n\n:host {\n --gds-sys-motion-duration-slowest: 1.5s;\n --gds-sys-motion-duration-slow: 1s;\n --gds-sys-motion-duration-default: .5s;\n --gds-sys-motion-duration-fast: .4s;\n --gds-sys-motion-duration-fastest: .2s;\n --gds-sys-motion-easing-linear: cubic-bezier(0, 0, 1, 1);\n --gds-sys-motion-easing-ease-out: cubic-bezier(0.22, 1, 0.36, 1);\n --gds-sys-motion-easing-ease-in-out: cubic-bezier(0.83, 0, 0.17, 1);\n --gds-sys-motion-easing-ease-in: cubic-bezier(0.64, 0, 0.78, 0);\n}\n";
|
|
2
2
|
export default styles;
|
package/tokens/shadow.css.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const styles = "/**\n * Do not edit directly\n * Generated on Mon, 31 Mar 2025
|
|
1
|
+
const styles = "/**\n * Do not edit directly\n * Generated on Mon, 31 Mar 2025 15:08:26 GMT\n */\n\n:host {\n--gds-shadow-xs: 0px 0px 1px 0px rgba(0, 0, 0, 0.1), 0px 0px 1px 0px rgba(0, 0, 0, 0.1);\n--gds-shadow-s: 0px 1px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);\n--gds-shadow-m: 0px 4px 8px -2px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.06);\n--gds-shadow-l: 0px 12px 16px -4px rgba(0, 0, 0, 0.08), 0px 4px 6px -2px rgba(0, 0, 0, 0.03);\n--gds-shadow-xl: 0px 20px 24px -4px rgba(0, 0, 0, 0.08), 0px 8px 8px -4px rgba(0, 0, 0, 0.03);\n}\n";
|
|
2
2
|
export default styles;
|
package/tokens/size.css.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const styles = "/**\n * Do not edit directly\n * Generated on Mon, 31 Mar 2025
|
|
1
|
+
const styles = "/**\n * Do not edit directly\n * Generated on Mon, 31 Mar 2025 15:08:26 GMT\n */\n\n:host {\n --gds-space-max: 999px;\n --gds-space-8xl: 120px;\n --gds-space-7xl: 112px;\n --gds-space-6xl: 96px;\n --gds-space-5xl: 80px;\n --gds-space-4xl: 64px;\n --gds-space-3xl: 48px;\n --gds-space-2xl: 40px;\n --gds-space-xl: 32px;\n --gds-space-l: 24px;\n --gds-space-m: 16px;\n --gds-space-s: 12px;\n --gds-space-xs: 8px;\n --gds-space-2xs: 4px;\n --gds-space-3xs: 2px;\n --gds-space-4xs: 1px;\n --gds-space-0: 0px;\n}\n";
|
|
2
2
|
export default styles;
|
package/tokens/text.css.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const styles = "/**\n * Do not edit directly\n * Generated on Mon, 31 Mar 2025
|
|
1
|
+
const styles = "/**\n * Do not edit directly\n * Generated on Mon, 31 Mar 2025 15:08:26 GMT\n */\n\n:host {\n --gds-text-weight-bold: 700;\n --gds-text-weight-medium: 500;\n --gds-text-weight-book: 450;\n --gds-text-weight-regular: 400;\n --gds-text-weight-light: 300;\n --gds-text-size-preamble-xs: 1rem;\n --gds-text-size-preamble-s: 1.125rem;\n --gds-text-size-preamble-m: 1.25rem;\n --gds-text-size-preamble-l: 1.5rem;\n --gds-text-size-preamble-xl: 1.75rem;\n --gds-text-size-preamble-2xl: 2rem;\n --gds-text-size-display-s: 2rem;\n --gds-text-size-display-m: 2.25rem;\n --gds-text-size-display-l: 3rem;\n --gds-text-size-display-xl: 4rem;\n --gds-text-size-display-2xl: 5.125rem;\n --gds-text-size-body-s: 0.875rem;\n --gds-text-size-body-m: 1rem;\n --gds-text-size-body-l: 1.25rem;\n --gds-text-size-detail-xs: 0.75rem;\n --gds-text-size-detail-s: 0.875rem;\n --gds-text-size-detail-m: 1rem;\n --gds-text-size-heading-2xl: 0.875rem;\n --gds-text-size-heading-xs: 1rem;\n --gds-text-size-heading-s: 1.25rem;\n --gds-text-size-heading-m: 1.5rem;\n --gds-text-size-heading-l: 1.75rem;\n --gds-text-size-heading-xl: 2rem;\n --gds-text-line-height-preamble-xs: 1.5rem;\n --gds-text-line-height-preamble-s: 1.625rem;\n --gds-text-line-height-preamble-m: 1.75rem;\n --gds-text-line-height-preamble-l: 2rem;\n --gds-text-line-height-preamble-xl: 2.25rem;\n --gds-text-line-height-preamble-2xl: 2.5rem;\n --gds-text-line-height-display-s: 2.5rem;\n --gds-text-line-height-display-m: 2.75rem;\n --gds-text-line-height-display-l: 3.5rem;\n --gds-text-line-height-display-xl: 4.5rem;\n --gds-text-line-height-display-2xl: 5.625rem;\n --gds-text-line-height-body-s: 1.25rem;\n --gds-text-line-height-body-m: 1.5rem;\n --gds-text-line-height-body-l: 1.625rem;\n --gds-text-line-height-detail-xs: 1rem;\n --gds-text-line-height-detail-s: 1.125rem;\n --gds-text-line-height-detail-m: 1.25rem;\n --gds-text-line-height-heading-2xs: 1.25rem;\n --gds-text-line-height-heading-xs: 1.5rem;\n --gds-text-line-height-heading-s: 1.75rem;\n --gds-text-line-height-heading-m: 2rem;\n --gds-text-line-height-heading-l: 2.5rem;\n --gds-text-line-height-heading-xl: 2.75rem;\n}\n";
|
|
2
2
|
export default styles;
|
|
@@ -4,15 +4,15 @@ import {
|
|
|
4
4
|
} from "../../chunks/chunk.QTSIPXV3.js";
|
|
5
5
|
var _styles, _elements, _useLegacyStylesheets;
|
|
6
6
|
import { unsafeCSS } from "lit";
|
|
7
|
-
import * as Button from "../../components/button/button.trans.styles";
|
|
8
|
-
import * as ContextMenu from "../../components/context-menu/context-menu.trans.styles";
|
|
9
|
-
import * as Datepicker from "../../components/datepicker/datepicker.trans.styles";
|
|
10
|
-
import * as Dropdown from "../../components/dropdown/dropdown.trans.styles";
|
|
11
|
-
import * as FilterChips from "../../components/filter-chips/filter-chips.trans.styles";
|
|
12
|
-
import * as GroupedList from "../../components/grouped-list/grouped-list.trans.styles";
|
|
13
|
-
import * as Input from "../../components/input/input.trans.styles";
|
|
14
|
-
import * as SegmentedControl from "../../components/segmented-control/segmented-control.trans.styles";
|
|
15
|
-
import * as Theme from "../../components/theme/theme.trans.styles";
|
|
7
|
+
import * as Button from "../../components/button/button.trans.styles.js";
|
|
8
|
+
import * as ContextMenu from "../../components/context-menu/context-menu.trans.styles.js";
|
|
9
|
+
import * as Datepicker from "../../components/datepicker/datepicker.trans.styles.js";
|
|
10
|
+
import * as Dropdown from "../../components/dropdown/dropdown.trans.styles.js";
|
|
11
|
+
import * as FilterChips from "../../components/filter-chips/filter-chips.trans.styles.js";
|
|
12
|
+
import * as GroupedList from "../../components/grouped-list/grouped-list.trans.styles.js";
|
|
13
|
+
import * as Input from "../../components/input/input.trans.styles.js";
|
|
14
|
+
import * as SegmentedControl from "../../components/segmented-control/segmented-control.trans.styles.js";
|
|
15
|
+
import * as Theme from "../../components/theme/theme.trans.styles.js";
|
|
16
16
|
import { supportsConstructedStylesheets } from "../../utils/controllers/dynamic-styles-controller.js";
|
|
17
17
|
import { VER_SUFFIX } from "../helpers/custom-element-scoping.js";
|
|
18
18
|
const registerTransitionalStyles = () => {
|