@cupra/ui-kit 2.0.0-canary.85 → 2.0.0-canary.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/dist/cjs/components/ds-checkbox/ds-checkbox.cjs +2 -2
  2. package/dist/cjs/components/ds-dialog/ds-dialog.cjs +14 -21
  3. package/dist/cjs/components/ds-dialog/styles/common.styles.cjs +11 -21
  4. package/dist/cjs/components/ds-theme-provider/ds-theme-provider.cjs +1 -1
  5. package/dist/cjs/utils/IconsManager.cjs +1 -1
  6. package/dist/cjs/utils/PubSub.cjs +1 -1
  7. package/dist/cjs/utils/StylesRegistry/StylesRegistry.cjs +1 -1
  8. package/dist/cjs/utils/cssWithTokens.cjs +1 -1
  9. package/dist/cjs/utils/htmlWithTokens.cjs +1 -1
  10. package/dist/esm/components/ds-checkbox/ds-checkbox.js +63 -54
  11. package/dist/esm/components/ds-dialog/ds-dialog.js +88 -87
  12. package/dist/esm/components/ds-dialog/styles/common.styles.js +12 -22
  13. package/dist/esm/components/ds-theme-provider/ds-theme-provider.js +1 -1
  14. package/dist/esm/utils/IconsManager.js +1 -1
  15. package/dist/esm/utils/PubSub.js +1 -1
  16. package/dist/esm/utils/StylesRegistry/StylesRegistry.js +1 -1
  17. package/dist/esm/utils/cssWithTokens.js +1 -1
  18. package/dist/esm/utils/htmlWithTokens.js +1 -1
  19. package/dist/types/components/ds-checkbox/ds-checkbox.d.ts +3 -0
  20. package/dist/types/components/ds-dialog/ds-dialog.d.ts +7 -4
  21. package/dist/types/components/ds-theme-provider/themeContext.d.ts +1 -1
  22. package/dist-react/cjs/components/ds-checkbox/ds-checkbox.cjs +2 -2
  23. package/dist-react/cjs/components/ds-dialog/ds-dialog.cjs +14 -21
  24. package/dist-react/cjs/components/ds-dialog/styles/common.styles.cjs +11 -21
  25. package/dist-react/cjs/components/ds-theme-provider/ds-theme-provider.cjs +1 -1
  26. package/dist-react/cjs/utils/IconsManager.cjs +1 -1
  27. package/dist-react/cjs/utils/PubSub.cjs +1 -1
  28. package/dist-react/cjs/utils/StylesRegistry/StylesRegistry.cjs +1 -1
  29. package/dist-react/cjs/utils/cssWithTokens.cjs +1 -1
  30. package/dist-react/cjs/utils/htmlWithTokens.cjs +1 -1
  31. package/dist-react/esm/components/ds-checkbox/ds-checkbox.js +63 -54
  32. package/dist-react/esm/components/ds-dialog/ds-dialog.js +88 -87
  33. package/dist-react/esm/components/ds-dialog/styles/common.styles.js +12 -22
  34. package/dist-react/esm/components/ds-theme-provider/ds-theme-provider.js +1 -1
  35. package/dist-react/esm/utils/IconsManager.js +1 -1
  36. package/dist-react/esm/utils/PubSub.js +1 -1
  37. package/dist-react/esm/utils/StylesRegistry/StylesRegistry.js +1 -1
  38. package/dist-react/esm/utils/cssWithTokens.js +1 -1
  39. package/dist-react/esm/utils/htmlWithTokens.js +1 -1
  40. package/dist-react/types/components/ds-checkbox/ds-checkbox.d.ts +3 -0
  41. package/dist-react/types/components/ds-dialog/ds-dialog.d.ts +7 -4
  42. package/dist-react/types/components/ds-theme-provider/themeContext.d.ts +1 -1
  43. package/package.json +1 -1
