@blockquote-web-components/blockquote-base-embedded-webview 1.13.0 → 1.13.2

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.13.0",
3
+ "version": "1.13.2",
4
4
  "description": "Webcomponent blockquote-base-embedded-webview following open-wc recommendations",
5
5
  "keywords": [
6
6
  "lit",
@@ -148,12 +148,12 @@
148
148
  "lit": "^3.3.0"
149
149
  },
150
150
  "devDependencies": {
151
- "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.11.4",
151
+ "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.12.1",
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": "968fc2a0177a9f1ea3b55b124b007802f0b79aa3"
158
+ "gitHead": "e21572ce7ed04ce4de920cd60cf8d2fea027153a"
159
159
  }
@@ -21,18 +21,18 @@ export const styles = css`
21
21
  --blockquote-base-embedded-webview-resize-resizer-bgcolor-hover,
22
22
  linear-gradient(
23
23
  0deg,
24
- rgba(220, 220, 220, 0.2),
25
- rgba(220, 220, 220, 1) 50%,
26
- rgba(220, 220, 220, 0.2)
24
+ rgb(220, 220, 220, 0.2),
25
+ rgb(220, 220, 220, 1) 50%,
26
+ rgb(220, 220, 220, 0.2)
27
27
  )
28
28
  );
29
29
  --_resizer-bgimage-s-hover: var(
30
30
  --blockquote-base-embedded-webview-resize-resizer-bgcolor-hover,
31
31
  linear-gradient(
32
32
  90deg,
33
- rgba(220, 220, 220, 0.2),
34
- rgba(220, 220, 220, 1) 50%,
35
- rgba(220, 220, 220, 0.2)
33
+ rgb(220, 220, 220, 0.2),
34
+ rgb(220, 220, 220, 1) 50%,
35
+ rgb(220, 220, 220, 0.2)
36
36
  )
37
37
  );
38
38
  contain: content;
@@ -94,7 +94,7 @@ export const styles = css`
94
94
  left: 50%;
95
95
  top: 50%;
96
96
  transform: translate(-50%, -50%);
97
- background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(0, 0, 0), rgba(0, 0, 0, 0));
97
+ background-image: linear-gradient(90deg, rgb(0, 0, 0, 0), rgb(0, 0, 0), rgb(0, 0, 0, 0));
98
98
  }
99
99
 
100
100
  button {