@helpwave/hightide 0.12.2 → 0.12.4

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.
@@ -6332,6 +6332,16 @@
6332
6332
  [data-name="app-page-main-spacer"] {
6333
6333
  min-height: calc(var(--spacing) * 16);
6334
6334
  }
6335
+ .app-page-navigation-item-label {
6336
+ display: flex;
6337
+ flex-direction: row;
6338
+ column-gap: calc(var(--spacing) * 2);
6339
+ align-items: center;
6340
+ justify-content: space-between;
6341
+ &[data-active] {
6342
+ color: var(--color-primary);
6343
+ }
6344
+ }
6335
6345
  }
6336
6346
  :root {
6337
6347
  --spacing: 0.25rem;
@@ -113,4 +113,12 @@
113
113
  [data-name="app-page-main-spacer"] {
114
114
  @apply min-h-16;
115
115
  }
116
+
117
+ .app-page-navigation-item-label {
118
+ @apply flex-row-2 items-center justify-between;
119
+
120
+ &[data-active] {
121
+ @apply text-primary;
122
+ }
123
+ }
116
124
  }
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "access": "public"
11
11
  },
12
12
  "license": "MPL-2.0",
13
- "version": "0.12.2",
13
+ "version": "0.12.4",
14
14
  "files": [
15
15
  "dist"
16
16
  ],