@vertigis/react-ui 11.21.0 → 11.21.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/icons/Check.js +1 -1
- package/icons/Markdown.d.ts +4 -0
- package/icons/Markdown.js +3 -0
- package/icons/index.d.ts +1 -0
- package/icons/index.js +1 -0
- package/package.json +2 -2
package/icons/Check.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import createSvgIcon from "./utils/createSvgIcon.js";
|
|
3
|
-
export default createSvgIcon(_jsx("path", { d: "
|
|
3
|
+
export default createSvgIcon(_jsx("path", { d: "M22.237 5.354 7.375 20.245l-5.89-5.891 1.591-1.591 4.285 4.285L20.646 3.763l1.591 1.591Z" }), "Check");
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import createSvgIcon from "./utils/createSvgIcon.js";
|
|
3
|
+
export default createSvgIcon(_jsx("path", { d: "M22.788 5.989c.123 0 .223.088.223.197v11.627c0 .109-.1.197-.223.197H1.212c-.123 0-.223-.088-.223-.197V6.186c0-.109.1-.197.223-.197h21.576m0-.989H1.212A1.2 1.2 0 0 0 0 6.186v11.627A1.2 1.2 0 0 0 1.212 19h21.576A1.2 1.2 0 0 0 24 17.814V6.186A1.2 1.2 0 0 0 22.788 5ZM3 16V8h2.5L8 10.941 10.5 8H13v8h-2.5v-4.588L8 14.353l-2.5-2.941V16H3Zm15.5 0L15 12.118h2.333V8h2.333v4.118h2.333L18.499 16Z" }), "Markdown");
|
package/icons/index.d.ts
CHANGED
|
@@ -371,6 +371,7 @@ export { default as MapRefresh } from "./MapRefresh.js";
|
|
|
371
371
|
export { default as MapSyncOff } from "./MapSyncOff.js";
|
|
372
372
|
export { default as MapSyncOn } from "./MapSyncOn.js";
|
|
373
373
|
export { default as MapTax } from "./MapTax.js";
|
|
374
|
+
export { default as Markdown } from "./Markdown.js";
|
|
374
375
|
export { default as Markup } from "./Markup.js";
|
|
375
376
|
export { default as MarkupOff } from "./MarkupOff.js";
|
|
376
377
|
export { default as Maximize } from "./Maximize.js";
|
package/icons/index.js
CHANGED
|
@@ -371,6 +371,7 @@ export { default as MapRefresh } from "./MapRefresh.js";
|
|
|
371
371
|
export { default as MapSyncOff } from "./MapSyncOff.js";
|
|
372
372
|
export { default as MapSyncOn } from "./MapSyncOn.js";
|
|
373
373
|
export { default as MapTax } from "./MapTax.js";
|
|
374
|
+
export { default as Markdown } from "./Markdown.js";
|
|
374
375
|
export { default as Markup } from "./Markup.js";
|
|
375
376
|
export { default as MarkupOff } from "./MarkupOff.js";
|
|
376
377
|
export { default as Maximize } from "./Maximize.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertigis/react-ui",
|
|
3
|
-
"version": "11.21.
|
|
3
|
+
"version": "11.21.1",
|
|
4
4
|
"description": "Utilities and React components used in VertiGIS applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vertigis",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@types/lodash.merge": "^4.6.7",
|
|
39
39
|
"@types/marked": "^4.0.2",
|
|
40
40
|
"@types/react-color": "^3.0.6",
|
|
41
|
-
"@vertigis/icons": "5.0.
|
|
41
|
+
"@vertigis/icons": "5.0.562"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@esri/arcgis-html-sanitizer": "^3.0.1",
|