@nordhealth/components 3.18.2 → 3.19.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.
@@ -14,6 +14,7 @@ declare const Select_base: (new (...args: any[]) => import("../common/mixins/Siz
14
14
  * @slot icon - Used to place an icon at the start of select.
15
15
  *
16
16
  * @cssprop [--n-select-block-size=var(--n-space-xl)] - Controls the block size, or height, of the select using our [spacing tokens](/tokens/#space).
17
+ * @cssprop [--n-select-inline-size=fit-content] - Controls the inline size, or width, of the select.
17
18
  * @cssprop [--n-label-color=var(--n-color-text)] - Controls the text color of the label, using our [color tokens](/tokens/#color).
18
19
  */
19
20
  export default class Select extends Select_base {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nordhealth/components",
3
- "version": "3.18.2",
3
+ "version": "3.19.0",
4
4
  "description": "This package includes Nord Design System Web Components",
5
5
  "author": "Nordhealth <support@nordhealth.design>",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -175,5 +175,5 @@
175
175
  }
176
176
  ]
177
177
  },
178
- "gitHead": "7387d2e85413296780108c948146c8abb88bd0fd"
178
+ "gitHead": "62fe78f41f60234a3224b3cd2544ef1f1462d056"
179
179
  }