@1money/component-ui 0.0.58 → 0.0.59
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/es/components/Table/core/useTableSetup.js +2 -2
- package/es/components/Table/style/Table.css +6 -6
- package/es/index.css +1 -1
- package/lib/components/Table/core/useTableSetup.js +2 -2
- package/lib/components/Table/style/Table.css +6 -6
- package/lib/index.css +1 -1
- package/package.json +1 -1
- package/scripts/mcp-server/examples.generated.json +6 -0
- package/scripts/mcp-server/index.generated.json +4 -0
package/package.json
CHANGED
|
@@ -1819,6 +1819,12 @@
|
|
|
1819
1819
|
"source": "stories",
|
|
1820
1820
|
"compilable": true
|
|
1821
1821
|
},
|
|
1822
|
+
"c1ec535d0214b1a575adf5e80163aa831d2e4cab4d11a4936a273e4dd1f1630a": {
|
|
1823
|
+
"title": "Row Hoverable",
|
|
1824
|
+
"code": "<div style={stackStyle}>\n <div>\n <TypographyTitle size=\"sm\" strong style={sectionTitleStyle}>\n rowHoverable: true (default)\n </TypographyTitle>\n <TypographyBody size=\"sm\" color=\"default-tertiary\" style={hintStyle}>\n Hover a row — the background shifts to the hover token.\n </TypographyBody>\n <Table<PortfolioRow>\n rowKey=\"id\"\n variant=\"stroke\"\n pagination={false}\n dataSource={portfolioRows.slice(0, 4)}\n columns={portfolioColumns}\n />\n </div>\n <div>\n <TypographyTitle size=\"sm\" strong style={sectionTitleStyle}>\n rowHoverable: false\n </TypographyTitle>\n <TypographyBody size=\"sm\" color=\"default-tertiary\" style={hintStyle}>\n Hover a row — the background stays unchanged.\n </TypographyBody>\n <Table<PortfolioRow>\n rowKey=\"id\"\n variant=\"stroke\"\n pagination={false}\n rowHoverable={false}\n dataSource={portfolioRows.slice(0, 4)}\n columns={portfolioColumns}\n />\n </div>\n </div>",
|
|
1825
|
+
"source": "stories",
|
|
1826
|
+
"compilable": true
|
|
1827
|
+
},
|
|
1822
1828
|
"c23b54aeab8234b5665b9182a68e75b1d9b5ea969d997e08e1d4a41b85679209": {
|
|
1823
1829
|
"title": "Sizes",
|
|
1824
1830
|
"code": "<div style={stackStyle}>\n <div>\n <TypographyTitle size=\"sm\" strong style={sectionTitleStyle}>\n Large\n </TypographyTitle>\n <Table {...(args as TableProps<Record<string, any>>)} dataSource={portfolioRows.slice(0, 3)} size=\"large\" />\n </div>\n <div>\n <TypographyTitle size=\"sm\" strong style={sectionTitleStyle}>\n Small\n </TypographyTitle>\n <Table {...(args as TableProps<Record<string, any>>)} dataSource={portfolioRows.slice(0, 3)} size=\"small\" />\n </div>\n </div>",
|
|
@@ -13912,6 +13912,10 @@
|
|
|
13912
13912
|
{
|
|
13913
13913
|
"hash": "3eedd50d52a64053a324f9cfc7c8ca991eed3d650f88c0731fa85be7fe1352c2",
|
|
13914
13914
|
"source": "stories"
|
|
13915
|
+
},
|
|
13916
|
+
{
|
|
13917
|
+
"hash": "c1ec535d0214b1a575adf5e80163aa831d2e4cab4d11a4936a273e4dd1f1630a",
|
|
13918
|
+
"source": "stories"
|
|
13915
13919
|
}
|
|
13916
13920
|
]
|
|
13917
13921
|
},
|