@m3e/theme 1.0.1 → 1.0.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.
- package/dist/custom-elements.json +0 -51
- package/dist/html-custom-data.json +0 -5
- package/dist/index.js +3274 -5021
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +315 -38
- package/dist/index.min.js.map +1 -1
- package/dist/src/ThemeElement.d.ts +0 -7
- package/dist/src/ThemeElement.d.ts.map +1 -1
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/dist/src/ThemeVariant.d.ts +0 -3
- package/dist/src/ThemeVariant.d.ts.map +0 -1
|
@@ -50,14 +50,6 @@
|
|
|
50
50
|
"name": "*",
|
|
51
51
|
"package": "\"./ThemeElement\""
|
|
52
52
|
}
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"kind": "js",
|
|
56
|
-
"name": "*",
|
|
57
|
-
"declaration": {
|
|
58
|
-
"name": "*",
|
|
59
|
-
"package": "\"./ThemeVariant\""
|
|
60
|
-
}
|
|
61
53
|
}
|
|
62
54
|
]
|
|
63
55
|
},
|
|
@@ -131,16 +123,6 @@
|
|
|
131
123
|
"description": "The hex color from which to derive dynamic color palettes.",
|
|
132
124
|
"attribute": "color"
|
|
133
125
|
},
|
|
134
|
-
{
|
|
135
|
-
"kind": "field",
|
|
136
|
-
"name": "variant",
|
|
137
|
-
"type": {
|
|
138
|
-
"text": "ThemeVariant"
|
|
139
|
-
},
|
|
140
|
-
"default": "\"content\"",
|
|
141
|
-
"description": "The color variant of the theme.",
|
|
142
|
-
"attribute": "variant"
|
|
143
|
-
},
|
|
144
126
|
{
|
|
145
127
|
"kind": "field",
|
|
146
128
|
"name": "scheme",
|
|
@@ -200,24 +182,6 @@
|
|
|
200
182
|
"description": "Whether a dark theme is applied.",
|
|
201
183
|
"readonly": true
|
|
202
184
|
},
|
|
203
|
-
{
|
|
204
|
-
"kind": "method",
|
|
205
|
-
"name": "#createScheme",
|
|
206
|
-
"privacy": "private",
|
|
207
|
-
"return": {
|
|
208
|
-
"type": {
|
|
209
|
-
"text": "DynamicScheme"
|
|
210
|
-
}
|
|
211
|
-
},
|
|
212
|
-
"parameters": [
|
|
213
|
-
{
|
|
214
|
-
"name": "sourceColor",
|
|
215
|
-
"type": {
|
|
216
|
-
"text": "Hct"
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
]
|
|
220
|
-
},
|
|
221
185
|
{
|
|
222
186
|
"kind": "method",
|
|
223
187
|
"name": "#apply",
|
|
@@ -294,15 +258,6 @@
|
|
|
294
258
|
"default": "false",
|
|
295
259
|
"fieldName": "strongFocus"
|
|
296
260
|
},
|
|
297
|
-
{
|
|
298
|
-
"description": "The color variant of the theme.",
|
|
299
|
-
"name": "variant",
|
|
300
|
-
"type": {
|
|
301
|
-
"text": "ThemeVariant"
|
|
302
|
-
},
|
|
303
|
-
"default": "\"content\"",
|
|
304
|
-
"fieldName": "variant"
|
|
305
|
-
},
|
|
306
261
|
{
|
|
307
262
|
"name": "motion",
|
|
308
263
|
"type": {
|
|
@@ -340,12 +295,6 @@
|
|
|
340
295
|
}
|
|
341
296
|
]
|
|
342
297
|
},
|
|
343
|
-
{
|
|
344
|
-
"kind": "javascript-module",
|
|
345
|
-
"path": "src/ThemeVariant.ts",
|
|
346
|
-
"declarations": [],
|
|
347
|
-
"exports": []
|
|
348
|
-
},
|
|
349
298
|
{
|
|
350
299
|
"kind": "javascript-module",
|
|
351
300
|
"path": "../core/src/shared/mixins/AttachInternals.ts",
|
|
@@ -31,11 +31,6 @@
|
|
|
31
31
|
"description": "Whether to enable strong focus indicators.",
|
|
32
32
|
"values": []
|
|
33
33
|
},
|
|
34
|
-
{
|
|
35
|
-
"name": "variant",
|
|
36
|
-
"description": "The color variant of the theme.",
|
|
37
|
-
"values": [{ "name": "ThemeVariant" }]
|
|
38
|
-
},
|
|
39
34
|
{
|
|
40
35
|
"name": "motion",
|
|
41
36
|
"description": "The motion scheme.",
|