@alfalab/core-components-date-input 6.0.6 → 6.0.7-dcfcd74d3c8fc8c265f6df2ad7d04cbada7c6479

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.
package/esm/index.css CHANGED
@@ -1,7 +1,7 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
3
  }
4
- .date-input__nativeInput_t2ndd {
4
+ .date-input__nativeInput_si48k {
5
5
  opacity: 0;
6
6
  position: absolute;
7
7
  top: var(--gap-0);
@@ -13,9 +13,9 @@
13
13
  appearance: none;
14
14
  z-index: 1;
15
15
  }
16
- .date-input__nativeInput_t2ndd::-webkit-calendar-picker-indicator {
16
+ .date-input__nativeInput_si48k::-webkit-calendar-picker-indicator {
17
17
  display: none;
18
18
  }
19
- .date-input__nativeInput_t2ndd::-webkit-inner-spin-button {
19
+ .date-input__nativeInput_si48k::-webkit-inner-spin-button {
20
20
  display: none;
21
21
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- var styles = {"nativeInput":"date-input__nativeInput_t2ndd"};
3
+ var styles = {"nativeInput":"date-input__nativeInput_si48k"};
4
4
 
5
5
  export { styles as default };
6
6
  //# sourceMappingURL=index.module.css.js.map
package/index.css CHANGED
@@ -1,7 +1,7 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
3
  }
4
- .date-input__nativeInput_t2ndd {
4
+ .date-input__nativeInput_si48k {
5
5
  opacity: 0;
6
6
  position: absolute;
7
7
  top: var(--gap-0);
@@ -13,9 +13,9 @@
13
13
  appearance: none;
14
14
  z-index: 1;
15
15
  }
16
- .date-input__nativeInput_t2ndd::-webkit-calendar-picker-indicator {
16
+ .date-input__nativeInput_si48k::-webkit-calendar-picker-indicator {
17
17
  display: none;
18
18
  }
19
- .date-input__nativeInput_t2ndd::-webkit-inner-spin-button {
19
+ .date-input__nativeInput_si48k::-webkit-inner-spin-button {
20
20
  display: none;
21
21
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  require('./index.css');
4
4
 
5
- var styles = {"nativeInput":"date-input__nativeInput_t2ndd"};
5
+ var styles = {"nativeInput":"date-input__nativeInput_si48k"};
6
6
 
7
7
  module.exports = styles;
8
8
  //# sourceMappingURL=index.module.css.js.map
package/modern/index.css CHANGED
@@ -1,7 +1,7 @@
1
1
  :root {
2
2
  --gap-0: 0px;
3
3
  }
4
- .date-input__nativeInput_t2ndd {
4
+ .date-input__nativeInput_si48k {
5
5
  opacity: 0;
6
6
  position: absolute;
7
7
  top: var(--gap-0);
@@ -13,9 +13,9 @@
13
13
  appearance: none;
14
14
  z-index: 1;
15
15
  }
16
- .date-input__nativeInput_t2ndd::-webkit-calendar-picker-indicator {
16
+ .date-input__nativeInput_si48k::-webkit-calendar-picker-indicator {
17
17
  display: none;
18
18
  }
19
- .date-input__nativeInput_t2ndd::-webkit-inner-spin-button {
19
+ .date-input__nativeInput_si48k::-webkit-inner-spin-button {
20
20
  display: none;
21
21
  }
@@ -1,6 +1,6 @@
1
1
  import './index.css';
2
2
 
3
- const styles = {"nativeInput":"date-input__nativeInput_t2ndd"};
3
+ const styles = {"nativeInput":"date-input__nativeInput_si48k"};
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-date-input",
3
- "version": "6.0.6",
3
+ "version": "6.0.7-dcfcd74d3c8fc8c265f6df2ad7d04cbada7c6479",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -9,8 +9,11 @@
9
9
  ],
10
10
  "main": "index.js",
11
11
  "module": "./esm/index.js",
12
+ "scripts": {
13
+ "build": "rollup -c ../../tools/rollup/rollup.config.mjs --silent"
14
+ },
12
15
  "dependencies": {
13
- "@alfalab/core-components-input": "^17.1.4",
16
+ "@alfalab/core-components-input": "17.1.5-dcfcd74d3c8fc8c265f6df2ad7d04cbada7c6479",
14
17
  "date-fns": "^4.1.0",
15
18
  "react-merge-refs": "^1.1.0",
16
19
  "tslib": "^2.4.0"