@trackunit/react-components 0.1.104 → 0.1.106

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.
Files changed (3) hide show
  1. package/index.cjs +4 -1
  2. package/index.js +4 -1
  3. package/package.json +3 -3
package/index.cjs CHANGED
@@ -2131,8 +2131,11 @@ const GridArea = ({ area, dataTestId, className, children }) => (jsxRuntime.jsx(
2131
2131
  * @param {IntrinsicallyResponsiveGridProps} props - The props for the IntrinsicallyResponsiveGrid component
2132
2132
  * @returns {JSX.Element} IntrinsicallyResponsiveGrid component
2133
2133
  */
2134
- const IntrinsicallyResponsiveGrid = ({ children, occupation = "auto-fill", minColumnWidth = "md", rowHeight = "1fr", gap = "auto", dataTestId, className, }) => (jsxRuntime.jsx(Layout$2, Object.assign({ "$minColumnWidth": minColumnWidth, "data-testid": dataTestId, "$gap": gap, "$rowHeight": rowHeight, "$occupation": occupation, className: className }, { children: children })));
2134
+ const IntrinsicallyResponsiveGrid = ({ children, occupation = "auto-fill", minColumnWidth = "md", rowHeight = "1fr", gap = "auto", dataTestId, className, }) => {
2135
+ return (jsxRuntime.jsx(Layout$2, Object.assign({ "$minColumnWidth": minColumnWidth, "data-testid": dataTestId, "$gap": gap, "$rowHeight": rowHeight, "$occupation": occupation, className: className }, { children: children })));
2136
+ };
2135
2137
  const Layout$2 = tailwindStyledComponents.tw.span `
2138
+ empty:hidden
2136
2139
  tu-layout-IntrinsicallyResponsiveGrid
2137
2140
  ${({ $occupation }) => {
2138
2141
  switch ($occupation) {
package/index.js CHANGED
@@ -2104,8 +2104,11 @@ const GridArea = ({ area, dataTestId, className, children }) => (jsx("section",
2104
2104
  * @param {IntrinsicallyResponsiveGridProps} props - The props for the IntrinsicallyResponsiveGrid component
2105
2105
  * @returns {JSX.Element} IntrinsicallyResponsiveGrid component
2106
2106
  */
2107
- const IntrinsicallyResponsiveGrid = ({ children, occupation = "auto-fill", minColumnWidth = "md", rowHeight = "1fr", gap = "auto", dataTestId, className, }) => (jsx(Layout$2, Object.assign({ "$minColumnWidth": minColumnWidth, "data-testid": dataTestId, "$gap": gap, "$rowHeight": rowHeight, "$occupation": occupation, className: className }, { children: children })));
2107
+ const IntrinsicallyResponsiveGrid = ({ children, occupation = "auto-fill", minColumnWidth = "md", rowHeight = "1fr", gap = "auto", dataTestId, className, }) => {
2108
+ return (jsx(Layout$2, Object.assign({ "$minColumnWidth": minColumnWidth, "data-testid": dataTestId, "$gap": gap, "$rowHeight": rowHeight, "$occupation": occupation, className: className }, { children: children })));
2109
+ };
2108
2110
  const Layout$2 = tw.span `
2111
+ empty:hidden
2109
2112
  tu-layout-IntrinsicallyResponsiveGrid
2110
2113
  ${({ $occupation }) => {
2111
2114
  switch ($occupation) {
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@trackunit/react-components",
3
- "version": "0.1.104",
3
+ "version": "0.1.106",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "dependencies": {
7
7
  "@floating-ui/react": "0.22.2",
8
- "@trackunit/css-core": "0.0.83",
8
+ "@trackunit/css-core": "0.0.84",
9
9
  "@trackunit/tailwind-styled-components": "0.0.56",
10
- "@trackunit/ui-design-tokens": "0.0.67",
10
+ "@trackunit/ui-design-tokens": "0.0.68",
11
11
  "@trackunit/ui-icons": "0.0.65",
12
12
  "date-fns": "2.29.3",
13
13
  "lodash": "4.17.21",