@limetech/lime-elements 37.67.0 → 37.69.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 (162) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/lime-elements.cjs.js +1 -1
  3. package/dist/cjs/limel-action-bar-item_2.cjs.entry.js +122 -0
  4. package/dist/cjs/limel-action-bar-item_2.cjs.entry.js.map +1 -0
  5. package/dist/cjs/{limel-action-bar_4.cjs.entry.js → limel-action-bar_2.cjs.entry.js} +2 -116
  6. package/dist/cjs/limel-action-bar_2.cjs.entry.js.map +1 -0
  7. package/dist/cjs/{limel-breadcrumbs_5.cjs.entry.js → limel-breadcrumbs_7.cjs.entry.js} +3344 -407
  8. package/dist/cjs/limel-breadcrumbs_7.cjs.entry.js.map +1 -0
  9. package/dist/cjs/limel-callout.cjs.entry.js +1 -1
  10. package/dist/cjs/limel-card.cjs.entry.js +85 -0
  11. package/dist/cjs/limel-card.cjs.entry.js.map +1 -0
  12. package/dist/cjs/limel-chart.cjs.entry.js +216 -0
  13. package/dist/cjs/limel-chart.cjs.entry.js.map +1 -0
  14. package/dist/cjs/limel-chip_2.cjs.entry.js +1 -1
  15. package/dist/cjs/limel-dynamic-label_2.cjs.entry.js +91 -0
  16. package/dist/cjs/limel-dynamic-label_2.cjs.entry.js.map +1 -0
  17. package/dist/cjs/limel-file-viewer.cjs.entry.js +1 -1
  18. package/dist/cjs/limel-file.cjs.entry.js +1 -1
  19. package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +1 -1
  20. package/dist/cjs/limel-icon.cjs.entry.js +208 -0
  21. package/dist/cjs/limel-icon.cjs.entry.js.map +1 -0
  22. package/dist/cjs/limel-linear-progress.cjs.entry.js +1 -1
  23. package/dist/cjs/{limel-icon_2.cjs.entry.js → limel-portal.cjs.entry.js} +1 -201
  24. package/dist/cjs/limel-portal.cjs.entry.js.map +1 -0
  25. package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js +1 -1
  26. package/dist/cjs/limel-snackbar.cjs.entry.js +1 -1
  27. package/dist/cjs/loader.cjs.js +1 -1
  28. package/dist/cjs/{translations-6c4447f4.js → translations-9ccca4b6.js} +9 -1
  29. package/dist/cjs/translations-9ccca4b6.js.map +1 -0
  30. package/dist/collection/collection-manifest.json +2 -0
  31. package/dist/collection/components/card/card.css +202 -0
  32. package/dist/collection/components/card/card.js +282 -0
  33. package/dist/collection/components/card/card.js.map +1 -0
  34. package/dist/collection/components/chart/chart.css +758 -0
  35. package/dist/collection/components/chart/chart.js +418 -0
  36. package/dist/collection/components/chart/chart.js.map +1 -0
  37. package/dist/collection/components/chart/chart.types.js +2 -0
  38. package/dist/collection/components/chart/chart.types.js.map +1 -0
  39. package/dist/collection/style/mixins.scss +16 -0
  40. package/dist/collection/translations/da.js +1 -0
  41. package/dist/collection/translations/da.js.map +1 -1
  42. package/dist/collection/translations/de.js +1 -0
  43. package/dist/collection/translations/de.js.map +1 -1
  44. package/dist/collection/translations/en.js +1 -0
  45. package/dist/collection/translations/en.js.map +1 -1
  46. package/dist/collection/translations/fi.js +1 -0
  47. package/dist/collection/translations/fi.js.map +1 -1
  48. package/dist/collection/translations/fr.js +1 -0
  49. package/dist/collection/translations/fr.js.map +1 -1
  50. package/dist/collection/translations/nl.js +1 -0
  51. package/dist/collection/translations/nl.js.map +1 -1
  52. package/dist/collection/translations/no.js +1 -0
  53. package/dist/collection/translations/no.js.map +1 -1
  54. package/dist/collection/translations/sv.js +1 -0
  55. package/dist/collection/translations/sv.js.map +1 -1
  56. package/dist/esm/lime-elements.js +1 -1
  57. package/dist/esm/limel-action-bar-item_2.entry.js +117 -0
  58. package/dist/esm/limel-action-bar-item_2.entry.js.map +1 -0
  59. package/dist/esm/{limel-action-bar_4.entry.js → limel-action-bar_2.entry.js} +3 -115
  60. package/dist/esm/limel-action-bar_2.entry.js.map +1 -0
  61. package/dist/esm/{limel-breadcrumbs_5.entry.js → limel-breadcrumbs_7.entry.js} +3333 -398
  62. package/dist/esm/limel-breadcrumbs_7.entry.js.map +1 -0
  63. package/dist/esm/limel-callout.entry.js +1 -1
  64. package/dist/esm/limel-card.entry.js +81 -0
  65. package/dist/esm/limel-card.entry.js.map +1 -0
  66. package/dist/esm/limel-chart.entry.js +212 -0
  67. package/dist/esm/limel-chart.entry.js.map +1 -0
  68. package/dist/esm/limel-chip_2.entry.js +1 -1
  69. package/dist/esm/limel-dynamic-label_2.entry.js +86 -0
  70. package/dist/esm/limel-dynamic-label_2.entry.js.map +1 -0
  71. package/dist/esm/limel-file-viewer.entry.js +1 -1
  72. package/dist/esm/limel-file.entry.js +1 -1
  73. package/dist/esm/limel-flatpickr-adapter.entry.js +1 -1
  74. package/dist/esm/limel-icon.entry.js +204 -0
  75. package/dist/esm/limel-icon.entry.js.map +1 -0
  76. package/dist/esm/limel-linear-progress.entry.js +1 -1
  77. package/dist/esm/{limel-icon_2.entry.js → limel-portal.entry.js} +2 -201
  78. package/dist/esm/limel-portal.entry.js.map +1 -0
  79. package/dist/esm/limel-prosemirror-adapter.entry.js +1 -1
  80. package/dist/esm/limel-snackbar.entry.js +1 -1
  81. package/dist/esm/loader.js +1 -1
  82. package/dist/esm/{translations-26583a3b.js → translations-453e0db7.js} +9 -1
  83. package/dist/esm/translations-453e0db7.js.map +1 -0
  84. package/dist/lime-elements/lime-elements.esm.js +1 -1
  85. package/dist/lime-elements/lime-elements.esm.js.map +1 -1
  86. package/dist/lime-elements/{p-5d12d8d2.entry.js → p-0ee1d461.entry.js} +2 -2
  87. package/dist/lime-elements/p-18b068c9.entry.js +2 -0
  88. package/dist/lime-elements/p-18b068c9.entry.js.map +1 -0
  89. package/dist/lime-elements/{p-195df464.entry.js → p-1e99b371.entry.js} +2 -2
  90. package/dist/lime-elements/{p-4fd0ac1e.entry.js → p-2cbfe8f9.entry.js} +2 -2
  91. package/dist/lime-elements/{p-adfa2c05.entry.js → p-3fcb2b67.entry.js} +2 -2
  92. package/dist/lime-elements/{p-1a0aaf41.entry.js → p-488decb0.entry.js} +2 -2
  93. package/dist/lime-elements/p-5d08ef7d.entry.js +2 -0
  94. package/dist/lime-elements/p-5d08ef7d.entry.js.map +1 -0
  95. package/dist/lime-elements/p-7f9e0f52.entry.js +2 -0
  96. package/dist/lime-elements/p-7f9e0f52.entry.js.map +1 -0
  97. package/dist/lime-elements/p-8915fa60.js +2 -0
  98. package/dist/lime-elements/p-8915fa60.js.map +1 -0
  99. package/dist/lime-elements/p-97ae94e0.entry.js +266 -0
  100. package/dist/lime-elements/p-97ae94e0.entry.js.map +1 -0
  101. package/dist/lime-elements/{p-fbaa1b19.entry.js → p-9d2f6454.entry.js} +2 -2
  102. package/dist/lime-elements/p-9f8aa8e7.entry.js +2 -0
  103. package/dist/lime-elements/p-9f8aa8e7.entry.js.map +1 -0
  104. package/dist/lime-elements/{p-03eea223.entry.js → p-a451cece.entry.js} +2 -2
  105. package/dist/lime-elements/p-a8e24972.entry.js +2 -0
  106. package/dist/lime-elements/p-a8e24972.entry.js.map +1 -0
  107. package/dist/lime-elements/p-d696f6b8.entry.js +2 -0
  108. package/dist/lime-elements/p-d696f6b8.entry.js.map +1 -0
  109. package/dist/lime-elements/p-d93f1964.entry.js +2 -0
  110. package/dist/lime-elements/p-d93f1964.entry.js.map +1 -0
  111. package/dist/lime-elements/{p-0f484317.entry.js → p-dd031410.entry.js} +2 -2
  112. package/dist/lime-elements/style/mixins.scss +16 -0
  113. package/dist/scss/mixins.scss +16 -0
  114. package/dist/types/components/card/card.d.ts +75 -0
  115. package/dist/types/components/chart/chart.d.ts +94 -0
  116. package/dist/types/components/chart/chart.types.d.ts +25 -0
  117. package/dist/types/components.d.ts +346 -4
  118. package/dist/types/translations/da.d.ts +1 -0
  119. package/dist/types/translations/de.d.ts +1 -0
  120. package/dist/types/translations/en.d.ts +1 -0
  121. package/dist/types/translations/fi.d.ts +1 -0
  122. package/dist/types/translations/fr.d.ts +1 -0
  123. package/dist/types/translations/nl.d.ts +1 -0
  124. package/dist/types/translations/no.d.ts +1 -0
  125. package/dist/types/translations/sv.d.ts +1 -0
  126. package/package.json +1 -1
  127. package/dist/cjs/component-864afce0.js +0 -2447
  128. package/dist/cjs/component-864afce0.js.map +0 -1
  129. package/dist/cjs/limel-action-bar_4.cjs.entry.js.map +0 -1
  130. package/dist/cjs/limel-breadcrumbs_5.cjs.entry.js.map +0 -1
  131. package/dist/cjs/limel-dynamic-label_4.cjs.entry.js +0 -600
  132. package/dist/cjs/limel-dynamic-label_4.cjs.entry.js.map +0 -1
  133. package/dist/cjs/limel-icon_2.cjs.entry.js.map +0 -1
  134. package/dist/cjs/translations-6c4447f4.js.map +0 -1
  135. package/dist/esm/component-5e233629.js +0 -2439
  136. package/dist/esm/component-5e233629.js.map +0 -1
  137. package/dist/esm/limel-action-bar_4.entry.js.map +0 -1
  138. package/dist/esm/limel-breadcrumbs_5.entry.js.map +0 -1
  139. package/dist/esm/limel-dynamic-label_4.entry.js +0 -593
  140. package/dist/esm/limel-dynamic-label_4.entry.js.map +0 -1
  141. package/dist/esm/limel-icon_2.entry.js.map +0 -1
  142. package/dist/esm/translations-26583a3b.js.map +0 -1
  143. package/dist/lime-elements/p-61047574.entry.js +0 -2
  144. package/dist/lime-elements/p-61047574.entry.js.map +0 -1
  145. package/dist/lime-elements/p-b9b0853b.entry.js +0 -68
  146. package/dist/lime-elements/p-b9b0853b.entry.js.map +0 -1
  147. package/dist/lime-elements/p-bd261424.entry.js +0 -2
  148. package/dist/lime-elements/p-bd261424.entry.js.map +0 -1
  149. package/dist/lime-elements/p-d528606a.js +0 -200
  150. package/dist/lime-elements/p-d528606a.js.map +0 -1
  151. package/dist/lime-elements/p-e78fcffb.entry.js +0 -2
  152. package/dist/lime-elements/p-e78fcffb.entry.js.map +0 -1
  153. package/dist/lime-elements/p-fe15bcbb.js +0 -2
  154. package/dist/lime-elements/p-fe15bcbb.js.map +0 -1
  155. /package/dist/lime-elements/{p-5d12d8d2.entry.js.map → p-0ee1d461.entry.js.map} +0 -0
  156. /package/dist/lime-elements/{p-195df464.entry.js.map → p-1e99b371.entry.js.map} +0 -0
  157. /package/dist/lime-elements/{p-4fd0ac1e.entry.js.map → p-2cbfe8f9.entry.js.map} +0 -0
  158. /package/dist/lime-elements/{p-adfa2c05.entry.js.map → p-3fcb2b67.entry.js.map} +0 -0
  159. /package/dist/lime-elements/{p-1a0aaf41.entry.js.map → p-488decb0.entry.js.map} +0 -0
  160. /package/dist/lime-elements/{p-fbaa1b19.entry.js.map → p-9d2f6454.entry.js.map} +0 -0
  161. /package/dist/lime-elements/{p-03eea223.entry.js.map → p-a451cece.entry.js.map} +0 -0
  162. /package/dist/lime-elements/{p-0f484317.entry.js.map → p-dd031410.entry.js.map} +0 -0
