@umbraco-ui/uui-button-copy-text 1.15.0 → 1.16.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 +17 -0
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -77,6 +77,12 @@
|
|
|
77
77
|
"type": "string",
|
|
78
78
|
"default": "\"undefined\""
|
|
79
79
|
},
|
|
80
|
+
{
|
|
81
|
+
"name": "title",
|
|
82
|
+
"description": "Sets the title attribute, which provides a tooltip for both button and anchor elements.",
|
|
83
|
+
"type": "string",
|
|
84
|
+
"default": "\"''\""
|
|
85
|
+
},
|
|
80
86
|
{
|
|
81
87
|
"name": "name",
|
|
82
88
|
"description": "This is a name property of the component.",
|
|
@@ -216,6 +222,13 @@
|
|
|
216
222
|
"type": "string",
|
|
217
223
|
"default": "\"undefined\""
|
|
218
224
|
},
|
|
225
|
+
{
|
|
226
|
+
"name": "title",
|
|
227
|
+
"attribute": "title",
|
|
228
|
+
"description": "Sets the title attribute, which provides a tooltip for both button and anchor elements.",
|
|
229
|
+
"type": "string",
|
|
230
|
+
"default": "\"''\""
|
|
231
|
+
},
|
|
219
232
|
{
|
|
220
233
|
"name": "styles",
|
|
221
234
|
"type": "CSSResult[]",
|
|
@@ -390,6 +403,10 @@
|
|
|
390
403
|
{
|
|
391
404
|
"name": "--uui-button-transition",
|
|
392
405
|
"description": "Add transition to the button. Default is none."
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
"name": "--uui-focus-outline-color",
|
|
409
|
+
"description": "overwrite the focus outline color"
|
|
393
410
|
}
|
|
394
411
|
]
|
|
395
412
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-button-copy-text",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.0-rc.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.
|
|
34
|
-
"@umbraco-ui/uui-button": "1.
|
|
33
|
+
"@umbraco-ui/uui-base": "1.16.0-rc.0",
|
|
34
|
+
"@umbraco-ui/uui-button": "1.16.0-rc.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "npm run analyze && tsc --build --force && rollup -c rollup.config.js",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-button-copy-text",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "7bf1acd40b60feb81d82067ba2342d2b3e33c057"
|
|
46
46
|
}
|