@marigold/components 17.2.1 → 17.3.0
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/index.cjs +9908 -9878
- package/dist/index.d.cts +138 -86
- package/dist/index.d.mts +138 -86
- package/dist/index.mjs +9908 -9879
- package/dist/legacy.cjs +1 -1
- package/dist/legacy.mjs +1 -1
- package/package.json +4 -4
package/dist/legacy.cjs
CHANGED
|
@@ -4,9 +4,9 @@ const require_index = require('./index.cjs');
|
|
|
4
4
|
let _marigold_system = require("@marigold/system");
|
|
5
5
|
let react = require("react");
|
|
6
6
|
let react_jsx_runtime = require("react/jsx-runtime");
|
|
7
|
-
let _react_aria_focus = require("@react-aria/focus");
|
|
8
7
|
let _react_aria_interactions = require("@react-aria/interactions");
|
|
9
8
|
let _react_aria_utils = require("@react-aria/utils");
|
|
9
|
+
let _react_aria_focus = require("@react-aria/focus");
|
|
10
10
|
let _react_aria_table = require("@react-aria/table");
|
|
11
11
|
let _react_stately_table = require("@react-stately/table");
|
|
12
12
|
|
package/dist/legacy.mjs
CHANGED
|
@@ -2,9 +2,9 @@ import { t as _Checkbox } from "./Checkbox-CCWwHNw2.mjs";
|
|
|
2
2
|
import { SVG, cn, useClassNames, useStateProps, width } from "@marigold/system";
|
|
3
3
|
import { createContext, useContext, useRef } from "react";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
-
import { useFocusRing } from "@react-aria/focus";
|
|
6
5
|
import { useHover } from "@react-aria/interactions";
|
|
7
6
|
import { mergeProps } from "@react-aria/utils";
|
|
7
|
+
import { useFocusRing } from "@react-aria/focus";
|
|
8
8
|
import { useTable, useTableCell, useTableColumnHeader, useTableHeaderRow, useTableRow, useTableRowGroup, useTableSelectAllCheckbox, useTableSelectionCheckbox } from "@react-aria/table";
|
|
9
9
|
import { Cell, Column, Row, TableBody, TableHeader, useTableState } from "@react-stately/table";
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marigold/components",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.3.0",
|
|
4
4
|
"description": "Components for the Marigold Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"motion": "12.34.3",
|
|
70
70
|
"react-aria-components": "^1.16.0",
|
|
71
71
|
"react-stately": "^3.45.0",
|
|
72
|
-
"@marigold/system": "17.
|
|
72
|
+
"@marigold/system": "17.3.0",
|
|
73
73
|
"@marigold/types": "1.4.0"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"react": "19.2.4",
|
|
83
83
|
"react-dom": "19.2.4",
|
|
84
84
|
"tsdown": "0.20.3",
|
|
85
|
-
"@marigold/
|
|
86
|
-
"@marigold/
|
|
85
|
+
"@marigold/tsconfig": "0.4.2",
|
|
86
|
+
"@marigold/icons": "1.3.36"
|
|
87
87
|
},
|
|
88
88
|
"scripts": {
|
|
89
89
|
"build": "tsdown",
|