@alfalab/core-components-custom-picker-button 3.1.0 → 3.1.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.
@@ -3,13 +3,13 @@
3
3
  --gap-4: var(--gap-2xs);
4
4
  } :root {
5
5
  --arrow-transform: rotate(180deg);
6
- } .custom-picker-button__iconContainer_zzprq {
6
+ } .custom-picker-button__iconContainer_1ke80 {
7
7
  display: flex;
8
8
  transition: transform 0.15s ease-in-out;
9
- } .custom-picker-button__addonsContainer_zzprq {
9
+ } .custom-picker-button__addonsContainer_1ke80 {
10
10
  display: flex;
11
- } .custom-picker-button__addonsContainer_zzprq.custom-picker-button__showControlIcon_zzprq {
11
+ } .custom-picker-button__addonsContainer_1ke80.custom-picker-button__showControlIcon_1ke80 {
12
12
  margin-right: var(--gap-4);
13
- } .custom-picker-button__open_zzprq {
13
+ } .custom-picker-button__open_1ke80 {
14
14
  transform: var(--arrow-transform);
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"iconContainer":"custom-picker-button__iconContainer_zzprq","addonsContainer":"custom-picker-button__addonsContainer_zzprq","showControlIcon":"custom-picker-button__showControlIcon_zzprq","open":"custom-picker-button__open_zzprq"};
3
+ var styles = {"iconContainer":"custom-picker-button__iconContainer_1ke80","addonsContainer":"custom-picker-button__addonsContainer_1ke80","showControlIcon":"custom-picker-button__showControlIcon_1ke80","open":"custom-picker-button__open_1ke80"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/field/index.css CHANGED
@@ -3,13 +3,13 @@
3
3
  --gap-4: var(--gap-2xs);
4
4
  } :root {
5
5
  --arrow-transform: rotate(180deg);
6
- } .custom-picker-button__iconContainer_zzprq {
6
+ } .custom-picker-button__iconContainer_1ke80 {
7
7
  display: flex;
8
8
  transition: transform 0.15s ease-in-out;
9
- } .custom-picker-button__addonsContainer_zzprq {
9
+ } .custom-picker-button__addonsContainer_1ke80 {
10
10
  display: flex;
11
- } .custom-picker-button__addonsContainer_zzprq.custom-picker-button__showControlIcon_zzprq {
11
+ } .custom-picker-button__addonsContainer_1ke80.custom-picker-button__showControlIcon_1ke80 {
12
12
  margin-right: var(--gap-4);
13
- } .custom-picker-button__open_zzprq {
13
+ } .custom-picker-button__open_1ke80 {
14
14
  transform: var(--arrow-transform);
15
15
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"iconContainer":"custom-picker-button__iconContainer_zzprq","addonsContainer":"custom-picker-button__addonsContainer_zzprq","showControlIcon":"custom-picker-button__showControlIcon_zzprq","open":"custom-picker-button__open_zzprq"};
5
+ var styles = {"iconContainer":"custom-picker-button__iconContainer_1ke80","addonsContainer":"custom-picker-button__addonsContainer_1ke80","showControlIcon":"custom-picker-button__showControlIcon_1ke80","open":"custom-picker-button__open_1ke80"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
@@ -3,13 +3,13 @@
3
3
  --gap-4: var(--gap-2xs);
4
4
  } :root {
5
5
  --arrow-transform: rotate(180deg);
6
- } .custom-picker-button__iconContainer_zzprq {
6
+ } .custom-picker-button__iconContainer_1ke80 {
7
7
  display: flex;
8
8
  transition: transform 0.15s ease-in-out;
9
- } .custom-picker-button__addonsContainer_zzprq {
9
+ } .custom-picker-button__addonsContainer_1ke80 {
10
10
  display: flex;
11
- } .custom-picker-button__addonsContainer_zzprq.custom-picker-button__showControlIcon_zzprq {
11
+ } .custom-picker-button__addonsContainer_1ke80.custom-picker-button__showControlIcon_1ke80 {
12
12
  margin-right: var(--gap-4);
13
- } .custom-picker-button__open_zzprq {
13
+ } .custom-picker-button__open_1ke80 {
14
14
  transform: var(--arrow-transform);
15
15
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"iconContainer":"custom-picker-button__iconContainer_zzprq","addonsContainer":"custom-picker-button__addonsContainer_zzprq","showControlIcon":"custom-picker-button__showControlIcon_zzprq","open":"custom-picker-button__open_zzprq"};
3
+ const styles = {"iconContainer":"custom-picker-button__iconContainer_1ke80","addonsContainer":"custom-picker-button__addonsContainer_1ke80","showControlIcon":"custom-picker-button__showControlIcon_1ke80","open":"custom-picker-button__open_1ke80"};
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": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Custom picker button component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,10 +10,10 @@
10
10
  "main": "index.js",
11
11
  "module": "./esm/index.js",
12
12
  "dependencies": {
13
- "@alfalab/core-components-custom-button": "^4.1.0",
13
+ "@alfalab/core-components-custom-button": "^4.1.1",
14
14
  "@alfalab/core-components-mq": "^5.0.2",
15
- "@alfalab/core-components-picker-button": "^12.1.0",
16
- "@alfalab/core-components-select": "^18.2.8",
15
+ "@alfalab/core-components-picker-button": "^12.1.1",
16
+ "@alfalab/core-components-select": "^18.2.9",
17
17
  "classnames": "^2.5.1",
18
18
  "tslib": "^2.4.0"
19
19
  },