noph-ui 0.16.24 → 0.17.0

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/README.md CHANGED
@@ -67,6 +67,7 @@ Beta (No breaking changes expected)
67
67
  - Select
68
68
  - Snackbar
69
69
  - Text fields
70
+ - Tabs
70
71
 
71
72
  In progress (Breaking changes expected)
72
73
 
@@ -76,4 +77,3 @@ In progress (Breaking changes expected)
76
77
  - Navigation Drawer (Docs missing)
77
78
  - Navigation Rail (Badge is missing + Docs missing)
78
79
  - Tooltips (Positioning missing)
79
- - Tabs
@@ -115,7 +115,7 @@
115
115
 
116
116
  .np-navigation-action-selected .np-navigation-action-label {
117
117
  font-weight: var(--np-navigation-rail-item-selected-font-weight, 700);
118
- color: var(--np-color-on-surface);
118
+ color: var(--np-color-secondary);
119
119
  }
120
120
  .np-touch {
121
121
  height: 56px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.16.24",
3
+ "version": "0.17.0",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {