@vandeurenglenn/lite-elements 0.3.65 → 0.3.67
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/exports/bundle/button.js +5 -2
- package/exports/bundle/icon-button.js +6 -0
- package/exports/button.js +5 -2
- package/exports/icon-button.js +6 -0
- package/package.json +11 -11
package/exports/bundle/button.js
CHANGED
|
@@ -58,13 +58,16 @@ import{_ as e,a as t}from"./tslib.es6-B87RQr7F.js";import{r as o,i as a,x as s,s
|
|
|
58
58
|
background: var(--md-sys-color-primary);
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
+
:host([type='outlined']) {
|
|
62
|
+
border: solid 1px;
|
|
63
|
+
border-color: var(--md-sys-color-outline);
|
|
64
|
+
}
|
|
65
|
+
|
|
61
66
|
:host([type='outlined']),
|
|
62
67
|
:host([type='outlined']) ::slotted(*) {
|
|
63
68
|
color: var(--md-sys-color-on-surface);
|
|
64
69
|
fill: var(--md-sys-color-on-surface);
|
|
65
70
|
background: var(--md-sys-color-surface);
|
|
66
|
-
border: solid 1px;
|
|
67
|
-
border-color: var(--md-sys-color-outline);
|
|
68
71
|
}
|
|
69
72
|
|
|
70
73
|
:host([type='elevated']),
|
package/exports/button.js
CHANGED
|
@@ -109,13 +109,16 @@ let CustomButton = (() => {
|
|
|
109
109
|
background: var(--md-sys-color-primary);
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
+
:host([type='outlined']) {
|
|
113
|
+
border: solid 1px;
|
|
114
|
+
border-color: var(--md-sys-color-outline);
|
|
115
|
+
}
|
|
116
|
+
|
|
112
117
|
:host([type='outlined']),
|
|
113
118
|
:host([type='outlined']) ::slotted(*) {
|
|
114
119
|
color: var(--md-sys-color-on-surface);
|
|
115
120
|
fill: var(--md-sys-color-on-surface);
|
|
116
121
|
background: var(--md-sys-color-surface);
|
|
117
|
-
border: solid 1px;
|
|
118
|
-
border-color: var(--md-sys-color-outline);
|
|
119
122
|
}
|
|
120
123
|
|
|
121
124
|
:host([type='elevated']),
|
package/exports/icon-button.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vandeurenglenn/lite-elements",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.67",
|
|
4
4
|
"description": "set of lite elements following Material Design 3 spec",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
"author": "",
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@material-design-icons/svg": "^0.14.
|
|
22
|
-
"@material-symbols/svg-400": "^0.
|
|
21
|
+
"@material-design-icons/svg": "^0.14.15",
|
|
22
|
+
"@material-symbols/svg-400": "^0.29.0",
|
|
23
23
|
"@material/web": "^2.2.0",
|
|
24
|
-
"@vandeurenglenn/custom-shared-styles": "^0.0.
|
|
24
|
+
"@vandeurenglenn/custom-shared-styles": "^0.0.21",
|
|
25
25
|
"@vandeurenglenn/flex-elements": "^1.3.2",
|
|
26
|
-
"@vandeurenglenn/lite": "^0.2.
|
|
26
|
+
"@vandeurenglenn/lite": "^0.2.56",
|
|
27
27
|
"custom-element-decorator": "^0.6.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"@rollup/plugin-terser": "^0.4.4",
|
|
34
34
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
35
35
|
"@types/html": "^1.0.4",
|
|
36
|
-
"@types/node": "^22.
|
|
36
|
+
"@types/node": "^22.13.9",
|
|
37
37
|
"@web/rollup-plugin-html": "^2.3.0",
|
|
38
38
|
"chrome-launcher": "^1.1.2",
|
|
39
|
-
"globby": "^14.0
|
|
40
|
-
"lighthouse": "^12.
|
|
41
|
-
"material-symbols": "^0.
|
|
39
|
+
"globby": "^14.1.0",
|
|
40
|
+
"lighthouse": "^12.4.0",
|
|
41
|
+
"material-symbols": "^0.29.0",
|
|
42
42
|
"rimraf": "^6.0.1",
|
|
43
|
-
"rollup": "^4.
|
|
43
|
+
"rollup": "^4.34.9",
|
|
44
44
|
"rollup-plugin-auto-exports": "^1.0.8",
|
|
45
45
|
"rollup-plugin-material-symbols": "^2.1.6",
|
|
46
46
|
"tslib": "^2.8.1",
|
|
47
|
-
"typescript": "^5.
|
|
47
|
+
"typescript": "^5.8.2"
|
|
48
48
|
},
|
|
49
49
|
"exports": {
|
|
50
50
|
".": {
|