enjanga-components-library 1.0.90 → 1.0.93

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.
package/dist/index.js CHANGED
@@ -1606,6 +1606,8 @@ var getTileContent4 = ({
1606
1606
  }) => {
1607
1607
  const featuredTextLocalProps = {
1608
1608
  ...featuredText,
1609
+ headingMaxLength: void 0,
1610
+ plainTextMaxLength: void 0,
1609
1611
  heading: {
1610
1612
  ...featuredText.heading,
1611
1613
  className: "enj-postTile-title"
package/dist/index.mjs CHANGED
@@ -1579,6 +1579,8 @@ var getTileContent4 = ({
1579
1579
  }) => {
1580
1580
  const featuredTextLocalProps = {
1581
1581
  ...featuredText,
1582
+ headingMaxLength: void 0,
1583
+ plainTextMaxLength: void 0,
1582
1584
  heading: {
1583
1585
  ...featuredText.heading,
1584
1586
  className: "enj-postTile-title"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enjanga-components-library",
3
- "version": "1.0.90",
3
+ "version": "1.0.93",
4
4
  "description": "Reusable component library for Next.js 13+ projects with Carbon design system.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",