@limetech/lime-elements 37.66.1 → 37.68.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 (127) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/dist/cjs/lime-elements.cjs.js +1 -1
  3. package/dist/cjs/limel-action-bar_4.cjs.entry.js +1 -1
  4. package/dist/cjs/limel-callout.cjs.entry.js +1 -1
  5. package/dist/cjs/limel-chart.cjs.entry.js +216 -0
  6. package/dist/cjs/limel-chart.cjs.entry.js.map +1 -0
  7. package/dist/cjs/limel-chip_2.cjs.entry.js +1 -1
  8. package/dist/cjs/limel-file-viewer.cjs.entry.js +1 -1
  9. package/dist/cjs/limel-file.cjs.entry.js +1 -1
  10. package/dist/cjs/limel-flatpickr-adapter.cjs.entry.js +1 -1
  11. package/dist/cjs/limel-icon.cjs.entry.js +208 -0
  12. package/dist/cjs/limel-icon.cjs.entry.js.map +1 -0
  13. package/dist/cjs/limel-linear-progress.cjs.entry.js +1 -1
  14. package/dist/cjs/{limel-icon_2.cjs.entry.js → limel-portal.cjs.entry.js} +1 -201
  15. package/dist/cjs/limel-portal.cjs.entry.js.map +1 -0
  16. package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js +1472 -10
  17. package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js.map +1 -1
  18. package/dist/cjs/limel-snackbar.cjs.entry.js +1 -1
  19. package/dist/cjs/limel-text-editor.cjs.entry.js.map +1 -1
  20. package/dist/cjs/loader.cjs.js +1 -1
  21. package/dist/cjs/{translations-6c4447f4.js → translations-9ccca4b6.js} +9 -1
  22. package/dist/cjs/translations-9ccca4b6.js.map +1 -0
  23. package/dist/collection/collection-manifest.json +1 -0
  24. package/dist/collection/components/chart/chart.css +758 -0
  25. package/dist/collection/components/chart/chart.js +418 -0
  26. package/dist/collection/components/chart/chart.js.map +1 -0
  27. package/dist/collection/components/chart/chart.types.js +2 -0
  28. package/dist/collection/components/chart/chart.types.js.map +1 -0
  29. package/dist/collection/components/text-editor/prosemirror-adapter/plugins/table-plugin.js +27 -0
  30. package/dist/collection/components/text-editor/prosemirror-adapter/plugins/table-plugin.js.map +1 -0
  31. package/dist/collection/components/text-editor/prosemirror-adapter/prosemirror-adapter.js +5 -0
  32. package/dist/collection/components/text-editor/prosemirror-adapter/prosemirror-adapter.js.map +1 -1
  33. package/dist/collection/components/text-editor/text-editor.js +1 -0
  34. package/dist/collection/components/text-editor/text-editor.js.map +1 -1
  35. package/dist/collection/style/mixins.scss +16 -0
  36. package/dist/collection/translations/da.js +1 -0
  37. package/dist/collection/translations/da.js.map +1 -1
  38. package/dist/collection/translations/de.js +1 -0
  39. package/dist/collection/translations/de.js.map +1 -1
  40. package/dist/collection/translations/en.js +1 -0
  41. package/dist/collection/translations/en.js.map +1 -1
  42. package/dist/collection/translations/fi.js +1 -0
  43. package/dist/collection/translations/fi.js.map +1 -1
  44. package/dist/collection/translations/fr.js +1 -0
  45. package/dist/collection/translations/fr.js.map +1 -1
  46. package/dist/collection/translations/nl.js +1 -0
  47. package/dist/collection/translations/nl.js.map +1 -1
  48. package/dist/collection/translations/no.js +1 -0
  49. package/dist/collection/translations/no.js.map +1 -1
  50. package/dist/collection/translations/sv.js +1 -0
  51. package/dist/collection/translations/sv.js.map +1 -1
  52. package/dist/esm/lime-elements.js +1 -1
  53. package/dist/esm/limel-action-bar_4.entry.js +1 -1
  54. package/dist/esm/limel-callout.entry.js +1 -1
  55. package/dist/esm/limel-chart.entry.js +212 -0
  56. package/dist/esm/limel-chart.entry.js.map +1 -0
  57. package/dist/esm/limel-chip_2.entry.js +1 -1
  58. package/dist/esm/limel-file-viewer.entry.js +1 -1
  59. package/dist/esm/limel-file.entry.js +1 -1
  60. package/dist/esm/limel-flatpickr-adapter.entry.js +1 -1
  61. package/dist/esm/limel-icon.entry.js +204 -0
  62. package/dist/esm/limel-icon.entry.js.map +1 -0
  63. package/dist/esm/limel-linear-progress.entry.js +1 -1
  64. package/dist/esm/{limel-icon_2.entry.js → limel-portal.entry.js} +2 -201
  65. package/dist/esm/limel-portal.entry.js.map +1 -0
  66. package/dist/esm/limel-prosemirror-adapter.entry.js +1472 -10
  67. package/dist/esm/limel-prosemirror-adapter.entry.js.map +1 -1
  68. package/dist/esm/limel-snackbar.entry.js +1 -1
  69. package/dist/esm/limel-text-editor.entry.js.map +1 -1
  70. package/dist/esm/loader.js +1 -1
  71. package/dist/esm/{translations-26583a3b.js → translations-453e0db7.js} +9 -1
  72. package/dist/esm/translations-453e0db7.js.map +1 -0
  73. package/dist/lime-elements/lime-elements.esm.js +1 -1
  74. package/dist/lime-elements/lime-elements.esm.js.map +1 -1
  75. package/dist/lime-elements/{p-5d12d8d2.entry.js → p-0ee1d461.entry.js} +2 -2
  76. package/dist/lime-elements/{p-195df464.entry.js → p-1e99b371.entry.js} +2 -2
  77. package/dist/lime-elements/{p-4fd0ac1e.entry.js → p-2cbfe8f9.entry.js} +2 -2
  78. package/dist/lime-elements/{p-adfa2c05.entry.js → p-3fcb2b67.entry.js} +2 -2
  79. package/dist/lime-elements/{p-1a0aaf41.entry.js → p-488decb0.entry.js} +2 -2
  80. package/dist/lime-elements/{p-61047574.entry.js → p-589ba37a.entry.js} +2 -2
  81. package/dist/lime-elements/p-5d08ef7d.entry.js +2 -0
  82. package/dist/lime-elements/p-5d08ef7d.entry.js.map +1 -0
  83. package/dist/lime-elements/p-8915fa60.js +2 -0
  84. package/dist/lime-elements/p-8915fa60.js.map +1 -0
  85. package/dist/lime-elements/p-8d388c5c.entry.js.map +1 -1
  86. package/dist/lime-elements/p-9d2f6454.entry.js +2 -0
  87. package/dist/lime-elements/p-9d2f6454.entry.js.map +1 -0
  88. package/dist/lime-elements/{p-03eea223.entry.js → p-a451cece.entry.js} +2 -2
  89. package/dist/lime-elements/p-d696f6b8.entry.js +2 -0
  90. package/dist/lime-elements/p-d696f6b8.entry.js.map +1 -0
  91. package/dist/lime-elements/p-d93f1964.entry.js +2 -0
  92. package/dist/lime-elements/p-d93f1964.entry.js.map +1 -0
  93. package/dist/lime-elements/{p-0f484317.entry.js → p-dd031410.entry.js} +2 -2
  94. package/dist/lime-elements/style/mixins.scss +16 -0
  95. package/dist/scss/mixins.scss +16 -0
  96. package/dist/types/components/chart/chart.d.ts +94 -0
  97. package/dist/types/components/chart/chart.types.d.ts +25 -0
  98. package/dist/types/components/text-editor/prosemirror-adapter/plugins/table-plugin.d.ts +4 -0
  99. package/dist/types/components/text-editor/text-editor.d.ts +1 -0
  100. package/dist/types/components.d.ts +207 -0
  101. package/dist/types/translations/da.d.ts +1 -0
  102. package/dist/types/translations/de.d.ts +1 -0
  103. package/dist/types/translations/en.d.ts +1 -0
  104. package/dist/types/translations/fi.d.ts +1 -0
  105. package/dist/types/translations/fr.d.ts +1 -0
  106. package/dist/types/translations/nl.d.ts +1 -0
  107. package/dist/types/translations/no.d.ts +1 -0
  108. package/dist/types/translations/sv.d.ts +1 -0
  109. package/package.json +2 -1
  110. package/dist/cjs/limel-icon_2.cjs.entry.js.map +0 -1
  111. package/dist/cjs/translations-6c4447f4.js.map +0 -1
  112. package/dist/esm/limel-icon_2.entry.js.map +0 -1
  113. package/dist/esm/translations-26583a3b.js.map +0 -1
  114. package/dist/lime-elements/p-975f1ee3.entry.js +0 -2
  115. package/dist/lime-elements/p-975f1ee3.entry.js.map +0 -1
  116. package/dist/lime-elements/p-e78fcffb.entry.js +0 -2
  117. package/dist/lime-elements/p-e78fcffb.entry.js.map +0 -1
  118. package/dist/lime-elements/p-fe15bcbb.js +0 -2
  119. package/dist/lime-elements/p-fe15bcbb.js.map +0 -1
  120. /package/dist/lime-elements/{p-5d12d8d2.entry.js.map → p-0ee1d461.entry.js.map} +0 -0
  121. /package/dist/lime-elements/{p-195df464.entry.js.map → p-1e99b371.entry.js.map} +0 -0
  122. /package/dist/lime-elements/{p-4fd0ac1e.entry.js.map → p-2cbfe8f9.entry.js.map} +0 -0
  123. /package/dist/lime-elements/{p-adfa2c05.entry.js.map → p-3fcb2b67.entry.js.map} +0 -0
  124. /package/dist/lime-elements/{p-1a0aaf41.entry.js.map → p-488decb0.entry.js.map} +0 -0
  125. /package/dist/lime-elements/{p-61047574.entry.js.map → p-589ba37a.entry.js.map} +0 -0
  126. /package/dist/lime-elements/{p-03eea223.entry.js.map → p-a451cece.entry.js.map} +0 -0
  127. /package/dist/lime-elements/{p-0f484317.entry.js.map → p-dd031410.entry.js.map} +0 -0
