kui-basic 1.1.25 → 1.1.26

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.
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
 
3
3
  type CaptionSizes = "xs" | "sm" | "s" | "m" | "l"
4
4
 
5
- type CaptionWeight = 400 | 500 | 600 | 700
5
+ type CaptionWeight = 300 | 400 | 500 | 600 | 700
6
6
 
7
7
  type ButtonThemes =
8
8
  | "primary"
@@ -44,7 +44,7 @@ type CaptionSizes = "xs" | "sm" | "s" | "m" | "l"
44
44
 
45
45
  type CaptionVariants = "default" | "high"
46
46
 
47
- type CaptionWeight = 400 | 500 | 600 | 700
47
+ type CaptionWeight = 300 | 400 | 500 | 600 | 700
48
48
 
49
49
  type CaptionAlign = "center" | "right" | "left"
50
50
 
package/dist/index.d.ts CHANGED
@@ -151,7 +151,7 @@ type CaptionSizes = "xs" | "sm" | "s" | "m" | "l"
151
151
 
152
152
  type CaptionVariants = "default" | "high"
153
153
 
154
- type CaptionWeight = 400 | 500 | 600 | 700
154
+ type CaptionWeight = 300 | 400 | 500 | 600 | 700
155
155
 
156
156
  type CaptionAlign = "center" | "right" | "left"
157
157
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kui-basic",
3
- "version": "1.1.25",
3
+ "version": "1.1.26",
4
4
  "private": false,
5
5
  "description": "React UI Components for Maroom projects",
6
6
  "author": {