@designcrowd/fe-shared-lib 1.5.0-jj-2 → 1.5.0-jj-4

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": "@designcrowd/fe-shared-lib",
3
- "version": "1.5.0-jj-2",
3
+ "version": "1.5.0-jj-4",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -174,6 +174,42 @@ export const PublishedNoDomains = () => {
174
174
 
175
175
  PublishedNoDomains.loaders = [loadTranslationAsync];
176
176
 
177
+ export const PublishedWithContent = () => {
178
+ return {
179
+ components: {
180
+ PublishBrandPageModal,
181
+ },
182
+ data() {
183
+ return {
184
+ domains,
185
+ };
186
+ },
187
+ methods: {},
188
+ template: `
189
+ <PublishBrandPageModal
190
+ visible
191
+ is-design-com
192
+ is-published
193
+ should-publish
194
+ :domains="domains"
195
+ isSubsequentPublish="true"
196
+ showUpsellRotation="true"
197
+ brand-page-display-name='Website'
198
+ brand-page-slug='test-slug'
199
+ brand-page-base-url="https://brand.site"
200
+ radio-value="slug"
201
+ brand-page-url="https://brand.site/test-slug"
202
+ >
203
+ <template #upsell>
204
+ <div>Upsell container goes here 111111</div>
205
+ </template>
206
+ </PublishBrandPageModal>
207
+ `,
208
+ };
209
+ };
210
+
211
+ PublishedWithContent.loaders = [loadTranslationAsync];
212
+
177
213
  export const Free = () => {
178
214
  return {
179
215
  components: {