@@ -12,9 +12,11 @@ import { BreadcrumbsItem } from "./components/breadcrumbs/breadcrumbs.types";
12
12
  import { Button } from "./components/button/button.types";
13
13
  import { CalloutType } from "./components/callout/callout.types";
14
14
  import { DateType, Languages } from "./components/date-picker/date.types";
15
- import { Label, LabelValue } from "./components/dynamic-label/label.types";
16
- import { Icon } from "./global/shared-types/icon.types";
17
15
  import { Image } from "./global/shared-types/image.types";
16
+ import { Icon } from "./global/shared-types/icon.types";
17
+ import { ListSeparator as ListSeparator1 } from "./global/shared-types/separator.types";
18
+ import { ChartItem } from "./components/chart/chart.types";
19
+ import { Label, LabelValue } from "./components/dynamic-label/label.types";
18
20
  import { Link } from "./global/shared-types/link.types";
19
21
  import { Chip, ChipType } from "./components/chip-set/chip.types";
20
22
  import { MenuItem as MenuItem1 } from "./components";
@@ -53,9 +55,11 @@ export { BreadcrumbsItem } from "./components/breadcrumbs/breadcrumbs.types";
53
55
  export { Button } from "./components/button/button.types";
54
56
  export { CalloutType } from "./components/callout/callout.types";
