@umbraco-ui/uui-toggle 1.16.0 → 1.17.0-rc.1
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/lib/index.js +3 -3
- package/lib/uui-toggle.element.d.ts +1 -1
- package/package.json +4 -4
package/lib/index.js
CHANGED
|
@@ -192,9 +192,9 @@ UUIToggleElement.styles = [
|
|
|
192
192
|
:host(:not([pristine])[internals-invalid]) #toggle,
|
|
193
193
|
:host(:not([pristine])[internals-invalid]) label:hover #toggle {
|
|
194
194
|
border: 1px solid var(--uui-color-invalid-standalone,rgb(
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
195
|
+
174,
|
|
196
|
+
30,
|
|
197
|
+
71
|
|
198
198
|
));
|
|
199
199
|
}
|
|
200
200
|
`
|
|
@@ -20,7 +20,7 @@ export declare class UUIToggleElement extends UUIBooleanInputElement {
|
|
|
20
20
|
*/
|
|
21
21
|
static readonly formAssociated = true;
|
|
22
22
|
constructor();
|
|
23
|
-
renderCheckbox(): import("lit
|
|
23
|
+
renderCheckbox(): import("lit").TemplateResult<1>;
|
|
24
24
|
static styles: import("lit").CSSResult[];
|
|
25
25
|
}
|
|
26
26
|
declare global {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-toggle",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.0-rc.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.
|
|
34
|
-
"@umbraco-ui/uui-boolean-input": "1.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.17.0-rc.1",
|
|
34
|
+
"@umbraco-ui/uui-boolean-input": "1.17.0-rc.1"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-toggle",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "84c1600b0f07edb0e0ee6b3968d794e21e711191"
|
|
46
46
|
}
|