@alfalab/core-components-custom-picker-button 4.1.0 → 5.0.0-fa6582dbe618619079d7fc620db13a577a85dfee

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.
@@ -5,16 +5,16 @@
5
5
  :root {
6
6
  --arrow-transform: rotate(180deg);
7
7
  }
8
- .custom-picker-button__iconContainer_fsoyj {
8
+ .custom-picker-button__iconContainer_4xjml {
9
9
  display: flex;
10
10
  transition: transform 0.15s ease-in-out;
11
11
  }
12
- .custom-picker-button__addonsContainer_fsoyj {
12
+ .custom-picker-button__addonsContainer_4xjml {
13
13
  display: flex;
14
14
  }
15
- .custom-picker-button__addonsContainer_fsoyj.custom-picker-button__showControlIcon_fsoyj {
15
+ .custom-picker-button__addonsContainer_4xjml.custom-picker-button__showControlIcon_4xjml {
16
16
  margin-right: var(--gap-4);
17
17
  }
18
- .custom-picker-button__open_fsoyj {
18
+ .custom-picker-button__open_4xjml {
19
19
  transform: var(--arrow-transform);
20
20
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"iconContainer":"custom-picker-button__iconContainer_fsoyj","addonsContainer":"custom-picker-button__addonsContainer_fsoyj","showControlIcon":"custom-picker-button__showControlIcon_fsoyj","open":"custom-picker-button__open_fsoyj"};
3
+ var styles = {"iconContainer":"custom-picker-button__iconContainer_4xjml","addonsContainer":"custom-picker-button__addonsContainer_4xjml","showControlIcon":"custom-picker-button__showControlIcon_4xjml","open":"custom-picker-button__open_4xjml"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/field/index.css CHANGED
@@ -5,16 +5,16 @@
5
5
  :root {
6
6
  --arrow-transform: rotate(180deg);
7
7
  }
8
- .custom-picker-button__iconContainer_fsoyj {
8
+ .custom-picker-button__iconContainer_4xjml {
9
9
  display: flex;
10
10
  transition: transform 0.15s ease-in-out;
11
11
  }
12
- .custom-picker-button__addonsContainer_fsoyj {
12
+ .custom-picker-button__addonsContainer_4xjml {
13
13
  display: flex;
14
14
  }
15
- .custom-picker-button__addonsContainer_fsoyj.custom-picker-button__showControlIcon_fsoyj {
15
+ .custom-picker-button__addonsContainer_4xjml.custom-picker-button__showControlIcon_4xjml {
16
16
  margin-right: var(--gap-4);
17
17
  }
18
- .custom-picker-button__open_fsoyj {
18
+ .custom-picker-button__open_4xjml {
19
19
  transform: var(--arrow-transform);
20
20
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"iconContainer":"custom-picker-button__iconContainer_fsoyj","addonsContainer":"custom-picker-button__addonsContainer_fsoyj","showControlIcon":"custom-picker-button__showControlIcon_fsoyj","open":"custom-picker-button__open_fsoyj"};
5
+ var styles = {"iconContainer":"custom-picker-button__iconContainer_4xjml","addonsContainer":"custom-picker-button__addonsContainer_4xjml","showControlIcon":"custom-picker-button__showControlIcon_4xjml","open":"custom-picker-button__open_4xjml"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -5,16 +5,16 @@
5
5
  :root {
6
6
  --arrow-transform: rotate(180deg);
7
7
  }
8
- .custom-picker-button__iconContainer_fsoyj {
8
+ .custom-picker-button__iconContainer_4xjml {
9
9
  display: flex;
10
10
  transition: transform 0.15s ease-in-out;
11
11
  }
12
- .custom-picker-button__addonsContainer_fsoyj {
12
+ .custom-picker-button__addonsContainer_4xjml {
13
13
  display: flex;
14
14
  }
15
- .custom-picker-button__addonsContainer_fsoyj.custom-picker-button__showControlIcon_fsoyj {
15
+ .custom-picker-button__addonsContainer_4xjml.custom-picker-button__showControlIcon_4xjml {
16
16
  margin-right: var(--gap-4);
17
17
  }
18
- .custom-picker-button__open_fsoyj {
18
+ .custom-picker-button__open_4xjml {
19
19
  transform: var(--arrow-transform);
20
20
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"iconContainer":"custom-picker-button__iconContainer_fsoyj","addonsContainer":"custom-picker-button__addonsContainer_fsoyj","showControlIcon":"custom-picker-button__showControlIcon_fsoyj","open":"custom-picker-button__open_fsoyj"};
3
+ const styles = {"iconContainer":"custom-picker-button__iconContainer_4xjml","addonsContainer":"custom-picker-button__addonsContainer_4xjml","showControlIcon":"custom-picker-button__showControlIcon_4xjml","open":"custom-picker-button__open_4xjml"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-custom-picker-button",
3
- "version": "4.1.0",
3
+ "version": "5.0.0-fa6582dbe618619079d7fc620db13a577a85dfee",
4
4
  "description": "Custom picker button component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -12,8 +12,8 @@
12
12
  "dependencies": {
13
13
  "@alfalab/core-components-custom-button": "^5.0.3",
14
14
  "@alfalab/core-components-mq": "^6.0.2",
15
- "@alfalab/core-components-picker-button": "^13.0.7",
16
- "@alfalab/core-components-select": "^19.1.0",
15
+ "@alfalab/core-components-picker-button": "14.0.0-fa6582dbe618619079d7fc620db13a577a85dfee",
16
+ "@alfalab/core-components-select": "20.0.0-fa6582dbe618619079d7fc620db13a577a85dfee",
17
17
  "classnames": "^2.5.1",
18
18
  "tslib": "^2.4.0"
19
19
  },