@blockquote-web-components/blockquote-base-style-helpers 1.0.21 → 1.1.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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Lit](https://img.shields.io/badge/lit-2.0.0-blue)
1
+ ![Lit](https://img.shields.io/badge/lit-3.0.0-blue.svg)
2
2
 
3
3
  `BlockquoteBaseStyleHelpers` offers a set of helper functions for working with CSS.
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockquote-web-components/blockquote-base-style-helpers",
3
- "version": "1.0.21",
3
+ "version": "1.1.0",
4
4
  "description": "Webcomponent blockquote-base-style-helpers following open-wc recommendations",
5
5
  "keywords": [
6
6
  "lit",
@@ -134,6 +134,7 @@
134
134
  ],
135
135
  "import/no-unresolved": "off",
136
136
  "import/prefer-default-export": "off",
137
+ "lit/no-classfield-shadowing": "off",
137
138
  "lit/no-native-attributes": "off"
138
139
  }
139
140
  },
@@ -148,16 +149,16 @@
148
149
  }
149
150
  },
150
151
  "dependencies": {
151
- "@blockquote-web-components/blockquote-base-meta": "^1.0.23"
152
+ "@blockquote-web-components/blockquote-base-meta": "^1.1.0"
152
153
  },
153
154
  "devDependencies": {
154
- "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.5.0",
155
- "@blockquote-web-components/blockquote-base-embedded-webview": "^1.5.3",
156
- "lit": "^2.8.0"
155
+ "@blockquote-web-components/blockquote-base-common-dev-dependencies": "^1.6.0",
156
+ "@blockquote-web-components/blockquote-base-embedded-webview": "^1.6.0",
157
+ "lit": "^3.1.0"
157
158
  },
158
159
  "publishConfig": {
159
160
  "access": "public"
160
161
  },
161
162
  "customElements": "custom-elements.json",
162
- "gitHead": "1d99c84686394229dadc9d1e19f446588a33c8b6"
163
+ "gitHead": "c65690b8e735c0607858f3a14a381088721dc807"
163
164
  }
@@ -1,7 +1,7 @@
1
1
  import { BlockquoteBaseMeta } from '@blockquote-web-components/blockquote-base-meta';
2
2
 
3
3
  /**
4
- * ![Lit](https://img.shields.io/badge/lit-2.0.0-blue)
4
+ * ![Lit](https://img.shields.io/badge/lit-3.0.0-blue.svg)
5
5
  *
6
6
  * `BlockquoteBaseStyleHelpers` offers a set of helper functions for working with CSS.
7
7
  *