@alfalab/core-components-custom-picker-button 4.1.8-alfasans → 4.1.8

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_yy1a2 {
8
+ .custom-picker-button__iconContainer_yd9qd {
9
9
  display: flex;
10
10
  transition: transform 0.15s ease-in-out;
11
11
  }
12
- .custom-picker-button__addonsContainer_yy1a2 {
12
+ .custom-picker-button__addonsContainer_yd9qd {
13
13
  display: flex;
14
14
  }
15
- .custom-picker-button__addonsContainer_yy1a2.custom-picker-button__showControlIcon_yy1a2 {
15
+ .custom-picker-button__addonsContainer_yd9qd.custom-picker-button__showControlIcon_yd9qd {
16
16
  margin-right: var(--gap-4);
17
17
  }
18
- .custom-picker-button__open_yy1a2 {
18
+ .custom-picker-button__open_yd9qd {
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_yy1a2","addonsContainer":"custom-picker-button__addonsContainer_yy1a2","showControlIcon":"custom-picker-button__showControlIcon_yy1a2","open":"custom-picker-button__open_yy1a2"};
3
+ var styles = {"iconContainer":"custom-picker-button__iconContainer_yd9qd","addonsContainer":"custom-picker-button__addonsContainer_yd9qd","showControlIcon":"custom-picker-button__showControlIcon_yd9qd","open":"custom-picker-button__open_yd9qd"};
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_yy1a2 {
8
+ .custom-picker-button__iconContainer_yd9qd {
9
9
  display: flex;
10
10
  transition: transform 0.15s ease-in-out;
11
11
  }
12
- .custom-picker-button__addonsContainer_yy1a2 {
12
+ .custom-picker-button__addonsContainer_yd9qd {
13
13
  display: flex;
14
14
  }
15
- .custom-picker-button__addonsContainer_yy1a2.custom-picker-button__showControlIcon_yy1a2 {
15
+ .custom-picker-button__addonsContainer_yd9qd.custom-picker-button__showControlIcon_yd9qd {
16
16
  margin-right: var(--gap-4);
17
17
  }
18
- .custom-picker-button__open_yy1a2 {
18
+ .custom-picker-button__open_yd9qd {
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_yy1a2","addonsContainer":"custom-picker-button__addonsContainer_yy1a2","showControlIcon":"custom-picker-button__showControlIcon_yy1a2","open":"custom-picker-button__open_yy1a2"};
5
+ var styles = {"iconContainer":"custom-picker-button__iconContainer_yd9qd","addonsContainer":"custom-picker-button__addonsContainer_yd9qd","showControlIcon":"custom-picker-button__showControlIcon_yd9qd","open":"custom-picker-button__open_yd9qd"};
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_yy1a2 {
8
+ .custom-picker-button__iconContainer_yd9qd {
9
9
  display: flex;
10
10
  transition: transform 0.15s ease-in-out;
11
11
  }
12
- .custom-picker-button__addonsContainer_yy1a2 {
12
+ .custom-picker-button__addonsContainer_yd9qd {
13
13
  display: flex;
14
14
  }
15
- .custom-picker-button__addonsContainer_yy1a2.custom-picker-button__showControlIcon_yy1a2 {
15
+ .custom-picker-button__addonsContainer_yd9qd.custom-picker-button__showControlIcon_yd9qd {
16
16
  margin-right: var(--gap-4);
17
17
  }
18
- .custom-picker-button__open_yy1a2 {
18
+ .custom-picker-button__open_yd9qd {
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_yy1a2","addonsContainer":"custom-picker-button__addonsContainer_yy1a2","showControlIcon":"custom-picker-button__showControlIcon_yy1a2","open":"custom-picker-button__open_yy1a2"};
3
+ const styles = {"iconContainer":"custom-picker-button__iconContainer_yd9qd","addonsContainer":"custom-picker-button__addonsContainer_yd9qd","showControlIcon":"custom-picker-button__showControlIcon_yd9qd","open":"custom-picker-button__open_yd9qd"};
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.8-alfasans",
3
+ "version": "4.1.8",
4
4
  "description": "Custom picker button component",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -13,10 +13,10 @@
13
13
  "build": "rollup -c ../../tools/rollup/rollup.config.mjs --silent"
14
14
  },
15
15
  "dependencies": {
16
- "@alfalab/core-components-custom-button": "5.0.6-alfasans",
17
- "@alfalab/core-components-mq": "6.0.4-alfasans",
18
- "@alfalab/core-components-picker-button": "13.0.15-alfasans",
19
- "@alfalab/core-components-select": "19.1.8-alfasans",
16
+ "@alfalab/core-components-custom-button": "^5.0.6",
17
+ "@alfalab/core-components-mq": "^6.0.4",
18
+ "@alfalab/core-components-picker-button": "^13.0.15",
19
+ "@alfalab/core-components-select": "^19.1.8",
20
20
  "classnames": "^2.5.1",
21
21
  "tslib": "^2.4.0"
22
22
  },
@@ -28,6 +28,6 @@
28
28
  "access": "public",
29
29
  "directory": "dist"
30
30
  },
31
- "themesVersion": "15.1.0-alfasans",
32
- "varsVersion": "11.1.0-alfasans"
31
+ "themesVersion": "15.1.0",
32
+ "varsVersion": "11.1.0"
33
33
  }