55
57
  export { DateType, Languages } from "./components/date-picker/date.types";
56
- export { Label, LabelValue } from "./components/dynamic-label/label.types";
57
- export { Icon } from "./global/shared-types/icon.types";
58
58
  export { Image } from "./global/shared-types/image.types";
59
+ export { Icon } from "./global/shared-types/icon.types";
60
+ export { ListSeparator as ListSeparator1 } from "./global/shared-types/separator.types";
61
+ export { ChartItem } from "./components/chart/chart.types";
62
+ export { Label, LabelValue } from "./components/dynamic-label/label.types";
59
63
  export { Link } from "./global/shared-types/link.types";
60
64
  export { Chip, ChipType } from "./components/chip-set/chip.types";
61
65
  export { MenuItem as MenuItem1 } from "./components";
@@ -349,6 +353,124 @@ export namespace Components {
349
353
  */
350
354
  "type"?: CalloutType;
351
355
  }
356
+ /**
357
+ * Card is a component that displays content about a single topic,
358
+ * in a structured way. It can contain a header, and some supporting media such
359
+ * as an image or an icon, a body of text, or optional actions.
360
+ * @exampleComponent limel-example-card-basic
361
+ * @exampleComponent limel-example-card-image
362
+ * @exampleComponent limel-example-card-actions
363
+ * @exampleComponent limel-example-card-clickable
364
+ * @exampleComponent limel-example-card-orientation
365
+ * @exampleComponent limel-example-card-slot
366
+ * @exampleComponent limel-example-card-styling
367
+ * @beta
368
+ */
369
+ interface LimelCard {
370
+ /**
371
+ * Actions to display in the card, to provide the user with options to interact with the content.
372
+ */
373
+ "actions"?: Array<ActionBarItem | ListSeparator1>;
374
+ /**
375
+ * When true, improve the accessibility of the component and hints the user that the card can be interacted width.
376
+ */
377
+ "clickable": boolean;
378
+ /**
379
+ * Heading of the card, to provide a short title about the context.
380
+ */
381
+ "heading"?: string;
382
+ /**
383
+ * An icon, to display along with the heading and subheading.
384
+ */
385
+ "icon"?: string | Icon;
386
+ /**
387
+ * A hero image to display in the card, to enrich the content with visual information.
388
+ */
389
+ "image"?: Image;
390
+ /**
391
+ * The orientation of the card, specially useful when the card has an image.
392
+ */
393
+ "orientation": 'landscape' | 'portrait';
394
+ /**
395
+ * Subheading of the card to provide a short description of the context.
396
+ */
397
+ "subheading"?: string;
398
+ /**
399
+ * The content of the card. Supports markdown, to provide a rich text experience.
400
+ */
401
+ "value"?: string;
402
+ }
403
+ /**
404
+ * A chart is a graphical representation of data, in which
405
+ * visual symbols such as such bars, dots, lines, or slices, represent
406
+ * each data point, in comparison to others.
407
+ * @exampleComponent limel-example-chart-stacked-bar
408
+ * @exampleComponent limel-example-chart-orientation
409
+ * @exampleComponent limel-example-chart-max-value
410
+ * @exampleComponent limel-example-chart-type-bar
411
+ * @exampleComponent limel-example-chart-type-dot
412
+ * @exampleComponent limel-example-chart-type-area
413
+ * @exampleComponent limel-example-chart-type-line
414
+ * @exampleComponent limel-example-chart-type-pie
415
+ * @exampleComponent limel-example-chart-type-doughnut
416
+ * @exampleComponent limel-example-chart-type-ring
417
+ * @exampleComponent limel-example-chart-type-gantt
418
+ * @exampleComponent limel-example-chart-type-nps
419
+ * @exampleComponent limel-example-chart-multi-axis
420
+ * @exampleComponent limel-example-chart-multi-axis-with-negative-start-values
421
+ * @exampleComponent limel-example-chart-multi-axis-area-with-negative-start-values
422
+ * @exampleComponent limel-example-chart-axis-increment
423
+ * @exampleComponent limel-example-chart-accessibility
424
+ * @exampleComponent limel-example-chart-styling
425
+ * @exampleComponent limel-example-chart-creative-styling
426
+ * @beta
427
+ */
428
+ interface LimelChart {
429
+ /**
430
+ * Helps users of assistive technologies to understand what the items in the chart represent.
431
+ */
432
+ "accessibleItemsLabel"?: string;
433
+ /**
434
+ * Helps users of assistive technologies to understand the context of the chart, and what is being displayed.
435
+ */
436
+ "accessibleLabel"?: string;
437
+ /**
438
+ * Specifies the increment for the axis lines.
439
+ */
440
+ "axisIncrement"?: number;
441
+ /**
442
+ * List of items in the chart, each representing a data point.
443
+ */
444
+ "items": ChartItem[];
445
+ /**
446
+ * Defines the language for translations. Will translate the translatable strings on the components.
447
+ */
448
+ "language": Languages;
449
+ /**
450
+ * Indicates whether the chart is in a loading state.
451
+ */
452
+ "loading": boolean;
453
+ /**
454
+ * Specifies the range that items' values could be in. This is used in calculation of the size of the items in the chart. When not provided, the sum of all values in the items will be considered as the range.
455
+ */
456
+ "maxValue"?: number;
457
+ /**
458
+ * Defines whether the chart is intended to be displayed wide or tall. Does not have any effect on chart types which generate circular forms.
459
+ */
460
+ "orientation"?: 'landscape' | 'portrait';
461
+ /**
462
+ * Defines how items are visualized in the chart.
463
+ */
464
+ "type"?: | 'area'
465
+ | 'bar'
466
+ | 'doughnut'
467
+ | 'line'
468
+ | 'nps'
469
+ | 'pie'
470
+ | 'ring'
471
+ | 'dot'
472
+ | 'stacked-bar';
473
+ }
352
474
  /**
353
475
  * The Checkbox component is a classic and essential element in UI design that allows
354
476
  * users to make multiple selections from a predefined list of options. The Checkbox component is commonly used in forms and settings interfaces to enable users to
@@ -2763,6 +2885,10 @@ export interface LimelButtonGroupCustomEvent<T> extends CustomEvent<T> {
2763
2885
  detail: T;
2764
2886
  target: HTMLLimelButtonGroupElement;
2765
2887
  }
2888
+ export interface LimelCardCustomEvent<T> extends CustomEvent<T> {
2889
+ detail: T;
2890
+ target: HTMLLimelCardElement;
2891
+ }
2766
2892
  export interface LimelCheckboxCustomEvent<T> extends CustomEvent<T> {
2767
2893
  detail: T;
2768
2894
  target: HTMLLimelCheckboxElement;
@@ -3093,6 +3219,56 @@ declare global {
3093
3219
  prototype: HTMLLimelCalloutElement;
3094
3220
  new (): HTMLLimelCalloutElement;
3095
3221
  };
3222
+ /**
3223
+ * Card is a component that displays content about a single topic,
3224
+ * in a structured way. It can contain a header, and some supporting media such
3225
+ * as an image or an icon, a body of text, or optional actions.
3226
+ * @exampleComponent limel-example-card-basic
3227
+ * @exampleComponent limel-example-card-image
3228
+ * @exampleComponent limel-example-card-actions
3229
+ * @exampleComponent limel-example-card-clickable
3230
+ * @exampleComponent limel-example-card-orientation
3231
+ * @exampleComponent limel-example-card-slot
3232
+ * @exampleComponent limel-example-card-styling
3233
+ * @beta
3234
+ */
3235
+ interface HTMLLimelCardElement extends Components.LimelCard, HTMLStencilElement {
3236
+ }
3237
+ var HTMLLimelCardElement: {
3238
+ prototype: HTMLLimelCardElement;
3239
+ new (): HTMLLimelCardElement;
3240
+ };
3241
+ /**
3242
+ * A chart is a graphical representation of data, in which
3243
+ * visual symbols such as such bars, dots, lines, or slices, represent
3244
+ * each data point, in comparison to others.
3245
+ * @exampleComponent limel-example-chart-stacked-bar
3246
+ * @exampleComponent limel-example-chart-orientation
3247
+ * @exampleComponent limel-example-chart-max-value
3248
+ * @exampleComponent limel-example-chart-type-bar
3249
+ * @exampleComponent limel-example-chart-type-dot
3250
+ * @exampleComponent limel-example-chart-type-area
3251
+ * @exampleComponent limel-example-chart-type-line
3252
+ * @exampleComponent limel-example-chart-type-pie
3253
+ * @exampleComponent limel-example-chart-type-doughnut
3254
+ * @exampleComponent limel-example-chart-type-ring
3255
+ * @exampleComponent limel-example-chart-type-gantt
3256
+ * @exampleComponent limel-example-chart-type-nps
3257
+ * @exampleComponent limel-example-chart-multi-axis
3258
+ * @exampleComponent limel-example-chart-multi-axis-with-negative-start-values
3259
+ * @exampleComponent limel-example-chart-multi-axis-area-with-negative-start-values
3260
+ * @exampleComponent limel-example-chart-axis-increment
3261
+ * @exampleComponent limel-example-chart-accessibility
3262
+ * @exampleComponent limel-example-chart-styling
3263
+ * @exampleComponent limel-example-chart-creative-styling
3264
+ * @beta
3265
+ */
3266
+ interface HTMLLimelChartElement extends Components.LimelChart, HTMLStencilElement {
3267
+ }
3268
+ var HTMLLimelChartElement: {
3269
+ prototype: HTMLLimelChartElement;
3270
+ new (): HTMLLimelChartElement;
3271
+ };
3096
3272
  /**
3097
3273
  * The Checkbox component is a classic and essential element in UI design that allows
3098
3274
  * users to make multiple selections from a predefined list of options. The Checkbox component is commonly used in forms and settings interfaces to enable users to
@@ -4289,6 +4465,8 @@ declare global {
4289
4465
  "limel-button": HTMLLimelButtonElement;
4290
4466
  "limel-button-group": HTMLLimelButtonGroupElement;
4291
4467
  "limel-callout": HTMLLimelCalloutElement;
4468
+ "limel-card": HTMLLimelCardElement;
4469
+ "limel-chart": HTMLLimelChartElement;
4292
4470
  "limel-checkbox": HTMLLimelCheckboxElement;
4293
4471
  "limel-chip": HTMLLimelChipElement;
4294
4472
  "limel-chip-set": HTMLLimelChipSetElement;
@@ -4625,6 +4803,128 @@ declare namespace LocalJSX {
4625
4803
  */
