@rio-cloud/rio-uikit 1.5.0 → 1.5.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/README.md +2 -1
- package/lib/es/styles/variables/colors/colors.json +1 -1
- package/lib/es/version.json +1 -1
- package/package.json +5 -13
- package/styles/variables/colors/colors.json +1 -1
- package/version.json +1 -1
- package/.DS_Store +0 -0
package/README.md
CHANGED
|
@@ -21,7 +21,8 @@ Create a new development beta version:
|
|
|
21
21
|
|
|
22
22
|
1. Update the `package.json`. Example `1.2.4-beta.1`
|
|
23
23
|
2. Update the `src/version.json`. Example `1.2.4-beta.1`
|
|
24
|
-
3.
|
|
24
|
+
3. Update the `src/versionList.json`. Example `1.2.4`
|
|
25
|
+
4. run `npm i` or update `package-lock.json`. Example `1.2.4-beta.1`
|
|
25
26
|
|
|
26
27
|
## Development
|
|
27
28
|
|
|
@@ -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": "#
|
|
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/lib/es/version.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rio-cloud/rio-uikit",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
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": "
|
|
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
|
-
|
|
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": "#
|
|
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
package/.DS_Store
DELETED
|
Binary file
|