@rio-cloud/rio-uikit 1.5.0 → 1.5.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.
@@ -31,7 +31,7 @@
31
31
  "color-map-marker-text": "#ffffff",
32
32
  "color-map-marker-active": "#ffffff",
33
33
  "color-map-marker-asset": "#2a3740",
34
- "color-map-marker-poi": "#d5429f",
34
+ "color-map-marker-poi": "#d63f7f",
35
35
  "color-map-marker-geofence": "#f9636e",
36
36
  "color-map-marker-route": "#36afd7",
37
37
  "color-map-marker-info": "#3f759b",
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "1.5.0"
2
+ "version": "1.5.1"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rio-cloud/rio-uikit",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "The RIO UIKIT component library",
5
5
  "repository": "https://bitbucket.collaboration-man.com/projects/RIOFRONT/repos/uikit-web/browse",
6
6
  "scripts": {
@@ -43,9 +43,7 @@
43
43
  "module": "index.js",
44
44
  "types": "index.d.ts",
45
45
  "less": "./styles/css/rio-uikit.less",
46
- "files": [
47
- "**/*.*"
48
- ],
46
+ "files": ["**/*.*"],
49
47
  "devDependencies": {
50
48
  "@testing-library/dom": "9.3.3",
51
49
  "@testing-library/jest-dom": "5.17.0",
@@ -54,7 +52,7 @@
54
52
  "@testing-library/user-event": "14.5.2",
55
53
  "@types/heremaps": "3.1.14",
56
54
  "@types/lodash": "4.17.7",
57
- "@types/qs": "^6.9.16",
55
+ "@types/qs": "6.9.16",
58
56
  "@types/react": "18.3.5",
59
57
  "@types/react-dom": "18.3.0",
60
58
  "@types/react-input-mask": "3.0.5",
@@ -135,12 +133,6 @@
135
133
  "overrides": {
136
134
  "iframe-resizer": "4.3.11"
137
135
  },
138
- "pre-commit": [
139
- "format-code"
140
- ],
141
- "browserslist": [
142
- "> 0.5%",
143
- "Firefox ESR",
144
- "not dead"
145
- ]
136
+ "pre-commit": ["format-code"],
137
+ "browserslist": ["> 0.5%", "Firefox ESR", "not dead"]
146
138
  }
@@ -31,7 +31,7 @@
31
31
  "color-map-marker-text": "#ffffff",
32
32
  "color-map-marker-active": "#ffffff",
33
33
  "color-map-marker-asset": "#2a3740",
34
- "color-map-marker-poi": "#d5429f",
34
+ "color-map-marker-poi": "#d63f7f",
35
35
  "color-map-marker-geofence": "#f9636e",
36
36
  "color-map-marker-route": "#36afd7",
37
37
  "color-map-marker-info": "#3f759b",
package/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "1.5.0"
2
+ "version": "1.5.1"
3
3
  }
package/.DS_Store DELETED
Binary file