@uzum-tech/ui 1.12.5 → 1.12.7
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/index.js +55 -52
- package/dist/index.prod.js +2 -2
- package/es/_internal/typography/index.d.ts +5 -1
- package/es/_internal/typography/src/text.d.ts +9 -0
- package/es/_internal/typography/src/text.js +7 -4
- package/es/_internal/typography/src/variants.d.ts +14 -14
- package/es/_internal/typography/src/variants.js +40 -48
- package/es/chat/index.d.ts +2 -2
- package/es/chat/index.js +1 -1
- package/es/chat/src/ChatParts/MainArea.js +1 -1
- package/es/typography/index.d.ts +5 -1
- package/es/version.d.ts +1 -1
- package/es/version.js +1 -1
- package/lib/_internal/typography/index.d.ts +5 -1
- package/lib/_internal/typography/src/text.d.ts +9 -0
- package/lib/_internal/typography/src/text.js +7 -4
- package/lib/_internal/typography/src/variants.d.ts +14 -14
- package/lib/_internal/typography/src/variants.js +40 -49
- package/lib/chat/index.d.ts +2 -2
- package/lib/chat/index.js +2 -1
- package/lib/chat/src/ChatParts/MainArea.js +1 -1
- package/lib/typography/index.d.ts +5 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +1 -1
- package/web-types.json +3 -3
package/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@uzum-tech/ui",
|
|
5
|
-
"version": "1.12.
|
|
5
|
+
"version": "1.12.7",
|
|
6
6
|
"js-types-syntax": "typescript",
|
|
7
7
|
"contributions": {
|
|
8
8
|
"html": {
|
|
@@ -17062,14 +17062,14 @@
|
|
|
17062
17062
|
"name": "variantOptions",
|
|
17063
17063
|
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/typography",
|
|
17064
17064
|
"type": "TypographyVariantOptions",
|
|
17065
|
-
"description": "Custom
|
|
17065
|
+
"description": "Custom variants as object: TypographyVariantOptions (`fontWeight` is controlled internally; set `defaultFontWeight` inside a variant config to override the default weight used for suffix-less variants)",
|
|
17066
17066
|
"default": "() => ({})"
|
|
17067
17067
|
},
|
|
17068
17068
|
{
|
|
17069
17069
|
"name": "variantWeightsOptions",
|
|
17070
17070
|
"doc-url": "https://uzum-ui.kapitalbank.uz/en-US/os-theme/components/typography",
|
|
17071
17071
|
"type": "TypographyVariantWeightsOptions",
|
|
17072
|
-
"description": "
|
|
17072
|
+
"description": "**Deprecated**. Weight options are fixed;",
|
|
17073
17073
|
"default": "() => ({})"
|
|
17074
17074
|
}
|
|
17075
17075
|
],
|