@umbraco-ui/uui 1.6.0 → 1.6.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "license": "MIT",
5
5
  "description": "The full Umbraco UI Library. The package includes and registers all UUI Web Components.",
6
6
  "keywords": [
@@ -111,7 +111,7 @@
111
111
  "@umbraco-ui/uui-symbol-more": "1.6.0",
112
112
  "@umbraco-ui/uui-symbol-sort": "1.6.0",
113
113
  "@umbraco-ui/uui-table": "1.6.0",
114
- "@umbraco-ui/uui-tabs": "1.6.0",
114
+ "@umbraco-ui/uui-tabs": "1.6.1",
115
115
  "@umbraco-ui/uui-tag": "1.6.0",
116
116
  "@umbraco-ui/uui-textarea": "1.6.0",
117
117
  "@umbraco-ui/uui-toast-notification": "1.6.0",
@@ -131,5 +131,5 @@
131
131
  "storybook": {
132
132
  "url": "https://v1-contrib--62189360eeb21b003ab2f4ad.chromatic.com/"
133
133
  },
134
- "gitHead": "b06aebbb67ff67c9611a19927ec3ef484edcb1cc"
134
+ "gitHead": "a4ae7535264c89cf346311d3d5ec5c888577e256"
135
135
  }
@@ -3423,7 +3423,7 @@
3423
3423
  },
3424
3424
  {
3425
3425
  "name": "uui-tab-group",
3426
- "description": "Slots:\n\n * ` ` {} - Default slot for the tab group\n\nAttributes:\n\n * `dropdown-content-direction` {string} - Set the flex direction of the content of the dropdown.\n\nProperties:\n\n * `_moreButtonElement` - \n\n * `_popoverContainerElement` - \n\n * `_slottedNodes` {`HTMLElement[] | undefined`} - \n\n * `dropdownContentDirection` {string} - Set the flex direction of the content of the dropdown.\n\n * `styles` {`CSSResult[]`} - ",
3426
+ "description": "Slots:\n\n * ` ` {} - Default slot for the tab group\n\nAttributes:\n\n * `dropdown-content-direction` {string} - Set the flex direction of the content of the dropdown.\n\nProperties:\n\n * `_moreButtonElement` - \n\n * `_popoverContainerElement` - \n\n * `_mainElement` {`HTMLElement`} - \n\n * `_slottedNodes` {`HTMLElement[] | undefined`} - \n\n * `dropdownContentDirection` {string} - Set the flex direction of the content of the dropdown.\n\n * `styles` {`CSSResult[]`} - ",
3427
3427
  "attributes": [
3428
3428
  {
3429
3429
  "name": "dropdown-content-direction",