@umbraco-ui/uui 1.15.0-rc.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.
@@ -431,6 +431,12 @@
431
431
  "type": "string",
432
432
  "default": "\"undefined\""
433
433
  },
434
+ {
435
+ "name": "title",
436
+ "description": "Sets the title attribute, which provides a tooltip for both button and anchor elements.",
437
+ "type": "string",
438
+ "default": "\"''\""
439
+ },
434
440
  {
435
441
  "name": "name",
436
442
  "description": "This is a name property of the component.",
@@ -570,6 +576,13 @@
570
576
  "type": "string",
571
577
  "default": "\"undefined\""
572
578
  },
579
+ {
580
+ "name": "title",
581
+ "attribute": "title",
582
+ "description": "Sets the title attribute, which provides a tooltip for both button and anchor elements.",
583
+ "type": "string",
584
+ "default": "\"''\""
585
+ },
573
586
  {
574
587
  "name": "styles",
575
588
  "type": "CSSResult[]",
@@ -744,6 +757,10 @@
744
757
  {
745
758
  "name": "--uui-button-transition",
746
759
  "description": "Add transition to the button. Default is none."
760
+ },
761
+ {
762
+ "name": "--uui-focus-outline-color",
763
+ "description": "overwrite the focus outline color"
747
764
  }
748
765
  ]
749
766
  },
@@ -905,6 +922,12 @@
905
922
  "type": "string",
906
923
  "default": "\"undefined\""
907
924
  },
925
+ {
926
+ "name": "title",
927
+ "description": "Sets the title attribute, which provides a tooltip for both button and anchor elements.",
928
+ "type": "string",
929
+ "default": "\"''\""
930
+ },
908
931
  {
909
932
  "name": "name",
910
933
  "description": "This is a name property of the component.",
@@ -1023,6 +1046,13 @@
1023
1046
  "type": "string",
1024
1047
  "default": "\"undefined\""
1025
1048
  },
1049
+ {
1050
+ "name": "title",
1051
+ "attribute": "title",
1052
+ "description": "Sets the title attribute, which provides a tooltip for both button and anchor elements.",
1053
+ "type": "string",
1054
+ "default": "\"''\""
1055
+ },
1026
1056
  {
1027
1057
  "name": "styles",
1028
1058
  "type": "CSSResult[]",
@@ -1189,6 +1219,10 @@
1189
1219
  {
1190
1220
  "name": "--uui-button-transition",
1191
1221
  "description": "Add transition to the button. Default is none."
1222
+ },
1223
+ {
1224
+ "name": "--uui-focus-outline-color",
1225
+ "description": "overwrite the focus outline color"
1192
1226
  }
1193
1227
  ]
1194
1228
  },
@@ -5459,6 +5493,11 @@
5459
5493
  "type": "string",
5460
5494
  "default": "\"'Reveal the underlying items'\""
5461
5495
  },
5496
+ {
5497
+ "name": "renderExpandSymbol",
5498
+ "description": "Overwrite the expand symbol rendering, this replaces the Expand Symbol from UI Library.",
5499
+ "type": "(() => Element | TemplateResult<1> | undefined) | undefined"
5500
+ },
5462
5501
  {
5463
5502
  "name": "styles",
5464
5503
  "type": "CSSResult[]",
@@ -5938,6 +5977,10 @@
5938
5977
  "description": "Define the placement of the popover container.",
5939
5978
  "type": "PopoverContainerPlacement",
5940
5979
  "default": "\"'bottom-start'\""
5980
+ },
5981
+ {
5982
+ "name": "popover",
5983
+ "description": "Indicates that the element is a popover container"
5941
5984
  }
5942
5985
  ],
5943
5986
  "properties": [