@umbraco-ui/uui-tabs 1.14.0-rc.0 → 1.14.0-rc.4
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 +10 -2
- package/package.json +6 -6
package/lib/index.js
CHANGED
|
@@ -160,10 +160,18 @@ UUITabElement.styles = [
|
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
#button:hover::before {
|
|
163
|
-
background-color: var(--uui-color-current-emphasis,rgb(
|
|
163
|
+
background-color: var(--uui-color-current-emphasis,rgb(
|
|
164
|
+
248,
|
|
165
|
+
214,
|
|
166
|
+
211
|
|
167
|
+
));
|
|
164
168
|
}
|
|
165
169
|
:host([disabled]) #button::before {
|
|
166
|
-
background-color: var(--uui-color-disabled-standalone,rgb(
|
|
170
|
+
background-color: var(--uui-color-disabled-standalone,rgb(
|
|
171
|
+
226,
|
|
172
|
+
226,
|
|
173
|
+
226
|
|
174
|
+
));
|
|
167
175
|
}
|
|
168
176
|
|
|
169
177
|
slot[name='icon']::slotted(*) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-tabs",
|
|
3
|
-
"version": "1.14.0-rc.
|
|
3
|
+
"version": "1.14.0-rc.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,10 +30,10 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.14.0-rc.
|
|
34
|
-
"@umbraco-ui/uui-button": "1.14.0-rc.
|
|
35
|
-
"@umbraco-ui/uui-popover-container": "1.14.0-rc.
|
|
36
|
-
"@umbraco-ui/uui-symbol-more": "1.14.0-rc.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.14.0-rc.4",
|
|
34
|
+
"@umbraco-ui/uui-button": "1.14.0-rc.4",
|
|
35
|
+
"@umbraco-ui/uui-popover-container": "1.14.0-rc.4",
|
|
36
|
+
"@umbraco-ui/uui-symbol-more": "1.14.0-rc.4"
|
|
37
37
|
},
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
46
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-tabs",
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "8f89db559dfdb60e8afd8a0dc297e2f248f2fb9d"
|
|
48
48
|
}
|