@linzjs/lui 17.56.0 → 17.57.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/dist/lui.esm.js CHANGED
@@ -189,6 +189,12 @@ iconMap['ic_border_color'] = (React__default.createElement("svg", { xmlns: "http
189
189
  React__default.createElement("path", { d: "M0 20.016h24V24H0v-3.984zM20.719 4.031 18.75 6 15 2.25 16.969.281Q17.25 0 17.672 0t.703.281l2.344 2.344q.281.281.281.703t-.281.703zm-2.953 2.953L7.735 17.015h-3.75v-3.75L14.016 3.234z" })));
190
190
  iconMap['ic_cancel_clear'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
191
191
  React__default.createElement("path", { d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2Zm4.3 14.3a.996.996 0 0 1-1.41 0L12 13.41 9.11 16.3a.996.996 0 1 1-1.41-1.41L10.59 12 7.7 9.11A.996.996 0 1 1 9.11 7.7L12 10.59l2.89-2.89a.996.996 0 1 1 1.41 1.41L13.41 12l2.89 2.89c.38.38.38 1.02 0 1.41Z" })));
192
+ iconMap['ic_cancel_outline'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
193
+ React__default.createElement("g", { "clip-path": "url(#a)" },
194
+ React__default.createElement("path", { d: "M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2Zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8Zm3.59-13L12 10.59 8.41 7 7 8.41 10.59 12 7 15.59 8.41 17 12 13.41 15.59 17 17 15.59 13.41 12 17 8.41 15.59 7Z" })),
195
+ React__default.createElement("defs", null,
196
+ React__default.createElement("clipPath", { id: "a" },
197
+ React__default.createElement("path", { d: "M0 0h24v24H0z" })))));
192
198
  iconMap['ic_cart_view'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
193
199
  React__default.createElement("path", { d: "M7 18c-1.1 0-1.99.9-1.99 2S5.9 22 7 22s2-.9 2-2-.9-2-2-2ZM1 3c0 .55.45 1 1 1h1l3.6 7.59-1.35 2.44C4.52 15.37 5.48 17 7 17h11c.55 0 1-.45 1-1s-.45-1-1-1H7l1.1-2h7.45c.75 0 1.41-.41 1.75-1.03l3.58-6.49A.996.996 0 0 0 20.01 4H5.21l-.67-1.43a.993.993 0 0 0-.9-.57H2c-.55 0-1 .45-1 1Zm16 15c-1.1 0-1.99.9-1.99 2s.89 2 1.99 2 2-.9 2-2-.9-2-2-2Z" })));
194
200
  iconMap['ic_certify_and_sign'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
@@ -294,12 +300,19 @@ iconMap['ic_keyboard_arrow_right'] = (React__default.createElement("svg", { xmln
294
300
  React__default.createElement("path", { d: "M8.297 16.594 12.891 12 8.297 7.406 9.703 6l6 6-6 6z" })));
295
301
  iconMap['ic_keyboard_arrow_up'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
296
302
  React__default.createElement("path", { d: "M7.406 15.703 6 14.297l6-6 6 6-1.406 1.406L12 11.109z" })));
303
+ iconMap['ic_labels_off'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
304
+ React__default.createElement("path", { d: "M2.5 4.5 4 3l16 16-1.5 1.5-2.805-2.805a1.85 1.85 0 0 1-1.028.305h-8.89c-.488 0-.907-.168-1.255-.504A1.622 1.622 0 0 1 4 16.286V7.714c0-.467.17-.867.513-1.201L2.5 4.5ZM10 6l8.308 8.307L20 12l-3.867-5.271a1.68 1.68 0 0 0-.633-.536A1.85 1.85 0 0 0 14.667 6H10Z" })));
305
+ iconMap['ic_labels_on'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
306
+ React__default.createElement("path", { d: "m20 12-3.867 5.271a1.68 1.68 0 0 1-.633.536 1.85 1.85 0 0 1-.833.193h-8.89c-.488 0-.907-.168-1.255-.504A1.622 1.622 0 0 1 4 16.286V7.714c0-.471.174-.875.522-1.21A1.744 1.744 0 0 1 5.778 6h8.889c.296 0 .574.064.833.193.26.128.47.307.633.536L20 12Z" })));
297
307
  iconMap['ic_launch_modal'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },
298
308
  React__default.createElement("path", { d: "M12 2.313c-5.523 0-10 4.478-10 10 0 5.523 4.477 10 10 10s10-4.477 10-10c0-5.522-4.477-10-10-10Zm2.928 8.376L9.52 16.095a.696.696 0 0 1-.981-.013.696.696 0 0 1-.013-.98l5.407-5.408-4.788-.063a.713.713 0 0 1-.7-.7.67.67 0 0 1 .682-.683l6.465.085a.713.713 0 0 1 .7.701l.086 6.465a.67.67 0 0 1-.682.683.722.722 0 0 1-.706-.706l-.063-4.787Z" })));
