@lukso/web-components 1.172.18 → 1.172.19
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 { InputSize } from '../../shared/types';
|
|
|
2
2
|
export type ButtonVariant = 'primary' | 'secondary' | 'landing' | 'text' | 'nav-button' | 'nav-text' | 'link' | 'success' | 'danger' | 'warning';
|
|
3
3
|
export type ButtonType = 'submit' | 'reset' | 'button';
|
|
4
4
|
export type LinkTarget = '_blank' | '_self' | '_parent' | '_top';
|
|
5
|
-
declare const LuksoButton_base:
|
|
5
|
+
declare const LuksoButton_base: import('@lukso/core').ThemeMixinConstructor<typeof import('lit').LitElement>;
|
|
6
6
|
export declare class LuksoButton extends LuksoButton_base {
|
|
7
7
|
variant: ButtonVariant;
|
|
8
8
|
size: InputSize;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { TailwindElement } from '../../shared/tailwind-element';
|
|
1
2
|
export type ModalSizes = 'small' | 'medium' | 'full' | 'auto';
|
|
2
|
-
declare const LuksoModal_base:
|
|
3
|
+
declare const LuksoModal_base: import('@lukso/core').ThemeMixinConstructor<typeof TailwindElement>;
|
|
3
4
|
export declare class LuksoModal extends LuksoModal_base {
|
|
4
5
|
isOpen: boolean;
|
|
5
6
|
disableAnimations: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-modal/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/lukso-modal/index.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAA;AAG3D,MAAM,MAAM,UAAU,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAA;;AAE7D,qBACa,UAAW,SAAQ,eAA0B;IAExD,MAAM,UAAQ;IAGd,iBAAiB,UAAQ;IAGzB,IAAI,EAAE,UAAU,CAAU;IAG1B,gBAAgB,UAAQ;IAExB,OAAO,CAAC,MAAM,CAwDZ;IAEF,OAAO,CAAC,KAAK;YAIC,mBAAmB;IASjC,MAAM;CAmBP;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,aAAa,EAAE,UAAU,CAAA;KAC1B;CACF"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lukso/web-components",
|
|
3
|
-
"version": "1.172.
|
|
3
|
+
"version": "1.172.19",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
}
|
|
265
265
|
},
|
|
266
266
|
"dependencies": {
|
|
267
|
-
"@lukso/core": "^1.2.
|
|
267
|
+
"@lukso/core": "^1.2.6",
|
|
268
268
|
"@tailwindcss/typography": "^0.5.19",
|
|
269
269
|
"axe-core": "4.10.3",
|
|
270
270
|
"clsx": "^2.1.1",
|