@knime/kds-styles 0.0.3 → 0.0.5

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.
@@ -2012,6 +2012,24 @@ syntax: "<length>";
2012
2012
  initial-value: 32px;
2013
2013
  }
2014
2014
 
2015
+ @property --kds-spacing-container-3x {
2016
+ syntax: "<length>";
2017
+ inherits: false;
2018
+ initial-value: 48px;
2019
+ }
2020
+
2021
+ @property --kds-spacing-container-4x {
2022
+ syntax: "<length>";
2023
+ inherits: false;
2024
+ initial-value: 64px;
2025
+ }
2026
+
2027
+ @property --kds-spacing-container-5x {
2028
+ syntax: "<length>";
2029
+ inherits: false;
2030
+ initial-value: 80px;
2031
+ }
2032
+
2015
2033
  @property --kds-spacing-container-auto {
2016
2034
  syntax: "<length>";
2017
2035
  inherits: false;
@@ -338,6 +338,9 @@
338
338
  --kds-spacing-container-1-25x: 20px;
339
339
  --kds-spacing-container-1-5x: 24px;
340
340
  --kds-spacing-container-2x: 32px;
341
+ --kds-spacing-container-3x: 48px;
342
+ --kds-spacing-container-4x: 64px;
343
+ --kds-spacing-container-5x: 80px;
341
344
  --kds-spacing-container-auto: AUTO;
342
345
  --kds-spacing-input-label-spacing-bottom: 6px;
343
346
  --kds-spacing-input-sub-text-spacing-top: 4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-styles",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "description": "Package containing the design tokens and icons for the KNIME Design System",
5
5
  "license": "GPL 3 and Additional Permissions according to Sec. 7 (SEE the file LICENSE)",
6
6
  "author": "KNIME AG, Zurich, Switzerland",