299
309
  iconMap['ic_launch_new window_open'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
300
310
  React__default.createElement("path", { d: "M18 19H6c-.55 0-1-.45-1-1V6c0-.55.45-1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5c0 .55-.45 1-1 1ZM14 4c0 .55.45 1 1 1h2.59l-9.13 9.13a.996.996 0 1 0 1.41 1.41L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V3h-6c-.55 0-1 .45-1 1Z" })));
301
311
  iconMap['ic_layers'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
302
312
  React__default.createElement("path", { d: "m11.99 18.54-7.37-5.73L3 14.07l9 7 9-7-1.63-1.27-7.38 5.74Zm7.37-8.27L12 16l-7.37-5.73L3 9l9-7 9 7-1.64 1.27ZM17.74 9 12 4.53 6.26 9 12 13.47 17.74 9Z" })));
313
+ iconMap['ic_layers_user_defined'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
314
+ React__default.createElement("path", { d: "M16 9.5 10 14l6 4.5 6-4.5-6-4.5ZM12.5 14l3.5-2.5 3.5 2.5-3.5 2.5-3.5-2.5Z" }),
315
+ React__default.createElement("path", { d: "M11.22 16.585 16 20l4.78-3.415L22 17.5 16 22l-6-4.5 1.22-.915ZM8 17l2-1.5L8 14l2.987-2.24c-1.47.002-3 .322-4.592.962C4.798 13.364 4 14.202 4 15.24V17h4ZM8.544 8.976C9.226 9.658 10.045 10 11 10c.956 0 1.775-.342 2.457-1.024.682-.682 1.024-1.5 1.024-2.456 0-.955-.342-1.78-1.024-2.477C12.775 3.348 11.956 3 11 3c-.955 0-1.774.348-2.456 1.043C7.86 4.74 7.52 5.565 7.52 6.52c0 .955.341 1.774 1.024 2.456Z" })));
303
316
  iconMap['ic_left'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
304
317
  React__default.createElement("path", { d: "m14.5 7.5-5 5 5 5v-10Z" })));
