@total_onion/onion-library 2.0.259 → 2.0.264
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.
|
@@ -28,6 +28,7 @@ import maxOnMat from './max-on-the-mat.webp';
|
|
|
28
28
|
import marthaOnMat from './martha-on-the-mat.webp';
|
|
29
29
|
import vanilleBass from './vanille-bass.webp';
|
|
30
30
|
import vanilleNap from './vanille-asleep.webp';
|
|
31
|
+
import mephyMice from './mephy-dreams-of-mice.webp';
|
|
31
32
|
|
|
32
33
|
export const devContentPets = [
|
|
33
34
|
{
|
|
@@ -297,6 +298,15 @@ export const devContentPets = [
|
|
|
297
298
|
post_image_src: vanilleBass
|
|
298
299
|
},
|
|
299
300
|
|
|
301
|
+
categories: [14, 10, 4, 1]
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
name: `Mephy <span class='font-secondary'>Dreams of Mice</span>`,
|
|
305
|
+
link: 'https://totalonion.com',
|
|
306
|
+
images: {
|
|
307
|
+
post_image_src: mephyMice
|
|
308
|
+
},
|
|
309
|
+
|
|
300
310
|
categories: [14, 10, 4, 1]
|
|
301
311
|
}
|
|
302
312
|
];
|
|
@@ -41,6 +41,7 @@ const marthaOnMat =
|
|
|
41
41
|
'../webc-post-filter-module/dev-content/martha-on-the-mat.webp';
|
|
42
42
|
const vanilleBass = '../webc-post-filter-module/dev-content/vanille-bass.webp';
|
|
43
43
|
const vanilleNap = '../webc-post-filter-module/dev-content/vanille-asleep.webp';
|
|
44
|
+
const mephyMice = './mephy-dreams-of-mice.webp';
|
|
44
45
|
|
|
45
46
|
export const devContentPets = [
|
|
46
47
|
{
|
|
@@ -311,6 +312,15 @@ export const devContentPets = [
|
|
|
311
312
|
},
|
|
312
313
|
|
|
313
314
|
categories: [14, 10, 4, 1]
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
name: `Mephy <span class='font-secondary'>Dreams of Mice</span>`,
|
|
318
|
+
link: 'https://totalonion.com',
|
|
319
|
+
images: {
|
|
320
|
+
post_image_src: mephyMice
|
|
321
|
+
},
|
|
322
|
+
|
|
323
|
+
categories: [14, 10, 3]
|
|
314
324
|
}
|
|
315
325
|
];
|
|
316
326
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@total_onion/onion-library",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.264",
|
|
4
4
|
"description": "Component library",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@total_onion/onion-modalcontroller": "^1.0.5",
|
|
22
22
|
"@total_onion/onion-utils": "^1.0.10",
|
|
23
|
-
"@total_onion/onion-videocontroller": "^1.1.
|
|
23
|
+
"@total_onion/onion-videocontroller": "^1.1.13",
|
|
24
24
|
"autoprefixer": "^10.4.21",
|
|
25
25
|
"compressing": "^2.0.0",
|
|
26
26
|
"cpy": "^9.0.1",
|