@total_onion/onion-library 3.0.6 → 3.0.8
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/components/webc-post-filter-module/dev-content/dev-content.js +11 -2
- package/components/webc-post-filter-module/dev-content/dev-contentlocal.js +9 -0
- package/components/webc-post-filter-module/dev-content/ramses-school-day.webp +0 -0
- package/components/webc-post-filter-module/dev-content/remy-garden-contemplation.webp +0 -0
- package/package.json +1 -1
- package/components/webc-post-filter-module/dev-content/ramses-school-day.jpeg +0 -0
|
@@ -30,6 +30,7 @@ import marthaOnMat from './martha-on-the-mat.webp';
|
|
|
30
30
|
import vanilleBass from './vanille-bass.webp';
|
|
31
31
|
import vanilleNap from './vanille-asleep.webp';
|
|
32
32
|
import mephyMice from './mephy-dreams-of-mice.webp';
|
|
33
|
+
import remyGardenContemplation from './remy-garden-contemplation.webp';
|
|
33
34
|
|
|
34
35
|
export const devContentPets = [
|
|
35
36
|
{
|
|
@@ -309,14 +310,22 @@ export const devContentPets = [
|
|
|
309
310
|
},
|
|
310
311
|
|
|
311
312
|
categories: [14, 10, 4, 1]
|
|
312
|
-
}
|
|
313
|
+
},
|
|
313
314
|
{
|
|
314
315
|
name: `Ramses <span class='font-secondary'>School Day</span>`,
|
|
315
316
|
link: 'https://totalonion.com',
|
|
316
317
|
images: {
|
|
317
318
|
post_image_src: ramsesSchoolDay
|
|
318
319
|
},
|
|
319
|
-
categories: [13, 3, 10, 5]
|
|
320
|
+
categories: [13, 3, 10, 5]
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
name: `Remy <span class='font-secondary'>Garden Contemplation</span>`,
|
|
324
|
+
link: 'https://totalonion.com',
|
|
325
|
+
images: {
|
|
326
|
+
post_image_src: remyGardenContemplation
|
|
327
|
+
},
|
|
328
|
+
categories: [13, 3, 10, 5]
|
|
320
329
|
}
|
|
321
330
|
];
|
|
322
331
|
|
|
@@ -44,6 +44,7 @@ const marthaOnMat =
|
|
|
44
44
|
const vanilleBass = '../webc-post-filter-module/dev-content/vanille-bass.webp';
|
|
45
45
|
const vanilleNap = '../webc-post-filter-module/dev-content/vanille-asleep.webp';
|
|
46
46
|
const mephyMice = './mephy-dreams-of-mice.webp';
|
|
47
|
+
const remyGardenContemplation = './remy-garden-contemplation.webp';
|
|
47
48
|
|
|
48
49
|
export const devContentPets = [
|
|
49
50
|
{
|
|
@@ -331,6 +332,14 @@ export const devContentPets = [
|
|
|
331
332
|
post_image_src: ramsesSchoolDay
|
|
332
333
|
},
|
|
333
334
|
|
|
335
|
+
categories: [13, 3, 10, 5]
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
name: `Remy <span class='font-secondary'>Garden Contemplation</span>`,
|
|
339
|
+
link: 'https://totalonion.com',
|
|
340
|
+
images: {
|
|
341
|
+
post_image_src: remyGardenContemplation
|
|
342
|
+
},
|
|
334
343
|
categories: [13, 3, 10, 5]
|
|
335
344
|
}
|
|
336
345
|
];
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|