igniteui-webcomponents 5.2.2 → 5.2.4
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/CHANGELOG.md +12 -0
- package/README.md +3 -0
- package/components/carousel/carousel-slide.d.ts +0 -3
- package/components/carousel/carousel-slide.js +4 -15
- package/components/carousel/carousel-slide.js.map +1 -1
- package/components/carousel/themes/carousel-slide.base.css.js +1 -1
- package/components/carousel/themes/carousel-slide.base.css.js.map +1 -1
- package/components/checkbox/themes/dark/switch/switch.bootstrap.css.js +1 -1
- package/components/checkbox/themes/dark/switch/switch.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/dark/switch/switch.indigo.css.js +1 -1
- package/components/checkbox/themes/dark/switch/switch.indigo.css.js.map +1 -1
- package/components/checkbox/themes/light/switch/switch.bootstrap.css.js +1 -1
- package/components/checkbox/themes/light/switch/switch.bootstrap.css.js.map +1 -1
- package/components/checkbox/themes/light/switch/switch.indigo.css.js +1 -1
- package/components/checkbox/themes/light/switch/switch.indigo.css.js.map +1 -1
- package/components/chip/themes/shared/chip.bootstrap.css.js +1 -1
- package/components/chip/themes/shared/chip.bootstrap.css.js.map +1 -1
- package/components/input/themes/shared/input.indigo.css.js +1 -1
- package/components/input/themes/shared/input.indigo.css.js.map +1 -1
- package/custom-elements.json +11 -15
- package/igniteui-webcomponents.css-data.json +1 -1
- package/igniteui-webcomponents.html-data.json +1 -1
- package/package.json +2 -2
- package/themes/dark/fluent.css +1 -1
- package/themes/dark/material.css +1 -1
- package/themes/light/fluent.css +1 -1
- package/themes/light/material.css +1 -1
- package/web-types.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
5
5
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
6
6
|
|
|
7
|
+
## [5.2.4] - 2025-02-24
|
|
8
|
+
### Changed
|
|
9
|
+
- #### Carousel - **Potential visual breaking change.**
|
|
10
|
+
- Removed `[part='base']` wrapping container from slide's internal DOM.
|
|
11
|
+
|
|
12
|
+
## [5.2.3] - 2025-02-13
|
|
13
|
+
### Fixed
|
|
14
|
+
- #### Chip
|
|
15
|
+
- Disabled state in Bootstrap [#1573](https://github.com/IgniteUI/igniteui-webcomponents/pull/1573)
|
|
16
|
+
|
|
7
17
|
## [5.2.2] - 2025-02-12
|
|
8
18
|
### Fixed
|
|
9
19
|
- #### Combo
|
|
@@ -689,6 +699,8 @@ Initial release of Ignite UI Web Components
|
|
|
689
699
|
- Ripple component
|
|
690
700
|
- Switch component
|
|
691
701
|
|
|
702
|
+
[5.2.4]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.2.3...5.2.4
|
|
703
|
+
[5.2.3]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.2.2...5.2.3
|
|
692
704
|
[5.2.2]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.2.1...5.2.2
|
|
693
705
|
[5.2.1]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.2.0...5.2.1
|
|
694
706
|
[5.2.0]: https://github.com/IgniteUI/igniteui-webcomponents/compare/5.1.2...5.2.0
|
package/README.md
CHANGED
|
@@ -23,6 +23,7 @@ See the [Storybook Here](https://igniteui.github.io/igniteui-webcomponents)
|
|
|
23
23
|
|
|
24
24
|
| Components | Status | Documentation | Released Version |
|
|
25
25
|
| :---------------------- | :----: | :----------------------------: | :--------------: |
|
|
26
|
+
| Carousel | ✅ | [Docs][Carousel Docs] | [5.1.0] |
|
|
26
27
|
| Date picker | ✅ | [Docs][Date Picker Docs] | [4.10.0] |
|
|
27
28
|
| Divider | ✅ | [Docs][Divider Docs] | [4.10.0] |
|
|
28
29
|
| Banner | ✅ | [Docs][Banner Docs] | [4.10.0] |
|
|
@@ -235,6 +236,7 @@ npm run storybook:build
|
|
|
235
236
|
[Banner Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/notifications/banner
|
|
236
237
|
[Divider Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/layouts/divider
|
|
237
238
|
[Date Picker Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/scheduling/date-picker
|
|
239
|
+
[Carousel Docs]: https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/layouts/carousel
|
|
238
240
|
[1.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/1.0.0
|
|
239
241
|
[2.0.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/2.0.0
|
|
240
242
|
[2.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/2.1.0
|
|
@@ -245,3 +247,4 @@ npm run storybook:build
|
|
|
245
247
|
[4.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/4.1.0
|
|
246
248
|
[4.5.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/4.5.0
|
|
247
249
|
[4.10.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/4.10.0
|
|
250
|
+
[5.1.0]: https://github.com/IgniteUI/igniteui-webcomponents/releases/tag/5.1.0
|
|
@@ -5,8 +5,6 @@ import { LitElement } from 'lit';
|
|
|
5
5
|
* @element igc-carousel-slide
|
|
6
6
|
*
|
|
7
7
|
* @slot Default slot for the carousel slide.
|
|
8
|
-
*
|
|
9
|
-
* @csspart base - The base wrapper of the carousel slide.
|
|
10
8
|
*/
|
|
11
9
|
export default class IgcCarouselSlideComponent extends LitElement {
|
|
12
10
|
static styles: import("lit").CSSResult;
|
|
@@ -14,7 +12,6 @@ export default class IgcCarouselSlideComponent extends LitElement {
|
|
|
14
12
|
static register(): void;
|
|
15
13
|
private static readonly increment;
|
|
16
14
|
private _internals;
|
|
17
|
-
private _slideRef;
|
|
18
15
|
private _animationPlayer;
|
|
19
16
|
private _carousel?;
|
|
20
17
|
protected get _index(): number;
|
|
@@ -7,11 +7,10 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
import { consume } from '@lit/context';
|
|
8
8
|
import { LitElement, html } from 'lit';
|
|
9
9
|
import { property } from 'lit/decorators.js';
|
|
10
|
-
import { createRef, ref } from 'lit/directives/ref.js';
|
|
11
10
|
import { EaseInOut } from '../../animations/easings.js';
|
|
12
11
|
import { addAnimationController } from '../../animations/player.js';
|
|
13
12
|
import { registerComponent } from '../common/definitions/register.js';
|
|
14
|
-
import { createCounter, formatString
|
|
13
|
+
import { createCounter, formatString } from '../common/util.js';
|
|
15
14
|
import { animations } from './animations.js';
|
|
16
15
|
import { carouselContext } from './context.js';
|
|
17
16
|
import { styles } from './themes/carousel-slide.base.css.js';
|
|
@@ -50,8 +49,7 @@ class IgcCarouselSlideComponent extends LitElement {
|
|
|
50
49
|
}
|
|
51
50
|
constructor() {
|
|
52
51
|
super();
|
|
53
|
-
this.
|
|
54
|
-
this._animationPlayer = addAnimationController(this, this._slideRef);
|
|
52
|
+
this._animationPlayer = addAnimationController(this);
|
|
55
53
|
this.active = false;
|
|
56
54
|
this.previous = false;
|
|
57
55
|
this._internals = this.attachInternals();
|
|
@@ -67,16 +65,7 @@ class IgcCarouselSlideComponent extends LitElement {
|
|
|
67
65
|
this.id || `igc-carousel-slide-${IgcCarouselSlideComponent.increment()}`;
|
|
68
66
|
}
|
|
69
67
|
render() {
|
|
70
|
-
|
|
71
|
-
base: true,
|
|
72
|
-
current: this.active,
|
|
73
|
-
previous: this.previous,
|
|
74
|
-
});
|
|
75
|
-
return html `
|
|
76
|
-
<div ${ref(this._slideRef)} part=${parts}>
|
|
77
|
-
<slot></slot>
|
|
78
|
-
</div>
|
|
79
|
-
`;
|
|
68
|
+
return html ` <slot></slot> `;
|
|
80
69
|
}
|
|
81
70
|
}
|
|
82
71
|
IgcCarouselSlideComponent.styles = styles;
|
|
@@ -90,6 +79,6 @@ __decorate([
|
|
|
90
79
|
property({ type: Boolean, reflect: true })
|
|
91
80
|
], IgcCarouselSlideComponent.prototype, "active", void 0);
|
|
92
81
|
__decorate([
|
|
93
|
-
property({
|
|
82
|
+
property({ type: Boolean, reflect: true })
|
|
94
83
|
], IgcCarouselSlideComponent.prototype, "previous", void 0);
|
|
95
84
|
//# sourceMappingURL=carousel-slide.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel-slide.js","sourceRoot":"","sources":["../../../src/components/carousel/carousel-slide.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C,OAAO,
|
|
1
|
+
{"version":3,"file":"carousel-slide.js","sourceRoot":"","sources":["../../../src/components/carousel/carousel-slide.ts"],"names":[],"mappings":";;;;;;AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AACvC,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,KAAK,CAAC;AACvC,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACxD,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,mCAAmC,CAAC;AACtE,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAE7C,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,EAAE,MAAM,EAAE,MAAM,qCAAqC,CAAC;AAU7D,MAAqB,yBAA0B,SAAQ,UAAU;IAKxD,MAAM,CAAC,QAAQ;QACpB,iBAAiB,CAAC,yBAAyB,CAAC,CAAC;IAC/C,CAAC;IAUD,IAAc,MAAM;QAClB,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAClE,CAAC;IAED,IAAc,MAAM;QAClB,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;IAC3D,CAAC;IAED,IAAc,UAAU;QACtB,MAAM,SAAS,GAAG,IAAI,CAAC,SAAS,EAAE,aAAa,IAAI,OAAO,CAAC;QAE3D,IAAI,SAAS,KAAK,OAAO,EAAE,CAAC;YAC1B,OAAO,IAAI,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,UAAU,CAAC;QAC5D,CAAC;QAED,OAAO,SAAS,CAAC;IACnB,CAAC;IAED,IAAc,YAAY;QACxB,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC,CAAC,EAAE,CAAC;IAChE,CAAC;IAaM,KAAK,CAAC,eAAe,CAC1B,IAAkB,EAClB,YAAkC,QAAQ;QAE1C,MAAM,SAAS,GAAG,UAAU,CAAC,GAAG,CAAC,IAAI,CAAC,UAAU,CAAE,CAAC,GAAG,CAAC,IAAI,CAAE,CAAC;QAE9D,MAAM,OAAO,GAA6B;YACxC,QAAQ,EAAE,GAAG;YACb,MAAM,EAAE,SAAS,CAAC,IAAI;YACtB,SAAS;SACV,CAAC;QAEF,MAAM,CAAC,CAAC,EAAE,KAAK,CAAC,GAAG,MAAM,OAAO,CAAC,GAAG,CAAC;YACnC,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE;YAC/B,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;SAC/C,CAAC,CAAC;QAEH,OAAO,KAAK,CAAC,IAAI,KAAK,QAAQ,CAAC;IACjC,CAAC;IAED;QACE,KAAK,EAAE,CAAC;QA3DF,qBAAgB,GAAG,sBAAsB,CAAC,IAAI,CAAC,CAAC;QAgCjD,WAAM,GAAG,KAAK,CAAC;QAIf,aAAQ,GAAG,KAAK,CAAC;QAwBtB,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,eAAe,EAAE,CAAC;QAEzC,IAAI,CAAC,UAAU,CAAC,IAAI,GAAG,UAAU,CAAC;QAClC,IAAI,CAAC,UAAU,CAAC,mBAAmB,GAAG,OAAO,CAAC;IAChD,CAAC;IAEkB,UAAU;QAC3B,IAAI,CAAC,UAAU,CAAC,SAAS,GAAG,YAAY,CACtC,IAAI,CAAC,YAAY,EACjB,IAAI,CAAC,MAAM,GAAG,CAAC,EACf,IAAI,CAAC,MAAM,CACZ,CAAC;IACJ,CAAC;IAEe,iBAAiB;QAC/B,KAAK,CAAC,iBAAiB,EAAE,CAAC;QAE1B,IAAI,CAAC,EAAE;YACL,IAAI,CAAC,EAAE,IAAI,sBAAsB,yBAAyB,CAAC,SAAS,EAAE,EAAE,CAAC;IAC7E,CAAC;IAEkB,MAAM;QACvB,OAAO,IAAI,CAAA,iBAAiB,CAAC;IAC/B,CAAC;;AA9FsB,gCAAM,GAAG,MAAM,AAAT,CAAU;AAChB,iCAAO,GAAG,oBAAoB,AAAvB,CAAwB;AAO9B,mCAAS,GAAG,aAAa,EAAE,AAAlB,CAAmB;eATjC,yBAAyB;AAepC;IADP,OAAO,CAAC,EAAE,OAAO,EAAE,eAAe,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC;4DACd;AA6BlC;IADN,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;yDACrB;AAIf;IADN,QAAQ,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC;2DACnB","sourcesContent":["import { consume } from '@lit/context';\nimport { LitElement, html } from 'lit';\nimport { property } from 'lit/decorators.js';\n\nimport { EaseInOut } from '../../animations/easings.js';\nimport { addAnimationController } from '../../animations/player.js';\nimport { registerComponent } from '../common/definitions/register.js';\nimport { createCounter, formatString } from '../common/util.js';\nimport { animations } from './animations.js';\nimport type IgcCarouselComponent from './carousel.js';\nimport { carouselContext } from './context.js';\nimport { styles } from './themes/carousel-slide.base.css.js';\n\n/**\n * A single content container within a set of containers used in the context of an `igc-carousel`.\n *\n * @element igc-carousel-slide\n *\n * @slot Default slot for the carousel slide.\n */\n\nexport default class IgcCarouselSlideComponent extends LitElement {\n public static override styles = styles;\n public static readonly tagName = 'igc-carousel-slide';\n\n /* blazorSuppress */\n public static register() {\n registerComponent(IgcCarouselSlideComponent);\n }\n\n private static readonly increment = createCounter();\n\n private _internals: ElementInternals;\n private _animationPlayer = addAnimationController(this);\n\n @consume({ context: carouselContext, subscribe: true })\n private _carousel?: IgcCarouselComponent;\n\n protected get _index() {\n return this._carousel ? this._carousel.slides.indexOf(this) : 0;\n }\n\n protected get _total() {\n return this._carousel ? this._carousel.slides.length : 0;\n }\n\n protected get _animation() {\n const animation = this._carousel?.animationType ?? 'slide';\n\n if (animation === 'slide') {\n return this._carousel?.vertical ? 'slideVer' : 'slideHor';\n }\n\n return animation;\n }\n\n protected get _labelFormat() {\n return this._carousel ? this._carousel.slidesLabelFormat : '';\n }\n\n /**\n * The current active slide for the carousel component.\n * @attr\n */\n @property({ type: Boolean, reflect: true })\n public active = false;\n\n /* blazorSuppress */\n @property({ type: Boolean, reflect: true })\n public previous = false;\n\n public async toggleAnimation(\n type: 'in' | 'out',\n direction: 'normal' | 'reverse' = 'normal'\n ) {\n const animation = animations.get(this._animation)!.get(type)!;\n\n const options: KeyframeAnimationOptions = {\n duration: 320,\n easing: EaseInOut.Quad,\n direction,\n };\n\n const [_, event] = await Promise.all([\n this._animationPlayer.stopAll(),\n this._animationPlayer.play(animation(options)),\n ]);\n\n return event.type === 'finish';\n }\n\n constructor() {\n super();\n this._internals = this.attachInternals();\n\n this._internals.role = 'tabpanel';\n this._internals.ariaRoleDescription = 'slide';\n }\n\n protected override willUpdate(): void {\n this._internals.ariaLabel = formatString(\n this._labelFormat,\n this._index + 1,\n this._total\n );\n }\n\n public override connectedCallback(): void {\n super.connectedCallback();\n\n this.id =\n this.id || `igc-carousel-slide-${IgcCarouselSlideComponent.increment()}`;\n }\n\n protected override render() {\n return html` <slot></slot> `;\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'igc-carousel-slide': IgcCarouselSlideComponent;\n }\n}\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
|
-
export const styles = css `:host{--is-large: clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-large, 3), 1);--is-medium: min( clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-medium, 2), 1), clamp(0, var(--ig-size-large, 3) - var(--component-size, 1), 1) );--is-small: clamp(0, var(--ig-size-medium) - var(--component-size, 1), 1);position:relative;box-sizing:border-box;scrollbar-width:var(--ig-scrollbar-size, var(--sb-size));scrollbar-color:var(--ig-scrollbar-thumb-background, var(--sb-thumb-bg-color)) var(--ig-scrollbar-track-background, var(--sb-track-bg-color))}:host ::-webkit-scrollbar{width:var(--ig-scrollbar-size, var(--sb-size));height:var(--ig-scrollbar-size, var(--sb-size));background:var(--ig-scrollbar-track-background, var(--sb-track-bg-color))}:host ::-webkit-scrollbar-thumb{background:var(--ig-scrollbar-thumb-background, var(--sb-thumb-bg-color))}:host *,:host *::before,:host *::after{box-sizing:border-box}:host([hidden]),[hidden]{display:none !important}:host{position:absolute;width:100%;height:100%;inset:0}:host ::slotted(img){width:100%;height:100%;-o-object-fit:cover;object-fit:cover;touch-action:none;pointer-events:none}
|
|
2
|
+
export const styles = css `:host{--is-large: clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-large, 3), 1);--is-medium: min( clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-medium, 2), 1), clamp(0, var(--ig-size-large, 3) - var(--component-size, 1), 1) );--is-small: clamp(0, var(--ig-size-medium) - var(--component-size, 1), 1);position:relative;box-sizing:border-box;scrollbar-width:var(--ig-scrollbar-size, var(--sb-size));scrollbar-color:var(--ig-scrollbar-thumb-background, var(--sb-thumb-bg-color)) var(--ig-scrollbar-track-background, var(--sb-track-bg-color))}:host ::-webkit-scrollbar{width:var(--ig-scrollbar-size, var(--sb-size));height:var(--ig-scrollbar-size, var(--sb-size));background:var(--ig-scrollbar-track-background, var(--sb-track-bg-color))}:host ::-webkit-scrollbar-thumb{background:var(--ig-scrollbar-thumb-background, var(--sb-thumb-bg-color))}:host *,:host *::before,:host *::after{box-sizing:border-box}:host([hidden]),[hidden]{display:none !important}:host{position:absolute;width:100%;height:100%;inset:0;z-index:-1;visibility:hidden}:host ::slotted(img){width:100%;height:100%;-o-object-fit:cover;object-fit:cover;touch-action:none;pointer-events:none}:host([active]){z-index:2;visibility:visible}:host([previous]){z-index:1;visibility:visible}`;
|
|
3
3
|
//# sourceMappingURL=carousel-slide.base.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel-slide.base.css.js","sourceRoot":"","sources":["../../../../src/components/carousel/themes/carousel-slide.base.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,
|
|
1
|
+
{"version":3,"file":"carousel-slide.base.css.js","sourceRoot":"","sources":["../../../../src/components/carousel/themes/carousel-slide.base.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,ivCAAivC,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host{--is-large: clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-large, 3), 1);--is-medium: min( clamp(0, (var(--component-size, 1) + 1) - var(--ig-size-medium, 2), 1), clamp(0, var(--ig-size-large, 3) - var(--component-size, 1), 1) );--is-small: clamp(0, var(--ig-size-medium) - var(--component-size, 1), 1);position:relative;box-sizing:border-box;scrollbar-width:var(--ig-scrollbar-size, var(--sb-size));scrollbar-color:var(--ig-scrollbar-thumb-background, var(--sb-thumb-bg-color)) var(--ig-scrollbar-track-background, var(--sb-track-bg-color))}:host ::-webkit-scrollbar{width:var(--ig-scrollbar-size, var(--sb-size));height:var(--ig-scrollbar-size, var(--sb-size));background:var(--ig-scrollbar-track-background, var(--sb-track-bg-color))}:host ::-webkit-scrollbar-thumb{background:var(--ig-scrollbar-thumb-background, var(--sb-thumb-bg-color))}:host *,:host *::before,:host *::after{box-sizing:border-box}:host([hidden]),[hidden]{display:none !important}:host{position:absolute;width:100%;height:100%;inset:0;z-index:-1;visibility:hidden}:host ::slotted(img){width:100%;height:100%;-o-object-fit:cover;object-fit:cover;touch-action:none;pointer-events:none}:host([active]){z-index:2;visibility:visible}:host([previous]){z-index:1;visibility:visible}`;\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
|
-
export const styles = css `:host{--track-disabled-color: var(--ig-switch-track-disabled-color, hsl(from var(--ig-surface-500) h s l/1));--track-off-color: var(--ig-switch-track-off-color, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--thumb-on-color: var(--ig-switch-thumb-on-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--thumb-on-disabled-color: var(--ig-switch-thumb-on-disabled-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--label-disabled-color: var(--ig-switch-label-disabled-color, hsl(from var(--ig-gray-300) h s l/1));--track-on-disabled-color: var(--ig-switch-track-on-disabled-color, hsl(from var(--ig-primary-200) h s l/1));--border-radius-thumb: var(--ig-switch-border-radius-thumb, clamp(0rem, calc(var(--ig-radius-factor, 1) * 2rem), 2rem));--focus-outline-color: var(--ig-switch-focus-outline-color, hsl(from var(--ig-primary-900) h s l/0.5));--border-color: var(--ig-switch-border-color, hsl(from var(--ig-gray-400) h s l/1));--thumb-off-color: var(--ig-switch-thumb-off-color, hsl(from var(--ig-gray-400) h s l/1));--border-hover-color: var(--ig-switch-border-hover-color, hsl(from var(--ig-gray-500) h s l/1));--focus-fill-color: var(--ig-switch-focus-fill-color, hsl(from var(--ig-primary-200) h s l/1));--focus-fill-hover-color: var(--ig-switch-focus-fill-hover-color, hsl(from var(--ig-primary-300) h s l/1));--track-on-hover-color: var(--ig-switch-track-on-hover-color, hsl(from var(--ig-primary-600) h s l/1));--border-on-hover-color: var(--ig-switch-border-on-hover-color, hsl(from var(--ig-primary-600) h s l/1));--thumb-disabled-color: var(--ig-switch-thumb-disabled-color, hsl(from var(--ig-gray-100) h s l/1));--border-disabled-color: var(--ig-switch-border-disabled-color, hsl(from var(--ig-gray-100) h s l/1));--error-color: var(--ig-switch-error-color, hsl(from var(--ig-gray-400) h s l/1));--error-color-hover: var(--ig-switch-error-color-hover, hsl(from var(--ig-primary-200) h s l/1));--border-radius-track: var(--ig-switch-border-radius-track, clamp(0rem, calc(var(--ig-radius-factor, 1) * 2rem), 2rem))}`;
|
|
2
|
+
export const styles = css `:host{--track-disabled-color: var(--ig-switch-track-disabled-color, hsl(from var(--ig-surface-500) h s l/1));--track-off-color: var(--ig-switch-track-off-color, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--thumb-on-color: var(--ig-switch-thumb-on-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--thumb-on-disabled-color: var(--ig-switch-thumb-on-disabled-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--label-disabled-color: var(--ig-switch-label-disabled-color, hsl(from var(--ig-gray-300) h s l/1));--track-on-disabled-color: var(--ig-switch-track-on-disabled-color, hsl(from var(--ig-primary-200) h s l/1));--thumb-on-error-color: var(--ig-switch-thumb-on-error-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--border-radius-thumb: var(--ig-switch-border-radius-thumb, clamp(0rem, calc(var(--ig-radius-factor, 1) * 2rem), 2rem));--focus-outline-color: var(--ig-switch-focus-outline-color, hsl(from var(--ig-primary-900) h s l/0.5));--border-color: var(--ig-switch-border-color, hsl(from var(--ig-gray-400) h s l/1));--thumb-off-color: var(--ig-switch-thumb-off-color, hsl(from var(--ig-gray-400) h s l/1));--border-hover-color: var(--ig-switch-border-hover-color, hsl(from var(--ig-gray-500) h s l/1));--focus-fill-color: var(--ig-switch-focus-fill-color, hsl(from var(--ig-primary-200) h s l/1));--focus-fill-hover-color: var(--ig-switch-focus-fill-hover-color, hsl(from var(--ig-primary-300) h s l/1));--track-on-hover-color: var(--ig-switch-track-on-hover-color, hsl(from var(--ig-primary-600) h s l/1));--border-on-hover-color: var(--ig-switch-border-on-hover-color, hsl(from var(--ig-primary-600) h s l/1));--thumb-disabled-color: var(--ig-switch-thumb-disabled-color, hsl(from var(--ig-gray-100) h s l/1));--border-disabled-color: var(--ig-switch-border-disabled-color, hsl(from var(--ig-gray-100) h s l/1));--error-color: var(--ig-switch-error-color, hsl(from var(--ig-gray-400) h s l/1));--error-color-hover: var(--ig-switch-error-color-hover, hsl(from var(--ig-primary-200) h s l/1));--border-radius-track: var(--ig-switch-border-radius-track, clamp(0rem, calc(var(--ig-radius-factor, 1) * 2rem), 2rem))}`;
|
|
3
3
|
//# sourceMappingURL=switch.bootstrap.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switch.bootstrap.css.js","sourceRoot":"","sources":["../../../../../../src/components/checkbox/themes/dark/switch/switch.bootstrap.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,
|
|
1
|
+
{"version":3,"file":"switch.bootstrap.css.js","sourceRoot":"","sources":["../../../../../../src/components/checkbox/themes/dark/switch/switch.bootstrap.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,6rEAA6rE,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host{--track-disabled-color: var(--ig-switch-track-disabled-color, hsl(from var(--ig-surface-500) h s l/1));--track-off-color: var(--ig-switch-track-off-color, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--thumb-on-color: var(--ig-switch-thumb-on-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--thumb-on-disabled-color: var(--ig-switch-thumb-on-disabled-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--label-disabled-color: var(--ig-switch-label-disabled-color, hsl(from var(--ig-gray-300) h s l/1));--track-on-disabled-color: var(--ig-switch-track-on-disabled-color, hsl(from var(--ig-primary-200) h s l/1));--thumb-on-error-color: var(--ig-switch-thumb-on-error-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--border-radius-thumb: var(--ig-switch-border-radius-thumb, clamp(0rem, calc(var(--ig-radius-factor, 1) * 2rem), 2rem));--focus-outline-color: var(--ig-switch-focus-outline-color, hsl(from var(--ig-primary-900) h s l/0.5));--border-color: var(--ig-switch-border-color, hsl(from var(--ig-gray-400) h s l/1));--thumb-off-color: var(--ig-switch-thumb-off-color, hsl(from var(--ig-gray-400) h s l/1));--border-hover-color: var(--ig-switch-border-hover-color, hsl(from var(--ig-gray-500) h s l/1));--focus-fill-color: var(--ig-switch-focus-fill-color, hsl(from var(--ig-primary-200) h s l/1));--focus-fill-hover-color: var(--ig-switch-focus-fill-hover-color, hsl(from var(--ig-primary-300) h s l/1));--track-on-hover-color: var(--ig-switch-track-on-hover-color, hsl(from var(--ig-primary-600) h s l/1));--border-on-hover-color: var(--ig-switch-border-on-hover-color, hsl(from var(--ig-primary-600) h s l/1));--thumb-disabled-color: var(--ig-switch-thumb-disabled-color, hsl(from var(--ig-gray-100) h s l/1));--border-disabled-color: var(--ig-switch-border-disabled-color, hsl(from var(--ig-gray-100) h s l/1));--error-color: var(--ig-switch-error-color, hsl(from var(--ig-gray-400) h s l/1));--error-color-hover: var(--ig-switch-error-color-hover, hsl(from var(--ig-primary-200) h s l/1));--border-radius-track: var(--ig-switch-border-radius-track, clamp(0rem, calc(var(--ig-radius-factor, 1) * 2rem), 2rem))}`;\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
|
-
export const styles = css `:host{--thumb-on-color: var(--ig-switch-thumb-on-color, color-mix(in oklch, var(--ig-gray-50-contrast) 100%, transparent));--thumb-on-disabled-color: var(--ig-switch-thumb-on-disabled-color, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--label-color: var(--ig-switch-label-color, color-mix(in oklch, var(--ig-gray-50-contrast) 80%, transparent));--label-hover-color: var(--ig-switch-label-hover-color, color-mix(in oklch, var(--ig-gray-50-contrast) 100%, transparent));--label-disabled-color: var(--ig-switch-label-disabled-color, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--label-invalid-color: var(--ig-switch-label-invalid-color, color-mix(in oklch, var(--ig-gray-50-contrast) 80%, transparent));--track-on-disabled-color: var(--ig-switch-track-on-disabled-color, hsl(from var(--ig-primary-400) h s l/0.5));--track-error-color: var(--ig-switch-track-error-color, transparent);--track-on-hover-color: var(--ig-switch-track-on-hover-color, hsl(from var(--ig-primary-400) h s l/1));--focus-outline-color: var(--ig-switch-focus-outline-color, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--focus-outline-color-focused: var(--ig-switch-focus-outline-color-focused, hsl(from var(--ig-primary-400) h s l/0.5));--border-color: var(--ig-switch-border-color, color-mix(in oklch, var(--ig-gray-50-contrast) 60%, transparent));--border-hover-color: var(--ig-switch-border-hover-color, color-mix(in oklch, var(--ig-gray-50-contrast) 80%, transparent));--focus-fill-color: var(--ig-switch-focus-fill-color, hsl(from var(--ig-gray-500) h s l/1));--focus-fill-hover-color: var(--ig-switch-focus-fill-hover-color, hsl(from var(--ig-gray-500) h s l/1));--border-disabled-color: var(--ig-switch-border-disabled-color, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--border-on-hover-color: var(--ig-switch-border-on-hover-color, hsl(from var(--ig-primary-400) h s l/1));--thumb-off-color: var(--ig-switch-thumb-off-color, color-mix(in oklch, var(--ig-gray-50-contrast) 60%, transparent));--error-color: var(--ig-switch-error-color, color-mix(in oklch, var(--ig-gray-50-contrast) 60%, transparent));--error-color-hover: var(--ig-switch-error-color-hover,
|
|
2
|
+
export const styles = css `:host{--thumb-on-color: var(--ig-switch-thumb-on-color, color-mix(in oklch, var(--ig-gray-50-contrast) 100%, transparent));--thumb-on-disabled-color: var(--ig-switch-thumb-on-disabled-color, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--label-color: var(--ig-switch-label-color, color-mix(in oklch, var(--ig-gray-50-contrast) 80%, transparent));--label-hover-color: var(--ig-switch-label-hover-color, color-mix(in oklch, var(--ig-gray-50-contrast) 100%, transparent));--label-disabled-color: var(--ig-switch-label-disabled-color, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--label-invalid-color: var(--ig-switch-label-invalid-color, color-mix(in oklch, var(--ig-gray-50-contrast) 80%, transparent));--track-on-disabled-color: var(--ig-switch-track-on-disabled-color, hsl(from var(--ig-primary-400) h s l/0.5));--track-error-color: var(--ig-switch-track-error-color, transparent);--thumb-on-error-color: var(--ig-switch-thumb-on-error-color, color-mix(in oklch, var(--ig-gray-50-contrast) 100%, transparent));--track-on-hover-color: var(--ig-switch-track-on-hover-color, hsl(from var(--ig-primary-400) h s l/1));--focus-outline-color: var(--ig-switch-focus-outline-color, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--focus-outline-color-focused: var(--ig-switch-focus-outline-color-focused, hsl(from var(--ig-primary-400) h s l/0.5));--border-color: var(--ig-switch-border-color, color-mix(in oklch, var(--ig-gray-50-contrast) 60%, transparent));--border-hover-color: var(--ig-switch-border-hover-color, color-mix(in oklch, var(--ig-gray-50-contrast) 80%, transparent));--focus-fill-color: var(--ig-switch-focus-fill-color, hsl(from var(--ig-gray-500) h s l/1));--focus-fill-hover-color: var(--ig-switch-focus-fill-hover-color, hsl(from var(--ig-gray-500) h s l/1));--border-disabled-color: var(--ig-switch-border-disabled-color, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--border-on-hover-color: var(--ig-switch-border-on-hover-color, hsl(from var(--ig-primary-400) h s l/1));--thumb-off-color: var(--ig-switch-thumb-off-color, color-mix(in oklch, var(--ig-gray-50-contrast) 60%, transparent));--error-color: var(--ig-switch-error-color, color-mix(in oklch, var(--ig-gray-50-contrast) 60%, transparent));--error-color-hover: var(--ig-switch-error-color-hover, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--thumb-disabled-color: var(--ig-switch-thumb-disabled-color, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--border-radius-track: var(--ig-switch-border-radius-track, clamp(0rem, calc(var(--ig-radius-factor, 1) * 0.5rem), 0.5rem))}`;
|
|
3
3
|
//# sourceMappingURL=switch.indigo.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switch.indigo.css.js","sourceRoot":"","sources":["../../../../../../src/components/checkbox/themes/dark/switch/switch.indigo.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,
|
|
1
|
+
{"version":3,"file":"switch.indigo.css.js","sourceRoot":"","sources":["../../../../../../src/components/checkbox/themes/dark/switch/switch.indigo.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,gnFAAgnF,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host{--thumb-on-color: var(--ig-switch-thumb-on-color, color-mix(in oklch, var(--ig-gray-50-contrast) 100%, transparent));--thumb-on-disabled-color: var(--ig-switch-thumb-on-disabled-color, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--label-color: var(--ig-switch-label-color, color-mix(in oklch, var(--ig-gray-50-contrast) 80%, transparent));--label-hover-color: var(--ig-switch-label-hover-color, color-mix(in oklch, var(--ig-gray-50-contrast) 100%, transparent));--label-disabled-color: var(--ig-switch-label-disabled-color, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--label-invalid-color: var(--ig-switch-label-invalid-color, color-mix(in oklch, var(--ig-gray-50-contrast) 80%, transparent));--track-on-disabled-color: var(--ig-switch-track-on-disabled-color, hsl(from var(--ig-primary-400) h s l/0.5));--track-error-color: var(--ig-switch-track-error-color, transparent);--thumb-on-error-color: var(--ig-switch-thumb-on-error-color, color-mix(in oklch, var(--ig-gray-50-contrast) 100%, transparent));--track-on-hover-color: var(--ig-switch-track-on-hover-color, hsl(from var(--ig-primary-400) h s l/1));--focus-outline-color: var(--ig-switch-focus-outline-color, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--focus-outline-color-focused: var(--ig-switch-focus-outline-color-focused, hsl(from var(--ig-primary-400) h s l/0.5));--border-color: var(--ig-switch-border-color, color-mix(in oklch, var(--ig-gray-50-contrast) 60%, transparent));--border-hover-color: var(--ig-switch-border-hover-color, color-mix(in oklch, var(--ig-gray-50-contrast) 80%, transparent));--focus-fill-color: var(--ig-switch-focus-fill-color, hsl(from var(--ig-gray-500) h s l/1));--focus-fill-hover-color: var(--ig-switch-focus-fill-hover-color, hsl(from var(--ig-gray-500) h s l/1));--border-disabled-color: var(--ig-switch-border-disabled-color, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--border-on-hover-color: var(--ig-switch-border-on-hover-color, hsl(from var(--ig-primary-400) h s l/1));--thumb-off-color: var(--ig-switch-thumb-off-color, color-mix(in oklch, var(--ig-gray-50-contrast) 60%, transparent));--error-color: var(--ig-switch-error-color, color-mix(in oklch, var(--ig-gray-50-contrast) 60%, transparent));--error-color-hover: var(--ig-switch-error-color-hover, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--thumb-disabled-color: var(--ig-switch-thumb-disabled-color, color-mix(in oklch, var(--ig-gray-50-contrast) 20%, transparent));--border-radius-track: var(--ig-switch-border-radius-track, clamp(0rem, calc(var(--ig-radius-factor, 1) * 0.5rem), 0.5rem))}`;\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
|
-
export const styles = css `:host{--track-disabled-color: var(--ig-switch-track-disabled-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--track-off-color: var(--ig-switch-track-off-color, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--thumb-on-color: var(--ig-switch-thumb-on-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--thumb-on-disabled-color: var(--ig-switch-thumb-on-disabled-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--track-on-disabled-color: var(--ig-switch-track-on-disabled-color, hsl(from var(--ig-primary-200) h s l/1));--border-radius-thumb: var(--ig-switch-border-radius-thumb, clamp(0rem, calc(var(--ig-radius-factor, 1) * 2rem), 2rem));--focus-outline-color: var(--ig-switch-focus-outline-color, hsl(from var(--ig-primary-200) h s l/0.5));--border-color: var(--ig-switch-border-color, hsl(from var(--ig-gray-400) h s l/1));--thumb-off-color: var(--ig-switch-thumb-off-color, hsl(from var(--ig-gray-400) h s l/1));--border-hover-color: var(--ig-switch-border-hover-color, hsl(from var(--ig-gray-500) h s l/1));--focus-fill-color: var(--ig-switch-focus-fill-color, hsl(from var(--ig-primary-200) h s l/1));--focus-fill-hover-color: var(--ig-switch-focus-fill-hover-color, hsl(from var(--ig-primary-300) h s l/1));--track-on-hover-color: var(--ig-switch-track-on-hover-color, hsl(from var(--ig-primary-600) h s l/1));--border-on-hover-color: var(--ig-switch-border-on-hover-color, hsl(from var(--ig-primary-600) h s l/1));--thumb-disabled-color: var(--ig-switch-thumb-disabled-color, hsl(from var(--ig-gray-300) h s l/1));--border-disabled-color: var(--ig-switch-border-disabled-color, hsl(from var(--ig-gray-300) h s l/1));--error-color: var(--ig-switch-error-color, hsl(from var(--ig-gray-400) h s l/1));--error-color-hover: var(--ig-switch-error-color-hover, hsl(from var(--ig-primary-200) h s l/1));--border-radius-track: var(--ig-switch-border-radius-track, clamp(0rem, calc(var(--ig-radius-factor, 1) * 2rem), 2rem))}`;
|
|
2
|
+
export const styles = css `:host{--track-disabled-color: var(--ig-switch-track-disabled-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--track-off-color: var(--ig-switch-track-off-color, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--thumb-on-color: var(--ig-switch-thumb-on-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--thumb-on-disabled-color: var(--ig-switch-thumb-on-disabled-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--track-on-disabled-color: var(--ig-switch-track-on-disabled-color, hsl(from var(--ig-primary-200) h s l/1));--thumb-on-error-color: var(--ig-switch-thumb-on-error-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--border-radius-thumb: var(--ig-switch-border-radius-thumb, clamp(0rem, calc(var(--ig-radius-factor, 1) * 2rem), 2rem));--focus-outline-color: var(--ig-switch-focus-outline-color, hsl(from var(--ig-primary-200) h s l/0.5));--border-color: var(--ig-switch-border-color, hsl(from var(--ig-gray-400) h s l/1));--thumb-off-color: var(--ig-switch-thumb-off-color, hsl(from var(--ig-gray-400) h s l/1));--border-hover-color: var(--ig-switch-border-hover-color, hsl(from var(--ig-gray-500) h s l/1));--focus-fill-color: var(--ig-switch-focus-fill-color, hsl(from var(--ig-primary-200) h s l/1));--focus-fill-hover-color: var(--ig-switch-focus-fill-hover-color, hsl(from var(--ig-primary-300) h s l/1));--track-on-hover-color: var(--ig-switch-track-on-hover-color, hsl(from var(--ig-primary-600) h s l/1));--border-on-hover-color: var(--ig-switch-border-on-hover-color, hsl(from var(--ig-primary-600) h s l/1));--thumb-disabled-color: var(--ig-switch-thumb-disabled-color, hsl(from var(--ig-gray-300) h s l/1));--border-disabled-color: var(--ig-switch-border-disabled-color, hsl(from var(--ig-gray-300) h s l/1));--error-color: var(--ig-switch-error-color, hsl(from var(--ig-gray-400) h s l/1));--error-color-hover: var(--ig-switch-error-color-hover, hsl(from var(--ig-primary-200) h s l/1));--border-radius-track: var(--ig-switch-border-radius-track, clamp(0rem, calc(var(--ig-radius-factor, 1) * 2rem), 2rem))}`;
|
|
3
3
|
//# sourceMappingURL=switch.bootstrap.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switch.bootstrap.css.js","sourceRoot":"","sources":["../../../../../../src/components/checkbox/themes/light/switch/switch.bootstrap.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,
|
|
1
|
+
{"version":3,"file":"switch.bootstrap.css.js","sourceRoot":"","sources":["../../../../../../src/components/checkbox/themes/light/switch/switch.bootstrap.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,unEAAunE,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host{--track-disabled-color: var(--ig-switch-track-disabled-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--track-off-color: var(--ig-switch-track-off-color, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--thumb-on-color: var(--ig-switch-thumb-on-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--thumb-on-disabled-color: var(--ig-switch-thumb-on-disabled-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--track-on-disabled-color: var(--ig-switch-track-on-disabled-color, hsl(from var(--ig-primary-200) h s l/1));--thumb-on-error-color: var(--ig-switch-thumb-on-error-color, color-mix(in oklch, var(--ig-primary-800-contrast) 100%, transparent));--border-radius-thumb: var(--ig-switch-border-radius-thumb, clamp(0rem, calc(var(--ig-radius-factor, 1) * 2rem), 2rem));--focus-outline-color: var(--ig-switch-focus-outline-color, hsl(from var(--ig-primary-200) h s l/0.5));--border-color: var(--ig-switch-border-color, hsl(from var(--ig-gray-400) h s l/1));--thumb-off-color: var(--ig-switch-thumb-off-color, hsl(from var(--ig-gray-400) h s l/1));--border-hover-color: var(--ig-switch-border-hover-color, hsl(from var(--ig-gray-500) h s l/1));--focus-fill-color: var(--ig-switch-focus-fill-color, hsl(from var(--ig-primary-200) h s l/1));--focus-fill-hover-color: var(--ig-switch-focus-fill-hover-color, hsl(from var(--ig-primary-300) h s l/1));--track-on-hover-color: var(--ig-switch-track-on-hover-color, hsl(from var(--ig-primary-600) h s l/1));--border-on-hover-color: var(--ig-switch-border-on-hover-color, hsl(from var(--ig-primary-600) h s l/1));--thumb-disabled-color: var(--ig-switch-thumb-disabled-color, hsl(from var(--ig-gray-300) h s l/1));--border-disabled-color: var(--ig-switch-border-disabled-color, hsl(from var(--ig-gray-300) h s l/1));--error-color: var(--ig-switch-error-color, hsl(from var(--ig-gray-400) h s l/1));--error-color-hover: var(--ig-switch-error-color-hover, hsl(from var(--ig-primary-200) h s l/1));--border-radius-track: var(--ig-switch-border-radius-track, clamp(0rem, calc(var(--ig-radius-factor, 1) * 2rem), 2rem))}`;\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
|
-
export const styles = css `:host{--thumb-on-color: var(--ig-switch-thumb-on-color, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--thumb-on-disabled-color: var(--ig-switch-thumb-on-disabled-color, color-mix(in oklch, var(--ig-gray-900-contrast) 40%, transparent));--label-color: var(--ig-switch-label-color, hsl(from var(--ig-gray-800) h s l/1));--label-disabled-color: var(--ig-switch-label-disabled-color, hsl(from var(--ig-gray-900) h s l/0.2));--label-invalid-color: var(--ig-switch-label-invalid-color, hsl(from var(--ig-gray-800) h s l/1));--track-on-disabled-color: var(--ig-switch-track-on-disabled-color, hsl(from var(--ig-primary-400) h s l/0.5));--track-error-color: var(--ig-switch-track-error-color, transparent);--track-on-hover-color: var(--ig-switch-track-on-hover-color, hsl(from var(--ig-primary-400) h s l/1));--focus-outline-color: var(--ig-switch-focus-outline-color, hsl(from var(--ig-gray-900) h s l/0.15));--focus-outline-color-focused: var(--ig-switch-focus-outline-color-focused, hsl(from var(--ig-primary-400) h s l/0.5));--border-color: var(--ig-switch-border-color, hsl(from var(--ig-gray-500) h s l/1));--border-hover-color: var(--ig-switch-border-hover-color, hsl(from var(--ig-gray-600) h s l/1));--focus-fill-color: var(--ig-switch-focus-fill-color, hsl(from var(--ig-gray-500) h s l/1));--focus-fill-hover-color: var(--ig-switch-focus-fill-hover-color, hsl(from var(--ig-gray-500) h s l/1));--border-disabled-color: var(--ig-switch-border-disabled-color, hsl(from var(--ig-gray-900) h s l/0.15));--border-on-hover-color: var(--ig-switch-border-on-hover-color, hsl(from var(--ig-primary-400) h s l/1));--thumb-off-color: var(--ig-switch-thumb-off-color, hsl(from var(--ig-gray-500) h s l/1));--error-color: var(--ig-switch-error-color, hsl(from var(--ig-gray-500) h s l/1));--error-color-hover: var(--ig-switch-error-color-hover, hsl(from var(--ig-gray-
|
|
2
|
+
export const styles = css `:host{--thumb-on-color: var(--ig-switch-thumb-on-color, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--thumb-on-disabled-color: var(--ig-switch-thumb-on-disabled-color, color-mix(in oklch, var(--ig-gray-900-contrast) 40%, transparent));--label-color: var(--ig-switch-label-color, hsl(from var(--ig-gray-800) h s l/1));--label-disabled-color: var(--ig-switch-label-disabled-color, hsl(from var(--ig-gray-900) h s l/0.2));--label-invalid-color: var(--ig-switch-label-invalid-color, hsl(from var(--ig-gray-800) h s l/1));--track-on-disabled-color: var(--ig-switch-track-on-disabled-color, hsl(from var(--ig-primary-400) h s l/0.5));--track-error-color: var(--ig-switch-track-error-color, transparent);--thumb-on-error-color: var(--ig-switch-thumb-on-error-color, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--track-on-hover-color: var(--ig-switch-track-on-hover-color, hsl(from var(--ig-primary-400) h s l/1));--focus-outline-color: var(--ig-switch-focus-outline-color, hsl(from var(--ig-gray-900) h s l/0.15));--focus-outline-color-focused: var(--ig-switch-focus-outline-color-focused, hsl(from var(--ig-primary-400) h s l/0.5));--border-color: var(--ig-switch-border-color, hsl(from var(--ig-gray-500) h s l/1));--border-hover-color: var(--ig-switch-border-hover-color, hsl(from var(--ig-gray-600) h s l/1));--focus-fill-color: var(--ig-switch-focus-fill-color, hsl(from var(--ig-gray-500) h s l/1));--focus-fill-hover-color: var(--ig-switch-focus-fill-hover-color, hsl(from var(--ig-gray-500) h s l/1));--border-disabled-color: var(--ig-switch-border-disabled-color, hsl(from var(--ig-gray-900) h s l/0.15));--border-on-hover-color: var(--ig-switch-border-on-hover-color, hsl(from var(--ig-primary-400) h s l/1));--thumb-off-color: var(--ig-switch-thumb-off-color, hsl(from var(--ig-gray-500) h s l/1));--error-color: var(--ig-switch-error-color, hsl(from var(--ig-gray-500) h s l/1));--error-color-hover: var(--ig-switch-error-color-hover, hsl(from var(--ig-gray-900) h s l/0.15));--thumb-disabled-color: var(--ig-switch-thumb-disabled-color, hsl(from var(--ig-gray-900) h s l/0.15));--border-radius-track: var(--ig-switch-border-radius-track, clamp(0rem, calc(var(--ig-radius-factor, 1) * 0.5rem), 0.5rem))}`;
|
|
3
3
|
//# sourceMappingURL=switch.indigo.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switch.indigo.css.js","sourceRoot":"","sources":["../../../../../../src/components/checkbox/themes/light/switch/switch.indigo.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,
|
|
1
|
+
{"version":3,"file":"switch.indigo.css.js","sourceRoot":"","sources":["../../../../../../src/components/checkbox/themes/light/switch/switch.indigo.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,ktEAAktE,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host{--thumb-on-color: var(--ig-switch-thumb-on-color, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--thumb-on-disabled-color: var(--ig-switch-thumb-on-disabled-color, color-mix(in oklch, var(--ig-gray-900-contrast) 40%, transparent));--label-color: var(--ig-switch-label-color, hsl(from var(--ig-gray-800) h s l/1));--label-disabled-color: var(--ig-switch-label-disabled-color, hsl(from var(--ig-gray-900) h s l/0.2));--label-invalid-color: var(--ig-switch-label-invalid-color, hsl(from var(--ig-gray-800) h s l/1));--track-on-disabled-color: var(--ig-switch-track-on-disabled-color, hsl(from var(--ig-primary-400) h s l/0.5));--track-error-color: var(--ig-switch-track-error-color, transparent);--thumb-on-error-color: var(--ig-switch-thumb-on-error-color, color-mix(in oklch, var(--ig-gray-900-contrast) 100%, transparent));--track-on-hover-color: var(--ig-switch-track-on-hover-color, hsl(from var(--ig-primary-400) h s l/1));--focus-outline-color: var(--ig-switch-focus-outline-color, hsl(from var(--ig-gray-900) h s l/0.15));--focus-outline-color-focused: var(--ig-switch-focus-outline-color-focused, hsl(from var(--ig-primary-400) h s l/0.5));--border-color: var(--ig-switch-border-color, hsl(from var(--ig-gray-500) h s l/1));--border-hover-color: var(--ig-switch-border-hover-color, hsl(from var(--ig-gray-600) h s l/1));--focus-fill-color: var(--ig-switch-focus-fill-color, hsl(from var(--ig-gray-500) h s l/1));--focus-fill-hover-color: var(--ig-switch-focus-fill-hover-color, hsl(from var(--ig-gray-500) h s l/1));--border-disabled-color: var(--ig-switch-border-disabled-color, hsl(from var(--ig-gray-900) h s l/0.15));--border-on-hover-color: var(--ig-switch-border-on-hover-color, hsl(from var(--ig-primary-400) h s l/1));--thumb-off-color: var(--ig-switch-thumb-off-color, hsl(from var(--ig-gray-500) h s l/1));--error-color: var(--ig-switch-error-color, hsl(from var(--ig-gray-500) h s l/1));--error-color-hover: var(--ig-switch-error-color-hover, hsl(from var(--ig-gray-900) h s l/0.15));--thumb-disabled-color: var(--ig-switch-thumb-disabled-color, hsl(from var(--ig-gray-900) h s l/0.15));--border-radius-track: var(--ig-switch-border-radius-track, clamp(0rem, calc(var(--ig-radius-factor, 1) * 0.5rem), 0.5rem))}`;\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
|
-
export const styles = css `:host{--component-size: var(--ig-size, var(--default-size))}:host button:focus{outline:.125rem solid var(--focus-outline-color)}:host([variant=primary]) button,:host([variant=primary]) button:focus,:host([variant=primary]) button:hover,:host([selected][variant=primary]) button:not([disabled]){color:color-mix(in oklch, var(--ig-primary-700-contrast) 100%, transparent)}:host([variant=primary]) button:focus{outline:.125rem solid hsl(from var(--ig-primary-200) h s l/1)}:host([variant=info]) button,:host([variant=info]) button:focus,:host([variant=info]) button:hover,:host([selected][variant=info]) button:not([disabled]){color:color-mix(in oklch, var(--ig-info-700-contrast) 100%, transparent)}:host([variant=info]) button:focus{outline:.125rem solid hsl(from var(--ig-info-200) h s l/1)}:host([variant=success]) button,:host([variant=success]) button:focus,:host([variant=success]) button:hover,:host([selected][variant=success]) button:not([disabled]){color:color-mix(in oklch, var(--ig-success-700-contrast) 100%, transparent)}:host([variant=success]) button:focus{outline:.125rem solid hsl(from var(--ig-success-200) h s l/1)}:host([variant=warning]) button,:host([variant=warning]) button:focus,:host([variant=warning]) button:hover,:host([selected][variant=warning]) button:not([disabled]){color:color-mix(in oklch, var(--ig-warn-700-contrast) 100%, transparent)}:host([variant=warning]) button:focus{outline:.125rem solid hsl(from var(--ig-warn-200) h s l/1)}:host([variant=danger]) button,:host([variant=danger]) button:focus,:host([variant=danger]) button:hover,:host([selected][variant=danger]) button:not([disabled]){color:color-mix(in oklch, var(--ig-error-700-contrast) 100%, transparent)}:host([variant=danger]) button:focus{outline:.125rem solid hsl(from var(--ig-error-200) h s l/1)}`;
|
|
2
|
+
export const styles = css `:host{--component-size: var(--ig-size, var(--default-size))}:host button:focus{outline:.125rem solid var(--focus-outline-color)}:host([variant=primary]) button:not([disabled]),:host([variant=primary]) button:focus,:host([variant=primary]) button:hover,:host([selected][variant=primary]) button:not([disabled]){color:color-mix(in oklch, var(--ig-primary-700-contrast) 100%, transparent)}:host([variant=primary]) button:focus{outline:.125rem solid hsl(from var(--ig-primary-200) h s l/1)}:host([variant=info]) button:not([disabled]),:host([variant=info]) button:focus,:host([variant=info]) button:hover,:host([selected][variant=info]) button:not([disabled]){color:color-mix(in oklch, var(--ig-info-700-contrast) 100%, transparent)}:host([variant=info]) button:focus{outline:.125rem solid hsl(from var(--ig-info-200) h s l/1)}:host([variant=success]) button:not([disabled]),:host([variant=success]) button:focus,:host([variant=success]) button:hover,:host([selected][variant=success]) button:not([disabled]){color:color-mix(in oklch, var(--ig-success-700-contrast) 100%, transparent)}:host([variant=success]) button:focus{outline:.125rem solid hsl(from var(--ig-success-200) h s l/1)}:host([variant=warning]) button:not([disabled]),:host([variant=warning]) button:focus,:host([variant=warning]) button:hover,:host([selected][variant=warning]) button:not([disabled]){color:color-mix(in oklch, var(--ig-warn-700-contrast) 100%, transparent)}:host([variant=warning]) button:focus{outline:.125rem solid hsl(from var(--ig-warn-200) h s l/1)}:host([variant=danger]) button:not([disabled]),:host([variant=danger]) button:focus,:host([variant=danger]) button:hover,:host([selected][variant=danger]) button:not([disabled]){color:color-mix(in oklch, var(--ig-error-700-contrast) 100%, transparent)}:host([variant=danger]) button:focus{outline:.125rem solid hsl(from var(--ig-error-200) h s l/1)}`;
|
|
3
3
|
//# sourceMappingURL=chip.bootstrap.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chip.bootstrap.css.js","sourceRoot":"","sources":["../../../../../src/components/chip/themes/shared/chip.bootstrap.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,
|
|
1
|
+
{"version":3,"file":"chip.bootstrap.css.js","sourceRoot":"","sources":["../../../../../src/components/chip/themes/shared/chip.bootstrap.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,41DAA41D,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host{--component-size: var(--ig-size, var(--default-size))}:host button:focus{outline:.125rem solid var(--focus-outline-color)}:host([variant=primary]) button:not([disabled]),:host([variant=primary]) button:focus,:host([variant=primary]) button:hover,:host([selected][variant=primary]) button:not([disabled]){color:color-mix(in oklch, var(--ig-primary-700-contrast) 100%, transparent)}:host([variant=primary]) button:focus{outline:.125rem solid hsl(from var(--ig-primary-200) h s l/1)}:host([variant=info]) button:not([disabled]),:host([variant=info]) button:focus,:host([variant=info]) button:hover,:host([selected][variant=info]) button:not([disabled]){color:color-mix(in oklch, var(--ig-info-700-contrast) 100%, transparent)}:host([variant=info]) button:focus{outline:.125rem solid hsl(from var(--ig-info-200) h s l/1)}:host([variant=success]) button:not([disabled]),:host([variant=success]) button:focus,:host([variant=success]) button:hover,:host([selected][variant=success]) button:not([disabled]){color:color-mix(in oklch, var(--ig-success-700-contrast) 100%, transparent)}:host([variant=success]) button:focus{outline:.125rem solid hsl(from var(--ig-success-200) h s l/1)}:host([variant=warning]) button:not([disabled]),:host([variant=warning]) button:focus,:host([variant=warning]) button:hover,:host([selected][variant=warning]) button:not([disabled]){color:color-mix(in oklch, var(--ig-warn-700-contrast) 100%, transparent)}:host([variant=warning]) button:focus{outline:.125rem solid hsl(from var(--ig-warn-200) h s l/1)}:host([variant=danger]) button:not([disabled]),:host([variant=danger]) button:focus,:host([variant=danger]) button:hover,:host([selected][variant=danger]) button:not([disabled]){color:color-mix(in oklch, var(--ig-error-700-contrast) 100%, transparent)}:host([variant=danger]) button:focus{outline:.125rem solid hsl(from var(--ig-error-200) h s l/1)}`;\n"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { css } from 'lit';
|
|
2
|
-
export const styles = css `:host [part=suffix] ::slotted(*),:host [part=prefix] ::slotted(*){position:relative;display:inline-flex;width:-moz-max-content;width:max-content;align-items:center;height:calc(100% - 0.0625rem);padding-inline:max(var(--is-large, 1)*max(6px, -1 * 6px)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(4px, -1 * 4px)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(2px, -1 * 2px)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)))}:host{--component-size: var(--ig-size, var(--default-size));--input-size: var(--component-size);--input-icon: max(var(--is-large, 1) * max(1.125rem, -1 * 1.125rem), var(--is-medium, 1) * max(1rem, -1 * 1rem), var(--is-small, 1) * max(0.875rem, -1 * 0.875rem))}:host ::slotted(igc-icon){--size: var(--input-icon) !important}:host ::part(helper-text){font-family:var(--ig-caption-font-family, var(--ig-font-family));font-size:var(--ig-caption-font-size);font-weight:var(--ig-caption-font-weight);font-style:var(--ig-caption-font-style);line-height:var(--ig-caption-line-height);letter-spacing:var(--ig-caption-letter-spacing);text-transform:var(--ig-caption-text-transform);margin-top:var(--ig-caption-margin-top);margin-bottom:var(--ig-caption-margin-bottom);color:var(--helper-text-color);margin-block-start:.25rem;grid-auto-rows:minmax(0.9375rem, auto)}:host [part=prefix],:host [part=suffix]{transition-duration:0ms}:host [part=prefix] ::slotted(*),:host [part=suffix] ::slotted(*){height:100%;color:inherit;transition-duration:0ms}:host [part=prefix]{border-start-start-radius:var(--border-border-radius);grid-area:1/1}:host [part=suffix]{border-start-end-radius:var(--border-border-radius);grid-area:1/3}:host [part~=label]{font-family:var(--ig-caption-font-family, var(--ig-font-family));font-size:var(--ig-caption-font-size);font-weight:var(--ig-caption-font-weight);font-style:var(--ig-caption-font-style);line-height:var(--ig-caption-line-height);letter-spacing:var(--ig-caption-letter-spacing);text-transform:var(--ig-caption-text-transform);margin-top:var(--ig-caption-margin-top);margin-bottom:var(--ig-caption-margin-bottom);color:var(--idle-secondary-color);margin-block-end:.25rem}:host [part^=container]{border-radius:var(--box-border-radius);border-end-start-radius:0;border-end-end-radius:0;border-bottom:.0625rem solid var(--idle-bottom-line-color);transition:background .25s ease-out;grid-template-columns:auto 1fr auto;height:var(--size)}:host [part^=container]::after{position:absolute;content:"";width:100%;height:.0625rem;left:0;right:0;bottom:-1px;background:var(--focused-bottom-line-color);transform:scaleY(0);transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);transform-origin:bottom center}:host [part~=input]{font-family:var(--ig-body-2-font-family, var(--ig-font-family));font-size:var(--ig-body-2-font-size);font-weight:var(--ig-body-2-font-weight);font-style:var(--ig-body-2-font-style);line-height:var(--ig-body-2-line-height);letter-spacing:var(--ig-body-2-letter-spacing);text-transform:var(--ig-body-2-text-transform);margin-top:var(--ig-body-2-margin-top);margin-bottom:var(--ig-body-2-margin-bottom);color:var(--idle-text-color);font-size:.75rem;line-height:1rem;background:initial;padding-block:.375rem;padding-inline:max(var(--is-large, 1)*max(0.375rem, -1 * 0.375rem)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(0.25rem, -1 * 0.25rem)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(0.125rem, -1 * 0.125rem)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)));border:none;grid-area:1/2;height:calc(var(--size) - 1px)}:host [part~=input]::-moz-placeholder{font-style:italic}:host [part~=input]::placeholder{font-style:italic}:host [part~=prefixed]{padding-inline-start:0}:host [part~=suffixed]{padding-inline-end:0}:host(:focus-within) [part^=container],:host(:hover) [part^=container]{background:var(--box-background-hover)}[part~=filled] [part~=input]{color:var(--filled-text-color)}:host(:hover) [part~=filled] [part~=input]{color:var(--filled-text-hover-color)}:host(:hover) [part^=container]{border-color:var(--hover-bottom-line-color)}:host(:focus-within) [part=prefix],:host(:focus-within) [part=suffix]{transition-duration:.25s}:host(:focus-within) [part^=container]{caret-color:var(--focused-bottom-line-color)}:host(:focus-within) [part^=container]::after{transform:scaleY(1)}:host(:focus-within) [part=label]{color:var(--focused-secondary-color)}:host(:focus-within) [part~=filled] [part~=input]{color:var(--focused-text-color)}:host([invalid]) [part^=container]{caret-color:initial;border-color:var(--error-secondary-color)}:host([invalid]) [part^=container]::after{background:var(--error-secondary-color)}:host([invalid]) ::part(helper-text){color:var(--helper-text-color)}:host
|
|
2
|
+
export const styles = css `:host [part=suffix] ::slotted(*),:host [part=prefix] ::slotted(*){position:relative;display:inline-flex;width:-moz-max-content;width:max-content;align-items:center;height:calc(100% - 0.0625rem);padding-inline:max(var(--is-large, 1)*max(6px, -1 * 6px)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(4px, -1 * 4px)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(2px, -1 * 2px)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)))}:host{--component-size: var(--ig-size, var(--default-size));--input-size: var(--component-size);--input-icon: max(var(--is-large, 1) * max(1.125rem, -1 * 1.125rem), var(--is-medium, 1) * max(1rem, -1 * 1rem), var(--is-small, 1) * max(0.875rem, -1 * 0.875rem))}:host ::slotted(igc-icon){--size: var(--input-icon) !important}:host ::part(helper-text){font-family:var(--ig-caption-font-family, var(--ig-font-family));font-size:var(--ig-caption-font-size);font-weight:var(--ig-caption-font-weight);font-style:var(--ig-caption-font-style);line-height:var(--ig-caption-line-height);letter-spacing:var(--ig-caption-letter-spacing);text-transform:var(--ig-caption-text-transform);margin-top:var(--ig-caption-margin-top);margin-bottom:var(--ig-caption-margin-bottom);color:var(--helper-text-color);margin-block-start:.25rem;grid-auto-rows:minmax(0.9375rem, auto)}:host [part=prefix],:host [part=suffix]{transition-duration:0ms}:host [part=prefix] ::slotted(*),:host [part=suffix] ::slotted(*){height:100%;color:inherit;transition-duration:0ms}:host [part=prefix]{border-start-start-radius:var(--border-border-radius);grid-area:1/1}:host [part=suffix]{border-start-end-radius:var(--border-border-radius);grid-area:1/3}:host [part~=label]{font-family:var(--ig-caption-font-family, var(--ig-font-family));font-size:var(--ig-caption-font-size);font-weight:var(--ig-caption-font-weight);font-style:var(--ig-caption-font-style);line-height:var(--ig-caption-line-height);letter-spacing:var(--ig-caption-letter-spacing);text-transform:var(--ig-caption-text-transform);margin-top:var(--ig-caption-margin-top);margin-bottom:var(--ig-caption-margin-bottom);color:var(--idle-secondary-color);margin-block-end:.25rem}:host [part^=container]{border-radius:var(--box-border-radius);border-end-start-radius:0;border-end-end-radius:0;border-bottom:.0625rem solid var(--idle-bottom-line-color);transition:background .25s ease-out;grid-template-columns:auto 1fr auto;height:var(--size)}:host [part^=container]::after{position:absolute;content:"";width:100%;height:.0625rem;left:0;right:0;bottom:-1px;background:var(--focused-bottom-line-color);transform:scaleY(0);transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);transform-origin:bottom center}:host [part~=input]{font-family:var(--ig-body-2-font-family, var(--ig-font-family));font-size:var(--ig-body-2-font-size);font-weight:var(--ig-body-2-font-weight);font-style:var(--ig-body-2-font-style);line-height:var(--ig-body-2-line-height);letter-spacing:var(--ig-body-2-letter-spacing);text-transform:var(--ig-body-2-text-transform);margin-top:var(--ig-body-2-margin-top);margin-bottom:var(--ig-body-2-margin-bottom);color:var(--idle-text-color);font-size:.75rem;line-height:1rem;background:initial;padding-block:.375rem;padding-inline:max(var(--is-large, 1)*max(0.375rem, -1 * 0.375rem)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(0.25rem, -1 * 0.25rem)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(0.125rem, -1 * 0.125rem)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)));border:none;grid-area:1/2;height:calc(var(--size) - 1px)}:host [part~=input]::-moz-placeholder{font-style:italic}:host [part~=input]::placeholder{font-style:italic}:host [part~=prefixed]{padding-inline-start:0}:host [part~=suffixed]{padding-inline-end:0}:host(:focus-within) [part^=container],:host(:hover) [part^=container]{background:var(--box-background-hover)}[part~=filled] [part~=input]{color:var(--filled-text-color)}:host(:hover) [part~=filled] [part~=input]{color:var(--filled-text-hover-color)}:host(:hover) [part^=container]{border-color:var(--hover-bottom-line-color)}:host(:focus-within) [part=prefix],:host(:focus-within) [part=suffix]{transition-duration:.25s}:host(:focus-within) [part^=container]{caret-color:var(--focused-bottom-line-color)}:host(:focus-within) [part^=container]::after{transform:scaleY(1)}:host(:focus-within) [part=label]{color:var(--focused-secondary-color)}:host(:focus-within) [part~=filled] [part~=input]{color:var(--focused-text-color)}:host([invalid]) [part^=container]{caret-color:initial;border-color:var(--error-secondary-color)}:host([invalid]) [part^=container]::after{background:var(--error-secondary-color)}:host([invalid]) ::part(helper-text){color:var(--helper-text-color)}:host([type=search]):host [part=prefix] ::slotted(*),:host([type=search]):host [part=suffix] ::slotted(*){padding-inline:max(var(--is-large, 1)*max(0.625rem, -1 * 0.625rem)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(0.5rem, -1 * 0.5rem)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(0.375rem, -1 * 0.375rem)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)))}:host([type=search]) [part~=input]{padding-inline:max(var(--is-large, 1)*max(0.625rem, -1 * 0.625rem)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(0.5rem, -1 * 0.5rem)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(0.375rem, -1 * 0.375rem)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)))}:host([type=search]) [part~=prefixed]{padding-inline-start:0}:host([type=search]) [part~=suffixed]{padding-inline-end:0}:host(:disabled) [part^=container],:host([disabled]) [part^=container]{border-color:var(--disabled-bottom-line-color)}:host(:disabled) [part=prefix],:host(:disabled) [part=suffix],:host(:disabled) [part=label],:host(:disabled) [part~=input],:host(:disabled) ::part(helper-text),:host([disabled]) [part=prefix],:host([disabled]) [part=suffix],:host([disabled]) [part=label],:host([disabled]) [part~=input],:host([disabled]) ::part(helper-text){color:var(--disabled-text-color)}`;
|
|
3
3
|
//# sourceMappingURL=input.indigo.css.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.indigo.css.js","sourceRoot":"","sources":["../../../../../src/components/input/themes/shared/input.indigo.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,wxMAAwxM,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host [part=suffix] ::slotted(*),:host [part=prefix] ::slotted(*){position:relative;display:inline-flex;width:-moz-max-content;width:max-content;align-items:center;height:calc(100% - 0.0625rem);padding-inline:max(var(--is-large, 1)*max(6px, -1 * 6px)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(4px, -1 * 4px)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(2px, -1 * 2px)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)))}:host{--component-size: var(--ig-size, var(--default-size));--input-size: var(--component-size);--input-icon: max(var(--is-large, 1) * max(1.125rem, -1 * 1.125rem), var(--is-medium, 1) * max(1rem, -1 * 1rem), var(--is-small, 1) * max(0.875rem, -1 * 0.875rem))}:host ::slotted(igc-icon){--size: var(--input-icon) !important}:host ::part(helper-text){font-family:var(--ig-caption-font-family, var(--ig-font-family));font-size:var(--ig-caption-font-size);font-weight:var(--ig-caption-font-weight);font-style:var(--ig-caption-font-style);line-height:var(--ig-caption-line-height);letter-spacing:var(--ig-caption-letter-spacing);text-transform:var(--ig-caption-text-transform);margin-top:var(--ig-caption-margin-top);margin-bottom:var(--ig-caption-margin-bottom);color:var(--helper-text-color);margin-block-start:.25rem;grid-auto-rows:minmax(0.9375rem, auto)}:host [part=prefix],:host [part=suffix]{transition-duration:0ms}:host [part=prefix] ::slotted(*),:host [part=suffix] ::slotted(*){height:100%;color:inherit;transition-duration:0ms}:host [part=prefix]{border-start-start-radius:var(--border-border-radius);grid-area:1/1}:host [part=suffix]{border-start-end-radius:var(--border-border-radius);grid-area:1/3}:host [part~=label]{font-family:var(--ig-caption-font-family, var(--ig-font-family));font-size:var(--ig-caption-font-size);font-weight:var(--ig-caption-font-weight);font-style:var(--ig-caption-font-style);line-height:var(--ig-caption-line-height);letter-spacing:var(--ig-caption-letter-spacing);text-transform:var(--ig-caption-text-transform);margin-top:var(--ig-caption-margin-top);margin-bottom:var(--ig-caption-margin-bottom);color:var(--idle-secondary-color);margin-block-end:.25rem}:host [part^=container]{border-radius:var(--box-border-radius);border-end-start-radius:0;border-end-end-radius:0;border-bottom:.0625rem solid var(--idle-bottom-line-color);transition:background .25s ease-out;grid-template-columns:auto 1fr auto;height:var(--size)}:host [part^=container]::after{position:absolute;content:\"\";width:100%;height:.0625rem;left:0;right:0;bottom:-1px;background:var(--focused-bottom-line-color);transform:scaleY(0);transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);transform-origin:bottom center}:host [part~=input]{font-family:var(--ig-body-2-font-family, var(--ig-font-family));font-size:var(--ig-body-2-font-size);font-weight:var(--ig-body-2-font-weight);font-style:var(--ig-body-2-font-style);line-height:var(--ig-body-2-line-height);letter-spacing:var(--ig-body-2-letter-spacing);text-transform:var(--ig-body-2-text-transform);margin-top:var(--ig-body-2-margin-top);margin-bottom:var(--ig-body-2-margin-bottom);color:var(--idle-text-color);font-size:.75rem;line-height:1rem;background:initial;padding-block:.375rem;padding-inline:max(var(--is-large, 1)*max(0.375rem, -1 * 0.375rem)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(0.25rem, -1 * 0.25rem)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(0.125rem, -1 * 0.125rem)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)));border:none;grid-area:1/2;height:calc(var(--size) - 1px)}:host [part~=input]::-moz-placeholder{font-style:italic}:host [part~=input]::placeholder{font-style:italic}:host [part~=prefixed]{padding-inline-start:0}:host [part~=suffixed]{padding-inline-end:0}:host(:focus-within) [part^=container],:host(:hover) [part^=container]{background:var(--box-background-hover)}[part~=filled] [part~=input]{color:var(--filled-text-color)}:host(:hover) [part~=filled] [part~=input]{color:var(--filled-text-hover-color)}:host(:hover) [part^=container]{border-color:var(--hover-bottom-line-color)}:host(:focus-within) [part=prefix],:host(:focus-within) [part=suffix]{transition-duration:.25s}:host(:focus-within) [part^=container]{caret-color:var(--focused-bottom-line-color)}:host(:focus-within) [part^=container]::after{transform:scaleY(1)}:host(:focus-within) [part=label]{color:var(--focused-secondary-color)}:host(:focus-within) [part~=filled] [part~=input]{color:var(--focused-text-color)}:host([invalid]) [part^=container]{caret-color:initial;border-color:var(--error-secondary-color)}:host([invalid]) [part^=container]::after{background:var(--error-secondary-color)}:host([invalid]) ::part(helper-text){color:var(--helper-text-color)}:host
|
|
1
|
+
{"version":3,"file":"input.indigo.css.js","sourceRoot":"","sources":["../../../../../src/components/input/themes/shared/input.indigo.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA,wxMAAwxM,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css`:host [part=suffix] ::slotted(*),:host [part=prefix] ::slotted(*){position:relative;display:inline-flex;width:-moz-max-content;width:max-content;align-items:center;height:calc(100% - 0.0625rem);padding-inline:max(var(--is-large, 1)*max(6px, -1 * 6px)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(4px, -1 * 4px)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(2px, -1 * 2px)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)))}:host{--component-size: var(--ig-size, var(--default-size));--input-size: var(--component-size);--input-icon: max(var(--is-large, 1) * max(1.125rem, -1 * 1.125rem), var(--is-medium, 1) * max(1rem, -1 * 1rem), var(--is-small, 1) * max(0.875rem, -1 * 0.875rem))}:host ::slotted(igc-icon){--size: var(--input-icon) !important}:host ::part(helper-text){font-family:var(--ig-caption-font-family, var(--ig-font-family));font-size:var(--ig-caption-font-size);font-weight:var(--ig-caption-font-weight);font-style:var(--ig-caption-font-style);line-height:var(--ig-caption-line-height);letter-spacing:var(--ig-caption-letter-spacing);text-transform:var(--ig-caption-text-transform);margin-top:var(--ig-caption-margin-top);margin-bottom:var(--ig-caption-margin-bottom);color:var(--helper-text-color);margin-block-start:.25rem;grid-auto-rows:minmax(0.9375rem, auto)}:host [part=prefix],:host [part=suffix]{transition-duration:0ms}:host [part=prefix] ::slotted(*),:host [part=suffix] ::slotted(*){height:100%;color:inherit;transition-duration:0ms}:host [part=prefix]{border-start-start-radius:var(--border-border-radius);grid-area:1/1}:host [part=suffix]{border-start-end-radius:var(--border-border-radius);grid-area:1/3}:host [part~=label]{font-family:var(--ig-caption-font-family, var(--ig-font-family));font-size:var(--ig-caption-font-size);font-weight:var(--ig-caption-font-weight);font-style:var(--ig-caption-font-style);line-height:var(--ig-caption-line-height);letter-spacing:var(--ig-caption-letter-spacing);text-transform:var(--ig-caption-text-transform);margin-top:var(--ig-caption-margin-top);margin-bottom:var(--ig-caption-margin-bottom);color:var(--idle-secondary-color);margin-block-end:.25rem}:host [part^=container]{border-radius:var(--box-border-radius);border-end-start-radius:0;border-end-end-radius:0;border-bottom:.0625rem solid var(--idle-bottom-line-color);transition:background .25s ease-out;grid-template-columns:auto 1fr auto;height:var(--size)}:host [part^=container]::after{position:absolute;content:\"\";width:100%;height:.0625rem;left:0;right:0;bottom:-1px;background:var(--focused-bottom-line-color);transform:scaleY(0);transition:transform 180ms cubic-bezier(0.4, 0, 0.2, 1),opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);transform-origin:bottom center}:host [part~=input]{font-family:var(--ig-body-2-font-family, var(--ig-font-family));font-size:var(--ig-body-2-font-size);font-weight:var(--ig-body-2-font-weight);font-style:var(--ig-body-2-font-style);line-height:var(--ig-body-2-line-height);letter-spacing:var(--ig-body-2-letter-spacing);text-transform:var(--ig-body-2-text-transform);margin-top:var(--ig-body-2-margin-top);margin-bottom:var(--ig-body-2-margin-bottom);color:var(--idle-text-color);font-size:.75rem;line-height:1rem;background:initial;padding-block:.375rem;padding-inline:max(var(--is-large, 1)*max(0.375rem, -1 * 0.375rem)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(0.25rem, -1 * 0.25rem)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(0.125rem, -1 * 0.125rem)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)));border:none;grid-area:1/2;height:calc(var(--size) - 1px)}:host [part~=input]::-moz-placeholder{font-style:italic}:host [part~=input]::placeholder{font-style:italic}:host [part~=prefixed]{padding-inline-start:0}:host [part~=suffixed]{padding-inline-end:0}:host(:focus-within) [part^=container],:host(:hover) [part^=container]{background:var(--box-background-hover)}[part~=filled] [part~=input]{color:var(--filled-text-color)}:host(:hover) [part~=filled] [part~=input]{color:var(--filled-text-hover-color)}:host(:hover) [part^=container]{border-color:var(--hover-bottom-line-color)}:host(:focus-within) [part=prefix],:host(:focus-within) [part=suffix]{transition-duration:.25s}:host(:focus-within) [part^=container]{caret-color:var(--focused-bottom-line-color)}:host(:focus-within) [part^=container]::after{transform:scaleY(1)}:host(:focus-within) [part=label]{color:var(--focused-secondary-color)}:host(:focus-within) [part~=filled] [part~=input]{color:var(--focused-text-color)}:host([invalid]) [part^=container]{caret-color:initial;border-color:var(--error-secondary-color)}:host([invalid]) [part^=container]::after{background:var(--error-secondary-color)}:host([invalid]) ::part(helper-text){color:var(--helper-text-color)}:host([type=search]):host [part=prefix] ::slotted(*),:host([type=search]):host [part=suffix] ::slotted(*){padding-inline:max(var(--is-large, 1)*max(0.625rem, -1 * 0.625rem)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(0.5rem, -1 * 0.5rem)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(0.375rem, -1 * 0.375rem)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)))}:host([type=search]) [part~=input]{padding-inline:max(var(--is-large, 1)*max(0.625rem, -1 * 0.625rem)*var(--ig-spacing-inline-large, var(--ig-spacing-inline, --ig-spacing)),var(--is-medium, 1)*max(0.5rem, -1 * 0.5rem)*var(--ig-spacing-inline-medium, var(--ig-spacing-inline, --ig-spacing)),var(--is-small, 1)*max(0.375rem, -1 * 0.375rem)*var(--ig-spacing-inline-small, var(--ig-spacing-inline, --ig-spacing)))}:host([type=search]) [part~=prefixed]{padding-inline-start:0}:host([type=search]) [part~=suffixed]{padding-inline-end:0}:host(:disabled) [part^=container],:host([disabled]) [part^=container]{border-color:var(--disabled-bottom-line-color)}:host(:disabled) [part=prefix],:host(:disabled) [part=suffix],:host(:disabled) [part=label],:host(:disabled) [part~=input],:host(:disabled) ::part(helper-text),:host([disabled]) [part=prefix],:host([disabled]) [part=suffix],:host([disabled]) [part=label],:host([disabled]) [part~=input],:host([disabled]) ::part(helper-text){color:var(--disabled-text-color)}`;\n"]}
|
package/custom-elements.json
CHANGED
|
@@ -10283,12 +10283,6 @@
|
|
|
10283
10283
|
"kind": "class",
|
|
10284
10284
|
"description": "A single content container within a set of containers used in the context of an `igc-carousel`.",
|
|
10285
10285
|
"name": "IgcCarouselSlideComponent",
|
|
10286
|
-
"cssParts": [
|
|
10287
|
-
{
|
|
10288
|
-
"description": "The base wrapper of the carousel slide.",
|
|
10289
|
-
"name": "base"
|
|
10290
|
-
}
|
|
10291
|
-
],
|
|
10292
10286
|
"slots": [
|
|
10293
10287
|
{
|
|
10294
10288
|
"description": "slot for the carousel slide.",
|
|
@@ -10328,14 +10322,6 @@
|
|
|
10328
10322
|
},
|
|
10329
10323
|
"privacy": "private"
|
|
10330
10324
|
},
|
|
10331
|
-
{
|
|
10332
|
-
"kind": "field",
|
|
10333
|
-
"name": "_slideRef",
|
|
10334
|
-
"type": {
|
|
10335
|
-
"text": "Ref<HTMLElement>"
|
|
10336
|
-
},
|
|
10337
|
-
"privacy": "private"
|
|
10338
|
-
},
|
|
10339
10325
|
{
|
|
10340
10326
|
"kind": "field",
|
|
10341
10327
|
"name": "_animationPlayer",
|
|
@@ -10392,7 +10378,9 @@
|
|
|
10392
10378
|
"text": "boolean"
|
|
10393
10379
|
},
|
|
10394
10380
|
"privacy": "public",
|
|
10395
|
-
"default": "false"
|
|
10381
|
+
"default": "false",
|
|
10382
|
+
"attribute": "previous",
|
|
10383
|
+
"reflects": true
|
|
10396
10384
|
},
|
|
10397
10385
|
{
|
|
10398
10386
|
"kind": "method",
|
|
@@ -10441,6 +10429,14 @@
|
|
|
10441
10429
|
"description": "The current active slide for the carousel component.",
|
|
10442
10430
|
"fieldName": "active",
|
|
10443
10431
|
"attribute": "active"
|
|
10432
|
+
},
|
|
10433
|
+
{
|
|
10434
|
+
"name": "previous",
|
|
10435
|
+
"type": {
|
|
10436
|
+
"text": "boolean"
|
|
10437
|
+
},
|
|
10438
|
+
"default": "false",
|
|
10439
|
+
"fieldName": "previous"
|
|
10444
10440
|
}
|
|
10445
10441
|
],
|
|
10446
10442
|
"superclass": {
|