@engrate/components 0.1.29 → 0.1.30

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.es.js CHANGED
@@ -25174,7 +25174,7 @@ const wte = re("text-small font-sans tracking-[-0.05em]", {
25174
25174
  children: P
25175
25175
  }
25176
25176
  ),
25177
- S.map((O) => /* @__PURE__ */ G(
25177
+ [...S].reverse().map((O) => /* @__PURE__ */ G(
25178
25178
  "div",
25179
25179
  {
25180
25180
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@engrate/components",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "description": "Engrate Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs.js",