@umbraco-ui/uui 1.2.0-rc.1 → 1.2.0-rc.2
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 +11 -0
- package/dist/uui.min.js +27 -27
- package/dist/uui.min.js.map +1 -1
- package/package.json +84 -83
- package/vscode-html-custom-data.json +3181 -0
package/custom-elements.json
CHANGED
|
@@ -4084,6 +4084,11 @@
|
|
|
4084
4084
|
"name": "uui-modal-sidebar",
|
|
4085
4085
|
"path": "./../uui-modal/lib/uui-modal-sidebar.element.ts",
|
|
4086
4086
|
"attributes": [
|
|
4087
|
+
{
|
|
4088
|
+
"name": "size",
|
|
4089
|
+
"type": "UUIModalSidebarSize",
|
|
4090
|
+
"default": "\"full\""
|
|
4091
|
+
},
|
|
4087
4092
|
{
|
|
4088
4093
|
"name": "is-open",
|
|
4089
4094
|
"type": "boolean",
|
|
@@ -4110,6 +4115,12 @@
|
|
|
4110
4115
|
}
|
|
4111
4116
|
],
|
|
4112
4117
|
"properties": [
|
|
4118
|
+
{
|
|
4119
|
+
"name": "size",
|
|
4120
|
+
"attribute": "size",
|
|
4121
|
+
"type": "UUIModalSidebarSize",
|
|
4122
|
+
"default": "\"full\""
|
|
4123
|
+
},
|
|
4113
4124
|
{
|
|
4114
4125
|
"name": "isOpen",
|
|
4115
4126
|
"attribute": "is-open",
|