@lets-events/react 12.10.1 → 12.10.2

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
 
3
- > @lets-events/react@12.10.1 build
3
+ > @lets-events/react@12.10.2 build
4
4
  > tsup src/index.tsx --format esm,cjs --dts --external react
5
5
 
6
6
  CLI Building entry: src/index.tsx
@@ -10,12 +10,12 @@
10
10
  CLI Target: es6
11
11
  ESM Build start
12
12
  CJS Build start
13
- ESM dist/index.mjs 410.78 KB
14
- ESM ⚡️ Build success in 293ms
15
- CJS dist/index.js 426.37 KB
16
- CJS ⚡️ Build success in 294ms
13
+ CJS dist/index.js 426.31 KB
14
+ CJS ⚡️ Build success in 356ms
15
+ ESM dist/index.mjs 410.72 KB
16
+ ESM ⚡️ Build success in 358ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 6156ms
18
+ DTS ⚡️ Build success in 6877ms
19
19
  DTS dist/index.d.mts 404.95 KB
20
20
  DTS dist/index.d.ts 404.95 KB
21
21
  ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 12.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Drawer width
8
+
3
9
  ## 12.10.1
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -8662,10 +8662,6 @@ var DrawerContainerStyled = styled("div", {
8662
8662
  overflowY: "auto",
8663
8663
  width: "100%",
8664
8664
  boxSizing: "border-box",
8665
- "@md": {
8666
- minWidth: "100vw",
8667
- maxWidth: "100vw"
8668
- },
8669
8665
  transition: "transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)",
8670
8666
  paddingBottom: "1.5rem",
8671
8667
  variants: {
package/dist/index.mjs CHANGED
@@ -8545,10 +8545,6 @@ var DrawerContainerStyled = styled("div", {
8545
8545
  overflowY: "auto",
8546
8546
  width: "100%",
8547
8547
  boxSizing: "border-box",
8548
- "@md": {
8549
- minWidth: "100vw",
8550
- maxWidth: "100vw"
8551
- },
8552
8548
  transition: "transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)",
8553
8549
  paddingBottom: "1.5rem",
8554
8550
  variants: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lets-events/react",
3
- "version": "12.10.1",
3
+ "version": "12.10.2",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -52,12 +52,6 @@ export const DrawerContainerStyled = styled("div", {
52
52
  overflowY: "auto",
53
53
  width: "100%",
54
54
  boxSizing: 'border-box',
55
-
56
- "@md": {
57
- minWidth: "100vw",
58
- maxWidth: "100vw",
59
- },
60
-
61
55
  transition: "transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)",
62
56
 
63
57
  paddingBottom: "1.5rem",