@shoper/phoenix_design_system 0.18.0-1 → 0.18.0

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 (153) hide show
  1. package/build/cjs/packages/phoenix/src/components/accordion/accordion.js +1 -1
  2. package/build/cjs/packages/phoenix/src/components/accordion/accordion_content.js +1 -1
  3. package/build/cjs/packages/phoenix/src/components/accordion/accordion_group.js +1 -1
  4. package/build/cjs/packages/phoenix/src/components/accordion/accordion_toggler.js +1 -1
  5. package/build/cjs/packages/phoenix/src/components/backdrop/backdrop.js +1 -1
  6. package/build/cjs/packages/phoenix/src/components/dropdown/dropdown.js +1 -1
  7. package/build/cjs/packages/phoenix/src/components/dropdown/dropdown_content.js +1 -1
  8. package/build/cjs/packages/phoenix/src/components/dropdown/dropdown_toggler.js +1 -1
  9. package/build/cjs/packages/phoenix/src/components/form/checkbox/checkbox.js +1 -1
  10. package/build/cjs/packages/phoenix/src/components/form/checkbox/checkbox_content.js +1 -1
  11. package/build/cjs/packages/phoenix/src/components/form/checkbox/checkbox_control.js +1 -1
  12. package/build/cjs/packages/phoenix/src/components/form/control/control.js +1 -1
  13. package/build/cjs/packages/phoenix/src/components/form/control/control_additional_content.js +1 -1
  14. package/build/cjs/packages/phoenix/src/components/form/control/control_content.js +1 -1
  15. package/build/cjs/packages/phoenix/src/components/form/control/control_element.js +1 -1
  16. package/build/cjs/packages/phoenix/src/components/form/control/control_errors.js +1 -1
  17. package/build/cjs/packages/phoenix/src/components/form/control/control_label.js +1 -1
  18. package/build/cjs/packages/phoenix/src/components/form/input/input.js +1 -1
  19. package/build/cjs/packages/phoenix/src/components/form/input/input_control.js +1 -1
  20. package/build/cjs/packages/phoenix/src/components/form/input/input_icon.js +1 -1
  21. package/build/cjs/packages/phoenix/src/components/form/input/input_unit.js +1 -1
  22. package/build/cjs/packages/phoenix/src/components/form/radio/radio.js +1 -1
  23. package/build/cjs/packages/phoenix/src/components/form/radio/radio_content.js +1 -1
  24. package/build/cjs/packages/phoenix/src/components/form/radio/radio_control.js +1 -1
  25. package/build/cjs/packages/phoenix/src/components/form/switch/switch.js +1 -1
  26. package/build/cjs/packages/phoenix/src/components/form/switch/switch_content.js +1 -1
  27. package/build/cjs/packages/phoenix/src/components/form/switch/switch_control.js +1 -1
  28. package/build/cjs/packages/phoenix/src/components/form/textarea/textarea.js +1 -1
  29. package/build/cjs/packages/phoenix/src/components/form/textarea/textarea_control.js +1 -1
  30. package/build/cjs/packages/phoenix/src/components/groups/toggle_button_group/toggle_button.js +1 -1
  31. package/build/cjs/packages/phoenix/src/components/groups/toggle_button_group/toggle_button_group.js +1 -1
  32. package/build/cjs/packages/phoenix/src/components/modal/modal.js +1 -1
  33. package/build/cjs/packages/phoenix/src/components/modal/modal_body.js +1 -1
  34. package/build/cjs/packages/phoenix/src/components/modal/modal_close.js +1 -1
  35. package/build/cjs/packages/phoenix/src/components/modal/modal_footer.js +1 -1
  36. package/build/cjs/packages/phoenix/src/components/modal/modal_header.js +1 -1
  37. package/build/cjs/packages/phoenix/src/components/modal/modal_opener.js +1 -1
  38. package/build/cjs/packages/phoenix/src/components/portal/portal.js +1 -1
  39. package/build/cjs/packages/phoenix/src/components/portal/portal_target.js +1 -1
  40. package/build/cjs/packages/phoenix/src/components/slider/slider.js +2 -2
  41. package/build/cjs/packages/phoenix/src/components/slider/slider.js.map +1 -1
  42. package/build/cjs/packages/phoenix/src/core/{phoenix_light_lit_element.js → phoenix_light_lit_element/phoenix_light_lit_element.js} +14 -34
  43. package/build/{esm/packages/phoenix/src/core → cjs/packages/phoenix/src/core/phoenix_light_lit_element}/phoenix_light_lit_element.js.map +1 -1
  44. package/build/cjs/packages/phoenix/src/core/phoenix_light_lit_element/phoenix_light_lit_element_utils.js +17 -0
  45. package/build/cjs/packages/phoenix/src/core/phoenix_light_lit_element/phoenix_light_lit_element_utils.js.map +1 -0
  46. package/build/cjs/packages/phoenix/src/core/{phoenix_light_lit_elements_constants.js → phoenix_light_lit_element/phoenix_light_lit_elements_constants.js} +5 -1
  47. package/build/cjs/packages/phoenix/src/core/phoenix_light_lit_element/phoenix_light_lit_elements_constants.js.map +1 -0
  48. package/build/cjs/packages/phoenix/src/index.js +2 -2
  49. package/build/cjs/{external/@dreamcommerce → packages}/utilities/build/esm/json_utils.js +0 -0
  50. package/build/cjs/{external/@dreamcommerce → packages}/utilities/build/esm/json_utils.js.map +0 -0
  51. package/build/cjs/packages/utilities/build/esm/web_components_utils.js +18 -0
  52. package/build/cjs/packages/utilities/build/esm/web_components_utils.js.map +1 -0
  53. package/build/esm/packages/phoenix/src/components/accordion/accordion.d.ts +1 -1
  54. package/build/esm/packages/phoenix/src/components/accordion/accordion.js +1 -1
  55. package/build/esm/packages/phoenix/src/components/accordion/accordion_content.d.ts +1 -1
  56. package/build/esm/packages/phoenix/src/components/accordion/accordion_content.js +1 -1
  57. package/build/esm/packages/phoenix/src/components/accordion/accordion_group.d.ts +1 -1
  58. package/build/esm/packages/phoenix/src/components/accordion/accordion_group.js +1 -1
  59. package/build/esm/packages/phoenix/src/components/accordion/accordion_toggler.d.ts +1 -1
  60. package/build/esm/packages/phoenix/src/components/accordion/accordion_toggler.js +1 -1
  61. package/build/esm/packages/phoenix/src/components/backdrop/backdrop.d.ts +1 -1
  62. package/build/esm/packages/phoenix/src/components/backdrop/backdrop.js +1 -1
  63. package/build/esm/packages/phoenix/src/components/dropdown/dropdown.d.ts +1 -1
  64. package/build/esm/packages/phoenix/src/components/dropdown/dropdown.js +1 -1
  65. package/build/esm/packages/phoenix/src/components/dropdown/dropdown_content.d.ts +1 -1
  66. package/build/esm/packages/phoenix/src/components/dropdown/dropdown_content.js +1 -1
  67. package/build/esm/packages/phoenix/src/components/dropdown/dropdown_toggler.d.ts +1 -1
  68. package/build/esm/packages/phoenix/src/components/dropdown/dropdown_toggler.js +1 -1
  69. package/build/esm/packages/phoenix/src/components/form/checkbox/checkbox.d.ts +1 -1
  70. package/build/esm/packages/phoenix/src/components/form/checkbox/checkbox.js +1 -1
  71. package/build/esm/packages/phoenix/src/components/form/checkbox/checkbox_content.d.ts +1 -1
  72. package/build/esm/packages/phoenix/src/components/form/checkbox/checkbox_content.js +1 -1
  73. package/build/esm/packages/phoenix/src/components/form/checkbox/checkbox_control.d.ts +1 -1
  74. package/build/esm/packages/phoenix/src/components/form/checkbox/checkbox_control.js +1 -1
  75. package/build/esm/packages/phoenix/src/components/form/control/control.d.ts +1 -1
  76. package/build/esm/packages/phoenix/src/components/form/control/control.js +1 -1
  77. package/build/esm/packages/phoenix/src/components/form/control/control_additional_content.d.ts +1 -1
  78. package/build/esm/packages/phoenix/src/components/form/control/control_additional_content.js +1 -1
  79. package/build/esm/packages/phoenix/src/components/form/control/control_content.d.ts +1 -1
  80. package/build/esm/packages/phoenix/src/components/form/control/control_content.js +1 -1
  81. package/build/esm/packages/phoenix/src/components/form/control/control_element.d.ts +1 -1
  82. package/build/esm/packages/phoenix/src/components/form/control/control_element.js +1 -1
  83. package/build/esm/packages/phoenix/src/components/form/control/control_errors.d.ts +1 -1
  84. package/build/esm/packages/phoenix/src/components/form/control/control_errors.js +1 -1
  85. package/build/esm/packages/phoenix/src/components/form/control/control_label.d.ts +1 -1
  86. package/build/esm/packages/phoenix/src/components/form/control/control_label.js +1 -1
  87. package/build/esm/packages/phoenix/src/components/form/input/input.d.ts +1 -1
  88. package/build/esm/packages/phoenix/src/components/form/input/input.js +1 -1
  89. package/build/esm/packages/phoenix/src/components/form/input/input_control.d.ts +1 -1
  90. package/build/esm/packages/phoenix/src/components/form/input/input_control.js +1 -1
  91. package/build/esm/packages/phoenix/src/components/form/input/input_icon.d.ts +1 -1
  92. package/build/esm/packages/phoenix/src/components/form/input/input_icon.js +1 -1
  93. package/build/esm/packages/phoenix/src/components/form/input/input_unit.d.ts +1 -1
  94. package/build/esm/packages/phoenix/src/components/form/input/input_unit.js +1 -1
  95. package/build/esm/packages/phoenix/src/components/form/radio/radio.d.ts +1 -1
  96. package/build/esm/packages/phoenix/src/components/form/radio/radio.js +1 -1
  97. package/build/esm/packages/phoenix/src/components/form/radio/radio_content.d.ts +1 -1
  98. package/build/esm/packages/phoenix/src/components/form/radio/radio_content.js +1 -1
  99. package/build/esm/packages/phoenix/src/components/form/radio/radio_control.d.ts +1 -1
  100. package/build/esm/packages/phoenix/src/components/form/radio/radio_control.js +1 -1
  101. package/build/esm/packages/phoenix/src/components/form/switch/switch.d.ts +1 -1
  102. package/build/esm/packages/phoenix/src/components/form/switch/switch.js +1 -1
  103. package/build/esm/packages/phoenix/src/components/form/switch/switch_content.d.ts +1 -1
  104. package/build/esm/packages/phoenix/src/components/form/switch/switch_content.js +1 -1
  105. package/build/esm/packages/phoenix/src/components/form/switch/switch_control.d.ts +1 -1
  106. package/build/esm/packages/phoenix/src/components/form/switch/switch_control.js +1 -1
  107. package/build/esm/packages/phoenix/src/components/form/textarea/textarea.d.ts +1 -1
  108. package/build/esm/packages/phoenix/src/components/form/textarea/textarea.js +1 -1
  109. package/build/esm/packages/phoenix/src/components/form/textarea/textarea_control.d.ts +1 -1
  110. package/build/esm/packages/phoenix/src/components/form/textarea/textarea_control.js +1 -1
  111. package/build/esm/packages/phoenix/src/components/groups/toggle_button_group/toggle_button.d.ts +1 -1
  112. package/build/esm/packages/phoenix/src/components/groups/toggle_button_group/toggle_button.js +1 -1
  113. package/build/esm/packages/phoenix/src/components/groups/toggle_button_group/toggle_button_group.d.ts +1 -1
  114. package/build/esm/packages/phoenix/src/components/groups/toggle_button_group/toggle_button_group.js +1 -1
  115. package/build/esm/packages/phoenix/src/components/modal/modal.d.ts +1 -1
  116. package/build/esm/packages/phoenix/src/components/modal/modal.js +1 -1
  117. package/build/esm/packages/phoenix/src/components/modal/modal_body.d.ts +1 -1
  118. package/build/esm/packages/phoenix/src/components/modal/modal_body.js +1 -1
  119. package/build/esm/packages/phoenix/src/components/modal/modal_close.d.ts +1 -1
  120. package/build/esm/packages/phoenix/src/components/modal/modal_close.js +1 -1
  121. package/build/esm/packages/phoenix/src/components/modal/modal_footer.d.ts +1 -1
  122. package/build/esm/packages/phoenix/src/components/modal/modal_footer.js +1 -1
  123. package/build/esm/packages/phoenix/src/components/modal/modal_header.d.ts +1 -1
  124. package/build/esm/packages/phoenix/src/components/modal/modal_header.js +1 -1
  125. package/build/esm/packages/phoenix/src/components/modal/modal_opener.d.ts +1 -1
  126. package/build/esm/packages/phoenix/src/components/modal/modal_opener.js +1 -1
  127. package/build/esm/packages/phoenix/src/components/portal/portal.d.ts +1 -1
  128. package/build/esm/packages/phoenix/src/components/portal/portal.js +1 -1
  129. package/build/esm/packages/phoenix/src/components/portal/portal_target.d.ts +1 -1
  130. package/build/esm/packages/phoenix/src/components/portal/portal_target.js +1 -1
  131. package/build/esm/packages/phoenix/src/components/slider/slider.d.ts +1 -1
  132. package/build/esm/packages/phoenix/src/components/slider/slider.js +2 -2
  133. package/build/esm/packages/phoenix/src/components/slider/slider.js.map +1 -1
  134. package/build/esm/packages/phoenix/src/core/{phoenix_light_lit_element.d.ts → phoenix_light_lit_element/phoenix_light_lit_element.d.ts} +2 -2
  135. package/build/esm/packages/phoenix/src/core/phoenix_light_lit_element/phoenix_light_lit_element.js +82 -0
  136. package/build/{cjs/packages/phoenix/src/core → esm/packages/phoenix/src/core/phoenix_light_lit_element}/phoenix_light_lit_element.js.map +1 -1
  137. package/build/esm/packages/phoenix/src/core/phoenix_light_lit_element/phoenix_light_lit_element_utils.d.ts +4 -0
  138. package/build/esm/packages/phoenix/src/core/phoenix_light_lit_element/phoenix_light_lit_element_utils.js +13 -0
  139. package/build/esm/packages/phoenix/src/core/phoenix_light_lit_element/phoenix_light_lit_element_utils.js.map +1 -0
  140. package/build/esm/packages/phoenix/src/core/phoenix_light_lit_element/phoenix_light_lit_elements_constants.d.ts +4 -0
  141. package/build/esm/packages/phoenix/src/core/phoenix_light_lit_element/phoenix_light_lit_elements_constants.js +7 -0
  142. package/build/esm/packages/phoenix/src/core/{phoenix_light_lit_elements_constants.js.map → phoenix_light_lit_element/phoenix_light_lit_elements_constants.js.map} +1 -1
  143. package/build/esm/packages/phoenix/src/index.d.ts +2 -2
  144. package/build/esm/packages/phoenix/src/index.js +2 -2
  145. package/build/esm/{external/@dreamcommerce → packages}/utilities/build/esm/json_utils.js +0 -0
  146. package/build/esm/{external/@dreamcommerce → packages}/utilities/build/esm/json_utils.js.map +0 -0
  147. package/build/esm/packages/utilities/build/esm/web_components_utils.js +14 -0
  148. package/build/esm/packages/utilities/build/esm/web_components_utils.js.map +1 -0
  149. package/package.json +3 -1
  150. package/build/cjs/packages/phoenix/src/core/phoenix_light_lit_elements_constants.js.map +0 -1
  151. package/build/esm/packages/phoenix/src/core/phoenix_light_lit_element.js +0 -102
  152. package/build/esm/packages/phoenix/src/core/phoenix_light_lit_elements_constants.d.ts +0 -1
  153. package/build/esm/packages/phoenix/src/core/phoenix_light_lit_elements_constants.js +0 -4