4626
4804
  "type"?: CalloutType;
4627
4805
  }
4806
+ /**
4807
+ * Card is a component that displays content about a single topic,
4808
+ * in a structured way. It can contain a header, and some supporting media such
4809
+ * as an image or an icon, a body of text, or optional actions.
4810
+ * @exampleComponent limel-example-card-basic
4811
+ * @exampleComponent limel-example-card-image
4812
+ * @exampleComponent limel-example-card-actions
4813
+ * @exampleComponent limel-example-card-clickable
4814
+ * @exampleComponent limel-example-card-orientation
4815
+ * @exampleComponent limel-example-card-slot
4816
+ * @exampleComponent limel-example-card-styling
4817
+ * @beta
4818
+ */
4819
+ interface LimelCard {
4820
+ /**
4821
+ * Actions to display in the card, to provide the user with options to interact with the content.
4822
+ */
4823
+ "actions"?: Array<ActionBarItem | ListSeparator1>;
4824
+ /**
4825
+ * When true, improve the accessibility of the component and hints the user that the card can be interacted width.
4826
+ */
4827
+ "clickable"?: boolean;
4828
+ /**
4829
+ * Heading of the card, to provide a short title about the context.
4830
+ */
4831
+ "heading"?: string;
4832
+ /**
4833
+ * An icon, to display along with the heading and subheading.
4834
+ */
4835
+ "icon"?: string | Icon;
4836
+ /**
4837
+ * A hero image to display in the card, to enrich the content with visual information.
4838
+ */
4839
+ "image"?: Image;
4840
+ /**
4841
+ * Fired when a action bar item has been clicked.
4842
+ */
4843
+ "onActionSelected"?: (event: LimelCardCustomEvent<ActionBarItem>) => void;
4844
+ /**
4845
+ * The orientation of the card, specially useful when the card has an image.
4846
+ */
4847
+ "orientation"?: 'landscape' | 'portrait';
4848
+ /**
4849
+ * Subheading of the card to provide a short description of the context.
4850
+ */
4851
+ "subheading"?: string;
4852
+ /**
4853
+ * The content of the card. Supports markdown, to provide a rich text experience.
4854
+ */
4855
+ "value"?: string;
4856
+ }
4857
+ /**
4858
+ * A chart is a graphical representation of data, in which
4859
+ * visual symbols such as such bars, dots, lines, or slices, represent
4860
+ * each data point, in comparison to others.
4861
+ * @exampleComponent limel-example-chart-stacked-bar
4862
+ * @exampleComponent limel-example-chart-orientation
4863
+ * @exampleComponent limel-example-chart-max-value
4864
+ * @exampleComponent limel-example-chart-type-bar
4865
+ * @exampleComponent limel-example-chart-type-dot
4866
+ * @exampleComponent limel-example-chart-type-area
4867
+ * @exampleComponent limel-example-chart-type-line
4868
+ * @exampleComponent limel-example-chart-type-pie
4869
+ * @exampleComponent limel-example-chart-type-doughnut
4870
+ * @exampleComponent limel-example-chart-type-ring
4871
+ * @exampleComponent limel-example-chart-type-gantt
4872
+ * @exampleComponent limel-example-chart-type-nps
4873
+ * @exampleComponent limel-example-chart-multi-axis
4874
+ * @exampleComponent limel-example-chart-multi-axis-with-negative-start-values
4875
+ * @exampleComponent limel-example-chart-multi-axis-area-with-negative-start-values
4876
+ * @exampleComponent limel-example-chart-axis-increment
4877
+ * @exampleComponent limel-example-chart-accessibility
4878
+ * @exampleComponent limel-example-chart-styling
4879
+ * @exampleComponent limel-example-chart-creative-styling
4880
+ * @beta
4881
+ */
4882
+ interface LimelChart {
4883
+ /**
4884
+ * Helps users of assistive technologies to understand what the items in the chart represent.
4885
+ */
4886
+ "accessibleItemsLabel"?: string;
4887
+ /**
4888
+ * Helps users of assistive technologies to understand the context of the chart, and what is being displayed.
4889
+ */
4890
+ "accessibleLabel"?: string;
4891
+ /**
4892
+ * Specifies the increment for the axis lines.
4893
+ */
4894
+ "axisIncrement"?: number;
4895
+ /**
4896
+ * List of items in the chart, each representing a data point.
4897
+ */
4898
+ "items": ChartItem[];
4899
+ /**
4900
+ * Defines the language for translations. Will translate the translatable strings on the components.
4901
+ */
4902
+ "language"?: Languages;
4903
+ /**
4904
+ * Indicates whether the chart is in a loading state.
4905
+ */
4906
+ "loading"?: boolean;
4907
+ /**
4908
+ * Specifies the range that items' values could be in. This is used in calculation of the size of the items in the chart. When not provided, the sum of all values in the items will be considered as the range.
4909
+ */
4910
+ "maxValue"?: number;
4911
+ /**
4912
+ * Defines whether the chart is intended to be displayed wide or tall. Does not have any effect on chart types which generate circular forms.
4913
+ */
4914
+ "orientation"?: 'landscape' | 'portrait';
4915
+ /**
4916
+ * Defines how items are visualized in the chart.
4917
+ */
4918
+ "type"?: | 'area'
4919
+ | 'bar'
4920
+ | 'doughnut'
4921
+ | 'line'
4922
+ | 'nps'
4923
+ | 'pie'
4924
+ | 'ring'
4925
+ | 'dot'
4926
+ | 'stacked-bar';
4927
+ }
4628
4928
  /**
4629
4929
  * The Checkbox component is a classic and essential element in UI design that allows
4630
4930
  * users to make multiple selections from a predefined list of options. The Checkbox component is commonly used in forms and settings interfaces to enable users to
@@ -7290,6 +7590,8 @@ declare namespace LocalJSX {
7290
7590
  "limel-button": LimelButton;
7291
7591
  "limel-button-group": LimelButtonGroup;
7292
7592
  "limel-callout": LimelCallout;
7593
+ "limel-card": LimelCard;
7594
+ "limel-chart": LimelChart;
7293
7595
  "limel-checkbox": LimelCheckbox;
7294
7596
  "limel-chip": LimelChip;
7295
7597
  "limel-chip-set": LimelChipSet;
@@ -7489,6 +7791,46 @@ declare module "@stencil/core" {
7489
7791
  * @exampleComponent limel-example-callout-composite
7490
7792
  */
