valtech-components 2.0.689 → 2.0.691

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.689",
3
+ "version": "2.0.691",
4
4
  "private": false,
5
5
  "bin": {
6
6
  "valtech-firebase-config": "./src/lib/services/firebase/scripts/generate-sw-config.js"
@@ -41,14 +41,14 @@
41
41
  &--floating {
42
42
  margin: 0 16px;
43
43
  margin-bottom: 8px;
44
- border-radius: 28px;
44
+ border-radius: 32px;
45
45
  border: 1px solid rgba(var(--ion-text-color-rgb, 0, 0, 0), 0.08);
46
46
  box-shadow:
47
47
  0 4px 24px rgba(0, 0, 0, 0.08),
48
48
  0 8px 32px rgba(0, 0, 0, 0.04);
49
49
 
50
50
  // Override default radius
51
- --bottom-nav-radius: 28px;
51
+ --bottom-nav-radius: 32px;
52
52
  }
53
53
 
54
54
  // Floating + Translucent combo
@@ -2,4 +2,4 @@
2
2
  * Current version of valtech-components.
3
3
  * This is automatically updated during the publish process.
4
4
  */
5
- export const VERSION = '2.0.688';
5
+ export const VERSION = '2.0.690';