@@ -12,6 +12,7 @@ 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 { ChartItem } from "./components/chart/chart.types";
15
16
  import { Label, LabelValue } from "./components/dynamic-label/label.types";
16
17
  import { Icon } from "./global/shared-types/icon.types";
17
18
  import { Image } from "./global/shared-types/image.types";
@@ -53,6 +54,7 @@ export { BreadcrumbsItem } from "./components/breadcrumbs/breadcrumbs.types";
53
54
  export { Button } from "./components/button/button.types";
54
55
  export { CalloutType } from "./components/callout/callout.types";
55
56
  export { DateType, Languages } from "./components/date-picker/date.types";
57
+ export { ChartItem } from "./components/chart/chart.types";
56
58
  export { Label, LabelValue } from "./components/dynamic-label/label.types";
57
59
  export { Icon } from "./global/shared-types/icon.types";
58
60
  export { Image } from "./global/shared-types/image.types";
@@ -349,6 +351,77 @@ export namespace Components {
349
351
  */
350
352
  "type"?: CalloutType;
351
353
  }
354
+ /**
355
+ * A chart is a graphical representation of data, in which
356
+ * visual symbols such as such bars, dots, lines, or slices, represent
357
+ * each data point, in comparison to others.
358
+ * @exampleComponent limel-example-chart-stacked-bar
359
+ * @exampleComponent limel-example-chart-orientation
360
+ * @exampleComponent limel-example-chart-max-value
361
+ * @exampleComponent limel-example-chart-type-bar
362
+ * @exampleComponent limel-example-chart-type-dot
363
+ * @exampleComponent limel-example-chart-type-area
364
+ * @exampleComponent limel-example-chart-type-line
365
+ * @exampleComponent limel-example-chart-type-pie
366
+ * @exampleComponent limel-example-chart-type-doughnut
367
+ * @exampleComponent limel-example-chart-type-ring
368
+ * @exampleComponent limel-example-chart-type-gantt
369
+ * @exampleComponent limel-example-chart-type-nps
370
+ * @exampleComponent limel-example-chart-multi-axis
371
+ * @exampleComponent limel-example-chart-multi-axis-with-negative-start-values
372
+ * @exampleComponent limel-example-chart-multi-axis-area-with-negative-start-values
373
+ * @exampleComponent limel-example-chart-axis-increment
374
+ * @exampleComponent limel-example-chart-accessibility
375
+ * @exampleComponent limel-example-chart-styling
376
+ * @exampleComponent limel-example-chart-creative-styling
377
+ * @beta
378
+ */
379
+ interface LimelChart {
380
+ /**
381
+ * Helps users of assistive technologies to understand what the items in the chart represent.
382
+ */
383
+ "accessibleItemsLabel"?: string;
384
+ /**
385
+ * Helps users of assistive technologies to understand the context of the chart, and what is being displayed.
386
+ */
387
+ "accessibleLabel"?: string;
388
+ /**
389
+ * Specifies the increment for the axis lines.
390
+ */
391
+ "axisIncrement"?: number;
392
+ /**
393
+ * List of items in the chart, each representing a data point.
394
+ */
395
+ "items": ChartItem[];
396
+ /**
397
+ * Defines the language for translations. Will translate the translatable strings on the components.
398
+ */
399
+ "language": Languages;
400
+ /**
401
+ * Indicates whether the chart is in a loading state.
402
+ */
403
+ "loading": boolean;
404
+ /**
405
+ * 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.
406
+ */
407
+ "maxValue"?: number;
408
+ /**
409
+ * Defines whether the chart is intended to be displayed wide or tall. Does not have any effect on chart types which generate circular forms.
410
+ */
411
+ "orientation"?: 'landscape' | 'portrait';
412
+ /**
413
+ * Defines how items are visualized in the chart.
414
+ */
415
+ "type"?: | 'area'
416
+ | 'bar'
417
+ | 'doughnut'
418
+ | 'line'
419
+ | 'nps'
420
+ | 'pie'
421
+ | 'ring'
422
+ | 'dot'
423
+ | 'stacked-bar';
424
+ }
352
425
  /**
353
426
  * The Checkbox component is a classic and essential element in UI design that allows
354
427
  * 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
@@ -2572,6 +2645,7 @@ export namespace Components {
2572
2645
  * @exampleComponent limel-example-text-editor-as-form-component
2573
2646
  * @exampleComponent limel-example-text-editor-with-markdown
2574
2647
  * @exampleComponent limel-example-text-editor-with-html
2648
+ * @exampleComponent limel-example-text-editor-with-tables
2575
2649
  * @exampleComponent limel-example-text-editor-allow-resize
2576
2650
  * @exampleComponent limel-example-text-editor-size
2577
2651
  * @exampleComponent limel-example-text-editor-ui
@@ -3092,6 +3166,37 @@ declare global {
3092
3166
  prototype: HTMLLimelCalloutElement;
3093
3167
  new (): HTMLLimelCalloutElement;
3094
3168
  };
3169
+ /**
3170
+ * A chart is a graphical representation of data, in which
3171
+ * visual symbols such as such bars, dots, lines, or slices, represent
3172
+ * each data point, in comparison to others.
3173
+ * @exampleComponent limel-example-chart-stacked-bar
3174
+ * @exampleComponent limel-example-chart-orientation
3175
+ * @exampleComponent limel-example-chart-max-value
3176
+ * @exampleComponent limel-example-chart-type-bar
3177
+ * @exampleComponent limel-example-chart-type-dot
3178
+ * @exampleComponent limel-example-chart-type-area
3179
+ * @exampleComponent limel-example-chart-type-line
3180
+ * @exampleComponent limel-example-chart-type-pie
3181
+ * @exampleComponent limel-example-chart-type-doughnut
3182
+ * @exampleComponent limel-example-chart-type-ring
3183
+ * @exampleComponent limel-example-chart-type-gantt
3184
+ * @exampleComponent limel-example-chart-type-nps
3185
+ * @exampleComponent limel-example-chart-multi-axis
3186
+ * @exampleComponent limel-example-chart-multi-axis-with-negative-start-values
3187
+ * @exampleComponent limel-example-chart-multi-axis-area-with-negative-start-values
3188
+ * @exampleComponent limel-example-chart-axis-increment
3189
+ * @exampleComponent limel-example-chart-accessibility
3190
+ * @exampleComponent limel-example-chart-styling
3191
+ * @exampleComponent limel-example-chart-creative-styling
3192
+ * @beta
3193
+ */
3194
+ interface HTMLLimelChartElement extends Components.LimelChart, HTMLStencilElement {
3195
+ }
3196
+ var HTMLLimelChartElement: {
3197
+ prototype: HTMLLimelChartElement;
3198
+ new (): HTMLLimelChartElement;
3199
+ };
3095
3200
  /**
3096
3201
  * The Checkbox component is a classic and essential element in UI design that allows
3097
3202
  * 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
@@ -4196,6 +4301,7 @@ declare global {
4196
4301
  * @exampleComponent limel-example-text-editor-as-form-component
4197
4302
  * @exampleComponent limel-example-text-editor-with-markdown
4198
4303
  * @exampleComponent limel-example-text-editor-with-html
4304
+ * @exampleComponent limel-example-text-editor-with-tables
4199
4305
  * @exampleComponent limel-example-text-editor-allow-resize
4200
4306
  * @exampleComponent limel-example-text-editor-size
4201
4307
  * @exampleComponent limel-example-text-editor-ui
@@ -4287,6 +4393,7 @@ declare global {
4287
4393
  "limel-button": HTMLLimelButtonElement;
4288
4394
  "limel-button-group": HTMLLimelButtonGroupElement;
4289
4395
  "limel-callout": HTMLLimelCalloutElement;
4396
+ "limel-chart": HTMLLimelChartElement;
4290
4397
  "limel-checkbox": HTMLLimelCheckboxElement;
4291
4398
  "limel-chip": HTMLLimelChipElement;
4292
4399
  "limel-chip-set": HTMLLimelChipSetElement;
@@ -4623,6 +4730,77 @@ declare namespace LocalJSX {
4623
4730
  */
