@uzum-tech/ui 1.12.1 → 1.12.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.
@@ -277,9 +277,9 @@ declare const _default: import("vue").DefineComponent<{
277
277
  readonly text: string;
278
278
  readonly variant: TypographyVariant;
279
279
  readonly italic: boolean;
280
- readonly underline: boolean;
281
- readonly strikethrough: boolean;
282
280
  readonly variantOptions: TypographyVariantOptions;
283
281
  readonly variantWeightsOptions: TypographyVariantWeightsOptions;
282
+ readonly underline: boolean;
283
+ readonly strikethrough: boolean;
284
284
  }, {}>;
285
285
  export default _default;
@@ -180,6 +180,7 @@ import type { UploadProps } from '../../upload';
180
180
  import type { WatermarkProps } from '../../watermark';
181
181
  import type { ChatProps } from '../../chat';
182
182
  import type { ScrollbarProps } from '../../scrollbar';
183
+ import type { TextProps } from '../../typography';
183
184
  import { SelectSize } from '../../_internal/selection';
184
185
  import { IconPlacement } from '../../dialog/src/interface';
185
186
  import { ModalFullscreenTheme } from '../../modal-fullscreen/styles';
@@ -383,6 +384,7 @@ export interface GlobalComponentConfig {
383
384
  Flex?: FlexProps;
384
385
  CardList?: CardListProps;
385
386
  Chat?: ChatProps;
387
+ Text?: TextProps;
386
388
  InputOtp?: InputOtpProps;
387
389
  }
388
390
  export interface GlobalIconConfig {
@@ -308,10 +308,10 @@ declare const _default: import("vue").DefineComponent<{
308
308
  text: string;
309
309
  variant: import("..").TypographyVariant;
310
310
  italic: boolean;
311
- underline: boolean;
312
- strikethrough: boolean;
313
311
  variantOptions: import("..").TypographyVariantOptions;
314
312
  variantWeightsOptions: import("..").TypographyVariantWeightsOptions;
313
+ underline: boolean;
314
+ strikethrough: boolean;
315
315
  delete: boolean;
316
316
  }, {}>;
317
317
  export default _default;
package/es/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "1.12.1";
1
+ declare const _default: "1.12.2";
2
2
  export default _default;
package/es/version.js CHANGED
@@ -1 +1 @@
1
- export default '1.12.1';
1
+ export default '1.12.2';
@@ -277,9 +277,9 @@ declare const _default: import("vue").DefineComponent<{
277
277
  readonly text: string;
278
278
  readonly variant: TypographyVariant;
279
279
  readonly italic: boolean;
280
- readonly underline: boolean;
281
- readonly strikethrough: boolean;
282
280
  readonly variantOptions: TypographyVariantOptions;
283
281
  readonly variantWeightsOptions: TypographyVariantWeightsOptions;
282
+ readonly underline: boolean;
283
+ readonly strikethrough: boolean;
284
284
  }, {}>;
285
285
  export default _default;
@@ -180,6 +180,7 @@ import type { UploadProps } from '../../upload';
180
180
  import type { WatermarkProps } from '../../watermark';
181
181
  import type { ChatProps } from '../../chat';
182
182
  import type { ScrollbarProps } from '../../scrollbar';
183
+ import type { TextProps } from '../../typography';
183
184
  import { SelectSize } from '../../_internal/selection';
184
185
  import { IconPlacement } from '../../dialog/src/interface';
185
186
  import { ModalFullscreenTheme } from '../../modal-fullscreen/styles';
@@ -383,6 +384,7 @@ export interface GlobalComponentConfig {
383
384
  Flex?: FlexProps;
384
385
  CardList?: CardListProps;
385
386
  Chat?: ChatProps;
387
+ Text?: TextProps;
386
388
  InputOtp?: InputOtpProps;
387
389
  }
388
390
  export interface GlobalIconConfig {
@@ -308,10 +308,10 @@ declare const _default: import("vue").DefineComponent<{
308
308
  text: string;
309
309
  variant: import("..").TypographyVariant;
310
310
  italic: boolean;
311
- underline: boolean;
312
- strikethrough: boolean;
313
311
  variantOptions: import("..").TypographyVariantOptions;
314
312
  variantWeightsOptions: import("..").TypographyVariantWeightsOptions;
313
+ underline: boolean;
314
+ strikethrough: boolean;
315
315
  delete: boolean;
316
316
  }, {}>;
317
317
  export default _default;
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "1.12.1";
1
+ declare const _default: "1.12.2";
2
2
  export default _default;
package/lib/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = '1.12.1';
3
+ exports.default = '1.12.2';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uzum-tech/ui",
3
- "version": "1.12.1",
3
+ "version": "1.12.2",
4
4
  "description": "A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
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.1",
5
+ "version": "1.12.2",
6
6
  "js-types-syntax": "typescript",
7
7
  "contributions": {
8
8
  "html": {