@warp-ds/elements 1.4.0 → 1.4.1-next.1
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/index.js +109 -60
- package/dist/index.js.map +4 -4
- package/dist/packages/affix/index.js +4 -2
- package/dist/packages/affix/index.js.map +2 -2
- package/dist/packages/alert/index.js +13 -11
- package/dist/packages/alert/index.js.map +3 -3
- package/dist/packages/attention/index.js +692 -684
- package/dist/packages/attention/index.js.map +4 -4
- package/dist/packages/badge/index.js +14 -12
- package/dist/packages/badge/index.js.map +3 -3
- package/dist/packages/box/index.js +15 -13
- package/dist/packages/box/index.js.map +3 -3
- package/dist/packages/breadcrumbs/index.js +517 -515
- package/dist/packages/breadcrumbs/index.js.map +4 -4
- package/dist/packages/broadcast/index.js.map +2 -2
- package/dist/packages/button/index.js +522 -516
- package/dist/packages/button/index.js.map +4 -4
- package/dist/packages/card/index.js +4 -2
- package/dist/packages/card/index.js.map +2 -2
- package/dist/packages/expandable/index.js +35 -38
- package/dist/packages/expandable/index.js.map +3 -3
- package/dist/packages/pill/index.js +65 -63
- package/dist/packages/pill/index.js.map +4 -4
- package/dist/packages/select/index.js +520 -514
- package/dist/packages/select/index.js.map +4 -4
- package/dist/packages/textfield/index.js +23 -2
- package/dist/packages/textfield/index.js.map +2 -2
- package/dist/packages/toast/index.js +450 -441
- package/dist/packages/toast/index.js.map +4 -4
- package/package.json +3 -7
|
@@ -1026,8 +1026,6 @@ var require_parser = __commonJS({
|
|
|
1026
1026
|
|
|
1027
1027
|
// packages/affix/index.js
|
|
1028
1028
|
import { html as html3 } from "lit";
|
|
1029
|
-
import WarpElement from "@warp-ds/elements-core";
|
|
1030
|
-
import { ifDefined } from "lit/directives/if-defined.js";
|
|
1031
1029
|
|
|
1032
1030
|
// node_modules/.pnpm/@warp-ds+css@1.9.6/node_modules/@warp-ds/css/component-classes/index.js
|
|
1033
1031
|
var box = {
|
|
@@ -1312,6 +1310,10 @@ var attention = {
|
|
|
1312
1310
|
closeBtn: `${buttonTextSizes.medium} ${buttonTypes.pill} ${buttonColors.pill} justify-self-end -mr-8 ml-8`
|
|
1313
1311
|
};
|
|
1314
1312
|
|
|
1313
|
+
// packages/affix/index.js
|
|
1314
|
+
import WarpElement from "@warp-ds/elements-core";
|
|
1315
|
+
import { ifDefined } from "lit/directives/if-defined.js";
|
|
1316
|
+
|
|
1315
1317
|
// node_modules/.pnpm/@warp-ds+icons@2.0.0/node_modules/@warp-ds/icons/dist/elements/search-16.js
|
|
1316
1318
|
import { LitElement } from "lit";
|
|
1317
1319
|
import { unsafeStatic, html } from "lit/static-html.js";
|