@shoper/phoenix_design_system 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ const DROPDOWN_INITIAL_CLASS_NAME = 'dropdown';
19
19
  const DROPDOWN_CSS_CLASSES = {
20
20
  dropdown: DROPDOWN_INITIAL_CLASS_NAME,
21
21
  content: `${DROPDOWN_INITIAL_CLASS_NAME}__content`,
22
- toggler: `${DROPDOWN_INITIAL_CLASS_NAME}__content`,
22
+ toggler: `${DROPDOWN_INITIAL_CLASS_NAME}__toggler`,
23
23
  close: `${DROPDOWN_INITIAL_CLASS_NAME}__close`
24
24
  };
25
25
  const DROPDOWN_CONTENT_CSS_CLASSES = {
@@ -13,7 +13,7 @@ export declare const DROPDOWN_EVENTS: {
13
13
  export declare const DROPDOWN_CSS_CLASSES: {
14
14
  readonly dropdown: "dropdown";
15
15
  readonly content: "dropdown__content";
16
- readonly toggler: "dropdown__content";
16
+ readonly toggler: "dropdown__toggler";
17
17
  readonly close: "dropdown__close";
18
18
  };
19
19
  export declare const DROPDOWN_CONTENT_CSS_CLASSES: {
@@ -15,7 +15,7 @@ const DROPDOWN_INITIAL_CLASS_NAME = 'dropdown';
15
15
  const DROPDOWN_CSS_CLASSES = {
16
16
  dropdown: DROPDOWN_INITIAL_CLASS_NAME,
17
17
  content: `${DROPDOWN_INITIAL_CLASS_NAME}__content`,
18
- toggler: `${DROPDOWN_INITIAL_CLASS_NAME}__content`,
18
+ toggler: `${DROPDOWN_INITIAL_CLASS_NAME}__toggler`,
19
19
  close: `${DROPDOWN_INITIAL_CLASS_NAME}__close`
20
20
  };
21
21
  const DROPDOWN_CONTENT_CSS_CLASSES = {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@shoper/phoenix_design_system",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "1.4.0",
5
+ "version": "1.4.1",
6
6
  "description": "phoenix design system",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",