@ttoss/components 2.2.8 → 2.2.10

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.
@@ -15,7 +15,7 @@ var Drawer = ({
15
15
  /**
16
16
  * https://github.com/Farzin-Firoozi/react-modern-drawer/blob/master/src/styles.css
17
17
  */
18
- zIndex: "dropdown",
18
+ zIndex: "overlay",
19
19
  width: "100%",
20
20
  height: "100%",
21
21
  ".EZDrawer__checkbox": {
@@ -43,7 +43,6 @@ var Drawer = ({
43
43
  backgroundColor: "navigation.background.muted.default",
44
44
  transition: "all",
45
45
  boxShadow: "0 0 10px 5px rgba(0, 0, 0, 0.1)",
46
- paddingY: "6",
47
46
  paddingX: "6",
48
47
  overflowY: "auto"
49
48
  },
@@ -2276,7 +2276,7 @@ var Drawer = ({
2276
2276
  /**
2277
2277
  * https://github.com/Farzin-Firoozi/react-modern-drawer/blob/master/src/styles.css
2278
2278
  */
2279
- zIndex: "dropdown",
2279
+ zIndex: "overlay",
2280
2280
  width: "100%",
2281
2281
  height: "100%",
2282
2282
  ".EZDrawer__checkbox": {
@@ -2304,7 +2304,6 @@ var Drawer = ({
2304
2304
  backgroundColor: "navigation.background.muted.default",
2305
2305
  transition: "all",
2306
2306
  boxShadow: "0 0 10px 5px rgba(0, 0, 0, 0.1)",
2307
- paddingY: "6",
2308
2307
  paddingX: "6",
2309
2308
  overflowY: "auto"
2310
2309
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/components",
3
- "version": "2.2.8",
3
+ "version": "2.2.10",
4
4
  "description": "React components for ttoss ecosystem.",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -93,8 +93,8 @@
93
93
  },
94
94
  "peerDependencies": {
95
95
  "react": ">=16.8.0",
96
- "@ttoss/ui": "^5.5.5",
97
- "@ttoss/react-hooks": "^2.0.10"
96
+ "@ttoss/react-hooks": "^2.0.11",
97
+ "@ttoss/ui": "^5.5.6"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@types/jest": "^29.5.14",
@@ -103,11 +103,11 @@
103
103
  "react": "^19.0.0",
104
104
  "tsup": "^8.3.5",
105
105
  "tsx": "^4.19.2",
106
- "@ttoss/config": "^1.35.2",
107
- "@ttoss/test-utils": "^2.1.22",
108
- "@ttoss/react-icons": "^0.4.9",
109
- "@ttoss/ui": "^5.5.5",
110
- "@ttoss/react-hooks": "^2.0.10"
106
+ "@ttoss/config": "^1.35.3",
107
+ "@ttoss/react-hooks": "^2.0.11",
108
+ "@ttoss/react-icons": "^0.4.10",
109
+ "@ttoss/test-utils": "^2.1.23",
110
+ "@ttoss/ui": "^5.5.6"
111
111
  },
112
112
  "keywords": [
113
113
  "React",