@proveanything/smartlinks-utils-ui 1.13.15 → 1.13.18
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/{chunk-LRWXRRNJ.js → chunk-2LIV5MSN.js} +61 -13
- package/dist/{chunk-LRWXRRNJ.js.map → chunk-2LIV5MSN.js.map} +1 -1
- package/dist/components/AssetPicker/index.js +1 -1
- package/dist/components/FacetRuleEditor/index.d.ts +2 -2
- package/dist/components/RecordsAdmin/index.d.ts +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { AssetPicker, useAppRegistry, useAssets } from '../../chunk-
|
|
1
|
+
export { AssetPicker, useAppRegistry, useAssets } from '../../chunk-2LIV5MSN.js';
|
|
2
2
|
import '../../chunk-OLYC54YT.js';
|
|
3
3
|
import '../../chunk-5UQQYXCX.js';
|
|
4
4
|
import '../../chunk-L7FQ52F5.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React__default from 'react';
|
|
2
|
-
import { FacetRule } from '@proveanything/smartlinks
|
|
3
|
-
export { FacetRule, FacetRuleClause } from '@proveanything/smartlinks
|
|
2
|
+
import { FacetRule } from '@proveanything/smartlinks';
|
|
3
|
+
export { FacetRule, FacetRuleClause } from '@proveanything/smartlinks';
|
|
4
4
|
import { F as FacetOption } from '../../types-BLqki3Zy.js';
|
|
5
5
|
|
|
6
6
|
interface FacetRuleEditorProps {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import
|
|
2
|
+
import * as _proveanything_smartlinks from '@proveanything/smartlinks';
|
|
3
|
+
import { FacetRule, MatchedAt, AppRecord, RecordTarget, MatchResult, ResolveAllEntry } from '@proveanything/smartlinks';
|
|
3
4
|
import * as React$1 from 'react';
|
|
4
5
|
import { ReactNode, ComponentType } from 'react';
|
|
5
6
|
import { LucideIcon } from 'lucide-react';
|
|
6
7
|
import * as _tanstack_query_core from '@tanstack/query-core';
|
|
7
|
-
import * as _proveanything_smartlinks from '@proveanything/smartlinks';
|
|
8
8
|
import { InfiniteData } from '@tanstack/react-query';
|
|
9
9
|
export { E as ErrorBoundary, a as ErrorBoundaryProps } from '../../ErrorBoundary-J9iKgF_H.js';
|
|
10
10
|
|
package/dist/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ export { b as IconPicker, c as IconPickerProps, d as IconSelection } from './Ico
|
|
|
9
9
|
export { CATEGORY_FALLBACKS, CATEGORY_LABELS, FontCategory, FontEntry, FontPicker, FontPickerProps, FontScope, FontSelection, FontSource, FontWeight, GOOGLE_FONTS_CATALOG, getGoogleFontUrl } from './components/FontPicker/index.js';
|
|
10
10
|
import { ClassValue } from 'clsx';
|
|
11
11
|
export { E as ErrorBoundary, a as ErrorBoundaryProps } from './ErrorBoundary-J9iKgF_H.js';
|
|
12
|
-
export { FacetRule, FacetRuleClause } from '@proveanything/smartlinks
|
|
12
|
+
export { FacetRule, FacetRuleClause } from '@proveanything/smartlinks';
|
|
13
13
|
|
|
14
14
|
type AdminPageHeaderIntroTone = 'info' | 'success' | 'warning';
|
|
15
15
|
interface AdminPageHeaderIntro {
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { ASSET_MIME_FILTERS, AssetPicker, useAssets } from './chunk-
|
|
1
|
+
export { ASSET_MIME_FILTERS, AssetPicker, useAssets } from './chunk-2LIV5MSN.js';
|
|
2
2
|
export { ConditionsEditor } from './chunk-JNCRSL2H.js';
|
|
3
3
|
export { IconPicker } from './chunk-JQPS5XPJ.js';
|
|
4
4
|
export { CATEGORY_FALLBACKS, CATEGORY_LABELS, FontPicker, GOOGLE_FONTS_CATALOG, getGoogleFontUrl } from './chunk-5ZQT2GGU.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proveanything/smartlinks-utils-ui",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.18",
|
|
4
4
|
"description": "Reusable React components for SmartLinks microapps — Asset Picker, Conditions Editor, Icon Picker, and more.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@proveanything/smartlinks": "^1.13
|
|
62
|
+
"@proveanything/smartlinks": "^1.14.13",
|
|
63
63
|
"@tanstack/react-query": "^5.0.0",
|
|
64
64
|
"react": "^18.0.0",
|
|
65
65
|
"react-dom": "^18.0.0"
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@proveanything/smartlinks": "^1.
|
|
73
|
+
"@proveanything/smartlinks": "^1.14.14",
|
|
74
74
|
"@tanstack/react-query": "^5.56.0",
|
|
75
75
|
"@types/react": "^18.3.0",
|
|
76
76
|
"@types/react-dom": "^18.3.0",
|