@carbon/web-components 2.63.0-rc.0 → 2.63.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.
Files changed (187) hide show
  1. package/custom-elements.json +645 -0
  2. package/es/components/big-number/big-number.js +1 -1
  3. package/es/components/card/card-action.d.ts +27 -0
  4. package/es/components/card/card-action.d.ts.map +1 -0
  5. package/es/components/card/card-action.js +52 -0
  6. package/es/components/card/card-action.js.map +1 -0
  7. package/es/components/card/card-actions.d.ts +36 -0
  8. package/es/components/card/card-actions.d.ts.map +1 -0
  9. package/es/components/card/card-actions.js +171 -0
  10. package/es/components/card/card-actions.js.map +1 -0
  11. package/es/components/card/card-body.d.ts +23 -0
  12. package/es/components/card/card-body.d.ts.map +1 -0
  13. package/es/components/card/card-body.js +54 -0
  14. package/es/components/card/card-body.js.map +1 -0
  15. package/es/components/card/card-context.d.ts +20 -0
  16. package/es/components/card/card-context.d.ts.map +1 -0
  17. package/es/components/card/card-context.js +29 -0
  18. package/es/components/card/card-context.js.map +1 -0
  19. package/es/components/card/card-footer.d.ts +34 -0
  20. package/es/components/card/card-footer.d.ts.map +1 -0
  21. package/es/components/card/card-footer.js +75 -0
  22. package/es/components/card/card-footer.js.map +1 -0
  23. package/es/components/card/card-header-media.d.ts +19 -0
  24. package/es/components/card/card-header-media.d.ts.map +1 -0
  25. package/es/components/card/card-header-media.js +39 -0
  26. package/es/components/card/card-header-media.js.map +1 -0
  27. package/es/components/card/card-header.d.ts +23 -0
  28. package/es/components/card/card-header.d.ts.map +1 -0
  29. package/es/components/card/card-header.js +70 -0
  30. package/es/components/card/card-header.js.map +1 -0
  31. package/es/components/card/card-media.d.ts +37 -0
  32. package/es/components/card/card-media.d.ts.map +1 -0
  33. package/es/components/card/card-media.js +79 -0
  34. package/es/components/card/card-media.js.map +1 -0
  35. package/es/components/card/card-title-media.d.ts +19 -0
  36. package/es/components/card/card-title-media.d.ts.map +1 -0
  37. package/es/components/card/card-title-media.js +39 -0
  38. package/es/components/card/card-title-media.js.map +1 -0
  39. package/es/components/card/card-title.d.ts +52 -0
  40. package/es/components/card/card-title.d.ts.map +1 -0
  41. package/es/components/card/card-title.js +144 -0
  42. package/es/components/card/card-title.js.map +1 -0
  43. package/es/components/card/card.d.ts +69 -0
  44. package/es/components/card/card.d.ts.map +1 -0
  45. package/es/components/card/card.js +185 -0
  46. package/es/components/card/card.js.map +1 -0
  47. package/es/components/card/card.scss.js +14 -0
  48. package/es/components/card/card.scss.js.map +1 -0
  49. package/es/components/card/defs.d.ts +33 -0
  50. package/es/components/card/defs.d.ts.map +1 -0
  51. package/es/components/card/defs.js +46 -0
  52. package/es/components/card/defs.js.map +1 -0
  53. package/es/components/card/index.d.ts +17 -0
  54. package/es/components/card/index.d.ts.map +1 -0
  55. package/es/components/card/index.js +17 -0
  56. package/es/components/tile/clickable-tile.js +1 -1
  57. package/es/components/user-avatar/index.d.ts +8 -0
  58. package/es/components/user-avatar/index.d.ts.map +1 -0
  59. package/es/components/user-avatar/index.js +8 -0
  60. package/es/components/user-avatar/user-avatar.d.ts +84 -0
  61. package/es/components/user-avatar/user-avatar.d.ts.map +1 -0
  62. package/es/components/user-avatar/user-avatar.js +151 -0
  63. package/es/components/user-avatar/user-avatar.js.map +1 -0
  64. package/es/components/user-avatar/user-avatar.scss.js +14 -0
  65. package/es/components/user-avatar/user-avatar.scss.js.map +1 -0
  66. package/es/globals/settings.d.ts +1 -1
  67. package/es/globals/settings.d.ts.map +1 -1
  68. package/es/globals/settings.js +1 -0
  69. package/es/globals/settings.js.map +1 -1
  70. package/es/index.d.ts +10 -0
  71. package/es/index.d.ts.map +1 -1
  72. package/es/index.js +13 -3
  73. package/es-custom/components/big-number/big-number.js +1 -1
  74. package/es-custom/components/card/card-action.d.ts +27 -0
  75. package/es-custom/components/card/card-action.d.ts.map +1 -0
  76. package/es-custom/components/card/card-action.js +52 -0
  77. package/es-custom/components/card/card-action.js.map +1 -0
  78. package/es-custom/components/card/card-actions.d.ts +36 -0
  79. package/es-custom/components/card/card-actions.d.ts.map +1 -0
  80. package/es-custom/components/card/card-actions.js +171 -0
  81. package/es-custom/components/card/card-actions.js.map +1 -0
  82. package/es-custom/components/card/card-body.d.ts +23 -0
  83. package/es-custom/components/card/card-body.d.ts.map +1 -0
  84. package/es-custom/components/card/card-body.js +54 -0
  85. package/es-custom/components/card/card-body.js.map +1 -0
  86. package/es-custom/components/card/card-context.d.ts +20 -0
  87. package/es-custom/components/card/card-context.d.ts.map +1 -0
  88. package/es-custom/components/card/card-context.js +29 -0
  89. package/es-custom/components/card/card-context.js.map +1 -0
  90. package/es-custom/components/card/card-footer.d.ts +34 -0
  91. package/es-custom/components/card/card-footer.d.ts.map +1 -0
  92. package/es-custom/components/card/card-footer.js +75 -0
  93. package/es-custom/components/card/card-footer.js.map +1 -0
  94. package/es-custom/components/card/card-header-media.d.ts +19 -0
  95. package/es-custom/components/card/card-header-media.d.ts.map +1 -0
  96. package/es-custom/components/card/card-header-media.js +39 -0
  97. package/es-custom/components/card/card-header-media.js.map +1 -0
  98. package/es-custom/components/card/card-header.d.ts +23 -0
  99. package/es-custom/components/card/card-header.d.ts.map +1 -0
  100. package/es-custom/components/card/card-header.js +70 -0
  101. package/es-custom/components/card/card-header.js.map +1 -0
  102. package/es-custom/components/card/card-media.d.ts +37 -0
  103. package/es-custom/components/card/card-media.d.ts.map +1 -0
  104. package/es-custom/components/card/card-media.js +79 -0
  105. package/es-custom/components/card/card-media.js.map +1 -0
  106. package/es-custom/components/card/card-title-media.d.ts +19 -0
  107. package/es-custom/components/card/card-title-media.d.ts.map +1 -0
  108. package/es-custom/components/card/card-title-media.js +39 -0
  109. package/es-custom/components/card/card-title-media.js.map +1 -0
  110. package/es-custom/components/card/card-title.d.ts +52 -0
  111. package/es-custom/components/card/card-title.d.ts.map +1 -0
  112. package/es-custom/components/card/card-title.js +144 -0
  113. package/es-custom/components/card/card-title.js.map +1 -0
  114. package/es-custom/components/card/card.d.ts +69 -0
  115. package/es-custom/components/card/card.d.ts.map +1 -0
  116. package/es-custom/components/card/card.js +185 -0
  117. package/es-custom/components/card/card.js.map +1 -0
  118. package/es-custom/components/card/card.scss.js +14 -0
  119. package/es-custom/components/card/card.scss.js.map +1 -0
  120. package/es-custom/components/card/defs.d.ts +33 -0
  121. package/es-custom/components/card/defs.d.ts.map +1 -0
  122. package/es-custom/components/card/defs.js +46 -0
  123. package/es-custom/components/card/defs.js.map +1 -0
  124. package/es-custom/components/card/index.d.ts +17 -0
  125. package/es-custom/components/card/index.d.ts.map +1 -0
  126. package/es-custom/components/card/index.js +17 -0
  127. package/es-custom/components/tile/clickable-tile.js +1 -1
  128. package/es-custom/components/user-avatar/index.d.ts +8 -0
  129. package/es-custom/components/user-avatar/index.d.ts.map +1 -0
  130. package/es-custom/components/user-avatar/index.js +8 -0
  131. package/es-custom/components/user-avatar/user-avatar.d.ts +84 -0
  132. package/es-custom/components/user-avatar/user-avatar.d.ts.map +1 -0
  133. package/es-custom/components/user-avatar/user-avatar.js +151 -0
  134. package/es-custom/components/user-avatar/user-avatar.js.map +1 -0
  135. package/es-custom/components/user-avatar/user-avatar.scss.js +14 -0
  136. package/es-custom/components/user-avatar/user-avatar.scss.js.map +1 -0
  137. package/es-custom/globals/settings.d.ts +1 -1
  138. package/es-custom/globals/settings.d.ts.map +1 -1
  139. package/es-custom/globals/settings.js +1 -0
  140. package/es-custom/globals/settings.js.map +1 -1
  141. package/es-custom/index.d.ts +10 -0
  142. package/es-custom/index.d.ts.map +1 -1
  143. package/es-custom/index.js +13 -3
  144. package/lib/components/card/card-action.d.ts +27 -0
  145. package/lib/components/card/card-action.d.ts.map +1 -0
  146. package/lib/components/card/card-actions.d.ts +36 -0
  147. package/lib/components/card/card-actions.d.ts.map +1 -0
  148. package/lib/components/card/card-body.d.ts +23 -0
  149. package/lib/components/card/card-body.d.ts.map +1 -0
  150. package/lib/components/card/card-context.d.ts +20 -0
  151. package/lib/components/card/card-context.d.ts.map +1 -0
  152. package/lib/components/card/card-footer.d.ts +34 -0
  153. package/lib/components/card/card-footer.d.ts.map +1 -0
  154. package/lib/components/card/card-header-media.d.ts +19 -0
  155. package/lib/components/card/card-header-media.d.ts.map +1 -0
  156. package/lib/components/card/card-header.d.ts +23 -0
  157. package/lib/components/card/card-header.d.ts.map +1 -0
  158. package/lib/components/card/card-media.d.ts +37 -0
  159. package/lib/components/card/card-media.d.ts.map +1 -0
  160. package/lib/components/card/card-title-media.d.ts +19 -0
  161. package/lib/components/card/card-title-media.d.ts.map +1 -0
  162. package/lib/components/card/card-title.d.ts +52 -0
  163. package/lib/components/card/card-title.d.ts.map +1 -0
  164. package/lib/components/card/card.d.ts +69 -0
  165. package/lib/components/card/card.d.ts.map +1 -0
  166. package/lib/components/card/defs.d.ts +33 -0
  167. package/lib/components/card/defs.d.ts.map +1 -0
  168. package/lib/components/card/defs.js +48 -0
  169. package/lib/components/card/defs.js.map +1 -0
  170. package/lib/components/card/index.d.ts +17 -0
  171. package/lib/components/card/index.d.ts.map +1 -0
  172. package/lib/components/user-avatar/index.d.ts +8 -0
  173. package/lib/components/user-avatar/index.d.ts.map +1 -0
  174. package/lib/components/user-avatar/user-avatar.d.ts +84 -0
  175. package/lib/components/user-avatar/user-avatar.d.ts.map +1 -0
  176. package/lib/globals/settings.d.ts +1 -1
  177. package/lib/globals/settings.d.ts.map +1 -1
  178. package/lib/globals/settings.js +1 -0
  179. package/lib/globals/settings.js.map +1 -1
  180. package/lib/index.d.ts +10 -0
  181. package/lib/index.d.ts.map +1 -1
  182. package/package.json +6 -6
  183. package/scss/components/card/card-story.scss +29 -0
  184. package/scss/components/card/card.scss +212 -0
  185. package/scss/components/user-avatar/story-styles.scss +53 -0
  186. package/scss/components/user-avatar/user-avatar.scss +113 -0
  187. package/telemetry.yml +5 -0
