@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
|
@@ -2,32 +2,6 @@ import { Directions } from '@warp-ds/core/attention';
|
|
|
2
2
|
import { LitElement } from 'lit';
|
|
3
3
|
import '@warp-ds/icons/elements/close-16';
|
|
4
4
|
import '../button/index';
|
|
5
|
-
export declare const ccAttention: {
|
|
6
|
-
base: string;
|
|
7
|
-
tooltip: string;
|
|
8
|
-
callout: string;
|
|
9
|
-
highlight: string;
|
|
10
|
-
popover: string;
|
|
11
|
-
arrowBase: string;
|
|
12
|
-
arrowDirectionLeftStart: string;
|
|
13
|
-
arrowDirectionLeft: string;
|
|
14
|
-
arrowDirectionLeftEnd: string;
|
|
15
|
-
arrowDirectionRightStart: string;
|
|
16
|
-
arrowDirectionRight: string;
|
|
17
|
-
arrowDirectionRightEnd: string;
|
|
18
|
-
arrowDirectionBottomStart: string;
|
|
19
|
-
arrowDirectionBottom: string;
|
|
20
|
-
arrowDirectionBottomEnd: string;
|
|
21
|
-
arrowDirectionTopStart: string;
|
|
22
|
-
arrowDirectionTop: string;
|
|
23
|
-
arrowDirectionTopEnd: string;
|
|
24
|
-
arrowTooltip: string;
|
|
25
|
-
arrowCallout: string;
|
|
26
|
-
arrowPopover: string;
|
|
27
|
-
arrowHighlight: string;
|
|
28
|
-
content: string;
|
|
29
|
-
notCallout: string;
|
|
30
|
-
};
|
|
31
5
|
declare class WarpAttention extends LitElement {
|
|
32
6
|
show: boolean;
|
|
33
7
|
placement: Directions;
|
|
@@ -3611,5 +3611,5 @@ ${JSON.stringify(wt)}`);setTimeout(()=>{this.requestUpdate(),this.handleDone()},
|
|
|
3611
3611
|
:host([popover]:not(:popover-open):not(dialog[open])) {
|
|
3612
3612
|
display: contents;
|
|
3613
3613
|
}
|
|
3614
|
-
`],$([G({type:Boolean,reflect:!0})],V.prototype,"show",2),$([G({type:String,reflect:!0})],V.prototype,"placement",2),$([G({type:Boolean,reflect:!0})],V.prototype,"tooltip",2),$([G({type:Boolean,reflect:!0})],V.prototype,"callout",2),$([G({type:Boolean,reflect:!0})],V.prototype,"popover",2),$([G({type:Boolean,reflect:!0})],V.prototype,"highlight",2),$([G({attribute:"can-close",type:Boolean,reflect:!0})],V.prototype,"canClose",2),$([G({attribute:"no-arrow",type:Boolean,reflect:!0})],V.prototype,"noArrow",2),$([G({type:Number,reflect:!0})],V.prototype,"distance",2),$([G({type:Number,reflect:!0})],V.prototype,"skidding",2),$([G({type:Boolean,reflect:!0})],V.prototype,"flip",2),$([G({attribute:"cross-axis",type:Boolean,reflect:!0})],V.prototype,"crossAxis",2),$([G({attribute:"fallback-placements",type:Array,reflect:!0})],V.prototype,"fallbackPlacements",2);customElements.get("w-attention")||customElements.define("w-attention",V);export{V as WarpAttention
|
|
3614
|
+
`],$([G({type:Boolean,reflect:!0})],V.prototype,"show",2),$([G({type:String,reflect:!0})],V.prototype,"placement",2),$([G({type:Boolean,reflect:!0})],V.prototype,"tooltip",2),$([G({type:Boolean,reflect:!0})],V.prototype,"callout",2),$([G({type:Boolean,reflect:!0})],V.prototype,"popover",2),$([G({type:Boolean,reflect:!0})],V.prototype,"highlight",2),$([G({attribute:"can-close",type:Boolean,reflect:!0})],V.prototype,"canClose",2),$([G({attribute:"no-arrow",type:Boolean,reflect:!0})],V.prototype,"noArrow",2),$([G({type:Number,reflect:!0})],V.prototype,"distance",2),$([G({type:Number,reflect:!0})],V.prototype,"skidding",2),$([G({type:Boolean,reflect:!0})],V.prototype,"flip",2),$([G({attribute:"cross-axis",type:Boolean,reflect:!0})],V.prototype,"crossAxis",2),$([G({attribute:"fallback-placements",type:Array,reflect:!0})],V.prototype,"fallbackPlacements",2);customElements.get("w-attention")||customElements.define("w-attention",V);export{V as WarpAttention};
|
|
3615
3615
|
//# sourceMappingURL=index.js.map
|