@cerberus-design/react 0.14.2-next-d5ed509 → 0.14.2-next-58af9c8
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/build/modern/index.js +6 -6
- package/package.json +2 -2
package/build/modern/index.js
CHANGED
|
@@ -245,12 +245,6 @@ import {
|
|
|
245
245
|
} from "./chunk-FQLMPEYX.js";
|
|
246
246
|
import "./chunk-V3M3ZOQI.js";
|
|
247
247
|
import "./chunk-55J6XMHW.js";
|
|
248
|
-
import {
|
|
249
|
-
createNavTriggerProps
|
|
250
|
-
} from "./chunk-JF76VIL3.js";
|
|
251
|
-
import {
|
|
252
|
-
trapFocus
|
|
253
|
-
} from "./chunk-JIZQFTW6.js";
|
|
254
248
|
import {
|
|
255
249
|
makeSystemConfig
|
|
256
250
|
} from "./chunk-KDDPAJMR.js";
|
|
@@ -260,6 +254,12 @@ import {
|
|
|
260
254
|
import "./chunk-E3PAEB7Y.js";
|
|
261
255
|
import "./chunk-IW3LIRDG.js";
|
|
262
256
|
import "./chunk-36N4527B.js";
|
|
257
|
+
import {
|
|
258
|
+
createNavTriggerProps
|
|
259
|
+
} from "./chunk-JF76VIL3.js";
|
|
260
|
+
import {
|
|
261
|
+
trapFocus
|
|
262
|
+
} from "./chunk-JIZQFTW6.js";
|
|
263
263
|
import {
|
|
264
264
|
DateFormats,
|
|
265
265
|
formatISOToMilitary,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cerberus-design/react",
|
|
3
|
-
"version": "0.14.2-next-
|
|
3
|
+
"version": "0.14.2-next-58af9c8",
|
|
4
4
|
"description": "The Cerberus Design React component library.",
|
|
5
5
|
"browserslist": "> 0.25%, not dead",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"react-dom": "^18",
|
|
27
27
|
"tsup": "^8.1.0",
|
|
28
28
|
"@cerberus-design/configs": "0.0.0",
|
|
29
|
-
"@cerberus/styled-system": "npm:@cerberus-design/styled-system@0.14.2-next-
|
|
29
|
+
"@cerberus/styled-system": "npm:@cerberus-design/styled-system@0.14.2-next-58af9c8"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|