@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 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: "https://res.cloudinary.com/dz8kk1l4r/image/upload/v1763233793/astronaut_q84mbj.png",
1141
- label: "Astronaut",
1140
+ src: "/v0.png",
1141
+ label: "Default",
1142
1142
  type: "image"
1143
1143
  },
1144
1144
  {
1145
- src: "https://res.cloudinary.com/dz8kk1l4r/image/upload/v1763233793/surreal-head_r0ozcd.png",
1146
- label: "Futuristic",
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://res.cloudinary.com/dz8kk1l4r/image/upload/v1763233797/futuristic_bpwdzt.png",
1151
- label: "Surreal",
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://res.cloudinary.com/dz8kk1l4r/image/upload/v1763233793/portrait_hd7dyc.png",
1156
- label: "Portrait",
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: "https://res.cloudinary.com/dz8kk1l4r/image/upload/v1763233793/astronaut_q84mbj.png",
1128
- label: "Astronaut",
1127
+ src: "/v0.png",
1128
+ label: "Default",
1129
1129
  type: "image"
1130
1130
  },
1131
1131
  {
1132
- src: "https://res.cloudinary.com/dz8kk1l4r/image/upload/v1763233793/surreal-head_r0ozcd.png",
1133
- label: "Futuristic",
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://res.cloudinary.com/dz8kk1l4r/image/upload/v1763233797/futuristic_bpwdzt.png",
1138
- label: "Surreal",
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://res.cloudinary.com/dz8kk1l4r/image/upload/v1763233793/portrait_hd7dyc.png",
1143
- label: "Portrait",
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
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toriistudio/v0-playground",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "V0 Playground",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",