@linzjs/lui 21.11.0 → 21.12.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/CHANGELOG.md +14 -0
- package/dist/assets/icons/line_arc_reverse.svg +3 -0
- package/dist/assets/svg-content.d.ts +1 -1
- package/dist/assets/svg-content.tsx +7 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/lui.esm.js +2 -0
- package/dist/lui.esm.js.map +1 -1
- package/package.json +3 -4
package/dist/lui.esm.js
CHANGED
|
@@ -345,6 +345,8 @@ iconMap['ic_left_col'] = (React__default.createElement("svg", { viewBox: "0 0 24
|
|
|
345
345
|
React__default.createElement("path", { d: "M17.8 12c0 .5-.4 1-1 1h-6v1.8c0 .4-.5.7-.9.3l-2.8-2.8c-.2-.2-.2-.5 0-.7l2.8-2.8c.3-.3.9-.1.9.3V11h6c.5 0 1 .4 1 1ZM21 5v14c0 1.1-.9 2-2 2H5c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2Zm-2 7c0-1.1-.9-2-2-2h-4V6c0-.6-.4-1-1-1H6c-.6 0-1 .4-1 1v12c0 .6.4 1 1 1h6c.6 0 1-.4 1-1v-4h4c1.1 0 2-.9 2-2Z" })));
|
|
346
346
|
iconMap['ic_line_arc'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
347
347
|
React__default.createElement("path", { d: "M18.4 10.6C16.55 8.99 14.15 8 11.5 8c-4.16 0-7.74 2.42-9.44 5.93-.32.67.04 1.47.75 1.71.59.2 1.23-.08 1.5-.64 1.3-2.66 4.03-4.5 7.19-4.5 1.95 0 3.73.72 5.12 1.88l-1.91 1.91c-.63.63-.19 1.71.7 1.71H21c.55 0 1-.45 1-1V9.41c0-.89-1.08-1.34-1.71-.71l-1.89 1.9Z" })));
|
|
348
|
+
iconMap['ic_line_arc_reverse'] = (React__default.createElement("svg", { viewBox: "0 0 24 24" },
|
|
349
|
+
React__default.createElement("path", { d: "M5.60002 10.6C7.45002 8.99 9.85002 8 12.5 8C16.66 8 20.24 10.42 21.94 13.93C22.26 14.6 21.9 15.4 21.19 15.64C20.6 15.84 19.96 15.56 19.69 15C18.39 12.34 15.66 10.5 12.5 10.5C10.55 10.5 8.77002 11.22 7.38002 12.38L9.29002 14.29C9.92002 14.92 9.48002 16 8.59002 16H3.00002C2.45002 16 2.00002 15.55 2.00002 15V9.41C2.00002 8.52 3.08002 8.07 3.71002 8.7L5.60002 10.6Z" })));
|
|
348
350
|
iconMap['ic_line_irregular'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|
|
349
351
|
React__default.createElement("path", { d: "M2.7 17.29c.39.39 1.02.39 1.41 0L8.7 12.7a.996.996 0 0 1 1.41 0l1.17 1.17a3 3 0 0 0 4.24 0L19.7 9.7l1.44 1.44a.5.5 0 0 0 .85-.35V6.5a.48.48 0 0 0-.49-.5h-4.29c-.45 0-.67.54-.35.85l1.44 1.44-4.17 4.17a.996.996 0 0 1-1.41 0l-1.17-1.17a3 3 0 0 0-4.24 0L2.7 15.88c-.38.39-.38 1.03 0 1.41Z" })));
|
|
350
352
|
iconMap['ic_line_vector'] = (React__default.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg" },
|