@ttoss/components 2.10.0 → 2.10.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/components",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
4
4
  "description": "React components for ttoss ecosystem.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -18,6 +18,10 @@
18
18
  "types": "./dist/Accordion/index.d.ts",
19
19
  "default": "./dist/esm/Accordion/index.js"
20
20
  },
21
+ "./DatePicker": {
22
+ "types": "./dist/DatePicker/index.d.ts",
23
+ "default": "./dist/esm/DatePicker/index.js"
24
+ },
21
25
  "./Drawer": {
22
26
  "types": "./dist/Drawer/index.d.ts",
23
27
  "default": "./dist/esm/Drawer/index.js"
@@ -98,6 +102,8 @@
98
102
  "@types/react-modal": "^3.16.3",
99
103
  "json-edit-react": "^1.19.2",
100
104
  "react-accessible-accordion": "^5.0.0",
105
+ "react-day-picker": "^9.11.2",
106
+ "react-grid-layout": "^1.5.2",
101
107
  "react-json-view-lite": "^2.3.0",
102
108
  "react-markdown": "^9.0.3",
103
109
  "react-modal": "^3.16.3",
@@ -109,23 +115,24 @@
109
115
  },
110
116
  "peerDependencies": {
111
117
  "react": ">=16.8.0",
112
- "@ttoss/react-hooks": "^2.1.10",
113
118
  "@ttoss/react-i18n": "^2.0.24",
119
+ "@ttoss/react-hooks": "^2.1.10",
114
120
  "@ttoss/ui": "^6.0.4"
115
121
  },
116
122
  "devDependencies": {
117
123
  "@types/jest": "^30.0.0",
118
124
  "@types/react": "^19.2.6",
125
+ "@types/react-grid-layout": "^1.3.6",
119
126
  "jest": "^30.2.0",
120
127
  "react": "^19.2.0",
121
128
  "tsup": "^8.5.1",
122
129
  "tsx": "^4.19.2",
123
- "@ttoss/react-i18n": "^2.0.24",
124
130
  "@ttoss/config": "^1.35.12",
125
131
  "@ttoss/i18n-cli": "^0.7.38",
126
132
  "@ttoss/react-hooks": "^2.1.10",
127
- "@ttoss/test-utils": "^4.0.1",
133
+ "@ttoss/react-i18n": "^2.0.24",
128
134
  "@ttoss/react-icons": "^0.5.5",
135
+ "@ttoss/test-utils": "^4.0.1",
129
136
  "@ttoss/ui": "^6.0.4"
130
137
  },
131
138
  "keywords": [