@festo-ui/web-essentials 6.1.0-dev.284 → 6.1.0-dev.285

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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Festo UI - Web Essentials v6.1.0-dev.284 (https://storybook.festo.design/)
2
+ * Festo UI - Web Essentials v6.1.0-dev.285 (https://storybook.festo.design/)
3
3
  * Copyright 2022 Festo SE & Co. KG
4
4
  * Licensed under Apache-2.0
5
5
  */
@@ -2552,6 +2552,13 @@ h6,
2552
2552
  --fwe-breakpoint-lg: 1281px;
2553
2553
  --fwe-breakpoint-xl: 1441px;
2554
2554
  --fwe-breakpoint-xxl: 1921px;
2555
+ --fwe-breakpoint-xxs-min: 374px;
2556
+ --fwe-breakpoint-xs-min: 599px;
2557
+ --fwe-breakpoint-sm-min: 768px;
2558
+ --fwe-breakpoint-md-min: 1024px;
2559
+ --fwe-breakpoint-lg-min: 1280px;
2560
+ --fwe-breakpoint-xl-min: 1440px;
2561
+ --fwe-breakpoint-xxl-min: 1920px;
2555
2562
  --fwe-spacer-0: 0px;
2556
2563
  --fwe-spacer-1: 4px;
2557
2564
  --fwe-spacer-2: 8px;