@@ -2082,6 +2082,549 @@
2082
2082
  }
2083
2083
  ]
2084
2084
  },
2085
+ {
2086
+ "name": "cds-card-action",
2087
+ "path": "./src/components/card/card-action.ts",
2088
+ "description": "Card action — wrapper for a single interactive element inside cds-card-actions.\nThe `label` property provides a fallback string for the overflow menu when this\naction is hidden due to container overflow.",
2089
+ "attributes": [
2090
+ {
2091
+ "name": "label",
2092
+ "description": "Label shown in the overflow menu when this action is hidden.\nIf omitted, cds-card-actions resolves the label from the inner button.",
2093
+ "type": "string"
2094
+ }
2095
+ ],
2096
+ "properties": [
2097
+ {
2098
+ "name": "label",
2099
+ "attribute": "label",
2100
+ "description": "Label shown in the overflow menu when this action is hidden.\nIf omitted, cds-card-actions resolves the label from the inner button.",
2101
+ "type": "string"
2102
+ },
2103
+ {
2104
+ "name": "styles",
2105
+ "default": "\"styles\""
2106
+ }
2107
+ ],
2108
+ "slots": [
2109
+ {
2110
+ "name": "",
2111
+ "description": "Default slot for a button or icon-button."
2112
+ }
2113
+ ]
2114
+ },
2115
+ {
2116
+ "name": "cds-card-actions",
2117
+ "path": "./src/components/card/card-actions.ts",
2118
+ "description": "Card actions",
2119
+ "attributes": [
2120
+ {
2121
+ "name": "overflow-menu-label",
2122
+ "description": "Label for the overflow menu trigger button.",
2123
+ "type": "string",
2124
+ "default": "\"More actions\""
2125
+ }
2126
+ ],
2127
+ "properties": [
2128
+ {
2129
+ "name": "overflowMenuLabel",
2130
+ "attribute": "overflow-menu-label",
2131
+ "description": "Label for the overflow menu trigger button.",
2132
+ "type": "string",
2133
+ "default": "\"More actions\""
2134
+ },
2135
+ {
2136
+ "name": "styles",
2137
+ "default": "\"styles\""
2138
+ }
2139
+ ],
2140
+ "slots": [
2141
+ {
2142
+ "name": "",
2143
+ "description": "Default slot for cds-card-action elements."
2144
+ }
2145
+ ]
2146
+ },
2147
+ {
2148
+ "name": "cds-card-body",
2149
+ "path": "./src/components/card/card-body.ts",
2150
+ "description": "Card body — primary content area.",
2151
+ "attributes": [
2152
+ {
2153
+ "name": "is-flush",
2154
+ "description": "Remove all padding so content sits flush to the card edges.",
2155
+ "type": "boolean",
2156
+ "default": "false"
2157
+ }
2158
+ ],
2159
+ "properties": [
2160
+ {
2161
+ "name": "isFlush",
2162
+ "attribute": "is-flush",
2163
+ "description": "Remove all padding so content sits flush to the card edges.",
2164
+ "type": "boolean",
2165
+ "default": "false"
2166
+ },
2167
+ {
2168
+ "name": "styles",
2169
+ "default": "\"styles\""
2170
+ }
2171
+ ],
2172
+ "slots": [
2173
+ {
2174
+ "name": "",
2175
+ "description": "Default slot for free-form content."
2176
+ }
2177
+ ]
2178
+ },
2179
+ {
2180
+ "name": "cds-card-footer",
2181
+ "path": "./src/components/card/card-footer.ts",
2182
+ "description": "Card footer — bottom content/action bar.\n\nMust not be used inside a `clickable` card. When placed inside one,\nthis element renders nothing and logs a console.error — a clickable\ncard renders its own built-in footer affordance automatically.\n\nReflects `has-actions` when any `cds-card-action` element is slotted,\nenabling CSS rule [17] to apply zero-padding / border-top layout without\nany cross-boundary `:has(> .cds--card__action)`.",
2183
+ "properties": [
2184
+ {
2185
+ "name": "styles",
2186
+ "default": "\"styles\""
2187
+ }
2188
+ ],
2189
+ "slots": [
2190
+ {
2191
+ "name": "",
2192
+ "description": "Default slot for footer content or cds-card-action elements."
2193
+ }
2194
+ ]
2195
+ },
2196
+ {
2197
+ "name": "cds-card-header-media",
2198
+ "path": "./src/components/card/card-header-media.ts",
2199
+ "description": "Card header media — full-width icon/image slot rendered above the title row.",
2200
+ "properties": [
2201
+ {
2202
+ "name": "styles",
2203
+ "default": "\"styles\""
2204
+ }
2205
+ ],
2206
+ "slots": [
2207
+ {
2208
+ "name": "",
2209
+ "description": "Default slot for an icon, image, or pictogram."
2210
+ }
2211
+ ]
2212
+ },
2213
+ {
2214
+ "name": "cds-card-header",
2215
+ "path": "./src/components/card/card-header.ts",
2216
+ "description": "Card header — header section of the card.",
2217
+ "properties": [
2218
+ {
2219
+ "name": "styles",
2220
+ "default": "\"styles\""
2221
+ }
2222
+ ],
2223
+ "slots": [
2224
+ {
2225
+ "name": "",
2226
+ "description": "Default slot for cds-card-title, cds-card-title-media, cds-card-actions."
2227
+ },
2228
+ {
2229
+ "name": "decorator",
2230
+ "description": "Slot for cds-ai-label or other decorator element."
2231
+ }
2232
+ ]
2233
+ },
2234
+ {
2235
+ "name": "cds-card-media",
2236
+ "path": "./src/components/card/card-media.ts",
2237
+ "description": "Card media — aspect-ratio media slot.",
2238
+ "attributes": [
2239
+ {
2240
+ "name": "ratio",
2241
+ "description": "Aspect ratio of the media container in vertical layout.\nE.g. `'16x9'`, `'4x3'`, `'1x1'`. Ignored in horizontal layout.",
2242
+ "type": "string",
2243
+ "default": "\"\""
2244
+ },
2245
+ {
2246
+ "name": "media-width",
2247
+ "description": "Width of the media column in horizontal layout.\nAccepts any valid CSS width value (e.g. `'200px'`, `'40%'`).\nHas no effect in vertical (default) layout.",
2248
+ "type": "string",
2249
+ "default": "\"'33.33%'\""
2250
+ }
2251
+ ],
2252
+ "properties": [
2253
+ {
2254
+ "name": "ratio",
2255
+ "attribute": "ratio",
2256
+ "description": "Aspect ratio of the media container in vertical layout.\nE.g. `'16x9'`, `'4x3'`, `'1x1'`. Ignored in horizontal layout.",
2257
+ "type": "string",
2258
+ "default": "\"\""
2259
+ },
2260
+ {
2261
+ "name": "mediaWidth",
2262
+ "attribute": "media-width",
2263
+ "description": "Width of the media column in horizontal layout.\nAccepts any valid CSS width value (e.g. `'200px'`, `'40%'`).\nHas no effect in vertical (default) layout.",
2264
+ "type": "string",
2265
+ "default": "\"'33.33%'\""
2266
+ },
2267
+ {
2268
+ "name": "styles",
2269
+ "default": "\"styles\""
2270
+ }
2271
+ ],
2272
+ "slots": [
2273
+ {
2274
+ "name": "",
2275
+ "description": "Default slot for an image, video, or other media content."
2276
+ }
2277
+ ]
2278
+ },
2279
+ {
2280
+ "name": "cds-card-title-media",
2281
+ "path": "./src/components/card/card-title-media.ts",
2282
+ "description": "Card title media — media slot positioned to the left of the card title.",
2283
+ "properties": [
2284
+ {
2285
+ "name": "styles",
2286
+ "default": "\"styles\""
2287
+ }
2288
+ ],
2289
+ "slots": [
2290
+ {
2291
+ "name": "",
2292
+ "description": "Default slot for an icon, avatar, or pictogram."
2293
+ }
2294
+ ]
2295
+ },
2296
+ {
2297
+ "name": "cds-card-title",
2298
+ "path": "./src/components/card/card-title.ts",
2299
+ "description": "Card title — primary heading within cds-card-header.",
2300
+ "attributes": [
2301
+ {
2302
+ "name": "title-truncate",
2303
+ "description": "Enable truncation on the title text row.",
2304
+ "type": "string | null"
2305
+ },
2306
+ {
2307
+ "name": "max-width",
2308
+ "description": "Maximum width applied to the title text row when truncation is active.",
2309
+ "type": "string",
2310
+ "default": "\"'100%'\""
2311
+ },
2312
+ {
2313
+ "name": "label",
2314
+ "description": "Optional label text rendered above the title (plain string).\nSlot `label` takes precedence when populated.",
2315
+ "type": "string"
2316
+ },
2317
+ {
2318
+ "name": "label-truncate",
2319
+ "description": "Enable truncation on the label.",
2320
+ "type": "string | null"
2321
+ },
2322
+ {
2323
+ "name": "description",
2324
+ "description": "Optional description text rendered below the title (plain string).",
2325
+ "type": "string"
2326
+ },
2327
+ {
2328
+ "name": "description-truncate",
2329
+ "description": "Enable truncation on the description.",
2330
+ "type": "string | null"
2331
+ }
2332
+ ],
2333
+ "properties": [
2334
+ {
2335
+ "name": "titleTruncate",
2336
+ "attribute": "title-truncate",
2337
+ "description": "Enable truncation on the title text row.",
2338
+ "type": "string | null"
2339
+ },
2340
+ {
2341
+ "name": "maxWidth",
2342
+ "attribute": "max-width",
2343
+ "description": "Maximum width applied to the title text row when truncation is active.",
2344
+ "type": "string",
2345
+ "default": "\"'100%'\""
2346
+ },
2347
+ {
2348
+ "name": "label",
2349
+ "attribute": "label",
2350
+ "description": "Optional label text rendered above the title (plain string).\nSlot `label` takes precedence when populated.",
2351
+ "type": "string"
2352
+ },
2353
+ {
2354
+ "name": "labelTruncate",
2355
+ "attribute": "label-truncate",
2356
+ "description": "Enable truncation on the label.",
2357
+ "type": "string | null"
2358
+ },
2359
+ {
2360
+ "name": "description",
2361
+ "attribute": "description",
2362
+ "description": "Optional description text rendered below the title (plain string).",
2363
+ "type": "string"
2364
+ },
2365
+ {
2366
+ "name": "descriptionTruncate",
2367
+ "attribute": "description-truncate",
2368
+ "description": "Enable truncation on the description.",
2369
+ "type": "string | null"
2370
+ },
2371
+ {
2372
+ "name": "styles",
2373
+ "default": "\"styles\""
2374
+ }
2375
+ ],
2376
+ "slots": [
2377
+ {
2378
+ "name": "",
2379
+ "description": "Title text (required)."
2380
+ },
2381
+ {
2382
+ "name": "label",
2383
+ "description": "Rich label content rendered above the title (overrides `label` attr)."
2384
+ },
2385
+ {
2386
+ "name": "title-start",
2387
+ "description": "Leading icon/content (16px productive, 24px expressive)."
2388
+ },
2389
+ {
2390
+ "name": "title-end",
2391
+ "description": "Trailing icon/content."
2392
+ },
2393
+ {
2394
+ "name": "description",
2395
+ "description": "Rich description rendered below the title (overrides `description` attr)."
2396
+ }
2397
+ ]
2398
+ },
2399
+ {
2400
+ "name": "cds-card",
2401
+ "path": "./src/components/card/card.ts",
2402
+ "description": "Card — composable container component.",
2403
+ "attributes": [
2404
+ {
2405
+ "name": "clickable",
2406
+ "description": "Makes the entire card surface interactive.",
2407
+ "type": "boolean",
2408
+ "default": "false"
2409
+ },
2410
+ {
2411
+ "name": "density",
2412
+ "description": "Controls heading typography inside the card.",
2413
+ "type": "CARD_DENSITY",
2414
+ "default": "\"productive\""
2415
+ },
2416
+ {
2417
+ "name": "horizontal",
2418
+ "description": "Side-by-side layout: cds-card-media on one side, other content stacked.",
2419
+ "type": "boolean",
2420
+ "default": "false"
2421
+ },
2422
+ {
2423
+ "name": "media-position",
2424
+ "description": "Position of the media column when `horizontal` is true.",
2425
+ "type": "CARD_MEDIA_POSITION",
2426
+ "default": "\"'start'\""
2427
+ },
2428
+ {
2429
+ "name": "disabled",
2430
+ "description": "Mutes all interaction.",
2431
+ "type": "boolean",
2432
+ "default": "false"
2433
+ },
2434
+ {
2435
+ "name": "download",
2436
+ "description": "The default file name.",
2437
+ "type": "string"
2438
+ },
2439
+ {
2440
+ "name": "href",
2441
+ "description": "Link `href`.",
2442
+ "type": "string"
2443
+ },
2444
+ {
2445
+ "name": "hreflang",
2446
+ "description": "The language of what `href` points to.",
2447
+ "type": "string"
2448
+ },
2449
+ {
2450
+ "name": "inline",
2451
+ "description": "`true` if the link should be inline.",
2452
+ "type": "boolean",
2453
+ "default": "false"
2454
+ },
2455
+ {
2456
+ "name": "link-role",
2457
+ "description": "The a11y role for `<a>`.",
2458
+ "type": "string"
2459
+ },
2460
+ {
2461
+ "name": "ping",
2462
+ "description": "URLs to ping.",
2463
+ "type": "string"
2464
+ },
2465
+ {
2466
+ "name": "rel",
2467
+ "description": "The link type.",
2468
+ "type": "string"
2469
+ },
2470
+ {
2471
+ "name": "size",
2472
+ "description": "Link size.",
2473
+ "type": "string",
2474
+ "default": "\"MEDIUM\""
2475
+ },
2476
+ {
2477
+ "name": "target",
2478
+ "description": "The link target.",
2479
+ "type": "string"
2480
+ },
2481
+ {
2482
+ "name": "type",
2483
+ "description": "MIME type of the `target`.",
2484
+ "type": "string"
2485
+ },
2486
+ {
2487
+ "name": "visited",
2488
+ "description": "When enabled, applies Carbon's visited-link styles to browser-controlled :visited link state.",
2489
+ "type": "boolean",
2490
+ "default": "false"
2491
+ }
2492
+ ],
2493
+ "properties": [
2494
+ {
2495
+ "name": "cardContext",
2496
+ "type": "CardContextValue",
2497
+ "default": "{\"clickable\":false,\"disabled\":false,\"horizontal\":false}"
2498
+ },
2499
+ {
2500
+ "name": "clickable",
2501
+ "attribute": "clickable",
2502
+ "description": "Makes the entire card surface interactive.",
2503
+ "type": "boolean",
2504
+ "default": "false"
2505
+ },
2506
+ {
2507
+ "name": "density",
2508
+ "attribute": "density",
2509
+ "description": "Controls heading typography inside the card.",
2510
+ "type": "CARD_DENSITY",
2511
+ "default": "\"productive\""
2512
+ },
2513
+ {
2514
+ "name": "horizontal",
2515
+ "attribute": "horizontal",
2516
+ "description": "Side-by-side layout: cds-card-media on one side, other content stacked.",
2517
+ "type": "boolean",
2518
+ "default": "false"
2519
+ },
2520
+ {
2521
+ "name": "mediaPosition",
2522
+ "attribute": "media-position",
2523
+ "description": "Position of the media column when `horizontal` is true.",
2524
+ "type": "CARD_MEDIA_POSITION",
2525
+ "default": "\"'start'\""
2526
+ },
2527
+ {
2528
+ "name": "disabled",
2529
+ "attribute": "disabled",
2530
+ "description": "Mutes all interaction.",
2531
+ "type": "boolean",
2532
+ "default": "false"
2533
+ },
2534
+ {
2535
+ "name": "download",
2536
+ "attribute": "download",
2537
+ "description": "The default file name.",
2538
+ "type": "string"
2539
+ },
2540
+ {
2541
+ "name": "href",
2542
+ "attribute": "href",
2543
+ "description": "Link `href`.",
2544
+ "type": "string"
2545
+ },
2546
+ {
2547
+ "name": "hreflang",
2548
+ "attribute": "hreflang",
2549
+ "description": "The language of what `href` points to.",
2550
+ "type": "string"
2551
+ },
2552
+ {
2553
+ "name": "inline",
2554
+ "attribute": "inline",
2555
+ "description": "`true` if the link should be inline.",
2556
+ "type": "boolean",
2557
+ "default": "false"
2558
+ },
2559
+ {
2560
+ "name": "linkRole",
2561
+ "attribute": "link-role",
2562
+ "description": "The a11y role for `<a>`.",
2563
+ "type": "string"
2564
+ },
2565
+ {
2566
+ "name": "ping",
2567
+ "attribute": "ping",
2568
+ "description": "URLs to ping.",
2569
+ "type": "string"
2570
+ },
2571
+ {
2572
+ "name": "rel",
2573
+ "attribute": "rel",
2574
+ "description": "The link type.",
2575
+ "type": "string"
2576
+ },
2577
+ {
2578
+ "name": "size",
2579
+ "attribute": "size",
2580
+ "description": "Link size.",
2581
+ "type": "string",
2582
+ "default": "\"MEDIUM\""
2583
+ },
2584
+ {
2585
+ "name": "target",
2586
+ "attribute": "target",
2587
+ "description": "The link target.",
2588
+ "type": "string"
2589
+ },
2590
+ {
2591
+ "name": "type",
2592
+ "attribute": "type",
2593
+ "description": "MIME type of the `target`.",
2594
+ "type": "string"
2595
+ },
2596
+ {
2597
+ "name": "visited",
2598
+ "attribute": "visited",
2599
+ "description": "When enabled, applies Carbon's visited-link styles to browser-controlled :visited link state.",
2600
+ "type": "boolean",
2601
+ "default": "false"
2602
+ },
2603
+ {
2604
+ "name": "shadowRootOptions",
2605
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
2606
+ "default": "{\"delegatesFocus\":true}"
2607
+ },
2608
+ {
2609
+ "name": "styles",
2610
+ "default": "\"styles\""
2611
+ }
2612
+ ],
2613
+ "slots": [
2614
+ {
2615
+ "name": "",
2616
+ "description": "Default slot for cds-card-header, cds-card-body, cds-card-footer, cds-card-media."
2617
+ },
2618
+ {
2619
+ "name": "decorator",
2620
+ "description": "Slot for cds-ai-label. Sets `has-ai-label` attribute when populated."
2621
+ },
2622
+ {
2623
+ "name": "footer-icon",
2624
+ "description": "Override the default ArrowRight icon in the clickable footer."
2625
+ }
2626
+ ]
2627
+ },
2085
2628
  {
2086
2629
  "name": "cds-chat-button-skeleton",
2087
2630
  "path": "./src/components/chat-button/chat-button-skeleton.ts",
@@ -30049,6 +30592,108 @@
30049
30592
  "default": "\"styles\""
30050
30593
  }
