@baloise/ds-styles 0.0.7 → 16.0.0-nightly.20240312

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/bin/index.mjs CHANGED
@@ -414,8 +414,6 @@ async function migrateHtmlFiles({ filePath, log, utilReplacers }) {
414
414
 
415
415
  if (changedFiles.length > 0) {
416
416
  changedFiles.forEach(file => log.list(file))
417
- } else {
418
- log.info('No files found to migrate')
419
417
  }
420
418
  log.info()
421
419
  } catch (error) {
@@ -522,8 +520,6 @@ function printResult({ result, log }) {
522
520
 
523
521
  if (changedFiles.length > 0) {
524
522
  changedFiles.forEach(file => log.list(file))
525
- } else {
526
- log.info('No files found to migrate')
527
523
  }
528
524
  }
529
525
 
package/css/all.css CHANGED
@@ -600,7 +600,7 @@ fieldset {
600
600
  }
601
601
  /**
602
602
  * Do not edit directly
603
- * Generated on Mon, 11 Mar 2024 09:46:46 GMT
603
+ * Generated on Tue, 12 Mar 2024 06:11:05 GMT
604
604
  */
605
605
  :root {
606
606
  --bal-text-shadow-normal: 0px 0px 4px rgba(0, 0, 0, 0.15), 0px 4px 12px rgba(0, 0, 0, 0.25), 0px 0px 80px rgba(0, 0, 0, 0.5); /* Increases readability when used on a image background. */