@slopmachine/svelte 0.1.18 → 0.1.19
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 +1 -1
- package/src/SlopImage.svelte +1 -2
- package/src/SlopText.svelte +1 -3
- package/src/SlopVideo.svelte +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@slopmachine/svelte",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.19",
|
|
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",
|
package/src/SlopImage.svelte
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
/>
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
-
@version 0.1.
|
|
18
|
+
@version 0.1.19
|
|
19
19
|
-->
|
|
20
20
|
<script lang="ts">
|
|
21
21
|
import {
|
|
@@ -199,7 +199,6 @@
|
|
|
199
199
|
.slop-wrapper {
|
|
200
200
|
position: relative;
|
|
201
201
|
overflow: hidden;
|
|
202
|
-
background-color: var(--muted, #f3f4f6);
|
|
203
202
|
width: 100%;
|
|
204
203
|
height: 100%;
|
|
205
204
|
}
|
package/src/SlopText.svelte
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* </SlopText>
|
|
24
24
|
* ```
|
|
25
25
|
*
|
|
26
|
-
* @version 0.1.
|
|
26
|
+
* @version 0.1.19
|
|
27
27
|
*/
|
|
28
28
|
interface Props {
|
|
29
29
|
// SlopTextOptions
|
|
@@ -150,8 +150,6 @@
|
|
|
150
150
|
.slop-wrapper {
|
|
151
151
|
position: relative;
|
|
152
152
|
overflow: hidden;
|
|
153
|
-
background-color: var(--muted, #f3f4f6);
|
|
154
|
-
border-radius: 0.375rem;
|
|
155
153
|
width: 100%;
|
|
156
154
|
min-height: 100px;
|
|
157
155
|
}
|
package/src/SlopVideo.svelte
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
/>
|
|
19
19
|
```
|
|
20
20
|
|
|
21
|
-
@version 0.1.
|
|
21
|
+
@version 0.1.19
|
|
22
22
|
-->
|
|
23
23
|
<script lang="ts">
|
|
24
24
|
import {
|
|
@@ -204,7 +204,6 @@
|
|
|
204
204
|
.slop-wrapper {
|
|
205
205
|
position: relative;
|
|
206
206
|
overflow: hidden;
|
|
207
|
-
background-color: var(--muted, #f3f4f6);
|
|
208
207
|
width: 100%;
|
|
209
208
|
height: 100%;
|
|
210
209
|
}
|