@blockquote-web-components/blockquote-base-embedded-webview 1.6.1 → 1.6.3

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/README.md CHANGED
@@ -3,7 +3,11 @@
3
3
  `blockquote-base-embedded-webview` offers a responsive display using individual HTML files as content with different use cases to be displayed.
4
4
  It will create a `select` tag with the provided demo HTML files and add the `[data-embedded]` attribute to the loaded body tag.
5
5
 
6
- ## Base usage
6
+ ### Demo
7
+
8
+ [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/oscarmarina/blockquote-web-components/tree/main/packages/base/blockquote-base-embedded-webview)
9
+
10
+ ### Usage
7
11
 
8
12
  ```html
9
13
  <blockquote-base-embedded-webview heading="My demo title">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockquote-web-components/blockquote-base-embedded-webview",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "description": "Webcomponent blockquote-base-embedded-webview following open-wc recommendations",
5
5
  "keywords": [
6
6
  "lit",
@@ -168,7 +168,6 @@
168
168
  "extends": "stylelint-config-standard-scss",
169
169
  "rules": {
170
170
  "custom-property-pattern": null,
171
- "max-line-length": null,
172
171
  "no-duplicate-selectors": null,
173
172
  "color-function-notation": null,
174
173
  "alpha-value-notation": null
@@ -179,13 +178,13 @@
179
178
  "lit": "^3.1.0"
180
179
  },
181
180
  "devDependencies": {
182
- "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.7.0",
183
- "@blockquote-web-components/blockquote-foundations-sass": "^1.1.1",
181
+ "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.7.1",
182
+ "@blockquote-web-components/blockquote-foundations-sass": "^1.1.2",
184
183
  "@polymer/iron-test-helpers": "^3.0.1"
185
184
  },
186
185
  "publishConfig": {
187
186
  "access": "public"
188
187
  },
189
188
  "customElements": "custom-elements.json",
190
- "gitHead": "e2417c85a1b9179b093333c0dd89f90fdbb4e91b"
189
+ "gitHead": "f9d24d35c34c6c767feaaf0a03a743b6199d7740"
191
190
  }
@@ -39,7 +39,11 @@ const openExternallyIcon = html`
39
39
  * `blockquote-base-embedded-webview` offers a responsive display using individual HTML files as content with different use cases to be displayed.
40
40
  * It will create a `select` tag with the provided demo HTML files and add the `[data-embedded]` attribute to the loaded body tag.
41
41
  *
42
- * ## Base usage
42
+ * ### Demo
43
+ *
44
+ * [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/oscarmarina/blockquote-web-components/tree/main/packages/base/blockquote-base-embedded-webview)
45
+ *
46
+ * ### Usage
43
47
  *
44
48
  * ```html
45
49
  * <blockquote-base-embedded-webview heading="My demo title">