native-document 1.0.230 → 1.0.231
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "native-document",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.231",
|
|
4
4
|
"description": "A reactive JavaScript framework that preserves native DOM simplicity without sacrificing modern features",
|
|
5
5
|
"author": "AfroCodeur <https://github.com/afrocodeur>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -150,7 +150,7 @@ export const ICON_ROBOT = 'robot';
|
|
|
150
150
|
|
|
151
151
|
// -- Location -----------------------------------------------------------------
|
|
152
152
|
export const ICON_MAP = 'map';
|
|
153
|
-
export const ICON_MAP_PIN = '
|
|
153
|
+
export const ICON_MAP_PIN = 'mapPin';
|
|
154
154
|
export const ICON_COMPASS = 'compass';
|
|
155
155
|
export const ICON_GLOBAL = 'global';
|
|
156
156
|
export const ICON_LOCATION = 'location';
|