@simplybusiness/mobius-datepicker 9.0.6 → 9.0.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.
- package/CHANGELOG.md +17 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +2 -2
- package/dist/cjs/meta.json +4 -15
- package/dist/esm/meta.json +2 -13
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/dist/types/index.d.ts +1 -1
- package/package.json +5 -5
- package/dist/esm/tsconfig.build.tsbuildinfo +0 -1
- package/dist/types/src/index.d.ts +0 -1
- package/dist/types/vitest.config.d.ts +0 -2
- /package/dist/types/{src/components → components}/DatePicker/CustomComponents/CaptionLabel.d.ts +0 -0
- /package/dist/types/{src/components → components}/DatePicker/CustomComponents/ChevronComponent.d.ts +0 -0
- /package/dist/types/{src/components → components}/DatePicker/CustomComponents/index.d.ts +0 -0
- /package/dist/types/{src/components → components}/DatePicker/DatePicker.d.ts +0 -0
- /package/dist/types/{src/components → components}/DatePicker/DatePickerIcon.d.ts +0 -0
- /package/dist/types/{src/components → components}/DatePicker/DatePickerModal.d.ts +0 -0
- /package/dist/types/{src/components → components}/DatePicker/constants.d.ts +0 -0
- /package/dist/types/{src/components → components}/DatePicker/index.d.ts +0 -0
- /package/dist/types/{src/components → components}/DatePicker/utils/dateObjToString.d.ts +0 -0
- /package/dist/types/{src/components → components}/DatePicker/utils/formatErrorMessageText.d.ts +0 -0
- /package/dist/types/{src/components → components}/DatePicker/utils/getStartWeekday.d.ts +0 -0
- /package/dist/types/{src/components → components}/DatePicker/utils/index.d.ts +0 -0
- /package/dist/types/{src/components → components}/DatePicker/utils/timezoneOffset.d.ts +0 -0
- /package/dist/types/{src/components → components}/DatePicker/utils/validateDateFormat.d.ts +0 -0
- /package/dist/types/{src/components → components}/DatePicker/utils/weekdayAsOneLetter.d.ts +0 -0
- /package/dist/types/{src/hooks → hooks}/index.d.ts +0 -0
- /package/dist/types/{src/hooks → hooks}/useFocusTrap/index.d.ts +0 -0
- /package/dist/types/{src/hooks → hooks}/useFocusTrap/useFocusTrap.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/StoryContainer.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/excludeControls.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/index.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/isTouchDevice.d.ts +0 -0
- /package/dist/types/{src/utils → utils}/mockMatchMedia.d.ts +0 -0
package/dist/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./
|
|
1
|
+
export * from "./components/DatePicker";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simplybusiness/mobius-datepicker",
|
|
3
3
|
"license": "UNLICENSED",
|
|
4
|
-
"version": "9.0.
|
|
4
|
+
"version": "9.0.8",
|
|
5
5
|
"description": "Mobius date picker component",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"@eslint/compat": "^2.0.2",
|
|
63
63
|
"@eslint/eslintrc": "^3.3.4",
|
|
64
64
|
"@eslint/js": "^9.39.3",
|
|
65
|
-
"@simplybusiness/build-scripts": "^2.0.
|
|
66
|
-
"@simplybusiness/eslint-config": "^2.0.
|
|
65
|
+
"@simplybusiness/build-scripts": "^2.0.3",
|
|
66
|
+
"@simplybusiness/eslint-config": "^2.0.3",
|
|
67
67
|
"@testing-library/dom": "^10.4.1",
|
|
68
68
|
"@testing-library/jest-dom": "6.9.1",
|
|
69
69
|
"@testing-library/react": "^16.3.2",
|
|
@@ -96,11 +96,11 @@
|
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"@simplybusiness/icons": "^5.0.3",
|
|
99
|
-
"@simplybusiness/mobius": "^9.1.
|
|
99
|
+
"@simplybusiness/mobius": "^9.1.2",
|
|
100
100
|
"@simplybusiness/mobius-hooks": "^0.1.1",
|
|
101
101
|
"classnames": "^2.5.1",
|
|
102
102
|
"date-fns": "^4.1.0",
|
|
103
|
-
"react-day-picker": "^9.
|
|
103
|
+
"react-day-picker": "^9.14.0"
|
|
104
104
|
},
|
|
105
105
|
"lint-staged": {
|
|
106
106
|
"*.{js,ts,jsx,tsx}": "eslint --fix"
|