30051
30594
  ]
30595
+ },
30596
+ {
30597
+ "name": "cds-user-avatar",
30598
+ "path": "./src/components/user-avatar/user-avatar.ts",
30599
+ "description": "User Avatar.",
30600
+ "attributes": [
30601
+ {
30602
+ "name": "tooltip-text",
30603
+ "description": "Specify the text of the tooltip.\nCan be string"
30604
+ },
30605
+ {
30606
+ "name": "tooltip-alignment",
30607
+ "description": "Specify the alignment of the tooltip.",
30608
+ "type": "string",
30609
+ "default": "\"bottom\""
30610
+ },
30611
+ {
30612
+ "name": "name",
30613
+ "description": "When passing the name prop, either send the initials to be used or the\nuser's full name. The first two capital letters of the user's name will be\nused as the name."
30614
+ },
30615
+ {
30616
+ "name": "size",
30617
+ "description": "Set the size of the avatar circle.",
30618
+ "type": "string",
30619
+ "default": "\"md\""
30620
+ },
30621
+ {
30622
+ "name": "image",
30623
+ "description": "When passing the image prop, supply a full path to the image to be\ndisplayed."
30624
+ },
30625
+ {
30626
+ "name": "image-description",
30627
+ "description": "When passing the image prop use the imageDescription prop to describe the\nimage for screen reader."
30628
+ },
30629
+ {
30630
+ "name": "background-color",
30631
+ "description": "Specify the background color for UserAvatar.",
30632
+ "type": "string",
30633
+ "default": "\"order-1-cyan\""
30634
+ },
30635
+ {
30636
+ "name": "theme",
30637
+ "description": "Set theme in which the component will be rendered."
30638
+ }
30639
+ ],
30640
+ "properties": [
30641
+ {
30642
+ "name": "tooltipText",
30643
+ "attribute": "tooltip-text",
30644
+ "description": "Specify the text of the tooltip.\nCan be string"
30645
+ },
30646
+ {
30647
+ "name": "tooltipAlignment",
30648
+ "attribute": "tooltip-alignment",
30649
+ "description": "Specify the alignment of the tooltip.",
30650
+ "type": "string",
30651
+ "default": "\"bottom\""
30652
+ },
30653
+ {
30654
+ "name": "name",
30655
+ "attribute": "name",
30656
+ "description": "When passing the name prop, either send the initials to be used or the\nuser's full name. The first two capital letters of the user's name will be\nused as the name."
30657
+ },
30658
+ {
30659
+ "name": "size",
30660
+ "attribute": "size",
30661
+ "description": "Set the size of the avatar circle.",
30662
+ "type": "string",
30663
+ "default": "\"md\""
30664
+ },
30665
+ {
30666
+ "name": "image",
30667
+ "attribute": "image",
30668
+ "description": "When passing the image prop, supply a full path to the image to be\ndisplayed."
30669
+ },
30670
+ {
30671
+ "name": "imageDescription",
30672
+ "attribute": "image-description",
30673
+ "description": "When passing the image prop use the imageDescription prop to describe the\nimage for screen reader."
30674
+ },
30675
+ {
30676
+ "name": "backgroundColor",
30677
+ "attribute": "background-color",
30678
+ "description": "Specify the background color for UserAvatar.",
30679
+ "type": "string",
30680
+ "default": "\"order-1-cyan\""
30681
+ },
30682
+ {
30683
+ "name": "theme",
30684
+ "attribute": "theme",
30685
+ "description": "Set theme in which the component will be rendered."
30686
+ },
30687
+ {
30688
+ "name": "shadowRootOptions",
30689
+ "type": "{ delegatesFocus: boolean; mode: ShadowRootMode; slotAssignment?: SlotAssignmentMode | undefined; customElements?: CustomElementRegistry | undefined; registry?: CustomElementRegistry | undefined; }",
30690
+ "default": "{\"delegatesFocus\":true}"
30691
+ },
30692
+ {
30693
+ "name": "styles",
30694
+ "default": "\"styles\""
30695
+ }
30696
+ ]
30052
30697
  }
30053
30698
  ]
30054
30699
  }
@@ -9,9 +9,9 @@ import "../../globals/settings.js";
9
9
  import { carbonElement } from "../../globals/decorators/carbon-element.js";
10
10
  import __decorate from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/decorate.js";
11
11
  import iconLoader from "../../globals/internal/icon-loader.js";
12
+ import { getSupportedLocale } from "../../globals/internal/getSupportedLocale.js";
12
13
  import { DefaultLocale, UNKNOWN } from "./constants.js";
13
14
  import "./big-number-skeleton.js";
14
- import { getSupportedLocale } from "../../globals/internal/getSupportedLocale.js";
15
15
  import big_number_default$1 from "./big-number.scss.js";
16
16
  import { LitElement, html, nothing } from "lit";
17
17
  import { property } from "lit/decorators.js";