@almadar/ui 5.9.4 → 5.9.5
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/avl/index.cjs +1 -1
- package/dist/avl/index.js +1 -1
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +1 -1
- package/dist/providers/index.cjs +1 -1
- package/dist/providers/index.js +1 -1
- package/dist/runtime/index.cjs +1 -1
- package/dist/runtime/index.js +1 -1
- package/package.json +1 -1
- package/tailwind-preset.cjs +1 -0
package/dist/avl/index.cjs
CHANGED
|
@@ -56384,7 +56384,7 @@ function SlotContentRenderer({
|
|
|
56384
56384
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
56385
56385
|
Box,
|
|
56386
56386
|
{
|
|
56387
|
-
className: "slot-content",
|
|
56387
|
+
className: "slot-content contents",
|
|
56388
56388
|
"data-pattern": content.pattern,
|
|
56389
56389
|
"data-id": content.id,
|
|
56390
56390
|
"data-node-id": content.nodeId,
|
package/dist/avl/index.js
CHANGED
|
@@ -56335,7 +56335,7 @@ function SlotContentRenderer({
|
|
|
56335
56335
|
return /* @__PURE__ */ jsx(
|
|
56336
56336
|
Box,
|
|
56337
56337
|
{
|
|
56338
|
-
className: "slot-content",
|
|
56338
|
+
className: "slot-content contents",
|
|
56339
56339
|
"data-pattern": content.pattern,
|
|
56340
56340
|
"data-id": content.id,
|
|
56341
56341
|
"data-node-id": content.nodeId,
|
|
@@ -47373,7 +47373,7 @@ function SlotContentRenderer({
|
|
|
47373
47373
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
47374
47374
|
exports.Box,
|
|
47375
47375
|
{
|
|
47376
|
-
className: "slot-content",
|
|
47376
|
+
className: "slot-content contents",
|
|
47377
47377
|
"data-pattern": content.pattern,
|
|
47378
47378
|
"data-id": content.id,
|
|
47379
47379
|
"data-node-id": content.nodeId,
|
package/dist/components/index.js
CHANGED
|
@@ -47324,7 +47324,7 @@ function SlotContentRenderer({
|
|
|
47324
47324
|
return /* @__PURE__ */ jsx(
|
|
47325
47325
|
Box,
|
|
47326
47326
|
{
|
|
47327
|
-
className: "slot-content",
|
|
47327
|
+
className: "slot-content contents",
|
|
47328
47328
|
"data-pattern": content.pattern,
|
|
47329
47329
|
"data-id": content.id,
|
|
47330
47330
|
"data-node-id": content.nodeId,
|
package/dist/providers/index.cjs
CHANGED
|
@@ -47691,7 +47691,7 @@ function SlotContentRenderer({
|
|
|
47691
47691
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
47692
47692
|
Box,
|
|
47693
47693
|
{
|
|
47694
|
-
className: "slot-content",
|
|
47694
|
+
className: "slot-content contents",
|
|
47695
47695
|
"data-pattern": content.pattern,
|
|
47696
47696
|
"data-id": content.id,
|
|
47697
47697
|
"data-node-id": content.nodeId,
|
package/dist/providers/index.js
CHANGED
|
@@ -47642,7 +47642,7 @@ function SlotContentRenderer({
|
|
|
47642
47642
|
return /* @__PURE__ */ jsx(
|
|
47643
47643
|
Box,
|
|
47644
47644
|
{
|
|
47645
|
-
className: "slot-content",
|
|
47645
|
+
className: "slot-content contents",
|
|
47646
47646
|
"data-pattern": content.pattern,
|
|
47647
47647
|
"data-id": content.id,
|
|
47648
47648
|
"data-node-id": content.nodeId,
|
package/dist/runtime/index.cjs
CHANGED
|
@@ -47277,7 +47277,7 @@ function SlotContentRenderer({
|
|
|
47277
47277
|
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
47278
47278
|
Box,
|
|
47279
47279
|
{
|
|
47280
|
-
className: "slot-content",
|
|
47280
|
+
className: "slot-content contents",
|
|
47281
47281
|
"data-pattern": content.pattern,
|
|
47282
47282
|
"data-id": content.id,
|
|
47283
47283
|
"data-node-id": content.nodeId,
|
package/dist/runtime/index.js
CHANGED
|
@@ -47228,7 +47228,7 @@ function SlotContentRenderer({
|
|
|
47228
47228
|
return /* @__PURE__ */ jsx(
|
|
47229
47229
|
Box,
|
|
47230
47230
|
{
|
|
47231
|
-
className: "slot-content",
|
|
47231
|
+
className: "slot-content contents",
|
|
47232
47232
|
"data-pattern": content.pattern,
|
|
47233
47233
|
"data-id": content.id,
|
|
47234
47234
|
"data-node-id": content.nodeId,
|
package/package.json
CHANGED