4624
4731
  "type"?: CalloutType;
4625
4732
  }
4733
+ /**
4734
+ * A chart is a graphical representation of data, in which
4735
+ * visual symbols such as such bars, dots, lines, or slices, represent
4736
+ * each data point, in comparison to others.
4737
+ * @exampleComponent limel-example-chart-stacked-bar
4738
+ * @exampleComponent limel-example-chart-orientation
4739
+ * @exampleComponent limel-example-chart-max-value
4740
+ * @exampleComponent limel-example-chart-type-bar
4741
+ * @exampleComponent limel-example-chart-type-dot
4742
+ * @exampleComponent limel-example-chart-type-area
4743
+ * @exampleComponent limel-example-chart-type-line
4744
+ * @exampleComponent limel-example-chart-type-pie
4745
+ * @exampleComponent limel-example-chart-type-doughnut
4746
+ * @exampleComponent limel-example-chart-type-ring
4747
+ * @exampleComponent limel-example-chart-type-gantt
4748
+ * @exampleComponent limel-example-chart-type-nps
4749
+ * @exampleComponent limel-example-chart-multi-axis
4750
+ * @exampleComponent limel-example-chart-multi-axis-with-negative-start-values
4751
+ * @exampleComponent limel-example-chart-multi-axis-area-with-negative-start-values
4752
+ * @exampleComponent limel-example-chart-axis-increment
4753
+ * @exampleComponent limel-example-chart-accessibility
4754
+ * @exampleComponent limel-example-chart-styling
4755
+ * @exampleComponent limel-example-chart-creative-styling
4756
+ * @beta
4757
+ */
4758
+ interface LimelChart {
4759
+ /**
4760
+ * Helps users of assistive technologies to understand what the items in the chart represent.
4761
+ */
4762
+ "accessibleItemsLabel"?: string;
4763
+ /**
4764
+ * Helps users of assistive technologies to understand the context of the chart, and what is being displayed.
4765
+ */
4766
+ "accessibleLabel"?: string;
4767
+ /**
4768
+ * Specifies the increment for the axis lines.
4769
+ */
4770
+ "axisIncrement"?: number;
4771
+ /**
4772
+ * List of items in the chart, each representing a data point.
4773
+ */
4774
+ "items": ChartItem[];
4775
+ /**
4776
+ * Defines the language for translations. Will translate the translatable strings on the components.
4777
+ */
4778
+ "language"?: Languages;
4779
+ /**
4780
+ * Indicates whether the chart is in a loading state.
4781
+ */
4782
+ "loading"?: boolean;
4783
+ /**
4784
+ * 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.
4785
+ */
4786
+ "maxValue"?: number;
4787
+ /**
4788
+ * Defines whether the chart is intended to be displayed wide or tall. Does not have any effect on chart types which generate circular forms.
4789
+ */
4790
+ "orientation"?: 'landscape' | 'portrait';
4791
+ /**
4792
+ * Defines how items are visualized in the chart.
4793
+ */
4794
+ "type"?: | 'area'
4795
+ | 'bar'
4796
+ | 'doughnut'
4797
+ | 'line'
4798
+ | 'nps'
4799
+ | 'pie'
4800
+ | 'ring'
4801
+ | 'dot'
4802
+ | 'stacked-bar';
4803
+ }
4626
4804
  /**
4627
4805
  * The Checkbox component is a classic and essential element in UI design that allows
4628
4806
  * 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
@@ -7074,6 +7252,7 @@ declare namespace LocalJSX {
7074
7252
  * @exampleComponent limel-example-text-editor-as-form-component
7075
7253
  * @exampleComponent limel-example-text-editor-with-markdown
7076
7254
  * @exampleComponent limel-example-text-editor-with-html
7255
+ * @exampleComponent limel-example-text-editor-with-tables
7077
7256
  * @exampleComponent limel-example-text-editor-allow-resize
7078
7257
  * @exampleComponent limel-example-text-editor-size
7079
7258
  * @exampleComponent limel-example-text-editor-ui
@@ -7287,6 +7466,7 @@ declare namespace LocalJSX {
7287
7466
  "limel-button": LimelButton;
7288
7467
  "limel-button-group": LimelButtonGroup;
7289
7468
  "limel-callout": LimelCallout;
7469
+ "limel-chart": LimelChart;
7290
7470
  "limel-checkbox": LimelCheckbox;
7291
7471
  "limel-chip": LimelChip;
7292
7472
  "limel-chip-set": LimelChipSet;
@@ -7486,6 +7666,32 @@ declare module "@stencil/core" {
7486
7666
  * @exampleComponent limel-example-callout-composite
7487
7667
  */
