@knime/kds-styles 0.3.1 → 0.3.2

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.
@@ -938,6 +938,12 @@ syntax: "<length>";
938
938
  initial-value: 16px;
939
939
  }
940
940
 
941
+ @property --kds-core-font-size-1-13x {
942
+ syntax: "<length>";
943
+ inherits: true;
944
+ initial-value: 18px;
945
+ }
946
+
941
947
  @property --kds-core-font-size-1-25x {
942
948
  syntax: "<length>";
943
949
  inherits: true;
@@ -2684,6 +2690,12 @@ syntax: "<length>";
2684
2690
  initial-value: 20px;
2685
2691
  }
2686
2692
 
2693
+ @property --kds-font-base-display-xsmall {
2694
+ syntax: "<string>";
2695
+ inherits: true;
2696
+ initial-value: 700 18px/1.3 Roboto;
2697
+ }
2698
+
2687
2699
  @property --kds-font-base-display-small {
2688
2700
  syntax: "<string>";
2689
2701
  inherits: true;
@@ -159,6 +159,7 @@
159
159
  --kds-core-font-size-0-81x: 13px;
160
160
  --kds-core-font-size-0-87x: 14px;
161
161
  --kds-core-font-size-1x: 16px;
162
+ --kds-core-font-size-1-13x: 18px;
162
163
  --kds-core-font-size-1-25x: 20px;
163
164
  --kds-core-font-size-1-375x: 22px;
164
165
  --kds-core-font-size-1-625x: 26px;
@@ -450,6 +451,7 @@
450
451
  --kds-dimension-icon-0-75x: 12px;
451
452
  --kds-dimension-icon-1x: 16px;
452
453
  --kds-dimension-icon-1-25x: 20px;
454
+ --kds-font-base-display-xsmall: 700 18px/1.3 Roboto;
453
455
  --kds-font-base-display-small: 700 20px/1.3 Roboto;
454
456
  --kds-font-base-display-medium: 700 24px/1.3 Roboto;
455
457
  --kds-font-base-display-large: 700 32px/1.3 Roboto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knime/kds-styles",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Package containing the design tokens and icons for the KNIME Design System",
5
5
  "repository": {
6
6
  "type": "git",