@asd20/ui 3.2.1026 → 3.2.1027

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
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.1026",
8
+ "version": "3.2.1027",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -262,7 +262,7 @@ export default {
262
262
  &__overlay-label {
263
263
  display: none;
264
264
  }
265
- .asd20-icon {
265
+ &::v-deep .asd20-icon {
266
266
  width: 32px !important;
267
267
  height: 32px !important;
268
268
  --line-color: var(--website-icon__icon-line-color) !important;
@@ -275,7 +275,7 @@ export default {
275
275
  &__overlay-label {
276
276
  // display: none;
277
277
  }
278
- .asd20-icon {
278
+ &::v-deep .asd20-icon {
279
279
  width: 32px !important;
280
280
  height: 32px !important;
281
281
  --line-color: var(--website-icon__icon-line-color) !important;
@@ -304,7 +304,7 @@ export default {
304
304
  &__field-wrapper {
305
305
  padding: 0 0.5rem;
306
306
  }
307
- .asd20-icon {
307
+ &::v-deep .asd20-icon {
308
308
  width: 32px !important;
309
309
  height: 32px !important;
310
310
  --line-color: var(--website-icon__icon-line-color) !important;
@@ -259,7 +259,7 @@ export default {
259
259
  &__overlay-label {
260
260
  // display: none;
261
261
  }
262
- .asd20-icon {
262
+ &::v-deep .asd20-icon {
263
263
  width: 32px !important;
264
264
  height: 32px !important;
265
265
  --line-color: var(--website-icon__icon-line-color) !important;