@warp-ds/elements 1.4.0 → 1.4.1-next.2
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 +141 -104
- package/dist/index.js.map +4 -4
- package/dist/packages/affix/index.js +8 -6
- package/dist/packages/affix/index.js.map +3 -3
- package/dist/packages/alert/index.js +19 -17
- package/dist/packages/alert/index.js.map +3 -3
- package/dist/packages/attention/index.js +714 -718
- package/dist/packages/attention/index.js.map +4 -4
- package/dist/packages/badge/index.js +15 -13
- package/dist/packages/badge/index.js.map +3 -3
- package/dist/packages/box/index.js +16 -14
- package/dist/packages/box/index.js.map +3 -3
- package/dist/packages/breadcrumbs/index.js +519 -517
- package/dist/packages/breadcrumbs/index.js.map +4 -4
- package/dist/packages/broadcast/index.js.map +2 -2
- package/dist/packages/button/index.js +523 -517
- package/dist/packages/button/index.js.map +4 -4
- package/dist/packages/card/index.js +5 -3
- package/dist/packages/card/index.js.map +3 -3
- package/dist/packages/expandable/index.js +39 -42
- package/dist/packages/expandable/index.js.map +3 -3
- package/dist/packages/pill/index.js +68 -66
- package/dist/packages/pill/index.js.map +4 -4
- package/dist/packages/select/index.js +522 -516
- package/dist/packages/select/index.js.map +4 -4
- package/dist/packages/textfield/index.js +24 -3
- package/dist/packages/textfield/index.js.map +3 -3
- package/dist/packages/toast/index.js +455 -446
- package/dist/packages/toast/index.js.map +4 -4
- package/package.json +7 -11
|
@@ -1026,10 +1026,8 @@ 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
|
-
// node_modules/.pnpm/@warp-ds+css@1.9.
|
|
1030
|
+
// node_modules/.pnpm/@warp-ds+css@1.9.7/node_modules/@warp-ds/css/component-classes/index.js
|
|
1033
1031
|
var box = {
|
|
1034
1032
|
box: "group block relative break-words last-child:mb-0 p-16 rounded-8",
|
|
1035
1033
|
// Relative here enables w-clickable
|
|
@@ -1312,7 +1310,11 @@ var attention = {
|
|
|
1312
1310
|
closeBtn: `${buttonTextSizes.medium} ${buttonTypes.pill} ${buttonColors.pill} justify-self-end -mr-8 ml-8`
|
|
1313
1311
|
};
|
|
1314
1312
|
|
|
1315
|
-
//
|
|
1313
|
+
// packages/affix/index.js
|
|
1314
|
+
import WarpElement from "@warp-ds/elements-core";
|
|
1315
|
+
import { ifDefined } from "lit/directives/if-defined.js";
|
|
1316
|
+
|
|
1317
|
+
// node_modules/.pnpm/@warp-ds+icons@2.0.1/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";
|
|
1318
1320
|
|
|
@@ -1678,7 +1680,7 @@ function setupI18n(params = {}) {
|
|
|
1678
1680
|
}
|
|
1679
1681
|
var i18n = setupI18n();
|
|
1680
1682
|
|
|
1681
|
-
// node_modules/.pnpm/@warp-ds+icons@2.0.
|
|
1683
|
+
// node_modules/.pnpm/@warp-ds+icons@2.0.1/node_modules/@warp-ds/icons/dist/elements/search-16.js
|
|
1682
1684
|
var messages = JSON.parse('{"icon.title.search":"Forst\xF8rrelsesglass"}');
|
|
1683
1685
|
var messages2 = JSON.parse('{"icon.title.search":"Magnifying glass"}');
|
|
1684
1686
|
var messages3 = JSON.parse('{"icon.title.search":"Suurennuslasi"}');
|
|
@@ -1767,7 +1769,7 @@ if (!customElements.get("w-icon-search-16")) {
|
|
|
1767
1769
|
customElements.define("w-icon-search-16", IconSearch16);
|
|
1768
1770
|
}
|
|
1769
1771
|
|
|
1770
|
-
// node_modules/.pnpm/@warp-ds+icons@2.0.
|
|
1772
|
+
// node_modules/.pnpm/@warp-ds+icons@2.0.1/node_modules/@warp-ds/icons/dist/elements/close-16.js
|
|
1771
1773
|
import { LitElement as LitElement2 } from "lit";
|
|
1772
1774
|
import { unsafeStatic as unsafeStatic2, html as html2 } from "lit/static-html.js";
|
|
1773
1775
|
var messages4 = JSON.parse('{"icon.title.close":"Kryss"}');
|