ingeniuscliq-core 0.3.43 → 0.3.44

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -16915,7 +16915,7 @@ function ll({ className: e, ...t }) {
16915
16915
  "div",
16916
16916
  {
16917
16917
  "data-slot": "skeleton",
16918
- className: _("bg-accent animate-pulse rounded-md", e),
16918
+ className: _("bg-gray-200 animate-pulse rounded-md", e),
16919
16919
  ...t
16920
16920
  }
16921
16921
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.3.43",
3
+ "version": "0.3.44",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",