@linzjs/lui 17.61.1 → 17.63.0
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/CHANGELOG.md +14 -0
- package/dist/assets/icons/delete_forever.svg +1 -0
- package/dist/assets/icons/email.svg +1 -0
- package/dist/assets/svg-content.d.ts +1 -1
- package/dist/assets/svg-content.tsx +21 -0
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/lui.esm.js +8 -0
- package/dist/lui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/lui.esm.js
CHANGED
|
@@ -234,6 +234,12 @@ iconMap['ic_csv_file'] = (React__default.createElement("svg", { viewBox: "0 0 24
|
|
|
234
234
|
React__default.createElement("path", { d: "M14 2H6c-1.1 0-1.99.9-1.99 2v16c-.01 1.1.88 2 1.98 2H18c1.1 0 2-.9 2-2V8l-6-6zM6 4h7v5h5v3H6V4zm3.11 14.8c-.14.04-.3.08-.48.11s-.39.05-.62.07c-.23.02-.5.03-.81.03L7.17 19c-.34 0-.65-.03-.91-.1s-.49-.19-.68-.36c-.19-.18-.33-.43-.43-.76-.1-.33-.14-.76-.14-1.28s.05-.93.15-1.25c.11-.33.25-.58.44-.76s.42-.31.69-.38c.27-.07.57-.11.9-.11a6.927 6.927 0 0 1 1.46.14c.18.04.33.07.45.11v.89c-.1-.02-.23-.04-.39-.05-.16-.02-.34-.03-.55-.04-.21-.01-.43-.02-.66-.02-.2 0-.37.02-.51.05-.14.04-.25.11-.34.21-.08.1-.14.25-.18.44-.04.19-.06.45-.06.76 0 .3.02.54.05.74.03.19.09.34.17.45s.19.18.33.23c.14.04.33.07.55.07.41 0 .73 0 .98-.02.26-.01.46-.03.62-.05v.89zm4.46-1.27c0 .41-.09.72-.26.93-.17.21-.42.36-.74.43-.31.08-.69.11-1.12.11-.17 0-.33 0-.5-.01-.17 0-.33-.02-.5-.03l-.47-.06c-.15-.02-.29-.05-.42-.07v-.91c.17.01.36.02.57.03.21 0 .42.02.63.02h.62c.2 0 .34-.01.47-.03.13-.03.23-.07.3-.13.07-.06.1-.15.1-.25v-.13c0-.12-.05-.21-.14-.27a.627.627 0 0 0-.35-.09h-.46c-.6 0-1.05-.11-1.36-.32-.31-.22-.46-.58-.46-1.09v-.23c0-.48.17-.84.51-1.07.34-.23.83-.35 1.47-.35a9.746 9.746 0 0 1 1.82.19v.9c-.25-.01-.52-.03-.82-.04-.3-.01-.58-.02-.83-.02-.17 0-.31.01-.44.04-.13.02-.23.07-.3.13s-.1.15-.1.28v.09c0 .14.05.25.14.31.1.07.25.1.46.1h.55c.37 0 .67.06.91.17.24.11.42.26.54.46.12.19.18.41.18.66v.25zm3.63 1.43h-1.73l-1.81-4.91h1.43l1.25 3.68 1.25-3.68h1.42l-1.81 4.91z" })));
|
|
235
235
|
iconMap['ic_dealings'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
236
236
|
React__default.createElement("path", { d: "M20 5h-3V2c0-.6-.4-1-1-1H4c-.6 0-1 .4-1 1v16c0 .6.4 1 1 1h3v3c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V6c0-.6-.4-1-1-1ZM7 5v12H5V3h10v2H7Zm12 16H9V7h10v14Zm-1-11h-8v2h8v-2Zm-8 3h8v2h-8v-2Zm8 3h-8v2h8v-2Z" })));
|
|
237
|
+
iconMap['ic_delete_forever'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
238
|
+
React__default.createElement("g", { "clip-path": "url(#a)" },
|
|
239
|
+
React__default.createElement("path", { d: "M14.12 10.47 12 12.59l-2.13-2.12-1.41 1.41L10.59 14l-2.12 2.12 1.41 1.41L12 15.41l2.12 2.12 1.41-1.41L13.41 14l2.12-2.12-1.41-1.41ZM15.5 4l-1-1h-5l-1 1H5v2h14V4h-3.5ZM6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12ZM8 9h8v10H8V9Z" })),
|
|
240
|
+
React__default.createElement("defs", null,
|
|
241
|
+
React__default.createElement("clipPath", { id: "a" },
|
|
242
|
+
React__default.createElement("path", { d: "M0 0h24v24H0z" })))));
|
|
237
243
|
iconMap['ic_delete_outline'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
238
244
|
React__default.createElement("path", { d: "M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v10ZM9 9h6c.55 0 1 .45 1 1v8c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-8c0-.55.45-1 1-1Zm6.5-5-.71-.71c-.18-.18-.44-.29-.7-.29H9.91c-.26 0-.52.11-.7.29L8.5 4H6c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1h-2.5Z" })));
|
|
239
245
|
iconMap['ic_delete_solid'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
@@ -252,6 +258,8 @@ iconMap['ic_drag_indicator'] = (React__default.createElement("svg", { viewBox: "
|
|
|
252
258
|
React__default.createElement("path", { d: "M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2Zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2Zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Z" })));
|
|
253
259
|
iconMap['ic_draw_irregular_line'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
254
260
|
React__default.createElement("path", { d: "m18.85 10.39 1.06-1.06c.78-.78.78-2.05 0-2.83L18.5 5.09c-.78-.78-2.05-.78-2.83 0l-1.06 1.06 4.24 4.24Zm-4.24 1.42L7.41 19H6v-1.41l7.19-7.19 1.42 1.41Zm-1.42-4.25L4 16.76V21h4.24l9.19-9.19-4.24-4.25ZM19 17.5c0 2.19-2.54 3.5-5 3.5-.55 0-1-.45-1-1s.45-1 1-1c1.54 0 3-.73 3-1.5 0-.47-.48-.87-1.23-1.2l1.48-1.48c1.07.63 1.75 1.47 1.75 2.68ZM4.58 13.35C3.61 12.79 3 12.06 3 11c0-1.8 1.89-2.63 3.56-3.36C7.59 7.18 9 6.56 9 6c0-.41-.78-1-2-1-1.26 0-1.8.61-1.83.64-.35.41-.98.46-1.4.12a.992.992 0 0 1-.15-1.38C3.73 4.24 4.76 3 7 3s4 1.32 4 3c0 1.87-1.93 2.72-3.64 3.47C6.42 9.88 5 10.5 5 11c0 .31.43.6 1.07.86l-1.49 1.49Z" })));
|
|
261
|
+
iconMap['ic_email'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
262
|
+
React__default.createElement("path", { d: "M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm-1 14H5c-.55 0-1-.45-1-1V8l6.94 4.34c.65.41 1.47.41 2.12 0L20 8v9c0 .55-.45 1-1 1Zm-7-7L4 6h16l-8 5Z" })));
|
|
255
263
|
iconMap['ic_enabled_users'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
256
264
|
React__default.createElement("path", { d: "M16.67 13.13C18.04 14.06 19 15.32 19 17v3h4v-3c0-2.18-3.57-3.47-6.33-3.87ZM15 12c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.47 0-.91.1-1.33.24a5.98 5.98 0 0 1 0 7.52c.42.14.86.24 1.33.24Zm-6 0c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4Zm0-6c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2Zm0 7c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4Zm6 5H3v-.99C3.2 16.29 6.3 15 9 15s5.8 1.29 6 2v1Z" })));
|
|
257
265
|
iconMap['ic_error'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|