@longline/aqua-ui 1.0.8 → 1.0.10
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 +4 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
* [Storybook (Gitlab pages)](https://henck.gitlab.io/aqua-ui/)
|
|
4
|
-
* [Wiki](https://gitlab.com/henck/aqua-ui/-/wikis/home)
|
|
5
|
-
* [Styles](https://gitlab.com/henck/aqua-ui/-/wikis/Styles) about normalization and theming
|
|
6
|
-
|
|
1
|
+
# Aqua-UI
|
|
7
2
|
|
|
3
|
+
**AquaUI** is an evolution of **[TypeUI](https://henck.github.io/typeui)**, bringing together robust TypeUI
|
|
4
|
+
components with cleaned-up, updated React code, as well as new components from **AquaRisk**, **AquaScape** and
|
|
5
|
+
**Aqua**. These include atomic controls, containers, and map controls.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@longline/aqua-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "AquaUI",
|
|
5
5
|
"author": "Alexander van Oostenrijk / Longline Environment",
|
|
6
6
|
"license": "Commercial",
|
|
@@ -30,11 +30,6 @@
|
|
|
30
30
|
"@storybook/react-webpack5": "^8.2.9",
|
|
31
31
|
"@storybook/test": "^8.2.9",
|
|
32
32
|
"@storybook/theming": "^8.2.9",
|
|
33
|
-
"@types/geojson": "^7946.0.14",
|
|
34
|
-
"@types/mapbox-gl": "^3.4.0",
|
|
35
|
-
"@types/react": "^18.3.4",
|
|
36
|
-
"@types/react-dom": "^18.3.0",
|
|
37
|
-
"@types/react-transition-group": "^4.4.11",
|
|
38
33
|
"copy-webpack-plugin": "^12.0.2",
|
|
39
34
|
"storybook": "^8.2.9",
|
|
40
35
|
"svg-spritemap-webpack-plugin": "^4.5.1",
|
|
@@ -49,6 +44,11 @@
|
|
|
49
44
|
"@tiptap/starter-kit": "^2.7.2",
|
|
50
45
|
"@turf/helpers": "^7.1.0",
|
|
51
46
|
"@turf/tin": "^7.1.0",
|
|
47
|
+
"@types/geojson": "^7946.0.14",
|
|
48
|
+
"@types/mapbox-gl": "^3.4.0",
|
|
49
|
+
"@types/react": "^18.3.10",
|
|
50
|
+
"@types/react-dom": "^18.3.0",
|
|
51
|
+
"@types/react-transition-group": "^4.4.11",
|
|
52
52
|
"awesome-debounce-promise": "^2.1.0",
|
|
53
53
|
"date-fns": "^4.1.0",
|
|
54
54
|
"mapbox-gl": "^3.7.0",
|