@slopmachine/svelte 0.1.18 → 0.1.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slopmachine/svelte",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
4
  "llms": "https://slopmachine-dev.github.io/slopmachine-sdk/llms.txt",
5
5
  "llmsFull": "https://slopmachine-dev.github.io/slopmachine-sdk/llms-full.txt",
6
6
  "description": "The official Svelte SDK for Slop Machine",
@@ -19,7 +19,7 @@
19
19
  "url": "git+https://github.com/slopmachine-dev/slopmachine-sdk.git"
20
20
  },
21
21
  "dependencies": {
22
- "@slopmachine/core": "^0.1.16",
22
+ "@slopmachine/core": "^0.1.20",
23
23
  "@types/marked": "^5.0.2",
24
24
  "marked": "^17.0.4"
25
25
  },
@@ -15,7 +15,7 @@
15
15
  />
16
16
  ```
17
17
 
18
- @version 0.1.18
18
+ @version 0.1.20
19
19
  -->
20
20
  <script lang="ts">
21
21
  import {
@@ -57,7 +57,6 @@
57
57
  aspectRatio = "1:1",
58
58
  version,
59
59
  resultId,
60
- model,
61
60
  quality = "fast",
62
61
  variables = {},
63
62
  baseUrl = undefined,
@@ -78,7 +77,6 @@
78
77
  resultId,
79
78
  variables,
80
79
  baseUrl,
81
- model,
82
80
  quality,
83
81
  }),
84
82
  );
@@ -199,7 +197,6 @@
199
197
  .slop-wrapper {
200
198
  position: relative;
201
199
  overflow: hidden;
202
- background-color: var(--muted, #f3f4f6);
203
200
  width: 100%;
204
201
  height: 100%;
205
202
  }
@@ -23,7 +23,7 @@
23
23
  * </SlopText>
24
24
  * ```
25
25
  *
26
- * @version 0.1.18
26
+ * @version 0.1.20
27
27
  */
28
28
  interface Props {
29
29
  // SlopTextOptions
@@ -70,7 +70,6 @@
70
70
  bucketId,
71
71
  version,
72
72
  resultId,
73
- model,
74
73
  variables,
75
74
  baseUrl,
76
75
  });
@@ -150,8 +149,6 @@
150
149
  .slop-wrapper {
151
150
  position: relative;
152
151
  overflow: hidden;
153
- background-color: var(--muted, #f3f4f6);
154
- border-radius: 0.375rem;
155
152
  width: 100%;
156
153
  min-height: 100px;
157
154
  }
@@ -18,7 +18,7 @@
18
18
  />
19
19
  ```
20
20
 
21
- @version 0.1.18
21
+ @version 0.1.20
22
22
  -->
23
23
  <script lang="ts">
24
24
  import {
@@ -82,7 +82,6 @@
82
82
  variables,
83
83
  duration,
84
84
  baseUrl,
85
- model,
86
85
  quality,
87
86
  }),
88
87
  );
@@ -204,7 +203,6 @@
204
203
  .slop-wrapper {
205
204
  position: relative;
206
205
  overflow: hidden;
207
- background-color: var(--muted, #f3f4f6);
208
206
  width: 100%;
209
207
  height: 100%;
210
208
  }