made-refine 0.2.16 → 0.2.17
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.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/utils.js +3 -3
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +3 -3
- package/dist/utils.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -366,9 +366,9 @@ function deriveDefinitionSource(frames) {
|
|
|
366
366
|
return null;
|
|
367
367
|
}
|
|
368
368
|
var PRIMITIVE_PATH_PATTERNS = [
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
369
|
+
/(?:^|\/)components\/ui\//,
|
|
370
|
+
/(?:^|\/)ui\/primitives\//,
|
|
371
|
+
/(?:^|\/)design-system\//
|
|
372
372
|
];
|
|
373
373
|
var PRIMITIVE_NPM_PATTERNS = [
|
|
374
374
|
/@base-ui\//,
|