@warp-ds/elements 2.2.0-next.31 → 2.2.0-next.32
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/custom-elements.json +94 -240
- package/dist/index.d.ts +9 -9
- package/dist/packages/affix/index.d.ts +0 -12
- package/dist/packages/affix/index.js +1 -1
- package/dist/packages/affix/index.js.map +2 -2
- package/dist/packages/attention/index.d.ts +0 -26
- package/dist/packages/attention/index.js +1 -1
- package/dist/packages/attention/index.js.map +2 -2
- package/dist/packages/breadcrumbs/index.d.ts +0 -7
- package/dist/packages/breadcrumbs/index.js +1 -1
- package/dist/packages/breadcrumbs/index.js.map +2 -2
- package/dist/packages/button/index.d.ts +0 -61
- package/dist/packages/button/index.js +1 -1
- package/dist/packages/button/index.js.map +2 -2
- package/dist/packages/card/index.d.ts +0 -12
- package/dist/packages/card/index.js +1 -1
- package/dist/packages/card/index.js.map +2 -2
- package/dist/packages/expandable/index.d.ts +0 -28
- package/dist/packages/expandable/index.js +1 -1
- package/dist/packages/expandable/index.js.map +2 -2
- package/dist/packages/modal/index.js +2717 -5
- package/dist/packages/modal/index.js.map +7 -0
- package/dist/packages/pill/index.d.ts +0 -12
- package/dist/packages/pill/index.js +1 -1
- package/dist/packages/pill/index.js.map +2 -2
- package/dist/packages/select/index.d.ts +0 -20
- package/dist/packages/select/index.js +4 -4
- package/dist/packages/select/index.js.map +2 -2
- package/dist/packages/textfield/index.d.ts +0 -20
- package/dist/packages/textfield/index.js +1 -1
- package/dist/packages/textfield/index.js.map +2 -2
- package/dist/packages/toast/index.js +2483 -3
- package/dist/packages/toast/index.js.map +7 -0
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
|
@@ -3,34 +3,6 @@ import '@warp-ds/icons/elements/chevron-down-16';
|
|
|
3
3
|
import '@warp-ds/icons/elements/chevron-up-16';
|
|
4
4
|
import '../utils/expand-transition';
|
|
5
5
|
import '../utils/unstyled-heading';
|
|
6
|
-
export declare const ccBox: {
|
|
7
|
-
base: string;
|
|
8
|
-
bleed: string;
|
|
9
|
-
info: string;
|
|
10
|
-
neutral: string;
|
|
11
|
-
bordered: string;
|
|
12
|
-
};
|
|
13
|
-
export declare const ccExpandable: {
|
|
14
|
-
wrapper: string;
|
|
15
|
-
box: string;
|
|
16
|
-
bleed: string;
|
|
17
|
-
chevron: string;
|
|
18
|
-
chevronNonBox: string;
|
|
19
|
-
chevronTransform: string;
|
|
20
|
-
chevronExpand: string;
|
|
21
|
-
chevronCollapse: string;
|
|
22
|
-
elementsChevronDownTransform: string;
|
|
23
|
-
elementsChevronUpTransform: string;
|
|
24
|
-
elementsChevronExpand: string;
|
|
25
|
-
elementsChevronCollapse: string;
|
|
26
|
-
expansion: string;
|
|
27
|
-
expansionNotExpanded: string;
|
|
28
|
-
button: string;
|
|
29
|
-
buttonBox: string;
|
|
30
|
-
contentWithTitle: string;
|
|
31
|
-
title: string;
|
|
32
|
-
titleType: string;
|
|
33
|
-
};
|
|
34
6
|
/**
|
|
35
7
|
* Expandable is a layout component used for creating expandable content areas on a page.
|
|
36
8
|
*
|
|
@@ -2480,5 +2480,5 @@ Please compile your catalog first.
|
|
|
2480
2480
|
::slotted(:last-child) {
|
|
2481
2481
|
margin-bottom: 0px !important;
|
|
2482
2482
|
}
|
|
2483
|
-
`],b([h({type:Boolean,reflect:!0})],p.prototype,"expanded",2),b([h({type:String})],p.prototype,"title",2),b([h({type:Boolean})],p.prototype,"box",2),b([h({type:Boolean})],p.prototype,"bleed",2),b([h({attribute:"button-class",type:String})],p.prototype,"buttonClass",2),b([h({attribute:"content-class",type:String})],p.prototype,"contentClass",2),b([h({attribute:"no-chevron",type:Boolean})],p.prototype,"noChevron",2),b([h({type:Boolean})],p.prototype,"animated",2),b([h({attribute:"heading-level",type:Number})],p.prototype,"headingLevel",2),b([h({type:Boolean,state:!0})],p.prototype,"_hasTitle",2),b([h({type:Boolean,state:!0})],p.prototype,"_showChevronUp",2);customElements.get("w-expandable")||customElements.define("w-expandable",p);export{p as WarpExpandable
|
|
2483
|
+
`],b([h({type:Boolean,reflect:!0})],p.prototype,"expanded",2),b([h({type:String})],p.prototype,"title",2),b([h({type:Boolean})],p.prototype,"box",2),b([h({type:Boolean})],p.prototype,"bleed",2),b([h({attribute:"button-class",type:String})],p.prototype,"buttonClass",2),b([h({attribute:"content-class",type:String})],p.prototype,"contentClass",2),b([h({attribute:"no-chevron",type:Boolean})],p.prototype,"noChevron",2),b([h({type:Boolean})],p.prototype,"animated",2),b([h({attribute:"heading-level",type:Number})],p.prototype,"headingLevel",2),b([h({type:Boolean,state:!0})],p.prototype,"_hasTitle",2),b([h({type:Boolean,state:!0})],p.prototype,"_showChevronUp",2);customElements.get("w-expandable")||customElements.define("w-expandable",p);export{p as WarpExpandable};
|
|
2484
2484
|
//# sourceMappingURL=index.js.map
|