@vandeurenglenn/lite-elements 0.3.67 → 0.3.69

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 (108) hide show
  1. package/exports/banner.js +2 -1
  2. package/exports/bundle/banner.js +1 -1
  3. package/exports/bundle/button.css.js +213 -0
  4. package/exports/bundle/button.js +2 -205
  5. package/exports/bundle/card.js +2 -2
  6. package/exports/bundle/code.js +2 -2
  7. package/exports/bundle/{column-DDQ_cHlH.js → column-CFoAXmNm.js} +1 -1
  8. package/exports/bundle/demo-elements.js +1 -1
  9. package/exports/bundle/demo-icons.js +2 -2
  10. package/exports/bundle/demo-shell.js +2 -2
  11. package/exports/bundle/demo.js +2 -2
  12. package/exports/bundle/dialog.js +6 -6
  13. package/exports/bundle/divider.js +2 -2
  14. package/exports/bundle/drawer-button.js +2 -2
  15. package/exports/bundle/drawer-item.js +2 -2
  16. package/exports/bundle/drawer-layout.js +1 -1
  17. package/exports/bundle/drawer.js +3 -2
  18. package/exports/bundle/dropdown-menu.js +2 -2
  19. package/exports/bundle/dropdown.js +2 -2
  20. package/exports/bundle/elements.js +1 -1
  21. package/exports/bundle/elevation.js +2 -2
  22. package/exports/bundle/fab.js +2 -2
  23. package/exports/bundle/icon-button.js +28 -42
  24. package/exports/bundle/icon-set.js +1 -1
  25. package/exports/bundle/icon.js +3 -5
  26. package/exports/bundle/index.html +12 -0
  27. package/exports/bundle/input.js +2 -2
  28. package/exports/bundle/list-item.js +2 -2
  29. package/exports/bundle/menu.js +2 -2
  30. package/exports/bundle/minute-field.js +2 -2
  31. package/exports/bundle/notification.js +1 -1
  32. package/exports/bundle/notifications.js +3 -3
  33. package/exports/bundle/pages.js +1 -1
  34. package/exports/bundle/pane.js +3 -2
  35. package/exports/bundle/prompt.js +2 -2
  36. package/exports/bundle/{property-CVzdqkRx.js → property-ITdaEFzc.js} +2 -2
  37. package/exports/bundle/{property-dP9ZH-qy.js → property-uXlWYiST.js} +1 -1
  38. package/exports/bundle/rail.js +1 -1
  39. package/exports/bundle/root.js +2 -2
  40. package/exports/bundle/{row-UiFoKyj7.js → row-D8mlTlsJ.js} +1 -1
  41. package/exports/bundle/section.js +2 -2
  42. package/exports/bundle/section2.js +1 -1
  43. package/exports/bundle/select-mixin.js +1 -1
  44. package/exports/bundle/selector-mixin.js +1 -1
  45. package/exports/bundle/selector.js +1 -1
  46. package/exports/bundle/summary-mirror.js +1 -1
  47. package/exports/bundle/summary.js +2 -2
  48. package/exports/bundle/supporting-pane.js +1 -1
  49. package/exports/bundle/tab.js +1 -1
  50. package/exports/bundle/tabs.js +1 -1
  51. package/exports/bundle/text-field.js +2 -2
  52. package/exports/bundle/theme.js +1 -1
  53. package/exports/bundle/time-picker.js +2 -2
  54. package/exports/bundle/toggle-button.js +1 -1
  55. package/exports/bundle/toggle.js +2 -2
  56. package/exports/bundle/top-app-bar.js +4 -4
  57. package/exports/bundle/typography.js +2 -2
  58. package/exports/bundle/upload-file.js +2 -2
  59. package/exports/bundle/upload-image.js +1 -1
  60. package/exports/button/button.d.ts +2 -2
  61. package/exports/button/icon-button.d.ts +2 -2
  62. package/exports/button/styles/button.css.d.ts +2 -0
  63. package/exports/button.css.js +217 -0
  64. package/exports/button.js +17 -219
  65. package/exports/card.js +2 -1
  66. package/exports/code.js +1 -1
  67. package/exports/demo-icons.js +1 -1
  68. package/exports/demo-shell.js +2 -1
  69. package/exports/demo.js +1 -1
  70. package/exports/dialog.js +1 -1
  71. package/exports/divider.js +2 -1
  72. package/exports/drawer-button.js +2 -1
  73. package/exports/drawer-item.js +1 -1
  74. package/exports/drawer-layout.js +2 -1
  75. package/exports/drawer.js +2 -1
  76. package/exports/dropdown-menu.js +1 -1
  77. package/exports/dropdown.js +1 -1
  78. package/exports/elements.js +1 -0
  79. package/exports/elevation.js +1 -1
  80. package/exports/fab.js +1 -1
  81. package/exports/icon/icon.d.ts +1 -2
  82. package/exports/icon-button.js +30 -42
  83. package/exports/icon-set.js +1 -1
  84. package/exports/icon.js +4 -9
  85. package/exports/input.js +1 -1
  86. package/exports/list-item.js +1 -1
  87. package/exports/menu.js +1 -1
  88. package/exports/minute-field.js +1 -1
  89. package/exports/notification.js +1 -1
  90. package/exports/notifications.js +2 -1
  91. package/exports/pane.js +2 -1
  92. package/exports/prompt.js +1 -1
  93. package/exports/rail.js +2 -1
  94. package/exports/root.js +1 -1
  95. package/exports/section.js +1 -1
  96. package/exports/summary-mirror.js +1 -1
  97. package/exports/summary.js +1 -1
  98. package/exports/supporting-pane.js +2 -1
  99. package/exports/tab.js +1 -1
  100. package/exports/text-field.js +1 -1
  101. package/exports/theme.js +1 -1
  102. package/exports/time-picker.js +1 -1
  103. package/exports/toggle-button.js +2 -1
  104. package/exports/toggle.js +1 -1
  105. package/exports/top-app-bar.js +1 -1
  106. package/exports/typography.js +1 -1
  107. package/exports/upload-file.js +1 -1
  108. package/package.json +10 -2
