@toriistudio/v0-playground 0.7.1 → 0.7.2
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 +8 -8
- package/dist/index.mjs +8 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1137,23 +1137,23 @@ var mediaSelectionStore = {
|
|
|
1137
1137
|
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
1138
1138
|
var DEFAULT_PRESET_MEDIA = [
|
|
1139
1139
|
{
|
|
1140
|
-
src: "
|
|
1141
|
-
label: "
|
|
1140
|
+
src: "/v0.png",
|
|
1141
|
+
label: "Default",
|
|
1142
1142
|
type: "image"
|
|
1143
1143
|
},
|
|
1144
1144
|
{
|
|
1145
|
-
src: "https://
|
|
1146
|
-
label: "
|
|
1145
|
+
src: "https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=240&auto=format&fit=crop",
|
|
1146
|
+
label: "Mountains",
|
|
1147
1147
|
type: "image"
|
|
1148
1148
|
},
|
|
1149
1149
|
{
|
|
1150
|
-
src: "https://
|
|
1151
|
-
label: "
|
|
1150
|
+
src: "https://images.unsplash.com/photo-1506744038136-46273834b3fb?w=240&auto=format&fit=crop",
|
|
1151
|
+
label: "Beach",
|
|
1152
1152
|
type: "image"
|
|
1153
1153
|
},
|
|
1154
1154
|
{
|
|
1155
|
-
src: "https://
|
|
1156
|
-
label: "
|
|
1155
|
+
src: "https://images.unsplash.com/photo-1518770660439-4636190af475?w=240&auto=format&fit=crop",
|
|
1156
|
+
label: "City",
|
|
1157
1157
|
type: "image"
|
|
1158
1158
|
}
|
|
1159
1159
|
];
|
package/dist/index.mjs
CHANGED
|
@@ -1124,23 +1124,23 @@ var mediaSelectionStore = {
|
|
|
1124
1124
|
import { jsx as jsx10, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
1125
1125
|
var DEFAULT_PRESET_MEDIA = [
|
|
1126
1126
|
{
|
|
1127
|
-
src: "
|
|
1128
|
-
label: "
|
|
1127
|
+
src: "/v0.png",
|
|
1128
|
+
label: "Default",
|
|
1129
1129
|
type: "image"
|
|
1130
1130
|
},
|
|
1131
1131
|
{
|
|
1132
|
-
src: "https://
|
|
1133
|
-
label: "
|
|
1132
|
+
src: "https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=240&auto=format&fit=crop",
|
|
1133
|
+
label: "Mountains",
|
|
1134
1134
|
type: "image"
|
|
1135
1135
|
},
|
|
1136
1136
|
{
|
|
1137
|
-
src: "https://
|
|
1138
|
-
label: "
|
|
1137
|
+
src: "https://images.unsplash.com/photo-1506744038136-46273834b3fb?w=240&auto=format&fit=crop",
|
|
1138
|
+
label: "Beach",
|
|
1139
1139
|
type: "image"
|
|
1140
1140
|
},
|
|
1141
1141
|
{
|
|
1142
|
-
src: "https://
|
|
1143
|
-
label: "
|
|
1142
|
+
src: "https://images.unsplash.com/photo-1518770660439-4636190af475?w=240&auto=format&fit=crop",
|
|
1143
|
+
label: "City",
|
|
1144
1144
|
type: "image"
|
|
1145
1145
|
}
|
|
1146
1146
|
];
|