@umbraco-ui/uui-ref-node 1.3.0-rc.0 → 1.3.0
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/custom-elements.json +2 -2
- package/lib/index.js +7 -7
- package/lib/uui-ref-node.element.d.ts +1 -1
- package/package.json +6 -6
package/custom-elements.json
CHANGED
|
@@ -110,8 +110,8 @@
|
|
|
110
110
|
"description": "fires when the ref is selected"
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
|
-
"name": "
|
|
114
|
-
"description": "fires when the ref is
|
|
113
|
+
"name": "deselected",
|
|
114
|
+
"description": "fires when the ref is deselected"
|
|
115
115
|
}
|
|
116
116
|
],
|
|
117
117
|
"slots": [
|
package/lib/index.js
CHANGED
|
@@ -102,29 +102,29 @@ UUIRefNodeElement.styles = [
|
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
#detail {
|
|
105
|
-
font-size: var(--uui-type-small-size,
|
|
105
|
+
font-size: var(--uui-type-small-size,12px);
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
:host(:not([disabled])) #open-part:hover #icon {
|
|
109
|
-
color: var(--uui-color-interactive-emphasis
|
|
109
|
+
color: var(--uui-color-interactive-emphasis,#3544b1);
|
|
110
110
|
}
|
|
111
111
|
:host(:not([disabled])) #open-part:hover #name {
|
|
112
112
|
font-weight: 700;
|
|
113
113
|
text-decoration: underline;
|
|
114
|
-
color: var(--uui-color-interactive-emphasis
|
|
114
|
+
color: var(--uui-color-interactive-emphasis,#3544b1);
|
|
115
115
|
}
|
|
116
116
|
:host(:not([disabled])) #open-part:hover #detail {
|
|
117
|
-
color: var(--uui-color-interactive-emphasis
|
|
117
|
+
color: var(--uui-color-interactive-emphasis,#3544b1);
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
:host([disabled]) #icon {
|
|
121
|
-
color: var(--uui-color-disabled-contrast
|
|
121
|
+
color: var(--uui-color-disabled-contrast,#c4c4c4);
|
|
122
122
|
}
|
|
123
123
|
:host([disabled]) #name {
|
|
124
|
-
color: var(--uui-color-disabled-contrast
|
|
124
|
+
color: var(--uui-color-disabled-contrast,#c4c4c4);
|
|
125
125
|
}
|
|
126
126
|
:host([disabled]) #detail {
|
|
127
|
-
color: var(--uui-color-disabled-contrast
|
|
127
|
+
color: var(--uui-color-disabled-contrast,#c4c4c4);
|
|
128
128
|
}
|
|
129
129
|
`
|
|
130
130
|
];
|
|
@@ -3,7 +3,7 @@ import { UUIRefElement } from '@umbraco-ui/uui-ref/lib';
|
|
|
3
3
|
* @element uui-ref-node
|
|
4
4
|
* @fires {UUIRefEvent} open - fires when the ref title is clicked
|
|
5
5
|
* @fires {UUIRefEvent} selected - fires when the ref is selected
|
|
6
|
-
* @fires {UUIRefEvent}
|
|
6
|
+
* @fires {UUIRefEvent} deselected - fires when the ref is deselected
|
|
7
7
|
* @description - Component for displaying a reference to a generic node.
|
|
8
8
|
* @slot - for content
|
|
9
9
|
* @slot icon - for an icon
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-ref-node",
|
|
3
|
-
"version": "1.3.0
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,18 +30,18 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.3.0
|
|
34
|
-
"@umbraco-ui/uui-icon": "1.3.0
|
|
35
|
-
"@umbraco-ui/uui-ref": "1.3.0
|
|
33
|
+
"@umbraco-ui/uui-base": "1.3.0",
|
|
34
|
+
"@umbraco-ui/uui-icon": "1.3.0",
|
|
35
|
+
"@umbraco-ui/uui-ref": "1.3.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
|
|
39
|
-
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js custom-elements.json",
|
|
39
|
+
"clean": "tsc --build --clean && rimraf -g dist lib/*.js lib/**/*.js *.tgz lib/**/*.d.ts custom-elements.json",
|
|
40
40
|
"analyze": "web-component-analyzer **/*.element.ts --outFile custom-elements.json"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-ref-node",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "e662ac3be21cef08076d1dbb978748c2dd30e596"
|
|
47
47
|
}
|