valtech-components 4.0.114 → 4.0.115

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 = "4.0.114";
5
+ export declare const VERSION = "4.0.115";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "4.0.114",
3
+ "version": "4.0.115",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"
@@ -318,11 +318,6 @@ ion-modal.val-modal-adaptive.val-modal-adaptive--wide {
318
318
  }
319
319
 
320
320
  .external-link {
321
- &::after {
322
- content: ' ↗';
323
- font-size: 0.8em;
324
- opacity: 0.7;
325
- }
326
321
  }
327
322
 
328
323
  .internal-link {