@total_onion/onion-library 2.0.221 → 2.0.222
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 +20 -0
- package/components/webc-post-filter-module/dev-content/dev-contentlocal.js +22 -0
- package/components/webc-post-filter-module/dev-content/sky-puppy-good-dog.webp +0 -0
- package/components/webc-post-filter-module/dev-content/sky-puppy-pose.webp +0 -0
- package/package.json +1 -1
|
@@ -14,6 +14,8 @@ import peteLawn from './pete-lawn.webp';
|
|
|
14
14
|
import skyLivingLarge from './sky-field.webp';
|
|
15
15
|
import skySecurity from './sky-security.webp';
|
|
16
16
|
import skyLuxury from './sky-luxury-2.webp';
|
|
17
|
+
import skyPuppyGood from './sky-puppy-good-dog.webp';
|
|
18
|
+
import skyPuppyPose from './sky-puppy-pose.webp';
|
|
17
19
|
import fatGigioSleepy from './fat-gigio-sleepy.webp';
|
|
18
20
|
import fatGigioKitten from './fat-gigio-kitten.webp';
|
|
19
21
|
import fatGigioBasket from './fat-gigio-basket-life.webp';
|
|
@@ -63,6 +65,15 @@ export const devContentPets = [
|
|
|
63
65
|
|
|
64
66
|
categories: [13, 5, 10, 1]
|
|
65
67
|
},
|
|
68
|
+
{
|
|
69
|
+
name: 'Sky Puppy Pose',
|
|
70
|
+
link: 'https://totalonion.com',
|
|
71
|
+
images: {
|
|
72
|
+
post_image_src: skyPuppyPose
|
|
73
|
+
},
|
|
74
|
+
|
|
75
|
+
categories: [12, 10, 4, 1]
|
|
76
|
+
},
|
|
66
77
|
{
|
|
67
78
|
name: 'Kitten Ramses',
|
|
68
79
|
link: 'https://totalonion.com',
|
|
@@ -153,6 +164,15 @@ export const devContentPets = [
|
|
|
153
164
|
|
|
154
165
|
categories: [14, 10, 4, 1]
|
|
155
166
|
},
|
|
167
|
+
{
|
|
168
|
+
name: 'Sky Puppy Good Dog',
|
|
169
|
+
link: 'https://totalonion.com',
|
|
170
|
+
images: {
|
|
171
|
+
post_image_src: skyPuppyGood
|
|
172
|
+
},
|
|
173
|
+
|
|
174
|
+
categories: [12, 10, 4, 1]
|
|
175
|
+
},
|
|
156
176
|
{
|
|
157
177
|
name: 'Fat Gigio Kitten',
|
|
158
178
|
link: 'https://totalonion.com',
|
|
@@ -17,6 +17,10 @@ const peteLawn = '../webc-post-filter-module/dev-content/pete-lawn.webp';
|
|
|
17
17
|
const skyLivingLarge = '../webc-post-filter-module/dev-content/sky-field.webp';
|
|
18
18
|
const skySecurity = '../webc-post-filter-module/dev-content/sky-security.webp';
|
|
19
19
|
const skyLuxury = '../webc-post-filter-module/dev-content/sky-luxury-2.webp';
|
|
20
|
+
const skyPuppyGood =
|
|
21
|
+
'../webc-post-filter-module/dev-content/sky-puppy-good-dog.webp';
|
|
22
|
+
const skyPuppyPose =
|
|
23
|
+
'../webc-post-filter-module/dev-content/sky-puppy-pose.webp';
|
|
20
24
|
const fatGigioSleepy =
|
|
21
25
|
'../webc-post-filter-module/dev-content/fat-gigio-sleepy.webp';
|
|
22
26
|
const fatGigioKitten =
|
|
@@ -74,6 +78,15 @@ export const devContentPets = [
|
|
|
74
78
|
|
|
75
79
|
categories: [13, 5, 10, 1]
|
|
76
80
|
},
|
|
81
|
+
{
|
|
82
|
+
name: 'Sky Puppy Pose',
|
|
83
|
+
link: 'https://totalonion.com',
|
|
84
|
+
images: {
|
|
85
|
+
post_image_src: skyPuppyPose
|
|
86
|
+
},
|
|
87
|
+
|
|
88
|
+
categories: [12, 10, 4, 1]
|
|
89
|
+
},
|
|
77
90
|
{
|
|
78
91
|
name: 'Kitten Ramses',
|
|
79
92
|
link: 'https://totalonion.com',
|
|
@@ -164,6 +177,15 @@ export const devContentPets = [
|
|
|
164
177
|
|
|
165
178
|
categories: [14, 10, 4, 1]
|
|
166
179
|
},
|
|
180
|
+
{
|
|
181
|
+
name: 'Sky Puppy Good Dog',
|
|
182
|
+
link: 'https://totalonion.com',
|
|
183
|
+
images: {
|
|
184
|
+
post_image_src: skyPuppyGood
|
|
185
|
+
},
|
|
186
|
+
|
|
187
|
+
categories: [12, 10, 4, 1]
|
|
188
|
+
},
|
|
167
189
|
{
|
|
168
190
|
name: 'Fat Gigio Kitten',
|
|
169
191
|
link: 'https://totalonion.com',
|