@nordhealth/components 4.4.0 → 4.5.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 +6392 -6372
- package/lib/Button.js +1 -1
- package/lib/Button.js.map +1 -1
- package/lib/Modal.js +1 -1
- package/lib/Modal.js.map +1 -1
- package/lib/bundle.js +8 -8
- package/lib/bundle.js.map +1 -1
- package/lib/src/button/Button.d.ts +5 -0
- package/package.json +2 -2
|
@@ -94,6 +94,11 @@ export default class Button extends Button_base {
|
|
|
94
94
|
* all user interactions on the button itself while in loading state.
|
|
95
95
|
*/
|
|
96
96
|
loading: boolean;
|
|
97
|
+
/**
|
|
98
|
+
* Controls whether the `interface-dropdown-small` icon from Nordicons is hidden
|
|
99
|
+
* in the `end` slot when used as a dropdown toggle.
|
|
100
|
+
*/
|
|
101
|
+
hideDropdownIcon: boolean;
|
|
97
102
|
connectedCallback(): void;
|
|
98
103
|
render(): TemplateResult<1>;
|
|
99
104
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nordhealth/components",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.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",
|
|
@@ -178,5 +178,5 @@
|
|
|
178
178
|
}
|
|
179
179
|
]
|
|
180
180
|
},
|
|
181
|
-
"gitHead": "
|
|
181
|
+
"gitHead": "c63c3e35a87cbb0e1e7c33183fc9830b37422316"
|
|
182
182
|
}
|