@scaleflex/asset-picker 1.0.2 → 1.0.3
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/README.md +2 -2
- package/dist/{asset-picker-50AePany.js → asset-picker-BEueJ2xy.js} +945 -945
- package/dist/{asset-picker-DjEmkrjk.cjs → asset-picker-BPtXtAqM.cjs} +133 -133
- package/dist/components/views/ap-asset-card.d.ts.map +1 -1
- package/dist/components/views/ap-asset-row.d.ts.map +1 -1
- package/dist/define.cjs +1 -1
- package/dist/define.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/.claude/settings.local.json +0 -60
package/README.md
CHANGED
|
@@ -118,7 +118,7 @@ pnpm add @scaleflex/asset-picker
|
|
|
118
118
|
No bundler? Add a single script tag:
|
|
119
119
|
|
|
120
120
|
```html
|
|
121
|
-
<script src="https://cdn.scaleflex.com/asset-picker/0.
|
|
121
|
+
<script src="https://cdn.scaleflex.com/asset-picker/1.0.3/asset-picker.min.js"></script>
|
|
122
122
|
```
|
|
123
123
|
|
|
124
124
|
This auto-registers `<sfx-asset-picker>` — no imports needed. See the [CDN quick start](#cdn-1) below.
|
|
@@ -210,7 +210,7 @@ function App() {
|
|
|
210
210
|
<!DOCTYPE html>
|
|
211
211
|
<html>
|
|
212
212
|
<head>
|
|
213
|
-
<script src="https://cdn.scaleflex.com/asset-picker/0.
|
|
213
|
+
<script src="https://cdn.scaleflex.com/asset-picker/1.0.3/asset-picker.min.js"></script>
|
|
214
214
|
</head>
|
|
215
215
|
<body>
|
|
216
216
|
<sfx-asset-picker></sfx-asset-picker>
|