@knime/kds-styles 0.16.0 → 0.16.1

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.
@@ -2708,6 +2708,12 @@ syntax: "<length>";
2708
2708
  initial-value: 64px;
2709
2709
  }
2710
2710
 
2711
+ @property --kds-dimension-component-width-12x {
2712
+ syntax: "<length>";
2713
+ inherits: false;
2714
+ initial-value: 192px;
2715
+ }
2716
+
2711
2717
  @property --kds-dimension-component-width-16x {
2712
2718
  syntax: "<length>";
2713
2719
  inherits: false;
@@ -454,6 +454,7 @@
454
454
  --kds-dimension-component-width-1-75x: 28px;
455
455
  --kds-dimension-component-width-2-25x: 36px;
456
456
  --kds-dimension-component-width-4x: 64px;
457
+ --kds-dimension-component-width-12x: 192px;
457
458
  --kds-dimension-component-width-16x: 256px;
458
459
  --kds-dimension-component-width-17-5x: 280px;
459
460
  --kds-dimension-component-width-20x: 320px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-styles",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Package containing the design tokens and icons for the KNIME Design System",
5
5
  "repository": {
6
6
  "type": "git",