@@ -1,56 +1,61 @@
1
- import { UiKitElement as v } from "../base/UiKitElement.js";
1
+ import { UiKitElement as m } from "../base/UiKitElement.js";
2
2
  import { customUiKitElement as b } from "../../decorators/customUiKitElement.js";
3
- import { booleanConverter as d } from "../../utils/booleanConverter.js";
4
- import { debounce as y } from "../../utils/debounce.js";
3
+ import { booleanConverter as p } from "../../utils/booleanConverter.js";
4
+ import { debounce as f } from "../../utils/debounce.js";
5
5
  import "../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";
6
- import { nothing as r, html as p } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";
6
+ import { nothing as n, html as d } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";
7
7
  import "../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";
8
- import { property as l } from "../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";
9
- import { state as m } from "../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/state.js";
10
- import { query as f } from "../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/query.js";
11
- import { classMap as u } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
12
- import { commonStyles as C } from "./styles/common.styles.js";
13
- var k = Object.defineProperty, w = Object.getOwnPropertyDescriptor, s = (e, o, a, n) => {
14
- for (var i = n > 1 ? void 0 : n ? w(o, a) : o, c = e.length - 1, h; c >= 0; c--)
15
- (h = e[c]) && (i = (n ? h(o, a, i) : h(i)) || i);
16
- return n && i && k(o, a, i), i;
8
+ import { property as a } from "../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js";
9
+ import { state as v } from "../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/state.js";
10
+ import { query as u } from "../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/query.js";
11
+ import { classMap as C } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
12
+ import { commonStyles as g } from "./styles/common.styles.js";
13
+ var k = Object.defineProperty, y = Object.getOwnPropertyDescriptor, i = (e, t, r, l) => {
14
+ for (var o = l > 1 ? void 0 : l ? y(t, r) : t, c = e.length - 1, h; c >= 0; c--)
15
+ (h = e[c]) && (o = (l ? h(t, r, o) : h(o)) || o);
16
+ return l && o && k(t, r, o), o;
17
17
  };
18
- let t = class extends v {
18
+ let s = class extends m {
19
19
  constructor() {
20
- super(...arguments), this.lockClose = !1, this.lockScroll = !0, this.open = !1, this.size = "medium", this.hasBeenOpened = !1, this.hasScroll = !1, this.debouncedCheckScroll = y({ func: () => this.checkScroll() }), this.handleCloseButtonClick = () => {
20
+ super(...arguments), this.lockClose = !1, this.lockScroll = !0, this.open = !1, this.size = "medium", this.hasBeenOpened = !1, this.hasScroll = !1, this.debouncedCheckScroll = f({ func: () => this.checkScroll() }), this.handleCloseButtonClick = () => {
21
21
  this.handleClose("button");
22
- }, this.handleBackdropClick = () => {
23
- this.handleClose("backdrop");
22
+ }, this.handleDialogClick = (e) => {
23
+ e.target === this.nativeDialog && this.handleClose("backdrop");
24
+ }, this.handleCancel = (e) => {
25
+ e.preventDefault(), this.lockClose || this.handleClose("escape");
24
26
  }, this.handleHostClick = (e) => {
25
27
  e.stopPropagation();
26
- }, this.handleKeyDown = (e) => {
27
- this.open && e.key === "Escape" && this.handleClose("escape");
28
28
  };
29
29
  }
30
30
  async updated(e) {
31
- super.updated(e), !this.hasBeenOpened && e.has("open") && this.open && (this.hasBeenOpened = !0), e.has("open") && this.handleResizeObserver(), e.has("open") && this.open && (await this.updateComplete, this.requestUpdate());
31
+ super.updated(e), !this.hasBeenOpened && e.has("open") && this.open && (this.hasBeenOpened = !0), e.has("open") && (this.handleResizeObserver(), this.syncNativeDialogState()), e.has("open") && this.open && (await this.updateComplete, this.requestUpdate());
32
+ }
33
+ syncNativeDialogState() {
34
+ this.nativeDialog && (this.open ? this.openNativeDialog() : this.closeNativeDialog());
35
+ }
36
+ openNativeDialog() {
37
+ var e, t;
38
+ this.nativeDialog.open || (t = (e = this.nativeDialog).showModal) == null || t.call(e);
39
+ }
40
+ closeNativeDialog() {
41
+ var e, t;
42
+ this.nativeDialog.open && ((t = (e = this.nativeDialog).close) == null || t.call(e));
32
43
  }
33
44
  async handleResizeObserver() {
34
45
  var e;
35
- this.lockScroll && (document.body.style.overflow = this.open ? "hidden" : ""), (e = this.resizeObserver) == null || e.disconnect(), this.content && (this.resizeObserver.observe(this.content), await new Promise(requestAnimationFrame), this.checkScroll());
36
- }
37
- get containerClasses() {
38
- return {
39
- container: !0,
40
- close: !this.open,
41
- "with-scroll": this.open && this.hasScroll
42
- };
46
+ (e = this.resizeObserver) == null || e.disconnect(), this.content && (this.resizeObserver.observe(this.content), await new Promise(requestAnimationFrame), this.checkScroll());
43
47
  }
44
- get dialogClasses() {
48
+ get panelClasses() {
45
49
  return {
46
- dialog: !0,
50
+ panel: !0,
51
+ "with-scroll": this.open && this.hasScroll,
47
52
  [this.size]: !!this.size
48
53
  };
49
54
  }
50
55
  dispatchCloseEvents(e) {
51
- const o = `ds-dialog:close-${e}`;
56
+ const t = `ds-dialog:close-${e}`;
52
57
  this.dispatchEvent(
53
- new Event(o, {
58
+ new Event(t, {
54
59
  bubbles: !0,
55
60
  composed: !0
56
61
  })
@@ -65,77 +70,73 @@ let t = class extends v {
65
70
  this.lockClose || (this.open = !1, this.dispatchCloseEvents(e));
66
71
  }
67
72
  connectedCallback() {
68
- super.connectedCallback(), window.addEventListener("keydown", this.handleKeyDown), this.resizeObserver = new ResizeObserver(this.debouncedCheckScroll), this.handleResizeObserver(), this.addEventListener("click", this.handleHostClick);
73
+ super.connectedCallback(), this.resizeObserver = new ResizeObserver(this.debouncedCheckScroll), this.handleResizeObserver(), this.addEventListener("click", this.handleHostClick);
69
74
  }
70
75
  disconnectedCallback() {
71
76
  var e;
72
- super.disconnectedCallback(), window.removeEventListener("keydown", this.handleKeyDown), this.lockScroll && (document.body.style.overflow = ""), (e = this.resizeObserver) == null || e.disconnect(), this.removeEventListener("click", this.handleHostClick);
77
+ super.disconnectedCallback(), (e = this.resizeObserver) == null || e.disconnect(), this.removeEventListener("click", this.handleHostClick);
73
78
  }
74
79
  checkScroll() {
75
- var e, o;
76
- this.hasScroll = ((e = this.content) == null ? void 0 : e.scrollHeight) > ((o = this.content) == null ? void 0 : o.clientHeight);
80
+ var e, t;
81
+ this.hasScroll = ((e = this.content) == null ? void 0 : e.scrollHeight) > ((t = this.content) == null ? void 0 : t.clientHeight);
77
82
  }
78
83
  render() {
79
- return !this.hasBeenOpened && !this.open ? r : p`
80
- <style>
81
- :host {
82
- display: ${this.open ? "flex" : "none"};
83
- }
84
- </style>
85
-
86
- <div class=${u(this.containerClasses)}>
87
- <div class="overlay" @click=${this.handleBackdropClick}></div>
88
- <dialog
89
- ?open=${this.open}
90
- data-testid="ds-dialog-container"
91
- class=${u(this.dialogClasses)}
92
- aria-modal="true"
93
- aria-label=${this.dataAriaLabel || r}
94
- aria-description=${this.dataAriaDescription || r}
95
- >
96
- ${this.lockClose ? r : p`<slot name="close-button" @click=${this.handleCloseButtonClick}></slot>`}
84
+ return !this.hasBeenOpened && !this.open ? n : d`
85
+ <dialog
86
+ class="dialog"
87
+ data-testid="ds-dialog-container"
88
+ aria-label=${this.dataAriaLabel || n}
89
+ aria-description=${this.dataAriaDescription || n}
90
+ @cancel=${this.handleCancel}
91
+ @click=${this.handleDialogClick}
92
+ >
93
+ <div class=${C(this.panelClasses)}>
94
+ ${this.lockClose ? n : d`<slot name="close-button" @click=${this.handleCloseButtonClick}></slot>`}
97
95
  <div class="content-container">
98
96
  <div tabindex="0" class="content ds-scroll">
99
97
  <slot @slotchange=${this.handleResizeObserver}></slot>
100
98
  </div>
101
99
  <slot name="footer"></slot>
102
100
  </div>
103
- </dialog>
104
- </div>
101
+ </div>
102
+ </dialog>
105
103
  `;
106
104
  }
107
105
  };
108
- t.styles = [C];
109
- s([
110
- l({ type: Boolean, converter: d, attribute: "lock-close" })
111
- ], t.prototype, "lockClose", 2);
112
- s([
113
- l({ type: Boolean, converter: d, attribute: "lock-scroll" })
114
- ], t.prototype, "lockScroll", 2);
115
- s([
116
- l({ type: Boolean, converter: d })
117
- ], t.prototype, "open", 2);
118
- s([
119
- l({ type: String })
120
- ], t.prototype, "size", 2);
121
- s([
122
- l({ type: String, attribute: "data-aria-label" })
123
- ], t.prototype, "dataAriaLabel", 2);
124
- s([
125
- l({ type: String, attribute: "data-aria-description" })
126
- ], t.prototype, "dataAriaDescription", 2);
127
- s([
128
- m()
129
- ], t.prototype, "hasBeenOpened", 2);
130
- s([
131
- m()
132
- ], t.prototype, "hasScroll", 2);
133
- s([
134
- f(".content")
135
- ], t.prototype, "content", 2);
136
- t = s([
106
+ s.styles = [g];
107
+ i([
108
+ a({ type: Boolean, converter: p, attribute: "lock-close" })
109
+ ], s.prototype, "lockClose", 2);
110
+ i([
111
+ a({ type: Boolean, converter: p, attribute: "lock-scroll" })
112
+ ], s.prototype, "lockScroll", 2);
113
+ i([
114
+ a({ type: Boolean, converter: p })
115
+ ], s.prototype, "open", 2);
116
+ i([
117
+ a({ type: String })
118
+ ], s.prototype, "size", 2);
119
+ i([
120
+ a({ type: String, attribute: "data-aria-label" })
121
+ ], s.prototype, "dataAriaLabel", 2);
122
+ i([
123
+ a({ type: String, attribute: "data-aria-description" })
124
+ ], s.prototype, "dataAriaDescription", 2);
125
+ i([
126
+ v()
127
+ ], s.prototype, "hasBeenOpened", 2);
128
+ i([
129
+ v()
130
+ ], s.prototype, "hasScroll", 2);
131
+ i([
132
+ u(".content")
133
+ ], s.prototype, "content", 2);
134
+ i([
135
+ u("dialog")
136
+ ], s.prototype, "nativeDialog", 2);
137
+ s = i([
137
138
  b("ds-dialog")
138
- ], t);
139
+ ], s);
139
140
  export {
140
- t as DsDialog
141
+ s as DsDialog
141
142
  };
@@ -2,37 +2,27 @@ import { cssQueries as l } from "../../../utils/cssQueries.js";
2
2
  import "../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";
3
3
  import "../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";
4
4
  import "../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";
5
- import { css as i } from "../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";
6
- const c = i`
5
+ import { css as o } from "../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";
6
+ const a = o`
7
7
  :host {
8
- transition: display 0.3s cubic-bezier(0, 0, 0.2, 1) allow-discrete;
8
+ display: contents;
9
9
  }
10
10
 
11
- .container.close {
12
- display: none;
13
- opacity: 0;
14
- }
15
-
16
- .container {
17
- position: fixed;
18
- top: 0;
19
- left: 0;
11
+ .dialog[open] {
12
+ max-width: none;
13
+ max-height: none;
14
+ border: none;
15
+ background: transparent;
16
+ overflow: visible;
20
17
  width: 100dvw;
21
18
  height: 100dvh;
19
+ box-sizing: border-box;
22
20
  display: flex;
23
21
  justify-content: center;
24
22
  align-items: center;
25
- z-index: var(--ds-z-index-modal);
26
- transition:
27
- opacity 0.3s cubic-bezier(0, 0, 0.2, 1),
28
- display 0.3s cubic-bezier(0, 0, 0.2, 1) allow-discrete;
29
- opacity: 1;
30
- @starting-style {
31
- opacity: 0;
32
- }
33
23
  }
34
24
 
35
- .dialog {
25
+ .panel {
36
26
  padding: 0;
37
27
  position: relative;
38
28
  }
@@ -76,5 +66,5 @@ const c = i`
76
66
  }
77
67
  `;
78
68
  export {
79
- c as commonStyles
69
+ a as commonStyles
80
70
  };
@@ -54,7 +54,7 @@ let m = class extends v {
54
54
  }
55
55
  loadThemeStyles() {
56
56
  return this.loadStyles ? new Promise((t, o) => {
57
- const s = "/2.0.0-canary.85", r = `https://ds-assets.cupra.com${s}/styles/${this.theme}/theme.css`;
57
+ const s = "/2.0.0-canary.87", r = `https://ds-assets.cupra.com${s}/styles/${this.theme}/theme.css`;
58
58
  if (document.head.querySelector(`link[href="${r}"]`)) t();
59
59
  else {
60
60
  const e = `ui-kit-theme-${s}`, a = document.getElementById(e), n = document.createElement("link");
@@ -25,7 +25,7 @@ class l {
25
25
  }), f.subscribe("theme", this.handleChangeTheme);
26
26
  }
27
27
  }
28
- const c = Symbol.for("@cupra/ui-kit/icons-manager/2.0.0-canary.85"), h = globalThis;
28
+ const c = Symbol.for("@cupra/ui-kit/icons-manager/2.0.0-canary.87"), h = globalThis;
29
29
  let i = h[c];
30
30
  i || (i = new l(), Object.defineProperty(h, c, {
31
31
  value: i,
@@ -18,7 +18,7 @@ class e {
18
18
  });
19
19
  }
20
20
  }
21
- const u = Symbol.for("@cupra/ui-kit/pubsub/2.0.0-canary.85"), t = globalThis;
21
+ const u = Symbol.for("@cupra/ui-kit/pubsub/2.0.0-canary.87"), t = globalThis;
22
22
  let b = t[u];
23
23
  b || (b = new e(), Object.defineProperty(t, u, {
24
24
  value: b,
@@ -7,7 +7,7 @@ class s {
7
7
  theme: t
8
8
  }) => {
9
9
  if (!t || !e) return;
10
- const c = `https://ds-assets.cupra.com/2.0.0-canary.85/styles/${t}/components/${e}.css`, r = this.getCachedStyleSheetPromise({ url: c });
10
+ const c = `https://ds-assets.cupra.com/2.0.0-canary.87/styles/${t}/components/${e}.css`, r = this.getCachedStyleSheetPromise({ url: c });
11
11
  if (r) return r;
12
12
  const i = h(() => this.fetchStyle({ url: c })).then((n) => (n || this.stylePromises.delete(c), n));
13
13
  return this.stylePromises.set(c, i), this.stylePromises.get(c);
@@ -3,7 +3,7 @@ import "../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";
3
3
  import "../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";
4
4
  import { unsafeCSS as n, css as o } from "../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";
5
5
  function x(t, ...r) {
6
- const e = String.raw({ raw: t }, ...r).replace(/(--private-[\w-]+)(?=\s*[):,])/g, "$1-v2-0-0-canary-85"), i = n(e);
6
+ const e = String.raw({ raw: t }, ...r).replace(/(--private-[\w-]+)(?=\s*[):,])/g, "$1-v2-0-0-canary-87"), i = n(e);
7
7
  return o`${i}`;
8
8
  }
9
9
  export {
@@ -3,7 +3,7 @@ import { html as n } from "../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit
3
3
  import "../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";
4
4
  import { unsafeHTML as i } from "../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/unsafe-html.js";
5
5
  function x(t, ...r) {
6
- const o = String.raw({ raw: t }, ...r).replace(/(--private-[\w-]+)(?=\s*[):,])/g, "$1-v2-0-0-canary-85"), e = i(o);
6
+ const o = String.raw({ raw: t }, ...r).replace(/(--private-[\w-]+)(?=\s*[):,])/g, "$1-v2-0-0-canary-87"), e = i(o);
7
7
  return n`${e}`;
8
8
  }
9
9
  export {
@@ -26,8 +26,11 @@ export declare class DsCheckbox extends DsCheckbox_base {
26
26
  callback: any;
27
27
  }>): void;
28
28
  get disabled(): boolean;
29
+ set disabled(value: boolean);
29
30
  get size(): DsCheckboxAttrs['size'];
31
+ set size(value: DsCheckboxAttrs['size']);
30
32
  protected get forcedError(): DsCheckboxAttrs['forced-error'];
33
+ protected set forcedError(value: DsCheckboxAttrs['forced-error']);
31
34
  protected get error(): boolean;
32
35
  private handleChange;
33
36
  protected get classes(): {
@@ -14,20 +14,23 @@ export declare class DsDialog extends UiKitElement {
14
14
  hasBeenOpened: boolean;
15
15
  hasScroll: boolean;
16
16
  protected content: HTMLInputElement;
17
+ private nativeDialog;
17
18
  private resizeObserver;
18
19
  private debouncedCheckScroll;
19
20
  updated(changedProperties: PropertyValues): Promise<void>;
21
+ private syncNativeDialogState;
22
+ private openNativeDialog;
23
+ private closeNativeDialog;
20
24
  handleResizeObserver(): Promise<void>;
21
- private get containerClasses();
22
- private get dialogClasses();
25
+ private get panelClasses();
23
26
  private dispatchCloseEvents;
24
27
  private handleClose;
25
28
  private handleCloseButtonClick;
26
- private handleBackdropClick;
29
+ private handleDialogClick;
30
+ private handleCancel;
27
31
  connectedCallback(): void;
28
32
  disconnectedCallback(): void;
29
33
  private handleHostClick;
30
- private handleKeyDown;
31
34
  private checkScroll;
32
35
  render(): typeof nothing | import("lit").TemplateResult<1>;
33
36
  }
@@ -1,4 +1,4 @@
1
- export type Theme = 'cupra' | 'cupra-diagonal' | 'seat';
1
+ export type Theme = 'cupra' | 'cupra-diagonal' | 'seat' | 'seat-legacy';
2
2
  export declare const themeContext: {
3
3
  __context__: Theme;
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cupra/ui-kit",
3
- "version": "2.0.0-canary.85",
3
+ "version": "2.0.0-canary.87",
4
4
  "description": "Web components library",
5
5
  "author": "SEAT S.A.",
6
6
  "license": "SEAT S.A. Library EULA 1.0",