@nordhealth/components 4.1.1 → 4.2.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/custom-elements.json +2815 -2810
- package/lib/Dropdown.js +1 -1
- package/lib/Dropdown.js.map +1 -1
- package/lib/bundle.js +1 -1
- package/lib/bundle.js.map +1 -1
- package/lib/src/dropdown/Dropdown.d.ts +1 -0
- package/package.json +3 -3
|
@@ -18,6 +18,7 @@ declare const Dropdown_base: (new (...args: any[]) => import("../common/mixins/F
|
|
|
18
18
|
* @fires {NordEvent} close - Dispatched when the popout is closed.
|
|
19
19
|
*
|
|
20
20
|
* @cssprop [--n-dropdown-size=250px] - Controls the inline size, or width, of the dropdown. Will resize up to 1.5 times to account for larger content.
|
|
21
|
+
* @cssprop [--n-dropdown-max-block-size=460px] - Controls the maximum block size, or height, of the dropdown. Larger content will get a scrollbar.
|
|
21
22
|
*/
|
|
22
23
|
export default class Dropdown extends Dropdown_base {
|
|
23
24
|
static styles: import("lit").CSSResult[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nordhealth/components",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.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",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"pretest": "pnpm clean:snapshots",
|
|
28
28
|
"test": "docker compose run --rm -e INCLUDE_VISUAL_REGRESSION test",
|
|
29
29
|
"test:watch": "docker compose run --rm -e INCLUDE_VISUAL_REGRESSION test --watch",
|
|
30
|
-
"test:capture": "pnpm test --
|
|
30
|
+
"test:capture": "pnpm test --update-visual-baseline",
|
|
31
31
|
"test:local": "wtr --coverage --watch",
|
|
32
32
|
"analyze": "custom-elements-manifest analyze --litelement",
|
|
33
33
|
"scaffold": "node ./scripts/scaffold.mjs",
|
|
@@ -178,5 +178,5 @@
|
|
|
178
178
|
}
|
|
179
179
|
]
|
|
180
180
|
},
|
|
181
|
-
"gitHead": "
|
|
181
|
+
"gitHead": "943c0bd80cf3e3f36613e5a11a74ed2c32e83701"
|
|
182
182
|
}
|