@plasmicpkgs/plasmic-rich-components 1.0.258 → 1.0.260
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/.tsbuildinfo +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/plasmic-rich-components.esm.js +0 -1
- package/dist/plasmic-rich-components.esm.js.map +1 -1
- package/package.json +8 -8
- package/skinny/rich-layout/index.cjs.js +0 -1
- package/skinny/rich-layout/index.cjs.js.map +1 -1
- package/skinny/rich-layout/index.esm.js +0 -1
- package/skinny/rich-layout/index.esm.js.map +1 -1
- package/skinny/rich-table/index.cjs.js.map +1 -1
- package/skinny/rich-table/index.esm.js.map +1 -1
package/dist/index.js
CHANGED
|
@@ -1192,7 +1192,6 @@ function RichLayout(_a) {
|
|
|
1192
1192
|
items: [
|
|
1193
1193
|
{
|
|
1194
1194
|
key: "logout",
|
|
1195
|
-
// @ts-expect-error: https://github.com/ant-design/ant-design/issues/47886
|
|
1196
1195
|
icon: /* @__PURE__ */ React__default.default.createElement(icons.LogoutOutlined, null),
|
|
1197
1196
|
label: "Sign out"
|
|
1198
1197
|
}
|