noph-ui 0.10.3 → 0.10.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.
@@ -119,9 +119,9 @@
119
119
  }
120
120
 
121
121
  .np-navigation-drawer-item-label {
122
- font-size: var(--np-navigation-drawer-font-size, 0.875rem);
122
+ font-size: var(--np-navigation-drawer-item-font-size, 0.875rem);
123
123
  line-height: 1.25rem;
124
- font-weight: 500;
124
+ font-weight: var(--np-navigation-drawer-item-font-weight, 500);
125
125
  flex: 1;
126
126
  text-align: left;
127
127
  overflow: hidden;
@@ -131,7 +131,7 @@
131
131
  }
132
132
 
133
133
  .np-navigation-drawer-item-selected .np-navigation-drawer-item-label {
134
- font-weight: 700;
134
+ font-weight: var(--np-navigation-drawer-item-selected-font-weight, 700);
135
135
  color: var(--np-color-on-secondary-container);
136
136
  }
137
137
 
@@ -85,7 +85,7 @@
85
85
  .np-navigation-action-label {
86
86
  font-size: 0.75rem;
87
87
  line-height: 1rem;
88
- font-weight: 500;
88
+ font-weight: var(--np-navigation-rail-item-font-weight, 500);
89
89
  transition: all;
90
90
  color: var(--np-color-on-surface-variant);
91
91
  }
@@ -113,7 +113,7 @@
113
113
  }
114
114
 
115
115
  .np-navigation-action-selected .np-navigation-action-label {
116
- font-weight: 700;
116
+ font-weight: var(--np-navigation-rail-item-selected-font-weight, 700);
117
117
  color: var(--np-color-on-surface);
118
118
  }
119
119
  .np-touch {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.10.3",
3
+ "version": "0.10.4",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {