@alfalab/core-components-date-input 2.2.0 → 2.3.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.
Files changed (47) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/{dist/Component.d.ts → Component.d.ts} +0 -0
  3. package/{dist/Component.js → Component.js} +1 -1
  4. package/{dist/cssm → cssm}/Component.d.ts +0 -0
  5. package/{dist/cssm → cssm}/Component.js +0 -0
  6. package/{dist/cssm → cssm}/index.d.ts +0 -0
  7. package/{dist/cssm → cssm}/index.js +0 -0
  8. package/{dist/cssm → cssm}/index.module.css +0 -0
  9. package/{dist/cssm → cssm}/utils/format.d.ts +0 -0
  10. package/{dist/cssm → cssm}/utils/format.js +0 -0
  11. package/{dist/cssm → cssm}/utils/index.d.ts +0 -0
  12. package/{dist/cssm → cssm}/utils/index.js +0 -0
  13. package/{dist/cssm → cssm}/utils/native-supports.d.ts +0 -0
  14. package/{dist/cssm → cssm}/utils/native-supports.js +0 -0
  15. package/{dist/esm → esm}/Component.d.ts +0 -0
  16. package/{dist/esm → esm}/Component.js +1 -1
  17. package/{dist → esm}/index.css +4 -4
  18. package/{dist/esm → esm}/index.d.ts +0 -0
  19. package/{dist/esm → esm}/index.js +0 -0
  20. package/{dist/esm → esm}/utils/format.d.ts +0 -0
  21. package/{dist/esm → esm}/utils/format.js +0 -0
  22. package/{dist/esm → esm}/utils/index.d.ts +0 -0
  23. package/{dist/esm → esm}/utils/index.js +0 -0
  24. package/{dist/esm → esm}/utils/native-supports.d.ts +0 -0
  25. package/{dist/esm → esm}/utils/native-supports.js +0 -0
  26. package/{dist/modern/index.css → index.css} +4 -4
  27. package/{dist/index.d.ts → index.d.ts} +0 -0
  28. package/{dist/index.js → index.js} +0 -0
  29. package/{dist/modern → modern}/Component.d.ts +0 -0
  30. package/{dist/modern → modern}/Component.js +1 -1
  31. package/{dist/esm → modern}/index.css +4 -4
  32. package/{dist/modern → modern}/index.d.ts +0 -0
  33. package/{dist/modern → modern}/index.js +0 -0
  34. package/{dist/modern → modern}/utils/format.d.ts +0 -0
  35. package/{dist/modern → modern}/utils/format.js +0 -0
  36. package/{dist/modern → modern}/utils/index.d.ts +0 -0
  37. package/{dist/modern → modern}/utils/index.js +0 -0
  38. package/{dist/modern → modern}/utils/native-supports.d.ts +0 -0
  39. package/{dist/modern → modern}/utils/native-supports.js +0 -0
  40. package/package.json +10 -13
  41. /package/{dist/send-stats.js → send-stats.js} +0 -0
  42. /package/{dist/utils → utils}/format.d.ts +0 -0
  43. /package/{dist/utils → utils}/format.js +0 -0
  44. /package/{dist/utils → utils}/index.d.ts +0 -0
  45. /package/{dist/utils → utils}/index.js +0 -0
  46. /package/{dist/utils → utils}/native-supports.d.ts +0 -0
  47. /package/{dist/utils → utils}/native-supports.js +0 -0
package/CHANGELOG.md CHANGED
@@ -3,6 +3,46 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.3.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-date-input@2.3.0...@alfalab/core-components-date-input@2.3.1) (2022-07-14)
7
+
8
+ **Note:** Version bump only for package @alfalab/core-components-date-input
9
+
10
+
11
+
12
+
13
+
14
+ # [2.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-date-input@2.2.2...@alfalab/core-components-date-input@2.3.0) (2022-06-28)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **pure-cell:** fix stories ([#113](https://github.com/core-ds/core-components/issues/113)) ([01f6138](https://github.com/core-ds/core-components/commit/01f6138615b1b7268510e012c314650c084c9ef0))
20
+
21
+
22
+ ### Features
23
+
24
+ * circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
25
+
26
+
27
+
28
+
29
+
30
+ ## [2.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-date-input@2.2.1...@alfalab/core-components-date-input@2.2.2) (2022-06-23)
31
+
32
+ **Note:** Version bump only for package @alfalab/core-components-date-input
33
+
34
+
35
+
36
+
37
+
38
+ ## [2.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-date-input@2.2.0...@alfalab/core-components-date-input@2.2.1) (2022-06-20)
39
+
40
+ **Note:** Version bump only for package @alfalab/core-components-date-input
41
+
42
+
43
+
44
+
45
+
6
46
  # [2.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-date-input@2.1.5...@alfalab/core-components-date-input@2.2.0) (2022-06-03)
7
47
 
8
48
 
File without changes
@@ -55,7 +55,7 @@ function __rest(s, e) {
55
55
  return t;
56
56
  }
57
57
 
58
- var styles = {"nativeInput":"date-input__nativeInput_1q1qn"};
58
+ var styles = {"nativeInput":"date-input__nativeInput_y7u54"};
59
59
  require('./index.css')
60
60
 
