design-system-silkhaus 3.11.0-beta.month-range-picker.1 → 3.12.0-beta.month-range-picker.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.
- package/dist/{ButtonsGroupSelector-CshRIOBN.js → ButtonsGroupSelector-Dw7UzSrk.js} +5 -3
- package/dist/app/index.js +2 -2
- package/dist/index.d.ts +79 -2
- package/dist/index.js +14313 -12465
- package/dist/style.css +1 -1
- package/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "design-system-silkhaus",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.12.0-beta.month-range-picker.1",
|
|
5
5
|
"description": "Design system for Silkhaus built with Typescript, React and Tailwind",
|
|
6
6
|
"author": "silkhaus",
|
|
7
7
|
"license": "MIT",
|
|
@@ -113,20 +113,22 @@
|
|
|
113
113
|
"vitest": "^2.0.4"
|
|
114
114
|
},
|
|
115
115
|
"peerDependencies": {
|
|
116
|
+
"moment": "^2.30.1",
|
|
116
117
|
"react": "^18.2.0",
|
|
117
|
-
"react-dom": "^18.2.0"
|
|
118
|
-
"moment": "^2.30.1"
|
|
118
|
+
"react-dom": "^18.2.0"
|
|
119
119
|
},
|
|
120
120
|
"dependencies": {
|
|
121
121
|
"@floating-ui/react": "^0.26.20",
|
|
122
122
|
"class-variance-authority": "^0.7.0",
|
|
123
123
|
"react-dates": "^21.8.0",
|
|
124
124
|
"react-jss": "^10.10.0",
|
|
125
|
+
"react-responsive": "^10.0.1",
|
|
125
126
|
"react-slick": "^0.30.3",
|
|
126
127
|
"react-toastify": "^10.0.5",
|
|
127
128
|
"rsuite": "^5.65.1",
|
|
128
129
|
"simplebar-react": "^3.2.6",
|
|
129
|
-
"slick-carousel": "^1.8.1"
|
|
130
|
+
"slick-carousel": "^1.8.1",
|
|
131
|
+
"yet-another-react-lightbox": "^3.23.2"
|
|
130
132
|
},
|
|
131
133
|
"lint-staged": {
|
|
132
134
|
"*": [
|