7491
7793
  "limel-callout": LocalJSX.LimelCallout & JSXBase.HTMLAttributes<HTMLLimelCalloutElement>;
7794
+ /**
7795
+ * Card is a component that displays content about a single topic,
7796
+ * in a structured way. It can contain a header, and some supporting media such
7797
+ * as an image or an icon, a body of text, or optional actions.
7798
+ * @exampleComponent limel-example-card-basic
7799
+ * @exampleComponent limel-example-card-image
7800
+ * @exampleComponent limel-example-card-actions
7801
+ * @exampleComponent limel-example-card-clickable
7802
+ * @exampleComponent limel-example-card-orientation
7803
+ * @exampleComponent limel-example-card-slot
7804
+ * @exampleComponent limel-example-card-styling
7805
+ * @beta
7806
+ */
7807
+ "limel-card": LocalJSX.LimelCard & JSXBase.HTMLAttributes<HTMLLimelCardElement>;
7808
+ /**
7809
+ * A chart is a graphical representation of data, in which
7810
+ * visual symbols such as such bars, dots, lines, or slices, represent
7811
+ * each data point, in comparison to others.
7812
+ * @exampleComponent limel-example-chart-stacked-bar
7813
+ * @exampleComponent limel-example-chart-orientation
7814
+ * @exampleComponent limel-example-chart-max-value
7815
+ * @exampleComponent limel-example-chart-type-bar
7816
+ * @exampleComponent limel-example-chart-type-dot
7817
+ * @exampleComponent limel-example-chart-type-area
7818
+ * @exampleComponent limel-example-chart-type-line
7819
+ * @exampleComponent limel-example-chart-type-pie
7820
+ * @exampleComponent limel-example-chart-type-doughnut
7821
+ * @exampleComponent limel-example-chart-type-ring
7822
+ * @exampleComponent limel-example-chart-type-gantt
7823
+ * @exampleComponent limel-example-chart-type-nps
7824
+ * @exampleComponent limel-example-chart-multi-axis
7825
+ * @exampleComponent limel-example-chart-multi-axis-with-negative-start-values
7826
+ * @exampleComponent limel-example-chart-multi-axis-area-with-negative-start-values
7827
+ * @exampleComponent limel-example-chart-axis-increment
7828
+ * @exampleComponent limel-example-chart-accessibility
7829
+ * @exampleComponent limel-example-chart-styling
7830
+ * @exampleComponent limel-example-chart-creative-styling
7831
+ * @beta
7832
+ */
7833
+ "limel-chart": LocalJSX.LimelChart & JSXBase.HTMLAttributes<HTMLLimelChartElement>;
7492
7834
  /**
7493
7835
  * The Checkbox component is a classic and essential element in UI design that allows
7494
7836
  * users to make multiple selections from a predefined list of options. The Checkbox component is commonly used in forms and settings interfaces to enable users to
@@ -3,6 +3,7 @@ declare const _default: {
3
3
  save: string;
4
4
  cancel: string;
5
5
  loading: string;
6
+ value: string;
6
7
  'callout.note': string;
7
8
  'callout.important': string;
8
9
  'callout.tip': string;
@@ -3,6 +3,7 @@ declare const _default: {
3
3
  save: string;
4
4
  cancel: string;
5
5
  loading: string;
6
+ value: string;
6
7
  'callout.note': string;
7
8
  'callout.important': string;
8
9
  'callout.tip': string;
@@ -3,6 +3,7 @@ declare const _default: {
3
3
  save: string;
4
4
  cancel: string;
5
5
  loading: string;
6
+ value: string;
6
7
  'callout.note': string;
7
8
  'callout.important': string;
8
9
  'callout.tip': string;
@@ -3,6 +3,7 @@ declare const _default: {
3
3
  save: string;
4
4
  canceL: string;
5
5
  loading: string;
6
+ value: string;
6
7
  'callout.note': string;
7
8
  'callout.important': string;
8
9
  'callout.tip': string;
@@ -3,6 +3,7 @@ declare const _default: {
3
3
  save: string;
4
4
  cancel: string;
5
5
  loading: string;
6
+ value: string;
6
7
  'callout.note': string;
7
8
  'callout.important': string;
8
9
  'callout.tip': string;
@@ -3,6 +3,7 @@ declare const _default: {
3
3
  save: string;
4
4
  cancel: string;
5
5
  loading: string;
6
+ value: string;
6
7
  'callout.note': string;
7
8
  'callout.important': string;
8
9
  'callout.tip': string;
@@ -3,6 +3,7 @@ declare const _default: {
3
3
  save: string;
4
4
  cancel: string;
5
5
  loading: string;
6
+ value: string;
6
7
  'callout.note': string;
7
8
  'callout.important': string;
8
9
  'callout.tip': string;
@@ -3,6 +3,7 @@ declare const _default: {
3
3
  save: string;
4
4
  cancel: string;
5
5
  loading: string;
6
+ value: string;
6
7
  'callout.note': string;
7
8
  'callout.important': string;
8
9
  'callout.tip': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "37.67.0",
3
+ "version": "37.69.0",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",