noph-ui 0.2.1 → 0.2.2

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.
@@ -100,6 +100,10 @@
100
100
  position: relative;
101
101
  transition: all 0.15s linear;
102
102
  }
103
+ .np-segmented-button-icon-label {
104
+ display: inline-flex;
105
+ }
106
+
103
107
  :global(.np-segmented-button-icon-label svg) {
104
108
  fill: currentColor;
105
109
  width: 1.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {