valtech-components 2.0.748 → 2.0.750

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/lib/version.d.ts CHANGED
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export declare const VERSION = "2.0.748";
5
+ export declare const VERSION = "2.0.750";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.748",
3
+ "version": "2.0.750",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"
@@ -1,3 +1,5 @@
1
+ @import './media-queries.scss';
2
+
1
3
  /**
2
4
  * val-alert — Estilo unificado para ion-alert.
3
5
  *
@@ -130,4 +132,4 @@ body[data-theme='dark'] ion-alert.val-alert {
130
132
  --val-alert-btn-bg-hover: rgba(255, 255, 255, 0.12);
131
133
  --val-alert-btn-bg-active: rgba(255, 255, 255, 0.18);
132
134
  --val-alert-btn-border: rgba(255, 255, 255, 0.06);
133
- }
135
+ }
@@ -1,3 +1,5 @@
1
+ @import './media-queries.scss';
2
+
1
3
  code[class*='language-'],
2
4
  pre[class*='language-'] {
3
5
  width: 100%;
@@ -554,4 +556,4 @@ body[data-theme='dark'] {
554
556
  .language-css .token.property {
555
557
  color: hsl(247.26deg 100% 73.44%);
556
558
  }
557
- }
559
+ }