@linzjs/lui 15.0.7 → 15.1.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/CHANGELOG.md +21 -0
- package/README.md +9 -5
- package/dist/assets/icons/apps.svg +1 -0
- package/dist/assets/icons/arrow_drop_right.svg +1 -1
- package/dist/assets/icons/change_password.svg +1 -1
- package/dist/assets/icons/control_point.svg +1 -1
- package/dist/assets/icons/copy.svg +1 -1
- package/dist/assets/icons/feedback_lightbulb.svg +1 -1
- package/dist/assets/icons/hourglass.svg +1 -1
- package/dist/assets/icons/link.svg +1 -1
- package/dist/assets/icons/menu.svg +1 -1
- package/dist/assets/icons/minimise.svg +1 -1
- package/dist/assets/icons/more_vert.svg +1 -1
- package/dist/assets/icons/numbered_list.svg +1 -1
- package/dist/assets/icons/{polygon selection.svg → polygon_selection.svg} +0 -0
- package/dist/assets/icons/{product list.svg → product_list.svg} +0 -0
- package/dist/assets/icons/{round selection.svg → round_selection.svg} +0 -0
- package/dist/assets/icons/save_download.svg +1 -1
- package/dist/assets/icons/{square selection.svg → square_selection.svg} +0 -0
- package/dist/assets/icons/unlink.svg +1 -1
- package/dist/assets/icons/visiblity_off.svg +1 -1
- package/dist/assets/icons/zoom_centre.svg +1 -1
- package/dist/assets/svg-content.tsx +26 -20
- package/dist/components/LuiHeaderGlobal/LuiHeaderGlobal.d.ts +5 -0
- package/dist/hooks/useDeprecatedWarning.d.ts +1 -0
- package/dist/index.js +104 -44
- package/dist/index.js.map +1 -1
- package/dist/lui.css +116 -52
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +104 -44
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Components/LuiFormElements/LuiCheckboxInput/LuiCheckboxInput.scss +48 -58
- package/dist/scss/Components/LuiHeaderGlobal/LuiHeaderGlobal.scss +90 -0
- package/dist/scss/base.scss +1 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [15.1.2](https://github.com/linz/lui/compare/v15.1.1...v15.1.2) (2022-03-03)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Deprecated Formik coupled inputs ([#586](https://github.com/linz/lui/issues/586)) ([d05916f](https://github.com/linz/lui/commit/d05916ff803d145310e82c494a9414cd01a2750d))
|
|
7
|
+
|
|
8
|
+
## [15.1.1](https://github.com/linz/lui/compare/v15.1.0...v15.1.1) (2022-03-02)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* Changes the labels on LuiCheckboxInput to regular ([#597](https://github.com/linz/lui/issues/597)) ([2812b72](https://github.com/linz/lui/commit/2812b72c08c19af6dedd9d305333d8073f2724ce))
|
|
14
|
+
|
|
15
|
+
# [15.1.0](https://github.com/linz/lui/compare/v15.0.7...v15.1.0) (2022-03-02)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* Global header in progress ([#593](https://github.com/linz/lui/issues/593)) ([8ddddd1](https://github.com/linz/lui/commit/8ddddd1c54b1f3d03b6475ce157fc39ed56fb52a))
|
|
21
|
+
|
|
1
22
|
## [15.0.7](https://github.com/linz/lui/compare/v15.0.6...v15.0.7) (2022-02-28)
|
|
2
23
|
|
|
3
24
|
|
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|

|
|
14
14
|
|
|
15
|
-
> Lui _[Onychophora](https://en.wikipedia.org/wiki/Onychophora)_, the happy UI worm
|
|
15
|
+
> Lui _[Onychophora](https://en.wikipedia.org/wiki/Onychophora)_, the happy UI worm!!
|
|
16
16
|
|
|
17
17
|
Nomenclature: Lui is a backronym for Linz User Interface. Lui the library, is named after Lui the worm.
|
|
18
18
|
|
|
@@ -31,15 +31,19 @@ and...
|
|
|
31
31
|
|
|
32
32
|
---
|
|
33
33
|
|
|
34
|
-
_Lui_ is a collection of generic UI components that adhere to the new LINZ digital style guide, lead by STEP and
|
|
34
|
+
_Lui_ is a collection of generic UI components that adhere to the new LINZ digital style guide, lead by STEP and
|
|
35
|
+
welcoming contributions from across LINZ.
|
|
35
36
|
|
|
36
|
-
It aims to solve the problem of consistent UI across LINZ while giving squads a bunch of base elements they can start
|
|
37
|
+
It aims to solve the problem of consistent UI across LINZ while giving squads a bunch of base elements they can start
|
|
38
|
+
using out of the box.
|
|
37
39
|
|
|
38
40
|
We aim to make each component generic, extendable, accessible, and amazingly great.
|
|
39
41
|
|
|
40
|
-
All styles are implemented in SASS and compiled to plain CSS. This means any team can use the CSS. A ReactJS wrapper
|
|
42
|
+
All styles are implemented in SASS and compiled to plain CSS. This means any team can use the CSS. A ReactJS wrapper
|
|
43
|
+
over the CSS is part of this project.
|
|
41
44
|
|
|
42
|
-
There is lots to do in this project, often things will be left until there is demand. Please join the Slack channel
|
|
45
|
+
There is lots to do in this project, often things will be left until there is demand. Please join the Slack channel
|
|
46
|
+
#cop-lui.
|
|
43
47
|
|
|
44
48
|
## Documentation
|
|
45
49
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M4 8h4V4H4v4Zm6 12h4v-4h-4v4Zm-6 0h4v-4H4v4Zm0-6h4v-4H4v4Zm6 0h4v-4h-4v4Zm6-10v4h4V4h-4Zm-6 4h4V4h-4v4Zm6 6h4v-4h-4v4Zm0 6h4v-4h-4v4Z" fill="#000"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M9.492 6.984 14.508 12l-5.016 5.016V6.984z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.65 10a5.998 5.998 0 0 0-6.88-3.88c-2.29.46-4.15 2.29-4.63 4.58A6.006 6.006 0 0 0 7 18a5.99 5.99 0 0 0 5.65-4H17v2c0 1.1.9 2 2 2s2-.9 2-2v-2c1.1 0 2-.9 2-2s-.9-2-2-2h-8.35ZM7 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Z" fill="#000"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M19.446 12.6h-2.9v2.3h2.9v-2.3zm-9.1-2.3c1.9 0 3.4 1.5 3.4 3.4s-1.5 3.4-3.4 3.4-3.4-1.5-3.4-3.4 1.5-3.4 3.4-3.4zm0 1.7c-.9 0-1.7.8-1.7 1.7s.8 1.7 1.7 1.7c.9 0 1.7-.8 1.7-1.7s-.8-1.7-1.7-1.7zm-6.3.6h-2.9v2.3h2.9v-2.3zm7.4-8h-2.3v2.9h2.3V4.6zm0 15.4h-2.3v2.9h2.3V20z"/><path d="M15.546 11.4c.3.7.5 1.5.5 2.3 0 3.2-2.6 5.7-5.7 5.7-3.2 0-5.7-2.6-5.7-5.7s2.5-5.7 5.7-5.7c.8 0 1.6.2 2.3.5V6.6c-.7-.2-1.5-.4-2.3-.4-4.1 0-7.4 3.3-7.4 7.4s3.3 7.4 7.4 7.4 7.4-3.3 7.4-7.4c0-.8-.1-1.6-.4-2.3h-1.8v.1z"/><path d="M21.146 1.1h-5.7c-.9 0-1.7.8-1.7 1.7v5.7c0 .9.8 1.7 1.7 1.7h5.7c.9 0 1.7-.8 1.7-1.7V2.9c.1-1-.7-1.8-1.7-1.8z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M8.5 20h10V7c0-.55.45-1 1-1s1 .45 1 1v13c0 1.1-.9 2-2 2h-10c-.55 0-1-.45-1-1s.45-1 1-1zm-5-4V4c0-1.1.9-2 2-2h9c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2h-9c-1.1 0-2-.9-2-2zm2 0h9V4h-9v12z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2Zm-3-3h6c.55 0 1-.45 1-1s-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1Zm3-17C7.86 2 4.5 5.36 4.5 9.5c0 3.82 2.66 5.86 3.77 6.5h7.46c1.11-.64 3.77-2.68 3.77-6.5C19.5 5.36 16.14 2 12 2Z" fill="#000"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 2c-1.1 0-2 .9-2 2v3.17c0 .53.21 1.04.59 1.42L10 12l-3.42 3.42c-.37.38-.58.89-.58 1.42V20c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-3.16c0-.53-.21-1.04-.58-1.41L14 12l3.41-3.4c.38-.38.59-.89.59-1.42V4c0-1.1-.9-2-2-2H8Zm8 14.5V19c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-2.5l4-4 4 4Zm-4-5-4-4V5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2.5l-4 4Z" fill="#000"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zm-6 8H7c-1.65 0-3-1.35-3-3s1.35-3 3-3h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zm-3-4h8v2H8v-2z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M7 19h10c.55 0 1 .45 1 1s-.45 1-1 1H7c-.55 0-1-.45-1-1s.45-1 1-1z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M12 8c1.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"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M21 16h-2c-.28 0-.5.22-.5.5s.22.5.5.5h1.5v.5H20c-.28 0-.5.22-.5.5s.22.5.5.5h.5v.5H19c-.28 0-.5.22-.5.5s.22.5.5.5h2c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5zM19 5h.5v2.5c0 .28.22.5.5.5s.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5zm2.5 5.72v-.22c0-.28-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5h1.3l-1.68 1.96a.49.49 0 0 0-.12.32v.22c0 .28.22.5.5.5h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1.3l1.68-1.96a.49.49 0 0 0 .12-.32zM15.5 5h-12c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm0 12h-12c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm0-6h-12c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1z"/></svg>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 13v5c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-5c0-.55-.45-1-1-1s-1 .45-1 1v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1Zm-6-.33 1.88-1.88a.996.996 0 1 1 1.41 1.41l-3.59 3.59a.996.996 0 0 1-1.41 0L7.7 12.2a.996.996 0 1 1 1.41-1.41L11 12.67V4c0-.55.45-1 1-1s1 .45 1 1v8.67Z" fill="#000"/></svg>
|
|
File without changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="m14.39 11.065 1.61 1.61v-1.61h-1.61zm2.61-4h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.27-.77 2.37-1.87 2.84l1.4 1.4a4.986 4.986 0 0 0 2.37-4.24c0-2.76-2.24-5-5-5zM2 4.335l3.11 3.11A4.991 4.991 0 0 0 2 12.065c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07l2.07 2.07H8v2h2.73l2.27 2.27v1.73h1.73l4.01 4.01 1.41-1.41L3.41 2.925 2 4.335z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 6.5c2.76 0 5 2.24 5 5 0 .51-.1 1-.24 1.46l3.06 3.06c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l2.17 2.17c.47-.14.96-.24 1.47-.24ZM2.71 3.16a.996.996 0 0 0 0 1.41l1.97 1.97A11.892 11.892 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.97-.3 4.31-.82l2.72 2.72a.996.996 0 1 0 1.41-1.41L4.13 3.16c-.39-.39-1.03-.39-1.42 0ZM12 16.5c-2.76 0-5-2.24-5-5 0-.77.18-1.5.49-2.14l1.57 1.57c-.03.18-.06.37-.06.57 0 1.66 1.34 3 3 3 .2 0 .38-.03.57-.07L14.14 16c-.65.32-1.37.5-2.14.5Zm2.97-5.33a2.97 2.97 0 0 0-2.64-2.64l2.64 2.64Z" fill="#000"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path d="M17 12c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5zm-5 3c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm-7 0H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4z"/></svg>
|
|
@@ -57,6 +57,12 @@ iconMap['ic_annotations'] = (
|
|
|
57
57
|
</svg>
|
|
58
58
|
);
|
|
59
59
|
|
|
60
|
+
iconMap['ic_apps'] = (
|
|
61
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
62
|
+
<path d="M4 8h4V4H4v4Zm6 12h4v-4h-4v4Zm-6 0h4v-4H4v4Zm0-6h4v-4H4v4Zm6 0h4v-4h-4v4Zm6-10v4h4V4h-4Zm-6 4h4V4h-4v4Zm6 6h4v-4h-4v4Zm0 6h4v-4h-4v4Z" />
|
|
63
|
+
</svg>
|
|
64
|
+
);
|
|
65
|
+
|
|
60
66
|
iconMap['ic_arrow_back'] = (
|
|
61
67
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
62
68
|
<path d="M20.016 11.016v1.969H7.828l5.578 5.625L12 20.016 3.984 12 12 3.984l1.406 1.406-5.578 5.625h12.188z" />
|
|
@@ -76,7 +82,7 @@ iconMap['ic_arrow_drop_down'] = (
|
|
|
76
82
|
);
|
|
77
83
|
|
|
78
84
|
iconMap['ic_arrow_drop_right'] = (
|
|
79
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
85
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
80
86
|
<path d="M9.492 6.984 14.508 12l-5.016 5.016V6.984z" />
|
|
81
87
|
</svg>
|
|
82
88
|
);
|
|
@@ -119,7 +125,7 @@ iconMap['ic_border_color'] = (
|
|
|
119
125
|
);
|
|
120
126
|
|
|
121
127
|
iconMap['ic_change_password'] = (
|
|
122
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
128
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
123
129
|
<path d="M12.65 10a5.998 5.998 0 0 0-6.88-3.88c-2.29.46-4.15 2.29-4.63 4.58A6.006 6.006 0 0 0 7 18a5.99 5.99 0 0 0 5.65-4H17v2c0 1.1.9 2 2 2s2-.9 2-2v-2c1.1 0 2-.9 2-2s-.9-2-2-2h-8.35ZM7 14c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2Z" />
|
|
124
130
|
</svg>
|
|
125
131
|
);
|
|
@@ -161,7 +167,7 @@ iconMap['ic_columns'] = (
|
|
|
161
167
|
);
|
|
162
168
|
|
|
163
169
|
iconMap['ic_control_point'] = (
|
|
164
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
170
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
165
171
|
<path d="M19.446 12.6h-2.9v2.3h2.9v-2.3zm-9.1-2.3c1.9 0 3.4 1.5 3.4 3.4s-1.5 3.4-3.4 3.4-3.4-1.5-3.4-3.4 1.5-3.4 3.4-3.4zm0 1.7c-.9 0-1.7.8-1.7 1.7s.8 1.7 1.7 1.7c.9 0 1.7-.8 1.7-1.7s-.8-1.7-1.7-1.7zm-6.3.6h-2.9v2.3h2.9v-2.3zm7.4-8h-2.3v2.9h2.3V4.6zm0 15.4h-2.3v2.9h2.3V20z" />
|
|
166
172
|
<path d="M15.546 11.4c.3.7.5 1.5.5 2.3 0 3.2-2.6 5.7-5.7 5.7-3.2 0-5.7-2.6-5.7-5.7s2.5-5.7 5.7-5.7c.8 0 1.6.2 2.3.5V6.6c-.7-.2-1.5-.4-2.3-.4-4.1 0-7.4 3.3-7.4 7.4s3.3 7.4 7.4 7.4 7.4-3.3 7.4-7.4c0-.8-.1-1.6-.4-2.3h-1.8v.1z" />
|
|
167
173
|
<path d="M21.146 1.1h-5.7c-.9 0-1.7.8-1.7 1.7v5.7c0 .9.8 1.7 1.7 1.7h5.7c.9 0 1.7-.8 1.7-1.7V2.9c.1-1-.7-1.8-1.7-1.8z" />
|
|
@@ -169,7 +175,7 @@ iconMap['ic_control_point'] = (
|
|
|
169
175
|
);
|
|
170
176
|
|
|
171
177
|
iconMap['ic_copy'] = (
|
|
172
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
178
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
173
179
|
<path d="M8.5 20h10V7c0-.55.45-1 1-1s1 .45 1 1v13c0 1.1-.9 2-2 2h-10c-.55 0-1-.45-1-1s.45-1 1-1zm-5-4V4c0-1.1.9-2 2-2h9c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2h-9c-1.1 0-2-.9-2-2zm2 0h9V4h-9v12z" />
|
|
174
180
|
</svg>
|
|
175
181
|
);
|
|
@@ -235,8 +241,8 @@ iconMap['ic_expand_more'] = (
|
|
|
235
241
|
);
|
|
236
242
|
|
|
237
243
|
iconMap['ic_feedback_lightbulb'] = (
|
|
238
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
239
|
-
<path d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2
|
|
244
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
245
|
+
<path d="M12 22c1.1 0 2-.9 2-2h-4c0 1.1.9 2 2 2Zm-3-3h6c.55 0 1-.45 1-1s-.45-1-1-1H9c-.55 0-1 .45-1 1s.45 1 1 1Zm3-17C7.86 2 4.5 5.36 4.5 9.5c0 3.82 2.66 5.86 3.77 6.5h7.46c1.11-.64 3.77-2.68 3.77-6.5C19.5 5.36 16.14 2 12 2Z" />
|
|
240
246
|
</svg>
|
|
241
247
|
);
|
|
242
248
|
|
|
@@ -277,7 +283,7 @@ iconMap['ic_history'] = (
|
|
|
277
283
|
);
|
|
278
284
|
|
|
279
285
|
iconMap['ic_hourglass'] = (
|
|
280
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
286
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
281
287
|
<path d="M8 2c-1.1 0-2 .9-2 2v3.17c0 .53.21 1.04.59 1.42L10 12l-3.42 3.42c-.37.38-.58.89-.58 1.42V20c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2v-3.16c0-.53-.21-1.04-.58-1.41L14 12l3.41-3.4c.38-.38.59-.89.59-1.42V4c0-1.1-.9-2-2-2H8Zm8 14.5V19c0 .55-.45 1-1 1H9c-.55 0-1-.45-1-1v-2.5l4-4 4 4Zm-4-5-4-4V5c0-.55.45-1 1-1h6c.55 0 1 .45 1 1v2.5l-4 4Z" />
|
|
282
288
|
</svg>
|
|
283
289
|
);
|
|
@@ -361,7 +367,7 @@ iconMap['ic_line_vector'] = (
|
|
|
361
367
|
);
|
|
362
368
|
|
|
363
369
|
iconMap['ic_link'] = (
|
|
364
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
370
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
365
371
|
<path d="M17 7h-4v2h4c1.65 0 3 1.35 3 3s-1.35 3-3 3h-4v2h4c2.76 0 5-2.24 5-5s-2.24-5-5-5zm-6 8H7c-1.65 0-3-1.35-3-3s1.35-3 3-3h4V7H7c-2.76 0-5 2.24-5 5s2.24 5 5 5h4v-2zm-3-4h8v2H8v-2z" />
|
|
366
372
|
</svg>
|
|
367
373
|
);
|
|
@@ -405,19 +411,19 @@ iconMap['ic_marks'] = (
|
|
|
405
411
|
);
|
|
406
412
|
|
|
407
413
|
iconMap['ic_menu'] = (
|
|
408
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
414
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
409
415
|
<path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z" />
|
|
410
416
|
</svg>
|
|
411
417
|
);
|
|
412
418
|
|
|
413
419
|
iconMap['ic_minimise'] = (
|
|
414
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
420
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
415
421
|
<path d="M7 19h10c.55 0 1 .45 1 1s-.45 1-1 1H7c-.55 0-1-.45-1-1s.45-1 1-1z" />
|
|
416
422
|
</svg>
|
|
417
423
|
);
|
|
418
424
|
|
|
419
425
|
iconMap['ic_more_vert'] = (
|
|
420
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
426
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
421
427
|
<path d="M12 8c1.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" />
|
|
422
428
|
</svg>
|
|
423
429
|
);
|
|
@@ -441,7 +447,7 @@ iconMap['ic_note_add'] = (
|
|
|
441
447
|
);
|
|
442
448
|
|
|
443
449
|
iconMap['ic_numbered_list'] = (
|
|
444
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
450
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
445
451
|
<path d="M21 16h-2c-.28 0-.5.22-.5.5s.22.5.5.5h1.5v.5H20c-.28 0-.5.22-.5.5s.22.5.5.5h.5v.5H19c-.28 0-.5.22-.5.5s.22.5.5.5h2c.28 0 .5-.22.5-.5v-3c0-.28-.22-.5-.5-.5zM19 5h.5v2.5c0 .28.22.5.5.5s.5-.22.5-.5v-3c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5s.22.5.5.5zm2.5 5.72v-.22c0-.28-.22-.5-.5-.5h-2c-.28 0-.5.22-.5.5s.22.5.5.5h1.3l-1.68 1.96a.49.49 0 0 0-.12.32v.22c0 .28.22.5.5.5h2c.28 0 .5-.22.5-.5s-.22-.5-.5-.5h-1.3l1.68-1.96a.49.49 0 0 0 .12-.32zM15.5 5h-12c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm0 12h-12c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1zm0-6h-12c-.55 0-1 .45-1 1s.45 1 1 1h12c.55 0 1-.45 1-1s-.45-1-1-1z" />
|
|
446
452
|
</svg>
|
|
447
453
|
);
|
|
@@ -502,7 +508,7 @@ iconMap['ic_picker'] = (
|
|
|
502
508
|
</svg>
|
|
503
509
|
);
|
|
504
510
|
|
|
505
|
-
iconMap['
|
|
511
|
+
iconMap['ic_polygon_selection'] = (
|
|
506
512
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
507
513
|
<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" />
|
|
508
514
|
<path d="M9.793 3.793a1 1 0 0 1 1.327-.078l.791.625-1.239 1.57-.277.11L8.98 4.605l.813-.812Zm4.046 4.617-1.584-1.25 1.24-1.57 1.583 1.25-1.24 1.57Zm-5.07-.765L7.146 9.27 5.73 7.855 7.355 6.23 8.77 7.645Zm8.236 3.265-1.583-1.25 1.24-1.57 1.583 1.25-1.24 1.57ZM5 12.125l.52-1.23L4.105 9.48l-.812.813A1 1 0 0 0 3 11v1.125h2Zm13.589.035 1.239-1.57.792.625A1 1 0 0 1 21 12v1h-2l-.411-.84ZM5 14.375v2.25H3v-2.25h2Zm0 4.5V21H4a1 1 0 0 1-1-1v-1.125h2ZM7 19h2v2H7v-2Zm4 0h2v2h-2v-2Z" />
|
|
@@ -515,7 +521,7 @@ iconMap['ic_pre_validation'] = (
|
|
|
515
521
|
</svg>
|
|
516
522
|
);
|
|
517
523
|
|
|
518
|
-
iconMap['
|
|
524
|
+
iconMap['ic_product_list'] = (
|
|
519
525
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
520
526
|
<path d="M12 9h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1Zm0 4h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1Zm0 4h4c.55 0 1-.45 1-1s-.45-1-1-1h-4c-.55 0-1 .45-1 1s.45 1 1 1ZM7 7h2v2H7V7Zm0 4h2v2H7v-2Zm0 4h2v2H7v-2ZM20 3H4c-.55 0-1 .45-1 1v16c0 .55.45 1 1 1h16c.55 0 1-.45 1-1V4c0-.55-.45-1-1-1Zm-1 16H5V5h14v14Z" />
|
|
521
527
|
</svg>
|
|
@@ -545,7 +551,7 @@ iconMap['ic_requisitions'] = (
|
|
|
545
551
|
</svg>
|
|
546
552
|
);
|
|
547
553
|
|
|
548
|
-
iconMap['
|
|
554
|
+
iconMap['ic_round_selection'] = (
|
|
549
555
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
550
556
|
<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" />
|
|
551
557
|
<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" />
|
|
@@ -553,7 +559,7 @@ iconMap['ic_round selection'] = (
|
|
|
553
559
|
);
|
|
554
560
|
|
|
555
561
|
iconMap['ic_save_download'] = (
|
|
556
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
562
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
557
563
|
<path d="M19 13v5c0 .55-.45 1-1 1H6c-.55 0-1-.45-1-1v-5c0-.55-.45-1-1-1s-1 .45-1 1v6c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1Zm-6-.33 1.88-1.88a.996.996 0 1 1 1.41 1.41l-3.59 3.59a.996.996 0 0 1-1.41 0L7.7 12.2a.996.996 0 1 1 1.41-1.41L11 12.67V4c0-.55.45-1 1-1s1 .45 1 1v8.67Z" />
|
|
558
564
|
</svg>
|
|
559
565
|
);
|
|
@@ -576,7 +582,7 @@ iconMap['ic_send_email_dart'] = (
|
|
|
576
582
|
</svg>
|
|
577
583
|
);
|
|
578
584
|
|
|
579
|
-
iconMap['
|
|
585
|
+
iconMap['ic_square_selection'] = (
|
|
580
586
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
|
|
581
587
|
<path d="M17 5h-2V3h2v2Zm2 4h2V7h-2v2Zm0 4h2v-2h-2v2Zm-8 8h2v-2h-2v2ZM7 5h2V3H7v2ZM3 17h2v-2H3v2Zm2 4v-2H3c0 1.1.9 2 2 2ZM19 3v2h2c0-1.1-.9-2-2-2Zm-8 2h2V3h-2v2ZM3 9h2V7H3v2Zm4 12h2v-2H7v2Zm-4-8h2v-2H3v2Zm0-8h2V3c-1.1 0-2 .9-2 2Zm18.02 12H19v-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" />
|
|
582
588
|
</svg>
|
|
@@ -633,7 +639,7 @@ iconMap['ic_tune_setting_configure'] = (
|
|
|
633
639
|
);
|
|
634
640
|
|
|
635
641
|
iconMap['ic_unlink'] = (
|
|
636
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
642
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
637
643
|
<path d="m14.39 11.065 1.61 1.61v-1.61h-1.61zm2.61-4h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1 0 1.27-.77 2.37-1.87 2.84l1.4 1.4a4.986 4.986 0 0 0 2.37-4.24c0-2.76-2.24-5-5-5zM2 4.335l3.11 3.11A4.991 4.991 0 0 0 2 12.065c0 2.76 2.24 5 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1 0-1.59 1.21-2.9 2.76-3.07l2.07 2.07H8v2h2.73l2.27 2.27v1.73h1.73l4.01 4.01 1.41-1.41L3.41 2.925 2 4.335z" />
|
|
638
644
|
</svg>
|
|
639
645
|
);
|
|
@@ -675,7 +681,7 @@ iconMap['ic_view_week'] = (
|
|
|
675
681
|
);
|
|
676
682
|
|
|
677
683
|
iconMap['ic_visiblity_off'] = (
|
|
678
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
684
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
679
685
|
<path d="M12 6.5c2.76 0 5 2.24 5 5 0 .51-.1 1-.24 1.46l3.06 3.06c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l2.17 2.17c.47-.14.96-.24 1.47-.24ZM2.71 3.16a.996.996 0 0 0 0 1.41l1.97 1.97A11.892 11.892 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.97-.3 4.31-.82l2.72 2.72a.996.996 0 1 0 1.41-1.41L4.13 3.16c-.39-.39-1.03-.39-1.42 0ZM12 16.5c-2.76 0-5-2.24-5-5 0-.77.18-1.5.49-2.14l1.57 1.57c-.03.18-.06.37-.06.57 0 1.66 1.34 3 3 3 .2 0 .38-.03.57-.07L14.14 16c-.65.32-1.37.5-2.14.5Zm2.97-5.33a2.97 2.97 0 0 0-2.64-2.64l2.64 2.64Z" />
|
|
680
686
|
</svg>
|
|
681
687
|
);
|
|
@@ -705,7 +711,7 @@ iconMap['ic_xml_file'] = (
|
|
|
705
711
|
);
|
|
706
712
|
|
|
707
713
|
iconMap['ic_zoom_centre'] = (
|
|
708
|
-
<svg xmlns="http://www.w3.org/2000/svg"
|
|
714
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
709
715
|
<path d="M17 12c0-2.76-2.24-5-5-5s-5 2.24-5 5 2.24 5 5 5 5-2.24 5-5zm-5 3c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm-7 0H3v4c0 1.1.9 2 2 2h4v-2H5v-4zM5 5h4V3H5c-1.1 0-2 .9-2 2v4h2V5zm14-2h-4v2h4v4h2V5c0-1.1-.9-2-2-2zm0 16h-4v2h4c1.1 0 2-.9 2-2v-4h-2v4z" />
|
|
710
716
|
</svg>
|
|
711
717
|
);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function useDeprecatedWarning(componentName: string): void;
|