@limetech/lime-elements 37.60.1 → 37.61.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.
@@ -48,7 +48,6 @@ interface ChipInterface extends Omit<OldChipInterface, 'id' | 'badge'> {
48
48
  * or navigating to a page with more information about the item in the shopping list.
49
49
  * :::
50
50
  *
51
- * @beta
52
51
  * @exampleComponent limel-example-chip-button
53
52
  * @exampleComponent limel-example-chip-link
54
53
  * @exampleComponent limel-example-chip-icon-colors
@@ -431,7 +431,6 @@ export namespace Components {
431
431
  * or opening a page with all posts tagged with the tag represented by the chip,
432
432
  * or navigating to a page with more information about the item in the shopping list.
433
433
  * :::
434
- * @beta
435
434
  * @exampleComponent limel-example-chip-button
436
435
  * @exampleComponent limel-example-chip-link
437
436
  * @exampleComponent limel-example-chip-icon-colors
@@ -3121,7 +3120,6 @@ declare global {
3121
3120
  * or opening a page with all posts tagged with the tag represented by the chip,
3122
3121
  * or navigating to a page with more information about the item in the shopping list.
3123
3122
  * :::
3124
- * @beta
3125
3123
  * @exampleComponent limel-example-chip-button
3126
3124
  * @exampleComponent limel-example-chip-link
3127
3125
  * @exampleComponent limel-example-chip-icon-colors
@@ -4693,7 +4691,6 @@ declare namespace LocalJSX {
4693
4691
  * or opening a page with all posts tagged with the tag represented by the chip,
4694
4692
  * or navigating to a page with more information about the item in the shopping list.
4695
4693
  * :::
4696
- * @beta
4697
4694
  * @exampleComponent limel-example-chip-button
4698
4695
  * @exampleComponent limel-example-chip-link
4699
4696
  * @exampleComponent limel-example-chip-icon-colors
@@ -7476,7 +7473,6 @@ declare module "@stencil/core" {
7476
7473
  * or opening a page with all posts tagged with the tag represented by the chip,
7477
7474
  * or navigating to a page with more information about the item in the shopping list.
7478
7475
  * :::
7479
- * @beta
7480
7476
  * @exampleComponent limel-example-chip-button
7481
7477
  * @exampleComponent limel-example-chip-link
7482
7478
  * @exampleComponent limel-example-chip-icon-colors
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "37.60.1",
3
+ "version": "37.61.0",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",