@@ -0,0 +1,18 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ class WebComponentsUtils {
6
+ static isWebComponentDefined($element) {
7
+ if (!this.isWebComponent($element))
8
+ return false;
9
+ const customElementClass = window.customElements.get($element.tagName.toLowerCase());
10
+ return !!customElementClass && $element instanceof customElementClass;
11
+ }
12
+ static isWebComponent($element) {
13
+ return $element.tagName.includes('-');
14
+ }
15
+ }
16
+
17
+ exports.WebComponentsUtils = WebComponentsUtils;
18
+ //# sourceMappingURL=web_components_utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
@@ -1,5 +1,5 @@
1
1
  import type { IAccordion, TAccordionMode } from './accordion_types';
2
- import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element";
2
+ import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element/phoenix_light_lit_element";
3
3
  export declare class HAccordion extends PhoenixLightLitElement implements IAccordion {
4
4
  disabled: boolean;
5
5
  mode: TAccordionMode;
@@ -1,7 +1,7 @@
1
1
  import { __decorate, __metadata } from '../../../../../external/tslib/tslib.es6.js';
2
2
  import { ContextProviderController } from '../../core/context/context_provider_controller.js';
3
3
  import { property } from 'lit/decorators';
4
- import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element.js';
4
+ import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
5
5
  import { phoenixCustomElement } from '../../core/decorators/phoenix_custom_element.js';
6
6
  import { BehaviorSubject } from '../../core/classes/behavior_subject/behavior_subject.js';
7
7
  import { ACCORDION_MODE, ACCORDION_CONTEXTS } from './accordion_constants.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  export declare class HAccordionContent extends PhoenixLightLitElement {
3
3
  transitionName: string;
4
4
  private _transitionController;
@@ -1,7 +1,7 @@
1
1
  import { __decorate, __metadata } from '../../../../../external/tslib/tslib.es6.js';
2
2
  import { ContextConsumerController } from '../../core/context/context_consumer_controller.js';
3
3
  import { property } from 'lit/decorators';
4
- import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element.js';
4
+ import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
5
5
  import { phoenixCustomElement } from '../../core/decorators/phoenix_custom_element.js';
6
6
  import { Observer } from '../../core/classes/observer/observer.js';
7
7
  import { ACCORDION_CONTEXTS } from './accordion_constants.js';
@@ -1,5 +1,5 @@
1
1
  import type { IAccordion, IAccordionGroup } from './accordion_types';
2
- import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element";
2
+ import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element/phoenix_light_lit_element";
3
3
  export declare class HAccordionGroup extends PhoenixLightLitElement implements IAccordionGroup, IAccordion {
4
4
  opened: boolean;
5
5
  private _isDisabled;
@@ -2,7 +2,7 @@ import { __decorate, __metadata } from '../../../../../external/tslib/tslib.es6.
2
2
  import { ContextProviderController } from '../../core/context/context_provider_controller.js';
3
3
  import { ContextConsumerController } from '../../core/context/context_consumer_controller.js';
4
4
  import { property, state } from 'lit/decorators';
5
- import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element.js';
5
+ import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
6
6
  import { phoenixCustomElement } from '../../core/decorators/phoenix_custom_element.js';
7
7
  import { Observer } from '../../core/classes/observer/observer.js';
8
8
  import { BehaviorSubject } from '../../core/classes/behavior_subject/behavior_subject.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  export declare class HAccordionToggler extends PhoenixLightLitElement {
3
3
  private _btnController;
4
4
  private _contextConsumer;
@@ -1,6 +1,6 @@
1
1
  import { __decorate, __metadata } from '../../../../../external/tslib/tslib.es6.js';
2
2
  import { ContextConsumerController } from '../../core/context/context_consumer_controller.js';
3
- import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element.js';
3
+ import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
4
4
  import { phoenixCustomElement } from '../../core/decorators/phoenix_custom_element.js';
5
5
  import { Observer } from '../../core/classes/observer/observer.js';
6
6
  import { ACCORDION_EVENTS, ACCORDION_CONTEXTS } from './accordion_constants.js';
@@ -1,5 +1,5 @@
1
1
  import { TemplateResult } from 'lit';
2
- import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element";
2
+ import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element/phoenix_light_lit_element";
3
3
  export declare class HBackdrop extends PhoenixLightLitElement {
4
4
  visible: boolean;
5
5
  private _backdropLayerCounter;
@@ -1,7 +1,7 @@
1
1
  import { __decorate, __metadata } from '../../../../../external/tslib/tslib.es6.js';
2
2
  import { html } from 'lit';
3
3
  import { property, state } from 'lit/decorators';
4
- import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element.js';
4
+ import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
5
5
  import { phoenixCustomElement } from '../../core/decorators/phoenix_custom_element.js';
6
6
  import { BACKDROP_NAME, BACKDROP_EVENTS, BACKDROP_CSS_CLASS } from './backdrop_constants.js';
7
7
 
@@ -1,6 +1,6 @@
1
1
  import { HDropdownContent } from './dropdown_content';
2
2
  import { IDropdown } from "./dropdown_types";
3
- import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element";
3
+ import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element/phoenix_light_lit_element";
4
4
  import { TemplateResult } from 'lit-html';
5
5
  export declare class HDropdown extends PhoenixLightLitElement implements IDropdown {
6
6
  opened: boolean;
@@ -1,5 +1,5 @@
1
1
  import { __decorate, __metadata } from '../../../../../external/tslib/tslib.es6.js';
2
- import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element.js';
2
+ import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
3
3
  import { phoenixCustomElement } from '../../core/decorators/phoenix_custom_element.js';
4
4
  import { PORTAL_TARGET_COMPONENT_NAME, PORTAL_TARGET_NAME_PROP } from '../portal/portal_constants.js';
5
5
  import { html } from 'lit-html';
@@ -1,5 +1,5 @@
1
1
  import { TemplateResult } from 'lit';
2
- import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element";
2
+ import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element/phoenix_light_lit_element";
3
3
  export declare class HDropdownContent extends PhoenixLightLitElement {
4
4
  name: string;
5
5
  constructor();
@@ -1,7 +1,7 @@
1
1
  import { __decorate, __metadata } from '../../../../../external/tslib/tslib.es6.js';
2
2
  import { html } from 'lit';
3
3
  import { property } from 'lit/decorators';
4
- import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element.js';
4
+ import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
5
5
  import { phoenixCustomElement } from '../../core/decorators/phoenix_custom_element.js';
6
6
  import { DROPDOWN_CONTENT_CSS_CLASS } from './dropdown_constants.js';
7
7
 
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  export declare class HDropdownToggler extends PhoenixLightLitElement {
3
3
  name: string;
4
4
  private _btnController;
@@ -1,6 +1,6 @@
1
1
  import { __decorate, __metadata } from '../../../../../external/tslib/tslib.es6.js';
2
2
  import { property, state } from 'lit/decorators';
3
- import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element.js';
3
+ import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
4
4
  import { phoenixCustomElement } from '../../core/decorators/phoenix_custom_element.js';
5
5
  import { BtnController } from '../../controllers/btn_controller.js';
6
6
  import { DROPDOWN_TOGGLER_CSS_CLASS, DROPDOWN_OPENED_ATTRIBUTE_NAME } from './dropdown_constants.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element';
1
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element';
2
2
  export declare class HCheckbox extends PhoenixLightLitElement {
3
3
  controlId: string;
4
4
  controlName: string;
@@ -1,6 +1,6 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { property } from 'lit/decorators';
3
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
3
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
4
4
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
5
5
  import classnames from '../../../../external/classnames/index.js';
6
6
  import { BASE_FORM_CONTROL_PROPS } from '../controllers/props_synchronizing/control_props_sync_controller_constants.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element';
1
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element';
2
2
  import { TemplateResult } from 'lit';
3
3
  export declare class HCheckboxContent extends PhoenixLightLitElement {
4
4
  controlId: string;
@@ -1,7 +1,7 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { html, nothing } from 'lit';
3
3
  import { property } from 'lit/decorators';
4
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
4
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
5
5
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
6
6
  import { ControlPropsSyncConsumerController } from '../controllers/props_synchronizing/control_props_sync_consumer_controller.js';
7
7
  import { ifDefined } from 'lit-html/directives/if-defined.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  import { TemplateResult } from 'lit-html';
3
3
  export declare class HCheckboxControl extends PhoenixLightLitElement {
4
4
  controlId: string;
@@ -1,5 +1,5 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
2
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
3
3
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
4
4
  import { html } from 'lit-html';
5
5
  import { property } from '@lit/reactive-element/decorators.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  export declare class HControl extends PhoenixLightLitElement {
3
3
  connectedCallback(): void;
4
4
  }
@@ -1,5 +1,5 @@
1
1
  import { __decorate } from '../../../../../../external/tslib/tslib.es6.js';
2
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
2
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
3
3
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
4
4
  import { FORM_CONTROLS_CSS_CLASSES } from './control_constatns.js';
5
5
 
@@ -1,5 +1,5 @@
1
1
  import type { TControlAdditionalContentType } from "./control_types";
2
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
2
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
3
3
  export declare class HControlAdditionalContent extends PhoenixLightLitElement {
4
4
  type: TControlAdditionalContentType;
5
5
  connectedCallback(): void;
@@ -1,6 +1,6 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { property } from 'lit/decorators';
3
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
3
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
4
4
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
5
5
  import { CONTROL_ADDITIONAL_CONTENT_TYPES, FORM_CONTROLS_CSS_CLASSES, ADDITIONAL_CONTENT_TYPE_TO_CSS_CLASSES_MAP } from './control_constatns.js';
6
6
 
@@ -1,5 +1,5 @@
1
1
  import type { TControlContentSize } from "./control_types";
2
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
2
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
3
3
  export declare class HControlContent extends PhoenixLightLitElement {
4
4
  size: TControlContentSize;
5
5
  connectedCallback(): void;
@@ -1,6 +1,6 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { property } from 'lit/decorators';
3
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
3
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
4
4
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
5
5
  import { CONTROL_CONTENT_SIZES, FORM_CONTROLS_CSS_CLASSES } from './control_constatns.js';
6
6
 
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  export declare class HControlElement extends PhoenixLightLitElement {
3
3
  connectedCallback(): void;
4
4
  }
@@ -1,5 +1,5 @@
1
1
  import { __decorate } from '../../../../../../external/tslib/tslib.es6.js';
2
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
2
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
3
3
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
4
4
  import { FORM_CONTROLS_CSS_CLASSES } from './control_constatns.js';
5
5
 
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  export declare class HControlErrors extends PhoenixLightLitElement {
3
3
  connectedCallback(): void;
4
4
  }
@@ -1,5 +1,5 @@
1
1
  import { __decorate } from '../../../../../../external/tslib/tslib.es6.js';
2
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
2
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
3
3
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
4
4
  import { FORM_CONTROLS_CSS_CLASSES } from './control_constatns.js';
5
5
 
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  export declare class HControlLabel extends PhoenixLightLitElement {
3
3
  connectedCallback(): void;
4
4
  }
@@ -1,5 +1,5 @@
1
1
  import { __decorate } from '../../../../../../external/tslib/tslib.es6.js';
2
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
2
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
3
3
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
4
4
  import { FORM_CONTROLS_CSS_CLASSES } from './control_constatns.js';
5
5
 
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  import type { TInputSizesType } from "./input_types";
3
3
  import type { TInputControlType } from "./input_types";
4
4
  export declare class HInput extends PhoenixLightLitElement {
@@ -1,6 +1,6 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { property } from 'lit/decorators';
3
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
3
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
4
4
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
5
5
  import { INPUT_CONTROL_TYPES, INPUT_PROPS_TO_SYNC, INPUT_CONTROL_CSS_CLASSES } from './input_constants.js';
6
6
  import classnames from '../../../../external/classnames/index.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  import { TemplateResult } from 'lit';
3
3
  import type { TInputControlType } from "./input_types";
4
4
  export declare class HInputControl extends PhoenixLightLitElement {
@@ -1,7 +1,7 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { html } from 'lit';
3
3
  import { property } from 'lit/decorators';
4
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
4
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
5
5
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
6
6
  import { INPUT_CONTROL_TYPES, INPUT_CONTROL_EVENTS, INPUT_CONTROL_CSS_CLASSES } from './input_constants.js';
7
7
  import { ControlPropsSyncConsumerController } from '../controllers/props_synchronizing/control_props_sync_consumer_controller.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  import { TemplateResult } from 'lit';
3
3
  export declare class HInputIcon extends PhoenixLightLitElement {
4
4
  static src: string;
@@ -1,7 +1,7 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { html } from 'lit';
3
3
  import { property } from 'lit/decorators';
4
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
4
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
5
5
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
6
6
  import { INPUT_CONTROL_CSS_CLASSES } from './input_constants.js';
7
7
  import { ICON_CSS_CLASSES } from '../../icon/icon_constants.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  export declare class HInputUnit extends PhoenixLightLitElement {
3
3
  connectedCallback(): void;
4
4
  }
@@ -1,5 +1,5 @@
1
1
  import { __decorate } from '../../../../../../external/tslib/tslib.es6.js';
2
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
2
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
3
3
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
4
4
  import { INPUT_CONTROL_CSS_CLASSES } from './input_constants.js';
5
5
 
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  export declare class HRadio extends PhoenixLightLitElement {
3
3
  controlId: string;
4
4
  controlName: string;
@@ -1,6 +1,6 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { property } from 'lit/decorators';
3
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
3
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
4
4
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
5
5
  import classnames from '../../../../external/classnames/index.js';
6
6
  import { BASE_FORM_CONTROL_PROPS } from '../controllers/props_synchronizing/control_props_sync_controller_constants.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  import { TemplateResult } from 'lit';
3
3
  export declare class HRadioContent extends PhoenixLightLitElement {
4
4
  controlId: string;
@@ -1,7 +1,7 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { html, nothing } from 'lit';
3
3
  import { property } from 'lit/decorators';
4
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
4
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
5
5
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
6
6
  import { ControlPropsSyncConsumerController } from '../controllers/props_synchronizing/control_props_sync_consumer_controller.js';
7
7
  import { ifDefined } from 'lit-html/directives/if-defined.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  import { TemplateResult } from 'lit';
3
3
  export declare class HRadioControl extends PhoenixLightLitElement {
4
4
  controlId: string;
@@ -1,7 +1,7 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { html } from 'lit';
3
3
  import { property } from 'lit/decorators';
4
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
4
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
5
5
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
6
6
  import { ControlPropsSyncConsumerController } from '../controllers/props_synchronizing/control_props_sync_consumer_controller.js';
7
7
  import { ifDefined } from 'lit-html/directives/if-defined.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  export declare class HSwitch extends PhoenixLightLitElement {
3
3
  controlId: string;
4
4
  controlName: string;
@@ -1,6 +1,6 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { property } from 'lit/decorators';
3
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
3
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
4
4
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
5
5
  import classnames from '../../../../external/classnames/index.js';
6
6
  import { BASE_FORM_CONTROL_PROPS } from '../controllers/props_synchronizing/control_props_sync_controller_constants.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  import { TemplateResult } from 'lit';
3
3
  export declare class HSwitchContent extends PhoenixLightLitElement {
4
4
  controlId: string;
@@ -1,7 +1,7 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { html, nothing } from 'lit';
3
3
  import { property } from 'lit/decorators';
4
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
4
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
5
5
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
6
6
  import { ControlPropsSyncConsumerController } from '../controllers/props_synchronizing/control_props_sync_consumer_controller.js';
7
7
  import { ifDefined } from 'lit-html/directives/if-defined.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  import { TemplateResult } from 'lit';
3
3
  export declare class HSwitchControl extends PhoenixLightLitElement {
4
4
  controlId: string;
@@ -1,7 +1,7 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { html } from 'lit';
3
3
  import { property } from 'lit/decorators';
4
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
4
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
5
5
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
6
6
  import { ControlPropsSyncConsumerController } from '../controllers/props_synchronizing/control_props_sync_consumer_controller.js';
7
7
  import { ifDefined } from 'lit-html/directives/if-defined.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  export declare class HTextarea extends PhoenixLightLitElement {
3
3
  controlId: string;
4
4
  controlName: string;
@@ -1,6 +1,6 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { property } from 'lit/decorators';
3
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
3
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
4
4
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
5
5
  import classnames from '../../../../external/classnames/index.js';
6
6
  import { BASE_FORM_CONTROL_PROPS } from '../controllers/props_synchronizing/control_props_sync_controller_constants.js';
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  import { TemplateResult } from 'lit';
3
3
  export declare class HTextareaControl extends PhoenixLightLitElement {
4
4
  controlId: string;
@@ -1,7 +1,7 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import { html, nothing } from 'lit';
3
3
  import { property } from 'lit/decorators';
4
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
4
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
5
5
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
6
6
  import { ControlPropsSyncConsumerController } from '../controllers/props_synchronizing/control_props_sync_consumer_controller.js';
7
7
  import { ifDefined } from 'lit-html/directives/if-defined.js';
@@ -1,5 +1,5 @@
1
1
  import { PropertyValues } from 'lit';
2
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
2
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
3
3
  export declare class HToggleButton extends PhoenixLightLitElement {
4
4
  toggledOn: boolean;
5
5
  willUpdate(propertyValues: PropertyValues): void;
@@ -1,7 +1,7 @@
1
1
  import { __decorate, __metadata } from '../../../../../../external/tslib/tslib.es6.js';
2
2
  import 'lit';
3
3
  import { property } from 'lit/decorators';
4
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
4
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
5
5
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
6
6
  import { TOGGLE_BUTTON_EVENT_NAMES, TOGGLED_ON_ATTRIBUTE_NAME } from './toggle_button_group_constants.js';
7
7
 
@@ -1,4 +1,4 @@
1
- import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element";
1
+ import { PhoenixLightLitElement } from "../../../core/phoenix_light_lit_element/phoenix_light_lit_element";
2
2
  export declare class HToggleButtonGroup extends PhoenixLightLitElement {
3
3
  private static readonly DATA_TOGGLE_ID_ATTRIBUTE_NAME;
4
4
  private toggleButtonsRegistry;
@@ -1,5 +1,5 @@
1
1
  import { __decorate } from '../../../../../../external/tslib/tslib.es6.js';
2
- import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element.js';
2
+ import { PhoenixLightLitElement } from '../../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
3
3
  import { phoenixCustomElement } from '../../../core/decorators/phoenix_custom_element.js';
4
4
  import v4 from '../../../../../../external/uuid/dist/esm-browser/v4.js';
5
5
  import { TOGGLE_BUTTON_EVENT_NAMES, TOGGLED_ON_ATTRIBUTE_NAME, TOGGLE_BUTTON_GROUP_EVENT_NAMES } from './toggle_button_group_constants.js';
@@ -1,5 +1,5 @@
1
1
  import { TemplateResult } from 'lit-html';
2
- import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element";
2
+ import { PhoenixLightLitElement } from "../../core/phoenix_light_lit_element/phoenix_light_lit_element";
3
3
  import { PropertyValues } from '@lit/reactive-element';
4
4
  export declare class HModal extends PhoenixLightLitElement {
5
5
  opened: boolean;
@@ -1,5 +1,5 @@
1
1
  import { __decorate, __metadata } from '../../../../../external/tslib/tslib.es6.js';
2
- import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element.js';
2
+ import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
3
3
  import { phoenixCustomElement } from '../../core/decorators/phoenix_custom_element.js';
4
4
  import { PORTAL_TARGET_NAME_PROP } from '../portal/portal_constants.js';
5
5
  import { MODAL_OPENED_PROP, FOCUSABLE_ELEMENTS_WITHIN_MODAL, MODALS_PORTAL_NAME, MODAL_EVENTS } from './modal_constants.js';