@loadsmart/miranda-wc
Advanced tools
Comparing version 1.30.0 to 1.31.0
@@ -6,5 +6,6 @@ import { LitElement } from 'lit'; | ||
export interface TextProps { | ||
as?: HTMLTag; | ||
color?: ColorToken; | ||
ellipsized?: boolean; | ||
variant?: TypographyVariant; | ||
color?: ColorToken; | ||
as?: HTMLTag; | ||
} | ||
@@ -15,11 +16,25 @@ declare const Text_base: import("../../mixins/polymorphic-tag/polymorphic-tag.types").Constructor<import("../../mixins/polymorphic-tag/polymorphic-tag.types").PolymorphicTagInterface> & typeof LitElement; | ||
static get properties(): { | ||
variant: { | ||
color: { | ||
type: StringConstructor; | ||
}; | ||
ellipsized: { | ||
type: BooleanConstructor; | ||
reflect: boolean; | ||
}; | ||
color: { | ||
variant: { | ||
type: StringConstructor; | ||
reflect: boolean; | ||
}; | ||
}; | ||
/** | ||
* Text color. | ||
* @type {ColorToken} | ||
*/ | ||
color: ColorToken; | ||
/** | ||
* Option to enable text ellipsis. | ||
* @type {Boolean} | ||
*/ | ||
ellipsized: boolean; | ||
/** | ||
* Typography variant. | ||
@@ -29,7 +44,2 @@ * @type {TypographyVariant} | ||
variant: TypographyVariant; | ||
/** | ||
* Text color. | ||
* @type {ColorToken} | ||
*/ | ||
color: ColorToken; | ||
constructor(); | ||
@@ -36,0 +46,0 @@ render(): import("lit-html").TemplateResult<2 | 1>; |
{ | ||
"name": "@loadsmart/miranda-wc", | ||
"version": "1.30.0", | ||
"version": "1.31.0", | ||
"description": "Miranda Web Components component library", | ||
@@ -30,3 +30,2 @@ "main": "dist/index.js", | ||
"@rollup/plugin-replace": "^5.0.2", | ||
"@types/chance": "^1.1.3", | ||
"cypress": "^10.11.0", | ||
@@ -33,0 +32,0 @@ "rollup-plugin-copy": "^3.4.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
570625
4
4116