@@ -1,8 +1,9 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, property, css, html, LiteElement } from '@vandeurenglenn/lite';
3
- import './button.js';
2
+ import { customElement, property, css, html } from '@vandeurenglenn/lite';
3
+ import { CustomButton } from './button.js';
4
4
  import './icon.js';
5
5
  import './elevation.js';
6
+ import './button.css.js';
6
7
  import '@vandeurenglenn/little-pubsub';
7
8
 
8
9
  let CustomIconButton = (() => {
@@ -10,7 +11,7 @@ let CustomIconButton = (() => {
10
11
  let _classDescriptor;
11
12
  let _classExtraInitializers = [];
12
13
  let _classThis;
13
- let _classSuper = LiteElement;
14
+ let _classSuper = CustomButton;
14
15
  let _icon_decorators;
15
16
  let _icon_initializers = [];
16
17
  let _icon_extraInitializers = [];
@@ -28,67 +29,54 @@ let CustomIconButton = (() => {
28
29
  get icon() { return this.#icon_accessor_storage; }
29
30
  set icon(value) { this.#icon_accessor_storage = value; }
30
31
  static styles = [
32
+ ...CustomButton.styles,
31
33
  css `
32
34
  :host {
33
35
  --custom-button-border-radius: var(--md-sys-shape-corner-medium);
34
- position: relative;
35
- display: flex;
36
- align-items: center;
37
- justify-content: center;
38
- border-radius: var(--custom-button-border-radius);
39
36
  width: 40px;
40
37
  height: 40px;
41
- cursor: pointer;
42
- }
43
-
44
- .hover,
45
- custom-icon,
46
- custom-elevation {
47
- pointer-events: none;
48
- }
49
-
50
- .hover {
51
- position: absolute;
52
- inset: 0;
53
- background-color: var(--md-sys-color-primary);
54
- opacity: 0;
55
- transition: opacity 200ms;
56
- border-radius: var(--custom-button-border-radius);
38
+ align-items: center;
39
+ justify-content: center;
57
40
  }
58
41
 
59
- :host(:focus) .hover,
60
- :host(:hover) .hover {
61
- opacity: 0.1;
42
+ :host([type='text']) {
43
+ --custom-icon-color: var(--md-sys-color-on-surface);
62
44
  }
63
45
 
64
- :host(:active) .hover {
65
- opacity: 0.2;
46
+ :host([type='filled']),
47
+ :host([type='filled']) ::slotted(*) {
48
+ --custom-icon-color: var(--md-sys-color-on-primary);
66
49
  }
67
50
 
68
- custom-elevation {
69
- --md-elevation-level: var(--elevation-level);
51
+ :host([type='outlined']),
52
+ :host([type='outlined']) ::slotted(*) {
53
+ --custom-icon-color: var(--md-sys-color-on-surface);
70
54
  }
71
55
 
72
- :host([type='elevated']) custom-elevation {
73
- --elevation-level: 1;
56
+ :host([type='elevated']),
57
+ :host([type='elevated']) ::slotted(*) {
58
+ --custom-icon-color: var(--md-sys-color-primary);
74
59
  }
75
60
 
76
- :host(:active) {
77
- --elevation-level: 0;
61
+ :host([type='tertiary']),
62
+ :host([type='tertiary']) ::slotted(*) {
63
+ --custom-icon-color: var(--md-sys-color-on-tertiary);
78
64
  }
79
65
 
80
- custom-icon {
81
- --custom-icon-color: var(--md-sys-color-on-surface);
66
+ :host([type='tonal']),
67
+ :host([type='tonal']) ::slotted(*) {
68
+ --custom-icon-color: var(--md-sys-color-on-secondary-container);
82
69
  }
83
70
  `
84
71
  ];
85
72
  render() {
86
73
  return html `
87
- <custom-elevation></custom-elevation>
88
-
89
- <custom-icon slot="icon" .icon=${this.icon}></custom-icon>
90
-
91
- <span class="hover"></span>
74
+ <button label=${this.label}>
75
+ <custom-elevation></custom-elevation>
76
+ <slot name="icon"> <custom-icon .icon=${this.icon}></custom-icon></slot>
77
+ <span class="label">${this.label}</span>
78
+ <span class="hover"></span>
79
+ </button>
92
80
  `;
93
81
  }
94
82
  constructor() {
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, css, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, css } from '@vandeurenglenn/lite';
3
3
  import PubSub from '@vandeurenglenn/little-pubsub';
4
4
 
5
5
  globalThis.pubsub = globalThis.pubsub || new PubSub(true);
package/exports/icon.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
2
  import PubSub from '@vandeurenglenn/little-pubsub';
3
- import { customElement, property, css, html, LiteElement } from '@vandeurenglenn/lite';
3
+ import { customElement, LiteElement, property, css, html } from '@vandeurenglenn/lite';
4
4
 
5
5
  globalThis.pubsub = globalThis.pubsub || new PubSub(true);
6
6
  let CustomIcon = (() => {
@@ -27,7 +27,7 @@ let CustomIcon = (() => {
27
27
  const _metadata = typeof Symbol === "function" && Symbol.metadata ? Object.create(_classSuper[Symbol.metadata] ?? null) : void 0;
28
28
  _host_decorators = [property()];
29
29
  _icon_decorators = [property({ attribute: true, reflect: true })];
30
- _setName_decorators = [property()];
30
+ _setName_decorators = [property({ attribute: true, reflect: true })];
31
31
  __icon_decorators = [property()];
32
32
  __esDecorate(this, null, _host_decorators, { kind: "accessor", name: "host", static: false, private: false, access: { has: obj => "host" in obj, get: obj => obj.host, set: (obj, value) => { obj.host = value; } }, metadata: _metadata }, _host_initializers, _host_extraInitializers);
33
33
  __esDecorate(this, null, _icon_decorators, { kind: "accessor", name: "icon", static: false, private: false, access: { has: obj => "icon" in obj, get: obj => obj.icon, set: (obj, value) => { obj.icon = value; } }, metadata: _metadata }, _icon_initializers, _icon_extraInitializers);
@@ -43,7 +43,7 @@ let CustomIcon = (() => {
43
43
  #icon_accessor_storage = (__runInitializers(this, _host_extraInitializers), __runInitializers(this, _icon_initializers, void 0));
44
44
  get icon() { return this.#icon_accessor_storage; }
45
45
  set icon(value) { this.#icon_accessor_storage = value; }
46
- #setName_accessor_storage = (__runInitializers(this, _icon_extraInitializers), __runInitializers(this, _setName_initializers, void 0));
46
+ #setName_accessor_storage = (__runInitializers(this, _icon_extraInitializers), __runInitializers(this, _setName_initializers, 'icons'));
47
47
  get setName() { return this.#setName_accessor_storage; }
48
48
  set setName(value) { this.#setName_accessor_storage = value; }
49
49
  #_icon_accessor_storage = (__runInitializers(this, _setName_extraInitializers), __runInitializers(this, __icon_initializers, void 0));
@@ -68,24 +68,19 @@ let CustomIcon = (() => {
68
68
  static styles = [
69
69
  css `
70
70
  :host {
71
- --__custom-icon-size: var(--custom-icon-size, 24px);
72
- --custom-icon-color: var(--md-sys-color-on-surface);
73
71
  display: flex;
74
72
  height: var(--custom-icon-size, 24px);
75
73
  width: var(--custom-icon-size, 24px);
76
74
  }
77
75
 
78
76
  svg {
79
- fill: var(--custom-icon-color);
77
+ fill: var(--custom-icon-color, var(--md-sys-color-on-surface));
80
78
  height: inherit;
81
79
  width: inherit;
82
80
  pointer-events: none;
83
81
  }
84
82
  `
85
83
  ];
86
- connectedCallback() {
87
- this.setName = this.getAttribute('set-name') || 'icons';
88
- }
89
84
  render() {
90
85
  return html ` ${this._icon} `;
91
86
  }
package/exports/input.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, css, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, css, html } from '@vandeurenglenn/lite';
3
3
 
4
4
  let TimePickerInput = (() => {
5
5
  let _classDecorators = [customElement('custom-time-picker-input')];
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, property, assignedElements, query, css, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, property, assignedElements, query, css, html } from '@vandeurenglenn/lite';
3
3
 
4
4
  let CustomListItem = (() => {
5
5
  let _classDecorators = [customElement('custom-list-item')];
package/exports/menu.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, css, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, css, html } from '@vandeurenglenn/lite';
3
3
  import './dropdown.js';
4
4
  import './selector.js';
5
5
  import './selector-mixin.js';
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, css, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, css, html } from '@vandeurenglenn/lite';
3
3
 
4
4
  // import
5
5
  let TimePickerMinuteField = (() => {
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { css, html, LitElement } from 'lit';
2
+ import { LitElement, css, html } from 'lit';
3
3
  import { customElement, property } from 'lit/decorators.js';
4
4
  import './icon.js';
5
5
  import '@vandeurenglenn/flex-elements/column.js';
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, property, css, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, property, css, html } from '@vandeurenglenn/lite';
3
3
  import './notification.js';
4
4
  import './icon.js';
5
5
  import './pane.js';
@@ -11,6 +11,7 @@ import '@vandeurenglenn/little-pubsub';
11
11
  import './elevation.js';
12
12
  import './icon-button.js';
13
13
  import './button.js';
14
+ import './button.css.js';
14
15
  import '@vandeurenglenn/custom-shared-styles/pane.css';
15
16
 
16
17
  let CustomNotifications = (() => {
package/exports/pane.js CHANGED
@@ -1,10 +1,11 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, property, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, property, html } from '@vandeurenglenn/lite';
3
3
  import './elevation.js';
4
4
  import './icon-button.js';
5
5
  import './icon.js';
6
6
  import style from '@vandeurenglenn/custom-shared-styles/pane.css';
7
7
  import './button.js';
8
+ import './button.css.js';
8
9
  import '@vandeurenglenn/little-pubsub';
9
10
 
10
11
  let CustomPane = (() => {
package/exports/prompt.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { property, css, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { LiteElement, property, css, html } from '@vandeurenglenn/lite';
3
3
 
4
4
  // import './../dialog/dialog'
5
5
  globalThis.customPrompt = (promptTitle) => {
package/exports/rail.js CHANGED
@@ -1,9 +1,10 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, property, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, property, html } from '@vandeurenglenn/lite';
3
3
  import './pane.js';
4
4
  import './elevation.js';
5
5
  import './icon-button.js';
6
6
  import './button.js';
7
+ import './button.css.js';
7
8
  import './icon.js';
8
9
  import '@vandeurenglenn/little-pubsub';
9
10
  import '@vandeurenglenn/custom-shared-styles/pane.css';
package/exports/root.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, css, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, css, html } from '@vandeurenglenn/lite';
3
3
  import './theme.js';
4
4
 
5
5
  let CustomRoot = (() => {
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, css, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, css, html } from '@vandeurenglenn/lite';
3
3
  import './section2.js';
4
4
  import './code.js';
5
5
  import './scroll-mixin.js';
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, html } from '@vandeurenglenn/lite';
3
3
 
4
4
  let CustomSummaryMirror = (() => {
5
5
  let _classDecorators = [customElement('custom-summary-mirror')];
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, css, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, css, html } from '@vandeurenglenn/lite';
3
3
 
4
4
  let CustomSummary = (() => {
5
5
  let _classDecorators = [customElement('custom-summary')];
@@ -1,9 +1,10 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, property, query, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, property, query, html } from '@vandeurenglenn/lite';
3
3
  import './pane.js';
4
4
  import './elevation.js';
5
5
  import './icon-button.js';
6
6
  import './button.js';
7
+ import './button.css.js';
7
8
  import './icon.js';
8
9
  import '@vandeurenglenn/little-pubsub';
9
10
  import '@vandeurenglenn/custom-shared-styles/pane.css';
package/exports/tab.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, html } from '@vandeurenglenn/lite';
3
3
 
4
4
  let CustomTab = (() => {
5
5
  let _classDecorators = [customElement('custom-tab')];
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, query, property, css, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, query, property, css, html } from '@vandeurenglenn/lite';
3
3
 
4
4
  let TextField = (() => {
5
5
  let _classDecorators = [customElement('text-field')];
package/exports/theme.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, property, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, property } from '@vandeurenglenn/lite';
3
3
 
4
4
  // @material-symbols
5
5
  let CustomTheme = (() => {
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, css, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, css, html } from '@vandeurenglenn/lite';
3
3
  import './input.js';
4
4
 
5
5
  let CustomTimePicker = (() => {
@@ -1,8 +1,9 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, property, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, property, html } from '@vandeurenglenn/lite';
3
3
  import './button.js';
4
4
  import './toggle.js';
5
5
  import './elevation.js';
6
+ import './button.css.js';
6
7
 
7
8
  let CustomToggleButton = (() => {
8
9
  let _classDecorators = [customElement('custom-toggle-button')];
package/exports/toggle.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, property, css, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, property, css, html } from '@vandeurenglenn/lite';
3
3
 
4
4
  let CustomToggle = (() => {
5
5
  let _classDecorators = [customElement('custom-toggle')];
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, property, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, property, html } from '@vandeurenglenn/lite';
3
3
  import '@vandeurenglenn/flex-elements/it.js';
4
4
  import '@vandeurenglenn/flex-elements/row.js';
5
5
  import style from '@vandeurenglenn/custom-shared-styles/top-app-bar.css';
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, property, css, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, property, css, html } from '@vandeurenglenn/lite';
3
3
 
4
4
  let CustomTypography = (() => {
5
5
  let _classDecorators = [customElement('custom-typography')];
@@ -1,5 +1,5 @@
1
1
  import { _ as __esDecorate, a as __runInitializers } from './tslib.es6-Cg9lAhfj.js';
2
- import { customElement, property, css, html, LiteElement } from '@vandeurenglenn/lite';
2
+ import { customElement, LiteElement, property, css, html } from '@vandeurenglenn/lite';
3
3
 
4
4
  let CustomUploadFile = (() => {
5
5
  let _classDecorators = [customElement('custom-upload-file')];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vandeurenglenn/lite-elements",
3
- "version": "0.3.67",
3
+ "version": "0.3.69",
4
4
  "description": "set of lite elements following Material Design 3 spec",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "@material/web": "^2.2.0",
24
24
  "@vandeurenglenn/custom-shared-styles": "^0.0.21",
25
25
  "@vandeurenglenn/flex-elements": "^1.3.2",
26
- "@vandeurenglenn/lite": "^0.2.56",
26
+ "@vandeurenglenn/lite": "^0.2.59",
27
27
  "custom-element-decorator": "^0.6.0"
28
28
  },
29
29
  "devDependencies": {
@@ -59,6 +59,14 @@
59
59
  "import": "./exports/banner.js",
60
60
  "types": "./exports/banner/banner.d.ts"
61
61
  },
62
+ "./button.css": {
63
+ "import": "./exports/button.css.js",
64
+ "types": "./exports/button/styles/button.css.d.ts"
65
+ },
66
+ "./button.css.js": {
67
+ "import": "./exports/button.css.js",
68
+ "types": "./exports/button/styles/button.css.d.ts"
69
+ },
62
70
  "./button": {
63
71
  "import": "./exports/button.js",
64
72
  "types": "./exports/button/button.d.ts"