@warp-ds/elements 2.2.0-next.30 → 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.
Files changed (38) hide show
  1. package/README.md +0 -17
  2. package/dist/custom-elements.json +94 -240
  3. package/dist/index.d.ts +9 -9
  4. package/dist/packages/affix/index.d.ts +0 -12
  5. package/dist/packages/affix/index.js +1 -1
  6. package/dist/packages/affix/index.js.map +2 -2
  7. package/dist/packages/attention/index.d.ts +0 -26
  8. package/dist/packages/attention/index.js +1 -1
  9. package/dist/packages/attention/index.js.map +2 -2
  10. package/dist/packages/breadcrumbs/index.d.ts +0 -7
  11. package/dist/packages/breadcrumbs/index.js +1 -1
  12. package/dist/packages/breadcrumbs/index.js.map +2 -2
  13. package/dist/packages/button/index.d.ts +0 -61
  14. package/dist/packages/button/index.js +1 -1
  15. package/dist/packages/button/index.js.map +2 -2
  16. package/dist/packages/card/index.d.ts +0 -12
  17. package/dist/packages/card/index.js +1 -1
  18. package/dist/packages/card/index.js.map +2 -2
  19. package/dist/packages/expandable/index.d.ts +0 -28
  20. package/dist/packages/expandable/index.js +1 -1
  21. package/dist/packages/expandable/index.js.map +2 -2
  22. package/dist/packages/modal/index.js +2717 -5
  23. package/dist/packages/modal/index.js.map +7 -0
  24. package/dist/packages/pill/index.d.ts +0 -12
  25. package/dist/packages/pill/index.js +1 -1
  26. package/dist/packages/pill/index.js.map +2 -2
  27. package/dist/packages/select/index.d.ts +0 -20
  28. package/dist/packages/select/index.js +4 -4
  29. package/dist/packages/select/index.js.map +2 -2
  30. package/dist/packages/textfield/index.d.ts +0 -20
  31. package/dist/packages/textfield/index.js +1 -1
  32. package/dist/packages/textfield/index.js.map +2 -2
  33. package/dist/packages/toast/index.js +2483 -3
  34. package/dist/packages/toast/index.js.map +7 -0
  35. package/dist/web-types.json +1 -1
  36. package/package.json +4 -4
  37. package/dist/vscode.css-custom-data.json +0 -6
  38. package/dist/vscode.html-custom-data.json +0 -296
@@ -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,Pe as ccAttention};
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