noph-ui 0.17.8 → 0.17.10

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.
@@ -157,6 +157,8 @@
157
157
  .text-disabled {
158
158
  --button-height: var(--np-text-button-container-height, 2.5rem);
159
159
  border-radius: var(--np-text-button-container-shape, var(--np-shape-corner-full));
160
+ padding-left: calc((var(--button-height) - 1.5rem) / 2);
161
+ padding-right: calc((var(--button-height) - 1.5rem) / 2);
160
162
  }
161
163
  .enabled {
162
164
  transition: background-color 0.3s ease;
@@ -403,7 +403,6 @@
403
403
 
404
404
  .input-wrapper {
405
405
  display: flex;
406
- flex-wrap: wrap;
407
406
  align-items: baseline;
408
407
  min-width: 0;
409
408
  }
@@ -485,7 +484,7 @@
485
484
  margin-bottom: var(--bottom-space, 0.5rem);
486
485
  }
487
486
  .content .input-wrapper .input {
488
- min-width: 4rem;
487
+ min-width: 0;
489
488
  }
490
489
  :global(.content .input-wrapper .np-chip-set) {
491
490
  margin-top: calc(var(--top-space, 1.5rem) - 4px);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.17.8",
3
+ "version": "0.17.10",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {