@blockquote-web-components/blockquote-base-embedded-webview 1.12.10 → 1.13.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blockquote-web-components/blockquote-base-embedded-webview",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.0",
|
|
4
4
|
"description": "Webcomponent blockquote-base-embedded-webview following open-wc recommendations",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"lit",
|
|
@@ -145,15 +145,15 @@
|
|
|
145
145
|
]
|
|
146
146
|
},
|
|
147
147
|
"dependencies": {
|
|
148
|
-
"lit": "^3.
|
|
148
|
+
"lit": "^3.3.0"
|
|
149
149
|
},
|
|
150
150
|
"devDependencies": {
|
|
151
|
-
"@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.11.
|
|
151
|
+
"@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.11.4",
|
|
152
152
|
"@blockquote-web-components/blockquote-foundations-sass": "^1.1.6"
|
|
153
153
|
},
|
|
154
154
|
"publishConfig": {
|
|
155
155
|
"access": "public"
|
|
156
156
|
},
|
|
157
157
|
"customElements": "custom-elements.json",
|
|
158
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "968fc2a0177a9f1ea3b55b124b007802f0b79aa3"
|
|
159
159
|
}
|
|
@@ -114,6 +114,7 @@ export class BlockquoteBaseEmbeddedWebview extends LitElement {
|
|
|
114
114
|
type: Number,
|
|
115
115
|
attribute: 'heading-level',
|
|
116
116
|
reflect: true,
|
|
117
|
+
useDefault: true,
|
|
117
118
|
},
|
|
118
119
|
|
|
119
120
|
/**
|
|
@@ -131,6 +132,7 @@ export class BlockquoteBaseEmbeddedWebview extends LitElement {
|
|
|
131
132
|
type: Boolean,
|
|
132
133
|
attribute: 'limit-height',
|
|
133
134
|
reflect: true,
|
|
135
|
+
useDefault: true,
|
|
134
136
|
},
|
|
135
137
|
};
|
|
136
138
|
}
|