@x-plat/design-system 0.5.53 → 0.5.55
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/components/Accordion/index.css +2 -2
- package/dist/components/Alert/index.css +3 -3
- package/dist/components/Avatar/index.css +3 -3
- package/dist/components/Badge/index.css +3 -3
- package/dist/components/Box/index.css +1 -1
- package/dist/components/Breadcrumb/index.css +1 -1
- package/dist/components/Calendar/index.css +2 -2
- package/dist/components/CardTab/index.css +3 -3
- package/dist/components/Chart/index.css +9 -9
- package/dist/components/ChatInput/index.css +3 -3
- package/dist/components/Chip/index.css +3 -3
- package/dist/components/DatePicker/index.css +6 -6
- package/dist/components/Drawer/index.css +2 -2
- package/dist/components/Dropdown/index.css +1 -1
- package/dist/components/Editor/index.css +9 -9
- package/dist/components/EmptyState/index.css +3 -3
- package/dist/components/FileUpload/index.css +3 -3
- package/dist/components/HtmlTypeWriter/index.css +3 -3
- package/dist/components/IconButton/index.css +3 -3
- package/dist/components/ImageSelector/index.css +2 -2
- package/dist/components/Pagination/index.css +9 -9
- package/dist/components/Progress/index.css +1 -1
- package/dist/components/Select/index.cjs +1 -1
- package/dist/components/Select/index.css +10 -10
- package/dist/components/Select/index.js +1 -1
- package/dist/components/Steps/index.css +4 -4
- package/dist/components/Tab/index.css +4 -4
- package/dist/components/Table/index.css +3 -3
- package/dist/components/Tag/index.css +6 -6
- package/dist/components/Toast/index.css +3 -3
- package/dist/components/Tooltip/index.css +4 -4
- package/dist/components/Video/index.css +4 -4
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.css +102 -102
- package/dist/components/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.css +102 -102
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/components/index.js
CHANGED
|
@@ -5205,7 +5205,7 @@ var SelectRoot = (props) => {
|
|
|
5205
5205
|
mounted && /* @__PURE__ */ jsx335(Portal_default, { children: /* @__PURE__ */ jsx335(
|
|
5206
5206
|
"div",
|
|
5207
5207
|
{
|
|
5208
|
-
className: clsx_default("lib-xplat-select-content", position.direction, stateClass),
|
|
5208
|
+
className: clsx_default("lib-xplat-select-content", size, position.direction, stateClass),
|
|
5209
5209
|
ref: contentRef,
|
|
5210
5210
|
style: { ...position.position, width: triggerRef.current?.offsetWidth },
|
|
5211
5211
|
role: "listbox",
|
package/dist/index.cjs
CHANGED
|
@@ -9708,7 +9708,7 @@ var SelectRoot = (props) => {
|
|
|
9708
9708
|
mounted && /* @__PURE__ */ (0, import_jsx_runtime335.jsx)(Portal_default, { children: /* @__PURE__ */ (0, import_jsx_runtime335.jsx)(
|
|
9709
9709
|
"div",
|
|
9710
9710
|
{
|
|
9711
|
-
className: clsx_default("lib-xplat-select-content", position.direction, stateClass),
|
|
9711
|
+
className: clsx_default("lib-xplat-select-content", size, position.direction, stateClass),
|
|
9712
9712
|
ref: contentRef,
|
|
9713
9713
|
style: { ...position.position, width: triggerRef.current?.offsetWidth },
|
|
9714
9714
|
role: "listbox",
|