305
318
  iconMap['ic_left_col'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
@@ -443,6 +456,8 @@ iconMap['ic_restore'] = (React__default.createElement("svg", { viewBox: "0 0 24
443
456
  iconMap['ic_round_selection'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
444
457
  React__default.createElement("path", { d: "M21.02 17H19v-2.02c0-.54-.44-.98-.98-.98h-.03c-.55 0-.99.44-.99.98V17h-2.01c-.54 0-.98.44-.99.98v.03c0 .55.44.99.99.99H17v2.01c0 .54.44.99.99.98h.03c.54 0 .98-.44.98-.98V19h2.02c.54 0 .98-.44.98-.98v-.04c0-.54-.44-.98-.98-.98Z" }),
445
458
  React__default.createElement("path", { d: "M12.98 21.953a10.12 10.12 0 0 1-1.96 0l.193-1.991a8.1 8.1 0 0 0 1.574 0l.193 1.99Zm-3.884-.381.58-1.914a7.947 7.947 0 0 1-1.446-.6l-.945 1.763c.573.307 1.179.56 1.811.75Zm-3.44-1.842 1.27-1.545a8.062 8.062 0 0 1-1.111-1.11L4.27 18.343c.415.506.88.97 1.386 1.386Zm-2.477-3.015 1.763-.944a7.938 7.938 0 0 1-.6-1.447l-1.914.58a9.93 9.93 0 0 0 .751 1.81ZM2.047 12.98l1.991-.193a8.12 8.12 0 0 1 0-1.574l-1.99-.193a10.123 10.123 0 0 0 0 1.96Zm.381-3.884 1.914.58c.153-.505.355-.989.6-1.446l-1.763-.945a9.938 9.938 0 0 0-.75 1.811Zm1.842-3.44 1.545 1.27a8.06 8.06 0 0 1 1.11-1.111L5.657 4.27c-.506.415-.97.88-1.386 1.386Zm3.015-2.477.945 1.763a7.938 7.938 0 0 1 1.446-.6l-.58-1.914a9.938 9.938 0 0 0-1.81.751Zm3.735-1.132a10.123 10.123 0 0 1 1.96 0l-.193 1.991a8.12 8.12 0 0 0-1.574 0l-.193-1.99Zm3.884.381-.58 1.914c.505.153.989.355 1.447.6l.944-1.763a9.936 9.936 0 0 0-1.811-.75Zm3.44 1.842-1.27 1.545c.406.333.778.705 1.111 1.11l1.545-1.269a10.06 10.06 0 0 0-1.386-1.386Zm2.477 3.015-1.763.945c.245.457.447.941.6 1.446l1.914-.58a9.937 9.937 0 0 0-.751-1.81Zm1.131 3.735-1.99.193a8.1 8.1 0 0 1 0 1.574l1.99.194a10.123 10.123 0 0 0 0-1.961Z" })));
459
+ iconMap['ic_save'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
460
+ React__default.createElement("path", { d: "M17 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V7l-4-4Zm2 16H5V5h11.17L19 7.83V19Zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3ZM6 6h9v4H6V6Z" })));
446
461
  iconMap['ic_save_as'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
447
462
  React__default.createElement("path", { d: "M5 21c-.55 0-1.02-.196-1.413-.587A1.926 1.926 0 0 1 3 19V5c0-.55.196-1.02.587-1.413A1.926 1.926 0 0 1 5 3h11.175a1.975 1.975 0 0 1 1.4.575l2.85 2.85a1.975 1.975 0 0 1 .575 1.4V12.4l-2 2V7.825L16.175 5H5v14h9.4l-2 2H5Zm7-3c.833 0 1.542-.292 2.125-.875A2.893 2.893 0 0 0 15 15c0-.833-.292-1.542-.875-2.125A2.893 2.893 0 0 0 12 12c-.833 0-1.542.292-2.125.875A2.893 2.893 0 0 0 9 15c0 .833.292 1.542.875 2.125A2.893 2.893 0 0 0 12 18Zm-5-8h7c.283 0 .52-.096.713-.287A.967.967 0 0 0 15 9V7a.967.967 0 0 0-.287-.713A.968.968 0 0 0 14 6H7a.968.968 0 0 0-.713.287A.968.968 0 0 0 6 7v2c0 .283.096.52.287.713.192.191.43.287.713.287Zm8.5 13a.48.48 0 0 1-.35-.15.48.48 0 0 1-.15-.35v-1.075c0-.033.05-.15.15-.35L20 16.25l1.75 1.775-4.825 4.825c-.033.033-.15.083-.35.15H15.5Zm6.9-5.65-1.775-1.75.85-.85c.1-.1.22-.15.362-.15s.263.05.363.15l1.05 1.05a.48.48 0 0 1 0 .7l-.85.85Z" })));
448
463
  iconMap['ic_save_download'] = (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24" },