@ttoss/components 2.12.5 → 2.12.6
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.
|
@@ -242,16 +242,20 @@ var DatePicker = /* @__PURE__ */__name(({
|
|
|
242
242
|
border: "none",
|
|
243
243
|
fontSize: ["12px", "14px"],
|
|
244
244
|
width: ["32px", "36px"],
|
|
245
|
-
height: ["32px", "36px"]
|
|
245
|
+
height: ["32px", "36px"],
|
|
246
|
+
cursor: "pointer"
|
|
246
247
|
},
|
|
247
248
|
"& .rdp-range_start .rdp-day_button": {
|
|
248
|
-
backgroundColor: "action.background.
|
|
249
|
+
backgroundColor: "action.background.accent.default",
|
|
250
|
+
color: "black"
|
|
249
251
|
},
|
|
250
252
|
"& .rdp-range_end .rdp-day_button": {
|
|
251
|
-
backgroundColor: "action.background.
|
|
253
|
+
backgroundColor: "action.background.accent.default",
|
|
254
|
+
color: "black"
|
|
252
255
|
},
|
|
253
256
|
"& .rdp-day_button:hover": {
|
|
254
|
-
backgroundColor: "action.background.
|
|
257
|
+
backgroundColor: "action.background.primary.default",
|
|
258
|
+
color: "action.text.primary.default"
|
|
255
259
|
},
|
|
256
260
|
"& .rdp-day_selected": {
|
|
257
261
|
backgroundColor: "action.background.accent.default",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/components",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.6",
|
|
4
4
|
"description": "React components for ttoss ecosystem.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -125,10 +125,10 @@
|
|
|
125
125
|
},
|
|
126
126
|
"peerDependencies": {
|
|
127
127
|
"react": ">=16.8.0",
|
|
128
|
-
"@ttoss/ui": "^6.5.1",
|
|
129
128
|
"@ttoss/react-hooks": "^2.1.12",
|
|
130
129
|
"@ttoss/react-i18n": "^2.0.26",
|
|
131
|
-
"@ttoss/react-icons": "^0.5.7"
|
|
130
|
+
"@ttoss/react-icons": "^0.5.7",
|
|
131
|
+
"@ttoss/ui": "^6.5.1"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
134
|
"@types/jest": "^30.0.0",
|
|
@@ -138,12 +138,12 @@
|
|
|
138
138
|
"tsup": "^8.5.1",
|
|
139
139
|
"tsx": "^4.21.0",
|
|
140
140
|
"@ttoss/config": "^1.35.12",
|
|
141
|
+
"@ttoss/i18n-cli": "^0.7.38",
|
|
141
142
|
"@ttoss/react-hooks": "^2.1.12",
|
|
142
|
-
"@ttoss/react-icons": "^0.5.7",
|
|
143
143
|
"@ttoss/react-i18n": "^2.0.26",
|
|
144
|
-
"@ttoss/
|
|
145
|
-
"@ttoss/
|
|
146
|
-
"@ttoss/
|
|
144
|
+
"@ttoss/react-icons": "^0.5.7",
|
|
145
|
+
"@ttoss/ui": "^6.5.1",
|
|
146
|
+
"@ttoss/test-utils": "^4.0.3"
|
|
147
147
|
},
|
|
148
148
|
"keywords": [
|
|
149
149
|
"React",
|