diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa67cf8b..31989f118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 29.6.0 + +New: + +- `GeoValue` component + ## 29.5.5 Fix: diff --git a/package.json b/package.json index eb47d829d..3b149c03d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@geoblink/design-system", - "version": "29.5.5", + "version": "29.6.0", "description": "Geoblink Design System for Vue.js", "author": "Geoblink ", "main": "dist/system.js", diff --git a/src/elements/GeoButton/GeoButton.template.html b/src/elements/GeoButton/GeoButton.template.html index b0ab99c39..e4719bb19 100644 --- a/src/elements/GeoButton/GeoButton.template.html +++ b/src/elements/GeoButton/GeoButton.template.html @@ -1,6 +1,7 @@ diff --git a/src/elements/GeoValue/GeoNegativeValue.examples.md b/src/elements/GeoValue/GeoNegativeValue.examples.md new file mode 100644 index 000000000..cdee374a5 --- /dev/null +++ b/src/elements/GeoValue/GeoNegativeValue.examples.md @@ -0,0 +1,331 @@ +## Simple primary value + +```vue live + + + +``` + +## Primary value with unit + +```vue live + + + +``` + +## Primary value with description + +```vue live + + + +``` + +## Primary value with description tooltip + +```vue live + + + +``` + +## Primary value with warning tooltip + +```vue live + + + + + +``` + +## Simple secondary value + +```vue live + + + +``` + +## Secondary value with unit and description + +```vue live + + + +``` + +## Secondary value with description tooltip + +```vue live + + + +``` + +## Secondary value with warning tooltip + +```vue live + + + + + +``` \ No newline at end of file diff --git a/src/elements/GeoValue/GeoNegativeValue.vue b/src/elements/GeoValue/GeoNegativeValue.vue new file mode 100644 index 000000000..f5ca2ef0f --- /dev/null +++ b/src/elements/GeoValue/GeoNegativeValue.vue @@ -0,0 +1,23 @@ +