@rfdtech/components 2.0.0 → 2.0.1
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/README.md +108 -50
- package/dist/components/table/Table.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/index.js +10 -5
- package/dist/mcp/generated/components.json +13 -5
- package/dist/mcp/generated/index.meta.json +196 -196
- package/dist/mcp/generated/rules.json +1 -1
- package/dist/mcp/generated/search.json +9 -1
- package/dist/mcp/generated/tokens.json +1 -1
- package/dist/next.cjs +1 -1
- package/dist/next.css +1 -1
- package/dist/next.js +10 -5
- package/dist/types/table.d.ts +2 -0
- package/dist/types/table.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8048,14 +8048,19 @@ function _5(n, e) {
|
|
|
8048
8048
|
] });
|
|
8049
8049
|
}
|
|
8050
8050
|
const tw = I(_5), nw = I(
|
|
8051
|
-
function({ classNames: e, className: t,
|
|
8051
|
+
function({ classNames: e, className: t, noBorder: r, children: i, ...a }, o) {
|
|
8052
8052
|
return /* @__PURE__ */ d(
|
|
8053
8053
|
"div",
|
|
8054
8054
|
{
|
|
8055
|
-
ref:
|
|
8056
|
-
className: p(
|
|
8057
|
-
|
|
8058
|
-
|
|
8055
|
+
ref: o,
|
|
8056
|
+
className: p(
|
|
8057
|
+
"clet-table__footer gsl-table__footer",
|
|
8058
|
+
r && "clet-table__footer--no-border",
|
|
8059
|
+
e == null ? void 0 : e.root,
|
|
8060
|
+
t
|
|
8061
|
+
),
|
|
8062
|
+
...a,
|
|
8063
|
+
children: i
|
|
8059
8064
|
}
|
|
8060
8065
|
);
|
|
8061
8066
|
}
|