@exmg/exm-drawer 1.0.1 → 1.0.2-alpha.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.
- package/dist/index.d.ts +3 -0
- package/dist/index.js +4 -0
- package/{src → dist}/styles/exm-drawer-styles-css.js +2 -1
- package/package.json +7 -9
- package/index.d.ts +0 -3
- package/index.js +0 -4
- /package/{src → dist}/exm-drawer-base.d.ts +0 -0
- /package/{src → dist}/exm-drawer-base.js +0 -0
- /package/{src → dist}/exm-drawer.d.ts +0 -0
- /package/{src → dist}/exm-drawer.js +0 -0
- /package/{src → dist}/styles/exm-drawer-styles-css.d.ts +0 -0
package/dist/index.d.ts
ADDED
package/dist/index.js
ADDED
|
@@ -32,7 +32,8 @@ export const style = css `
|
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
&::backdrop {
|
|
35
|
-
background
|
|
35
|
+
background: rgba(0, 0, 0, 0.7);
|
|
36
|
+
backdrop-filter: blur(4px);
|
|
36
37
|
top: var(--_exm-drawer-top-offset);
|
|
37
38
|
animation: overlayShow 300ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
|
|
38
39
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@exmg/exm-drawer",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2-alpha.6+6bd75ed",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"module": "index.js",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.js",
|
|
7
7
|
"exports": {
|
|
8
|
-
".": "./index.js",
|
|
9
|
-
"./exm-drawer.js": "./
|
|
8
|
+
".": "./dist/index.js",
|
|
9
|
+
"./exm-drawer.js": "./dist/exm-drawer.js"
|
|
10
10
|
},
|
|
11
11
|
"description": "Drawer element",
|
|
12
12
|
"contributors": [
|
|
@@ -35,11 +35,9 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@exmg/lit-cli": "1.1.13"
|
|
37
37
|
},
|
|
38
|
-
"scripts": {
|
|
39
|
-
"build:styles": "exmg-lit-cli sass -f \"./**/*.scss\""
|
|
40
|
-
},
|
|
38
|
+
"scripts": {},
|
|
41
39
|
"publishConfig": {
|
|
42
40
|
"access": "public"
|
|
43
41
|
},
|
|
44
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "6bd75ed6cd021e92262245509ff472b9c1e76823"
|
|
45
43
|
}
|
package/index.d.ts
DELETED
package/index.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|