61
61
  var DateInput = React.forwardRef(function (_a, ref) {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -46,7 +46,7 @@ function __rest(s, e) {
46
46
  return t;
47
47
  }
48
48
 
49
- var styles = {"nativeInput":"date-input__nativeInput_1q1qn"};
49
+ var styles = {"nativeInput":"date-input__nativeInput_y7u54"};
50
50
  require('./index.css')
51
51
 
52
52
  var DateInput = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: 198vt */
1
+ /* hash: x1hwu */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -7,7 +7,7 @@
7
7
 
8
8
  /* Hard up */
9
9
  }
10
- .date-input__nativeInput_1q1qn {
10
+ .date-input__nativeInput_y7u54 {
11
11
  opacity: 0;
12
12
  position: absolute;
13
13
  top: 0;
@@ -18,9 +18,9 @@
18
18
  appearance: none;
19
19
  z-index: 1
20
20
  }
21
- .date-input__nativeInput_1q1qn::-webkit-calendar-picker-indicator {
21
+ .date-input__nativeInput_y7u54::-webkit-calendar-picker-indicator {
22
22
  display: none;
23
23
  }
24
- .date-input__nativeInput_1q1qn::-webkit-inner-spin-button {
24
+ .date-input__nativeInput_y7u54::-webkit-inner-spin-button {
25
25
  display: none;
26
26
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,4 +1,4 @@
1
- /* hash: 198vt */
1
+ /* hash: x1hwu */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -7,7 +7,7 @@
7
7
 
8
8
  /* Hard up */
9
9
  }
10
- .date-input__nativeInput_1q1qn {
10
+ .date-input__nativeInput_y7u54 {
11
11
  opacity: 0;
12
12
  position: absolute;
13
13
  top: 0;
@@ -18,9 +18,9 @@
18
18
  appearance: none;
19
19
  z-index: 1
20
20
  }
21
- .date-input__nativeInput_1q1qn::-webkit-calendar-picker-indicator {
21
+ .date-input__nativeInput_y7u54::-webkit-calendar-picker-indicator {
22
22
  display: none;
23
23
  }
24
- .date-input__nativeInput_1q1qn::-webkit-inner-spin-button {
24
+ .date-input__nativeInput_y7u54::-webkit-inner-spin-button {
25
25
  display: none;
26
26
  }
File without changes
File without changes
File without changes
@@ -7,7 +7,7 @@ import 'date-fns/isValid';
7
7
  import { format, parseDateString, isCompleteDateInput, isValid, NATIVE_DATE_FORMAT, formatDate } from './utils/format.js';
8
8
  import { isInputDateSupported } from './utils/native-supports.js';
9
9
 
10
- var styles = {"nativeInput":"date-input__nativeInput_1q1qn"};
10
+ var styles = {"nativeInput":"date-input__nativeInput_y7u54"};
11
11
  require('./index.css')
12
12
 
13
13
  const DateInput = forwardRef(({ mobileMode = 'input', defaultValue = '', rightAddons, error, value: propValue, onBlur, onChange, onComplete, ...restProps }, ref) => {
@@ -1,4 +1,4 @@
1
- /* hash: 198vt */
1
+ /* hash: x1hwu */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -7,7 +7,7 @@
7
7
 
8
8
  /* Hard up */
9
9
  }
10
- .date-input__nativeInput_1q1qn {
10
+ .date-input__nativeInput_y7u54 {
11
11
  opacity: 0;
12
12
  position: absolute;
13
13
  top: 0;
@@ -18,9 +18,9 @@
18
18
  appearance: none;
19
19
  z-index: 1
20
20
  }
21
- .date-input__nativeInput_1q1qn::-webkit-calendar-picker-indicator {
21
+ .date-input__nativeInput_y7u54::-webkit-calendar-picker-indicator {
22
22
  display: none;
23
23
  }
24
- .date-input__nativeInput_1q1qn::-webkit-inner-spin-button {
24
+ .date-input__nativeInput_y7u54::-webkit-inner-spin-button {
25
25
  display: none;
26
26
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,27 +1,24 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-date-input",
3
- "version": "2.2.0",
3
+ "version": "2.3.1",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
- "main": "dist/index.js",
8
- "module": "./dist/esm/index.js",
9
- "files": [
10
- "dist"
11
- ],
7
+ "main": "index.js",
8
+ "module": "./esm/index.js",
12
9
  "scripts": {
13
- "postinstall": "node ./dist/send-stats.js > /dev/null 2>&1 || exit 0"
10
+ "postinstall": "node ./send-stats.js > /dev/null 2>&1 || exit 0"
14
11
  },
15
12
  "publishConfig": {
16
- "access": "public"
13
+ "access": "public",
14
+ "directory": "dist"
17
15
  },
18
16
  "peerDependencies": {
19
17
  "react": "^16.9.0 || ^17.0.1"
20
18
  },
21
19
  "dependencies": {
22
- "@alfalab/core-components-input": "^8.1.6",
23
- "date-fns": "2.16.1",
24
- "react-merge-refs": "1.1.0"
25
- },
26
- "gitHead": "d86d1207351d2e8dceb0519cbb0b64c06aaa6884"
20
+ "@alfalab/core-components-input": "^8.2.1",
21
+ "date-fns": "^2.16.1",
22
+ "react-merge-refs": "^1.1.0"
23
+ }
27
24
  }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes