@baloise/ds-styles 0.0.7 → 16.0.0-snapshot.1346-6d38d8b0d
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 +0 -4
- package/css/all.css +1 -1
- package/css/all.css.map +1 -1
- package/css/baloise-design-system.css +1 -1
- package/css/baloise-design-system.css.map +1 -1
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/font.css.map +1 -1
- package/css/normalize.css.map +1 -1
- package/css/structure.css.map +1 -1
- package/css/themes/compact.css.map +1 -1
- package/css/utilities/all.css.map +1 -1
- package/css/utilities/background.css.map +1 -1
- package/css/utilities/border.css.map +1 -1
- package/css/utilities/elevation.css.map +1 -1
- package/css/utilities/flex.css.map +1 -1
- package/css/utilities/grid.css.map +1 -1
- package/css/utilities/interaction.css.map +1 -1
- package/css/utilities/layout.css.map +1 -1
- package/css/utilities/sizing.css.map +1 -1
- package/css/utilities/spacing.css.map +1 -1
- package/css/utilities/typography.css.map +1 -1
- package/package.json +3 -3
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
|
|
603
|
+
* Generated on Tue, 12 Mar 2024 09:30:52 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. */
|