@redsift/pickers 11.3.2 → 11.3.3
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/index.js +1 -1
- package/package.json +8 -8
package/index.js
CHANGED
|
@@ -361,7 +361,7 @@ var enUS = {
|
|
|
361
361
|
var collapse = "Réduire";
|
|
362
362
|
var expand = "Développer";
|
|
363
363
|
var selected = "{count, plural, =0 {Aucun sélectionné} =1 {1 sélectionné} other {# sélectionnés}}";
|
|
364
|
-
var unselect = "Déselectionner {
|
|
364
|
+
var unselect = "Déselectionner {label}";
|
|
365
365
|
var frFR = {
|
|
366
366
|
collapse: collapse,
|
|
367
367
|
expand: expand,
|
package/package.json
CHANGED
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"test": "yarn test:unit && yarn test:storybook"
|
|
31
31
|
},
|
|
32
32
|
"types": "index.d.ts",
|
|
33
|
-
"version": "11.3.
|
|
33
|
+
"version": "11.3.3",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@redsift/design-system": "^11.3.
|
|
36
|
-
"@redsift/icons": "^11.3.
|
|
37
|
-
"@redsift/popovers": "^11.3.
|
|
35
|
+
"@redsift/design-system": "^11.3.3",
|
|
36
|
+
"@redsift/icons": "^11.3.3",
|
|
37
|
+
"@redsift/popovers": "^11.3.3",
|
|
38
38
|
"classnames": "^2.3.1",
|
|
39
39
|
"styled-components": "^5.3.5"
|
|
40
40
|
},
|
|
@@ -88,12 +88,12 @@
|
|
|
88
88
|
"ts-jest": "^28.0.3"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|
|
91
|
-
"@redsift/design-system": "^11.3.
|
|
92
|
-
"@redsift/icons": "^11.3.
|
|
93
|
-
"@redsift/popovers": "^11.3.
|
|
91
|
+
"@redsift/design-system": "^11.3.3-0",
|
|
92
|
+
"@redsift/icons": "^11.3.3-0",
|
|
93
|
+
"@redsift/popovers": "^11.3.3-0",
|
|
94
94
|
"react": ">=17",
|
|
95
95
|
"react-dom": ">=17",
|
|
96
96
|
"styled-components": "^5.3.5"
|
|
97
97
|
},
|
|
98
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "a50c33597e5230c712754e27b1a1f81c4dc7c20e"
|
|
99
99
|
}
|