@umbraco-ui/uui 1.16.0 → 1.17.0-rc.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 +5 -1
- package/dist/uui.min.js +6845 -674
- package/dist/uui.min.js.map +1 -1
- package/package.json +85 -85
- package/vscode-html-custom-data.json +7 -7
package/custom-elements.json
CHANGED
|
@@ -3728,7 +3728,11 @@
|
|
|
3728
3728
|
"cssProperties": [
|
|
3729
3729
|
{
|
|
3730
3730
|
"name": "--uui-icon-color",
|
|
3731
|
-
"description": "
|
|
3731
|
+
"description": "sets the color for the icon, if not set it will use the text color."
|
|
3732
|
+
},
|
|
3733
|
+
{
|
|
3734
|
+
"name": "--uui-icon-color-overwrite",
|
|
3735
|
+
"description": "overwrite the icon color, once this is set the --uui-icon-color will be ignored."
|
|
3732
3736
|
}
|
|
3733
3737
|
]
|
|
3734
3738
|
},
|