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.
- package/dist/Button/index.d.ts +1 -1
- package/dist/Caption/index.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/Button/index.d.ts
CHANGED
package/dist/Caption/index.d.ts
CHANGED
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
|
|