@umbraco-ui/uui-card-content-node 1.12.2 → 1.13.0-rc.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/lib/index.js +1 -2
- package/package.json +5 -5
package/lib/index.js
CHANGED
|
@@ -68,7 +68,7 @@ let UUICardContentNodeElement = class extends UUICardElement {
|
|
|
68
68
|
_UUICardContentNodeElement_instances = new WeakSet();
|
|
69
69
|
renderContent_fn = function() {
|
|
70
70
|
return html`
|
|
71
|
-
<span id="content">
|
|
71
|
+
<span id="content" class="uui-text">
|
|
72
72
|
<span id="item">
|
|
73
73
|
<span id="icon">
|
|
74
74
|
<slot name="icon" @slotchange=${this._onSlotIconChange}></slot>
|
|
@@ -150,7 +150,6 @@ UUICardContentNodeElement.styles = [
|
|
|
150
150
|
#open-part {
|
|
151
151
|
display: flex;
|
|
152
152
|
position: relative;
|
|
153
|
-
font-weight: 700;
|
|
154
153
|
align-items: center;
|
|
155
154
|
cursor: pointer;
|
|
156
155
|
flex-grow: 1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-card-content-node",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.0-rc.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.
|
|
34
|
-
"@umbraco-ui/uui-card": "1.
|
|
35
|
-
"@umbraco-ui/uui-icon": "1.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.13.0-rc.0",
|
|
34
|
+
"@umbraco-ui/uui-card": "1.13.0-rc.0",
|
|
35
|
+
"@umbraco-ui/uui-icon": "1.13.0-rc.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
45
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-card-content-node",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "864afa6c182c2a73c479237732dadc1abc69a4a0"
|
|
47
47
|
}
|