@uidu/analytics-namespaced-context
Advanced tools
Comparing version 0.3.13 to 0.4.0
# @uidu/analytics-namespaced-context | ||
## 0.4.0 | ||
### Minor Changes | ||
- c5a9ffbf6: ## Forms to tailwind, use css variables where possible, refactor Button completely | ||
Button now is styleable from outside with tailwind or normal classNames. It's also possible to use css variables to style the button, and use variants to style the button. | ||
Removed bootstrap dependency locally, to understand how the uikit behaves in a less opinionated client. | ||
Bumped dependencies as well. | ||
### Patch Changes | ||
- Updated dependencies [c5a9ffbf6] | ||
- @uidu/analytics@0.5.0 | ||
## 0.3.13 | ||
@@ -4,0 +19,0 @@ |
{ | ||
"name": "@uidu/analytics-namespaced-context", | ||
"version": "0.3.13" | ||
"version": "0.4.0" | ||
} |
{ | ||
"name": "@uidu/analytics-namespaced-context", | ||
"version": "0.3.13", | ||
"version": "0.4.0", | ||
"description": "Provides a namespace for AnalyticsContext data (@uidu/analytics)", | ||
@@ -11,9 +11,9 @@ "repository": "https://github.com/uidu-org/guidu/tree/main/packages/elements/analytics-namespaced-context", | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.8", | ||
"@uidu/analytics": "^0.4.14", | ||
"tslib": "^2.3.0" | ||
"@babel/runtime": "^7.15.3", | ||
"@uidu/analytics": "^0.5.0", | ||
"tslib": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@uidu/analytics-listeners": "^0.3.13", | ||
"@uidu/docs": "^0.3.14", | ||
"@uidu/analytics-listeners": "^0.4.0", | ||
"@uidu/docs": "^0.4.0", | ||
"react": "^17.0.2" | ||
@@ -20,0 +20,0 @@ }, |
15274
+ Added@uidu/analytics@0.5.11(transitive)
+ Addedreact@18.3.1(transitive)
- Removed@uidu/analytics@0.4.14(transitive)
Updated@babel/runtime@^7.15.3
Updated@uidu/analytics@^0.5.0
Updatedtslib@^2.3.1