noph-ui 0.8.3 → 0.8.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.
@@ -331,8 +331,8 @@
331
331
  flex: 1;
332
332
  flex-direction: column;
333
333
  writing-mode: horizontal-tb;
334
- max-width: 100%;
335
- min-width: 210px;
334
+ max-width: var(--np-select-max-width, 100%);
335
+ min-width: var(--np-select-min-width, 210px);
336
336
  }
337
337
 
338
338
  .supporting-text {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "noph-ui",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "license": "MIT",
5
5
  "homepage": "https://noph.dev",
6
6
  "repository": {