7488
7668
  "limel-callout": LocalJSX.LimelCallout & JSXBase.HTMLAttributes<HTMLLimelCalloutElement>;
7669
+ /**
7670
+ * A chart is a graphical representation of data, in which
7671
+ * visual symbols such as such bars, dots, lines, or slices, represent
7672
+ * each data point, in comparison to others.
7673
+ * @exampleComponent limel-example-chart-stacked-bar
7674
+ * @exampleComponent limel-example-chart-orientation
7675
+ * @exampleComponent limel-example-chart-max-value
7676
+ * @exampleComponent limel-example-chart-type-bar
7677
+ * @exampleComponent limel-example-chart-type-dot
7678
+ * @exampleComponent limel-example-chart-type-area
7679
+ * @exampleComponent limel-example-chart-type-line
7680
+ * @exampleComponent limel-example-chart-type-pie
7681
+ * @exampleComponent limel-example-chart-type-doughnut
7682
+ * @exampleComponent limel-example-chart-type-ring
7683
+ * @exampleComponent limel-example-chart-type-gantt
7684
+ * @exampleComponent limel-example-chart-type-nps
7685
+ * @exampleComponent limel-example-chart-multi-axis
7686
+ * @exampleComponent limel-example-chart-multi-axis-with-negative-start-values
7687
+ * @exampleComponent limel-example-chart-multi-axis-area-with-negative-start-values
7688
+ * @exampleComponent limel-example-chart-axis-increment
7689
+ * @exampleComponent limel-example-chart-accessibility
7690
+ * @exampleComponent limel-example-chart-styling
7691
+ * @exampleComponent limel-example-chart-creative-styling
7692
+ * @beta
7693
+ */
7694
+ "limel-chart": LocalJSX.LimelChart & JSXBase.HTMLAttributes<HTMLLimelChartElement>;
7489
7695
  /**
7490
7696
  * The Checkbox component is a classic and essential element in UI design that allows
7491
7697
  * 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
@@ -8325,6 +8531,7 @@ declare module "@stencil/core" {
8325
8531
  * @exampleComponent limel-example-text-editor-as-form-component
8326
8532
  * @exampleComponent limel-example-text-editor-with-markdown
8327
8533
  * @exampleComponent limel-example-text-editor-with-html
8534
+ * @exampleComponent limel-example-text-editor-with-tables
8328
8535
  * @exampleComponent limel-example-text-editor-allow-resize
8329
8536
  * @exampleComponent limel-example-text-editor-size
8330
8537
  * @exampleComponent limel-example-text-editor-ui
@@ -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.66.1",
3
+ "version": "37.68.0",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",
@@ -90,6 +90,7 @@
90
90
  "prosemirror-markdown": "^1.13.1",
91
91
  "prosemirror-schema-basic": "^1.2.3",
92
92
  "prosemirror-model": ">=1.22.1",
93
+ "prosemirror-tables": "^1.5.0",
93
94
  "puppeteer": "^19.11.1",
94
95
  "react": "^18.3.1",
95
96
  "react-dom": "^18.3.1",