@skedulo/breeze-ui 1.14.2 → 1.16.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.
@@ -917,6 +917,16 @@
917
917
  "description": "Sets the link rel when using an anchor element",
918
918
  "attribute": "rel"
919
919
  },
920
+ {
921
+ "kind": "field",
922
+ "name": "tooltipText",
923
+ "type": {
924
+ "text": "string"
925
+ },
926
+ "default": "''",
927
+ "description": "Optional tooltip text to be displayed for the button",
928
+ "attribute": "tooltip-text"
929
+ },
920
930
  {
921
931
  "kind": "field",
922
932
  "name": "iconOnly",
@@ -1072,6 +1082,15 @@
1072
1082
  "description": "Sets the link rel when using an anchor element",
1073
1083
  "fieldName": "rel"
1074
1084
  },
1085
+ {
1086
+ "name": "tooltip-text",
1087
+ "type": {
1088
+ "text": "string"
1089
+ },
1090
+ "default": "''",
1091
+ "description": "Optional tooltip text to be displayed for the button",
1092
+ "fieldName": "tooltipText"
1093
+ },
1075
1094
  {
1076
1095
  "name": "icon-only",
1077
1096
  "type": {
@@ -1892,6 +1911,20 @@
1892
1911
  "module": "src/components/button.ts"
1893
1912
  }
1894
1913
  },
1914
+ {
1915
+ "kind": "field",
1916
+ "name": "tooltipText",
1917
+ "type": {
1918
+ "text": "string"
1919
+ },
1920
+ "default": "''",
1921
+ "description": "The tooltip text to be displayed for the dropdown",
1922
+ "attribute": "tooltip-text",
1923
+ "inheritedFrom": {
1924
+ "name": "Button",
1925
+ "module": "src/components/button.ts"
1926
+ }
1927
+ },
1895
1928
  {
1896
1929
  "kind": "field",
1897
1930
  "name": "element",
@@ -2133,6 +2166,19 @@
2133
2166
  "description": "A preset menu width. Refer to `DropdownMenu.size`.",
2134
2167
  "fieldName": "menuSize"
2135
2168
  },
2169
+ {
2170
+ "name": "tooltip-text",
2171
+ "type": {
2172
+ "text": "string"
2173
+ },
2174
+ "default": "''",
2175
+ "description": "The tooltip text to be displayed for the dropdown",
2176
+ "fieldName": "tooltipText",
2177
+ "inheritedFrom": {
2178
+ "name": "Button",
2179
+ "module": "src/components/button.ts"
2180
+ }
2181
+ },
2136
2182
  {
2137
2183
  "name": "element",
2138
2184
  "type": {
@@ -3208,6 +3254,19 @@
3208
3254
  "module": "src/components/button.ts"
3209
3255
  }
3210
3256
  },
3257
+ {
3258
+ "name": "tooltip-text",
3259
+ "type": {
3260
+ "text": "string"
3261
+ },
3262
+ "default": "''",
3263
+ "description": "Optional tooltip text to be displayed for the button",
3264
+ "fieldName": "tooltipText",
3265
+ "inheritedFrom": {
3266
+ "name": "Button",
3267
+ "module": "src/components/button.ts"
3268
+ }
3269
+ },
3211
3270
  {
3212
3271
  "name": "icon-only",
3213
3272
  "type": {
@@ -3378,6 +3437,20 @@
3378
3437
  "module": "src/components/button.ts"
3379
3438
  }
3380
3439
  },
3440
+ {
3441
+ "kind": "field",
3442
+ "name": "tooltipText",
3443
+ "type": {
3444
+ "text": "string"
3445
+ },
3446
+ "default": "''",
3447
+ "description": "Optional tooltip text to be displayed for the button",
3448
+ "attribute": "tooltip-text",
3449
+ "inheritedFrom": {
3450
+ "name": "Button",
3451
+ "module": "src/components/button.ts"
3452
+ }
3453
+ },
3381
3454
  {
3382
3455
  "kind": "field",
3383
3456
  "name": "iconOnly",