@knime/kds-styles 0.1.1 → 0.2.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.
@@ -2408,6 +2408,12 @@ syntax: "<length>";
2408
2408
  initial-value: 1728px;
2409
2409
  }
2410
2410
 
2411
+ @property --kds-spacing-container-negative-0-25x {
2412
+ syntax: "<length>";
2413
+ inherits: false;
2414
+ initial-value: -4px;
2415
+ }
2416
+
2411
2417
  @property --kds-spacing-container-none {
2412
2418
  syntax: "<length>";
2413
2419
  inherits: false;
@@ -404,6 +404,7 @@
404
404
  --kds-sizing-viewport-breakpoints-1200: 1200px;
405
405
  --kds-sizing-viewport-breakpoints-1400: 1400px;
406
406
  --kds-sizing-viewport-breakpoints-1728: 1728px;
407
+ --kds-spacing-container-negative-0-25x: -4px;
407
408
  --kds-spacing-container-none: 0;
408
409
  --kds-spacing-container-0-10x: 1px;
409
410
  --kds-spacing-container-0-12x: 2px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-styles",
3
- "version": "0.1.1",
3
+ "version": "0.2.1",
4
4
  "description": "Package containing the design tokens and icons for the KNIME Design System",
5
5
  "repository": {
6
6
  "type": "git",