@ptcwebops/ptcw-design 6.4.28-beta → 6.4.30-beta
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/dist/cjs/featured-list.cjs.entry.js +1 -1
- package/dist/cjs/icon-asset_17.cjs.entry.js +3 -3
- package/dist/cjs/innovator-toggle-container.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/ptc-bio-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-blue-pill-announcement-bar.cjs.entry.js +19 -0
- package/dist/cjs/ptc-case-studies-slider.cjs.entry.js +1 -1
- package/dist/cjs/ptc-close-icon_2.cjs.entry.js +11 -4
- package/dist/cjs/ptc-featured-list.cjs.entry.js +1 -1
- package/dist/cjs/ptc-filter-level-theater.cjs.entry.js +1 -1
- package/dist/cjs/ptc-jumbotron.cjs.entry.js +1 -1
- package/dist/cjs/ptc-overlay.cjs.entry.js +1 -1
- package/dist/cjs/ptc-podcast-card.cjs.entry.js +1 -1
- package/dist/cjs/ptc-readmore-char.cjs.entry.js +1 -1
- package/dist/cjs/ptc-readmore-v3.cjs.entry.js +1 -1
- package/dist/cjs/ptc-store-card-list.cjs.entry.js +110 -0
- package/dist/cjs/ptc-store-card.cjs.entry.js +24 -0
- package/dist/cjs/ptc-subnav-v2.cjs.entry.js +65 -4
- package/dist/cjs/ptc-tooltip-v2.cjs.entry.js +1 -1
- package/dist/cjs/ptc-value-led-speed-bump.cjs.entry.js +1 -1
- package/dist/cjs/ptc-white-paper.cjs.entry.js +1 -1
- package/dist/cjs/ptcw-design.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/innovator-toggle-container/innovator-toggle-container.css +4 -0
- package/dist/collection/components/organism-bundles/bundle-featured-list/featured-list.css +4 -0
- package/dist/collection/components/ptc-bio-card/ptc-bio-card.css +4 -0
- package/dist/collection/components/ptc-blue-pill-announcement-bar/ptc-blue-pill-announcement-bar.css +93 -0
- package/dist/collection/components/ptc-blue-pill-announcement-bar/ptc-blue-pill-announcement-bar.js +18 -0
- package/dist/collection/components/ptc-case-studies-slider/ptc-case-studies-slider.css +4 -0
- package/dist/collection/components/ptc-featured-list/ptc-featured-list.css +4 -0
- package/dist/collection/components/ptc-filter-level-theater/ptc-filter-level-theater.css +4 -0
- package/dist/collection/components/ptc-jumbotron/ptc-jumbotron.css +4 -0
- package/dist/collection/components/ptc-modal/ptc-modal.css +10 -0
- package/dist/collection/components/ptc-modal/ptc-modal.js +46 -3
- package/dist/collection/components/ptc-overlay/ptc-overlay.css +4 -0
- package/dist/collection/components/ptc-overlay/ptc-overlay.js +1 -1
- package/dist/collection/components/ptc-podcast-card/ptc-podcast-card.css +4 -0
- package/dist/collection/components/ptc-product-card/ptc-product-card.css +4 -0
- package/dist/collection/components/ptc-product-category/ptc-product-category.css +4 -0
- package/dist/collection/components/ptc-product-highlight-card/ptc-product-highlight-card.css +4 -0
- package/dist/collection/components/ptc-readmore-char/ptc-readmore-char.css +4 -0
- package/dist/collection/components/ptc-readmore-v3/ptc-readmore-v3.css +4 -0
- package/dist/collection/components/ptc-store-card/ptc-store-card.css +100 -0
- package/dist/collection/components/ptc-store-card/ptc-store-card.js +25 -0
- package/dist/collection/components/ptc-store-card-list/ptc-store-card-list.css +1173 -0
- package/dist/collection/components/ptc-store-card-list/ptc-store-card-list.js +108 -0
- package/dist/collection/components/ptc-subnav-v2/ptc-subnav-v2.js +65 -4
- package/dist/collection/components/ptc-tooltip-v2/ptc-tooltip-v2.css +4 -0
- package/dist/collection/components/ptc-value-led-speed-bump/ptc-value-led-speed-bump.css +4 -0
- package/dist/collection/components/ptc-white-paper/ptc-white-paper.css +4 -0
- package/dist/collection/stories/BluePillAnnouncementBar.stories.js +20 -0
- package/dist/collection/stories/organisms/ptc/E Store Build Product/preview.stories.js +13 -2
- package/dist/collection/stories/organisms/ptc/E Store Creo Extension/preview.stories.js +798 -0
- package/dist/custom-elements/index.d.ts +18 -0
- package/dist/custom-elements/index.js +235 -27
- package/dist/esm/featured-list.entry.js +1 -1
- package/dist/esm/icon-asset_17.entry.js +3 -3
- package/dist/esm/innovator-toggle-container.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/ptc-bio-card.entry.js +1 -1
- package/dist/esm/ptc-blue-pill-announcement-bar.entry.js +15 -0
- package/dist/esm/ptc-case-studies-slider.entry.js +1 -1
- package/dist/esm/ptc-close-icon_2.entry.js +11 -4
- package/dist/esm/ptc-featured-list.entry.js +1 -1
- package/dist/esm/ptc-filter-level-theater.entry.js +1 -1
- package/dist/esm/ptc-jumbotron.entry.js +1 -1
- package/dist/esm/ptc-overlay.entry.js +1 -1
- package/dist/esm/ptc-podcast-card.entry.js +1 -1
- package/dist/esm/ptc-readmore-char.entry.js +1 -1
- package/dist/esm/ptc-readmore-v3.entry.js +1 -1
- package/dist/esm/ptc-store-card-list.entry.js +106 -0
- package/dist/esm/ptc-store-card.entry.js +20 -0
- package/dist/esm/ptc-subnav-v2.entry.js +65 -4
- package/dist/esm/ptc-tooltip-v2.entry.js +1 -1
- package/dist/esm/ptc-value-led-speed-bump.entry.js +1 -1
- package/dist/esm/ptc-white-paper.entry.js +1 -1
- package/dist/esm/ptcw-design.js +1 -1
- package/dist/ptcw-design/{p-41cec14d.entry.js → p-0dac6766.entry.js} +1 -1
- package/dist/ptcw-design/{p-784c16ce.entry.js → p-1149e673.entry.js} +1 -1
- package/dist/ptcw-design/{p-4619f5a6.entry.js → p-1e4d0bb7.entry.js} +1 -1
- package/dist/ptcw-design/{p-138b2434.entry.js → p-20dfd7bd.entry.js} +1 -1
- package/dist/ptcw-design/p-23411b93.entry.js +1 -0
- package/dist/ptcw-design/{p-4c4a64bb.entry.js → p-27cd474f.entry.js} +1 -1
- package/dist/ptcw-design/p-2e1c6701.entry.js +1 -0
- package/dist/ptcw-design/p-4fd2afc0.entry.js +1 -0
- package/dist/ptcw-design/{p-a668ad65.entry.js → p-6481e853.entry.js} +1 -1
- package/dist/ptcw-design/{p-20f04b2a.entry.js → p-6cfb5642.entry.js} +1 -1
- package/dist/ptcw-design/{p-8e24e586.entry.js → p-769954c9.entry.js} +1 -1
- package/dist/ptcw-design/{p-c137315d.entry.js → p-828edda6.entry.js} +1 -1
- package/dist/ptcw-design/p-93b75e12.entry.js +1 -0
- package/dist/ptcw-design/p-af46854e.entry.js +1 -0
- package/dist/ptcw-design/{p-e076d2ba.entry.js → p-b0fb4c93.entry.js} +1 -1
- package/dist/ptcw-design/{p-3ef5c51f.entry.js → p-bdbf2c61.entry.js} +1 -1
- package/dist/ptcw-design/{p-d0013567.entry.js → p-ce39cff2.entry.js} +1 -1
- package/dist/ptcw-design/p-d1ff12d2.entry.js +1 -0
- package/dist/ptcw-design/{p-0aa52a96.entry.js → p-d4dcba82.entry.js} +1 -1
- package/dist/ptcw-design/{p-ca63a0c9.entry.js → p-fe445a4a.entry.js} +1 -1
- package/dist/ptcw-design/ptcw-design.css +1 -1
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/dist/types/components/ptc-blue-pill-announcement-bar/ptc-blue-pill-announcement-bar.d.ts +3 -0
- package/dist/types/components/ptc-modal/ptc-modal.d.ts +8 -0
- package/dist/types/components/ptc-overlay/ptc-overlay.d.ts +1 -1
- package/dist/types/components/ptc-store-card/ptc-store-card.d.ts +6 -0
- package/dist/types/components/ptc-store-card-list/ptc-store-card-list.d.ts +18 -0
- package/dist/types/components/ptc-subnav-v2/ptc-subnav-v2.d.ts +4 -0
- package/dist/types/components.d.ts +57 -0
- package/package.json +1 -1
- package/readme.md +3 -3
- package/dist/ptcw-design/p-5d6f17e3.entry.js +0 -1
- package/dist/ptcw-design/p-63da8f22.entry.js +0 -1
- package/dist/ptcw-design/p-efd6ee3b.entry.js +0 -1
|
@@ -0,0 +1,798 @@
|
|
|
1
|
+
import { html } from "lit-html";
|
|
2
|
+
|
|
3
|
+
export default {
|
|
4
|
+
title: "Organisms/ptc/E Store Creo Extension",
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
const Template = () => html`
|
|
8
|
+
<section class="ptc-section-standard">
|
|
9
|
+
<div class="ptc-container">
|
|
10
|
+
<max-width-container
|
|
11
|
+
max-width="768"
|
|
12
|
+
breakpoint="768"
|
|
13
|
+
align="center"
|
|
14
|
+
>
|
|
15
|
+
<ptc-title
|
|
16
|
+
seo-compatibility-mode
|
|
17
|
+
text-align="center"
|
|
18
|
+
upperline="no-upperline"
|
|
19
|
+
title-margin="margin-flush margin-bottom-3"
|
|
20
|
+
>
|
|
21
|
+
<h2>Benefits of Windchill</h2>
|
|
22
|
+
</ptc-title>
|
|
23
|
+
<p>
|
|
24
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
25
|
+
Sed nibh dolor, pretium tristique eros nec, ornare rhoncus
|
|
26
|
+
arcu. Etiam metus mauris, congue ut pellentesque nec,
|
|
27
|
+
volutpat nec eros. Nullam ut bibendum mi.
|
|
28
|
+
</p>
|
|
29
|
+
</max-width-container>
|
|
30
|
+
<ptc-blue-pill-announcement-bar class="white-links">
|
|
31
|
+
<p>
|
|
32
|
+
This extension can only be purchased as an add-on to
|
|
33
|
+
<a href="#">Creo Design Essentials </a>at checkout.
|
|
34
|
+
</p>
|
|
35
|
+
</ptc-blue-pill-announcement-bar>
|
|
36
|
+
|
|
37
|
+
<!-- 56px spacing -->
|
|
38
|
+
<ptc-spacer size="xxx-large"></ptc-spacer>
|
|
39
|
+
<ptc-spacer size="x-small"></ptc-spacer>
|
|
40
|
+
<ptc-spacer size="large" breakpoint="x-small"></ptc-spacer>
|
|
41
|
+
|
|
42
|
+
<ptc-title
|
|
43
|
+
seo-compatibility-mode
|
|
44
|
+
text-align="left"
|
|
45
|
+
upperline="no-upperline"
|
|
46
|
+
title-margin="margin-flush margin-bottom-6"
|
|
47
|
+
>
|
|
48
|
+
<h3>CAM / Manufacturing</h3>
|
|
49
|
+
</ptc-title>
|
|
50
|
+
|
|
51
|
+
<ptc-store-card-list>
|
|
52
|
+
<ptc-store-card class="swiper-slide">
|
|
53
|
+
<ptc-img
|
|
54
|
+
slot="top-image"
|
|
55
|
+
img-url="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c7ab0a494d334fb8a51c30fbeb1518c9?v=d99bc902"
|
|
56
|
+
image-type="smart-img"
|
|
57
|
+
load-mode="lazy-bg"
|
|
58
|
+
border-radius="radius-standard-top"
|
|
59
|
+
>
|
|
60
|
+
<ptc-overlay
|
|
61
|
+
border-radius="radius-standard"
|
|
62
|
+
filter-color="white-bottom"
|
|
63
|
+
overlay-z-index="z-index-p-1"
|
|
64
|
+
styles=""
|
|
65
|
+
></ptc-overlay
|
|
66
|
+
></ptc-img>
|
|
67
|
+
<div class="store-card-logo">
|
|
68
|
+
<img
|
|
69
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/157e020f49064cc5baded54e27696806?v=5066c912"
|
|
70
|
+
alt="Creo Logo"
|
|
71
|
+
/>
|
|
72
|
+
</div>
|
|
73
|
+
<h4>
|
|
74
|
+
<a
|
|
75
|
+
href="javascript:void(0);"
|
|
76
|
+
data-modal-target="modal-tool-design"
|
|
77
|
+
title="Tool Design"
|
|
78
|
+
class="store-card-title"
|
|
79
|
+
>Tool Design
|
|
80
|
+
</a>
|
|
81
|
+
</h4>
|
|
82
|
+
<p>
|
|
83
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
84
|
+
elit. Sed nibh dolor, pretium tristique eros nec.
|
|
85
|
+
</p>
|
|
86
|
+
<div class="cta-link">
|
|
87
|
+
<a
|
|
88
|
+
href="javascript:void(0);"
|
|
89
|
+
data-modal-target="modal-tool-design"
|
|
90
|
+
title="Tool Design"
|
|
91
|
+
>
|
|
92
|
+
See Details</a
|
|
93
|
+
>
|
|
94
|
+
</div>
|
|
95
|
+
</ptc-store-card>
|
|
96
|
+
<ptc-store-card class="swiper-slide">
|
|
97
|
+
<ptc-img
|
|
98
|
+
slot="top-image"
|
|
99
|
+
img-url="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c7ab0a494d334fb8a51c30fbeb1518c9?v=d99bc902"
|
|
100
|
+
image-type="smart-img"
|
|
101
|
+
load-mode="lazy-bg"
|
|
102
|
+
border-radius="radius-standard-top"
|
|
103
|
+
>
|
|
104
|
+
<ptc-overlay
|
|
105
|
+
border-radius="radius-standard"
|
|
106
|
+
filter-color="white-bottom"
|
|
107
|
+
overlay-z-index="z-index-p-1"
|
|
108
|
+
styles=""
|
|
109
|
+
></ptc-overlay
|
|
110
|
+
></ptc-img>
|
|
111
|
+
<div class="store-card-logo">
|
|
112
|
+
<img
|
|
113
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/157e020f49064cc5baded54e27696806?v=5066c912"
|
|
114
|
+
alt="Creo Logo"
|
|
115
|
+
/>
|
|
116
|
+
</div>
|
|
117
|
+
<h4>
|
|
118
|
+
<a
|
|
119
|
+
href="javascript:void(0);"
|
|
120
|
+
data-modal-target="modal-mold-analysis"
|
|
121
|
+
title="Mold Analysis"
|
|
122
|
+
class="store-card-title"
|
|
123
|
+
>Mold Analysis
|
|
124
|
+
</a>
|
|
125
|
+
</h4>
|
|
126
|
+
<p>
|
|
127
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
128
|
+
elit. Sed nibh dolor, pretium tristique eros nec.
|
|
129
|
+
</p>
|
|
130
|
+
<div class="cta-link">
|
|
131
|
+
<a
|
|
132
|
+
href="javascript:void(0);"
|
|
133
|
+
data-modal-target="modal-mold-analysis"
|
|
134
|
+
title="Mold Analysis"
|
|
135
|
+
>
|
|
136
|
+
See Details</a
|
|
137
|
+
>
|
|
138
|
+
</div>
|
|
139
|
+
</ptc-store-card>
|
|
140
|
+
<ptc-store-card class="swiper-slide">
|
|
141
|
+
<ptc-img
|
|
142
|
+
slot="top-image"
|
|
143
|
+
img-url="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c7ab0a494d334fb8a51c30fbeb1518c9?v=d99bc902"
|
|
144
|
+
image-type="smart-img"
|
|
145
|
+
load-mode="lazy-bg"
|
|
146
|
+
border-radius="radius-standard-top"
|
|
147
|
+
>
|
|
148
|
+
<ptc-overlay
|
|
149
|
+
border-radius="radius-standard"
|
|
150
|
+
filter-color="white-bottom"
|
|
151
|
+
overlay-z-index="z-index-p-1"
|
|
152
|
+
styles=""
|
|
153
|
+
></ptc-overlay
|
|
154
|
+
></ptc-img>
|
|
155
|
+
<div class="store-card-logo">
|
|
156
|
+
<img
|
|
157
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/157e020f49064cc5baded54e27696806?v=5066c912"
|
|
158
|
+
alt="Creo Logo"
|
|
159
|
+
/>
|
|
160
|
+
</div>
|
|
161
|
+
<h4>
|
|
162
|
+
<a
|
|
163
|
+
href="#"
|
|
164
|
+
title="Tool Design"
|
|
165
|
+
class="store-card-title"
|
|
166
|
+
>Tool Design
|
|
167
|
+
</a>
|
|
168
|
+
</h4>
|
|
169
|
+
<p>
|
|
170
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
171
|
+
elit. Sed nibh dolor, pretium tristique eros nec.
|
|
172
|
+
</p>
|
|
173
|
+
<div class="cta-link">
|
|
174
|
+
<a href="#" title="Tool Design"> See Details</a>
|
|
175
|
+
</div>
|
|
176
|
+
</ptc-store-card>
|
|
177
|
+
<ptc-store-card class="swiper-slide">
|
|
178
|
+
<ptc-img
|
|
179
|
+
slot="top-image"
|
|
180
|
+
img-url="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c7ab0a494d334fb8a51c30fbeb1518c9?v=d99bc902"
|
|
181
|
+
image-type="smart-img"
|
|
182
|
+
load-mode="lazy-bg"
|
|
183
|
+
border-radius="radius-standard-top"
|
|
184
|
+
>
|
|
185
|
+
<ptc-overlay
|
|
186
|
+
border-radius="radius-standard"
|
|
187
|
+
filter-color="white-bottom"
|
|
188
|
+
overlay-z-index="z-index-p-1"
|
|
189
|
+
styles=""
|
|
190
|
+
></ptc-overlay
|
|
191
|
+
></ptc-img>
|
|
192
|
+
<div class="store-card-logo">
|
|
193
|
+
<img
|
|
194
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/157e020f49064cc5baded54e27696806?v=5066c912"
|
|
195
|
+
alt="Creo Logo"
|
|
196
|
+
/>
|
|
197
|
+
</div>
|
|
198
|
+
<h4>
|
|
199
|
+
<a
|
|
200
|
+
href="#"
|
|
201
|
+
title="Tool Design"
|
|
202
|
+
class="store-card-title"
|
|
203
|
+
>Tool Design
|
|
204
|
+
</a>
|
|
205
|
+
</h4>
|
|
206
|
+
<p>
|
|
207
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
208
|
+
elit. Sed nibh dolor, pretium tristique eros nec.
|
|
209
|
+
</p>
|
|
210
|
+
<div class="cta-link">
|
|
211
|
+
<a href="#" title="Tool Design"> See Details</a>
|
|
212
|
+
</div>
|
|
213
|
+
</ptc-store-card>
|
|
214
|
+
<ptc-store-card class="swiper-slide">
|
|
215
|
+
<ptc-img
|
|
216
|
+
slot="top-image"
|
|
217
|
+
img-url="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c7ab0a494d334fb8a51c30fbeb1518c9?v=d99bc902"
|
|
218
|
+
image-type="smart-img"
|
|
219
|
+
load-mode="lazy-bg"
|
|
220
|
+
border-radius="radius-standard-top"
|
|
221
|
+
>
|
|
222
|
+
<ptc-overlay
|
|
223
|
+
border-radius="radius-standard"
|
|
224
|
+
filter-color="white-bottom"
|
|
225
|
+
overlay-z-index="z-index-p-1"
|
|
226
|
+
styles=""
|
|
227
|
+
></ptc-overlay
|
|
228
|
+
></ptc-img>
|
|
229
|
+
<div class="store-card-logo">
|
|
230
|
+
<img
|
|
231
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/157e020f49064cc5baded54e27696806?v=5066c912"
|
|
232
|
+
alt="Creo Logo"
|
|
233
|
+
/>
|
|
234
|
+
</div>
|
|
235
|
+
<h4>
|
|
236
|
+
<a
|
|
237
|
+
href="#"
|
|
238
|
+
title="Tool Design"
|
|
239
|
+
class="store-card-title"
|
|
240
|
+
>Tool Design
|
|
241
|
+
</a>
|
|
242
|
+
</h4>
|
|
243
|
+
<p>
|
|
244
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
245
|
+
elit. Sed nibh dolor, pretium tristique eros nec.
|
|
246
|
+
</p>
|
|
247
|
+
<div class="cta-link">
|
|
248
|
+
<a href="#" title="Tool Design"> See Details</a>
|
|
249
|
+
</div>
|
|
250
|
+
</ptc-store-card>
|
|
251
|
+
<ptc-store-card class="swiper-slide">
|
|
252
|
+
<ptc-img
|
|
253
|
+
slot="top-image"
|
|
254
|
+
img-url="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c7ab0a494d334fb8a51c30fbeb1518c9?v=d99bc902"
|
|
255
|
+
image-type="smart-img"
|
|
256
|
+
load-mode="lazy-bg"
|
|
257
|
+
border-radius="radius-standard-top"
|
|
258
|
+
>
|
|
259
|
+
<ptc-overlay
|
|
260
|
+
border-radius="radius-standard"
|
|
261
|
+
filter-color="white-bottom"
|
|
262
|
+
overlay-z-index="z-index-p-1"
|
|
263
|
+
styles=""
|
|
264
|
+
></ptc-overlay
|
|
265
|
+
></ptc-img>
|
|
266
|
+
<div class="store-card-logo">
|
|
267
|
+
<img
|
|
268
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/157e020f49064cc5baded54e27696806?v=5066c912"
|
|
269
|
+
alt="Creo Logo"
|
|
270
|
+
/>
|
|
271
|
+
</div>
|
|
272
|
+
<h4>
|
|
273
|
+
<a
|
|
274
|
+
href="#"
|
|
275
|
+
title="Tool Design"
|
|
276
|
+
class="store-card-title"
|
|
277
|
+
>Tool Design
|
|
278
|
+
</a>
|
|
279
|
+
</h4>
|
|
280
|
+
<p>
|
|
281
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
282
|
+
elit. Sed nibh dolor, pretium tristique eros nec.
|
|
283
|
+
</p>
|
|
284
|
+
<div class="cta-link">
|
|
285
|
+
<a href="#" title="Tool Design"> See Details</a>
|
|
286
|
+
</div>
|
|
287
|
+
</ptc-store-card>
|
|
288
|
+
</ptc-store-card-list>
|
|
289
|
+
|
|
290
|
+
<!-- section two started -->
|
|
291
|
+
|
|
292
|
+
<!-- 56px spacing -->
|
|
293
|
+
<ptc-spacer size="xxx-large"></ptc-spacer>
|
|
294
|
+
<ptc-spacer size="x-small"></ptc-spacer>
|
|
295
|
+
<ptc-spacer size="large" breakpoint="x-small"></ptc-spacer>
|
|
296
|
+
|
|
297
|
+
<ptc-title
|
|
298
|
+
seo-compatibility-mode
|
|
299
|
+
text-align="left"
|
|
300
|
+
upperline="no-upperline"
|
|
301
|
+
title-margin="margin-flush margin-bottom-6"
|
|
302
|
+
>
|
|
303
|
+
<h3>Model Based Definition</h3>
|
|
304
|
+
</ptc-title>
|
|
305
|
+
|
|
306
|
+
<ptc-store-card-list>
|
|
307
|
+
<ptc-store-card class="swiper-slide">
|
|
308
|
+
<ptc-img
|
|
309
|
+
slot="top-image"
|
|
310
|
+
img-url="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c7ab0a494d334fb8a51c30fbeb1518c9?v=d99bc902"
|
|
311
|
+
image-type="smart-img"
|
|
312
|
+
load-mode="lazy-bg"
|
|
313
|
+
border-radius="radius-standard-top"
|
|
314
|
+
>
|
|
315
|
+
<ptc-overlay
|
|
316
|
+
border-radius="radius-standard"
|
|
317
|
+
filter-color="white-bottom"
|
|
318
|
+
overlay-z-index="z-index-p-1"
|
|
319
|
+
styles=""
|
|
320
|
+
></ptc-overlay
|
|
321
|
+
></ptc-img>
|
|
322
|
+
<div class="store-card-logo">
|
|
323
|
+
<img
|
|
324
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/157e020f49064cc5baded54e27696806?v=5066c912"
|
|
325
|
+
alt="Creo Logo"
|
|
326
|
+
/>
|
|
327
|
+
</div>
|
|
328
|
+
<h4>
|
|
329
|
+
<a
|
|
330
|
+
href="javascript:void(0);"
|
|
331
|
+
data-modal-target="modal-tool-design2"
|
|
332
|
+
title="Tool Design"
|
|
333
|
+
class="store-card-title"
|
|
334
|
+
>Tool Design
|
|
335
|
+
</a>
|
|
336
|
+
</h4>
|
|
337
|
+
<p>
|
|
338
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
339
|
+
elit. Sed nibh dolor, pretium tristique eros nec.
|
|
340
|
+
</p>
|
|
341
|
+
<div class="cta-link">
|
|
342
|
+
<a
|
|
343
|
+
href="javascript:void(0);"
|
|
344
|
+
data-modal-target="modal-tool-design2"
|
|
345
|
+
title="Tool Design"
|
|
346
|
+
>
|
|
347
|
+
See Details</a
|
|
348
|
+
>
|
|
349
|
+
</div>
|
|
350
|
+
</ptc-store-card>
|
|
351
|
+
<ptc-store-card class="swiper-slide">
|
|
352
|
+
<ptc-img
|
|
353
|
+
slot="top-image"
|
|
354
|
+
img-url="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c7ab0a494d334fb8a51c30fbeb1518c9?v=d99bc902"
|
|
355
|
+
image-type="smart-img"
|
|
356
|
+
load-mode="lazy-bg"
|
|
357
|
+
border-radius="radius-standard-top"
|
|
358
|
+
>
|
|
359
|
+
<ptc-overlay
|
|
360
|
+
border-radius="radius-standard"
|
|
361
|
+
filter-color="white-bottom"
|
|
362
|
+
overlay-z-index="z-index-p-1"
|
|
363
|
+
styles=""
|
|
364
|
+
></ptc-overlay
|
|
365
|
+
></ptc-img>
|
|
366
|
+
<div class="store-card-logo">
|
|
367
|
+
<img
|
|
368
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/157e020f49064cc5baded54e27696806?v=5066c912"
|
|
369
|
+
alt="Creo Logo"
|
|
370
|
+
/>
|
|
371
|
+
</div>
|
|
372
|
+
<h4>
|
|
373
|
+
<a
|
|
374
|
+
href="javascript:void(0);"
|
|
375
|
+
data-modal-target="modal-mold-analysis2"
|
|
376
|
+
title="Mold Analysis"
|
|
377
|
+
class="store-card-title"
|
|
378
|
+
>Mold Analysis
|
|
379
|
+
</a>
|
|
380
|
+
</h4>
|
|
381
|
+
<p>
|
|
382
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
383
|
+
elit. Sed nibh dolor, pretium tristique eros nec.
|
|
384
|
+
</p>
|
|
385
|
+
<div class="cta-link">
|
|
386
|
+
<a
|
|
387
|
+
href="javascript:void(0);"
|
|
388
|
+
data-modal-target="modal-mold-analysis2"
|
|
389
|
+
title="Mold Analysis"
|
|
390
|
+
>
|
|
391
|
+
See Details</a
|
|
392
|
+
>
|
|
393
|
+
</div>
|
|
394
|
+
</ptc-store-card>
|
|
395
|
+
<ptc-store-card class="swiper-slide">
|
|
396
|
+
<ptc-img
|
|
397
|
+
slot="top-image"
|
|
398
|
+
img-url="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c7ab0a494d334fb8a51c30fbeb1518c9?v=d99bc902"
|
|
399
|
+
image-type="smart-img"
|
|
400
|
+
load-mode="lazy-bg"
|
|
401
|
+
border-radius="radius-standard-top"
|
|
402
|
+
>
|
|
403
|
+
<ptc-overlay
|
|
404
|
+
border-radius="radius-standard"
|
|
405
|
+
filter-color="white-bottom"
|
|
406
|
+
overlay-z-index="z-index-p-1"
|
|
407
|
+
styles=""
|
|
408
|
+
></ptc-overlay
|
|
409
|
+
></ptc-img>
|
|
410
|
+
<div class="store-card-logo">
|
|
411
|
+
<img
|
|
412
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/157e020f49064cc5baded54e27696806?v=5066c912"
|
|
413
|
+
alt="Creo Logo"
|
|
414
|
+
/>
|
|
415
|
+
</div>
|
|
416
|
+
<h4>
|
|
417
|
+
<a
|
|
418
|
+
href="#"
|
|
419
|
+
title="Tool Design"
|
|
420
|
+
class="store-card-title"
|
|
421
|
+
>Tool Design
|
|
422
|
+
</a>
|
|
423
|
+
</h4>
|
|
424
|
+
<p>
|
|
425
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
426
|
+
elit. Sed nibh dolor, pretium tristique eros nec.
|
|
427
|
+
</p>
|
|
428
|
+
<div class="cta-link">
|
|
429
|
+
<a href="#" title="Tool Design"> See Details</a>
|
|
430
|
+
</div>
|
|
431
|
+
</ptc-store-card>
|
|
432
|
+
<ptc-store-card class="swiper-slide">
|
|
433
|
+
<ptc-img
|
|
434
|
+
slot="top-image"
|
|
435
|
+
img-url="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c7ab0a494d334fb8a51c30fbeb1518c9?v=d99bc902"
|
|
436
|
+
image-type="smart-img"
|
|
437
|
+
load-mode="lazy-bg"
|
|
438
|
+
border-radius="radius-standard-top"
|
|
439
|
+
>
|
|
440
|
+
<ptc-overlay
|
|
441
|
+
border-radius="radius-standard"
|
|
442
|
+
filter-color="white-bottom"
|
|
443
|
+
overlay-z-index="z-index-p-1"
|
|
444
|
+
styles=""
|
|
445
|
+
></ptc-overlay
|
|
446
|
+
></ptc-img>
|
|
447
|
+
<div class="store-card-logo">
|
|
448
|
+
<img
|
|
449
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/157e020f49064cc5baded54e27696806?v=5066c912"
|
|
450
|
+
alt="Creo Logo"
|
|
451
|
+
/>
|
|
452
|
+
</div>
|
|
453
|
+
<h4>
|
|
454
|
+
<a
|
|
455
|
+
href="#"
|
|
456
|
+
title="Tool Design"
|
|
457
|
+
class="store-card-title"
|
|
458
|
+
>Tool Design
|
|
459
|
+
</a>
|
|
460
|
+
</h4>
|
|
461
|
+
<p>
|
|
462
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
463
|
+
elit. Sed nibh dolor, pretium tristique eros nec.
|
|
464
|
+
</p>
|
|
465
|
+
<div class="cta-link">
|
|
466
|
+
<a href="#" title="Tool Design"> See Details</a>
|
|
467
|
+
</div>
|
|
468
|
+
</ptc-store-card>
|
|
469
|
+
<ptc-store-card class="swiper-slide">
|
|
470
|
+
<ptc-img
|
|
471
|
+
slot="top-image"
|
|
472
|
+
img-url="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c7ab0a494d334fb8a51c30fbeb1518c9?v=d99bc902"
|
|
473
|
+
image-type="smart-img"
|
|
474
|
+
load-mode="lazy-bg"
|
|
475
|
+
border-radius="radius-standard-top"
|
|
476
|
+
>
|
|
477
|
+
<ptc-overlay
|
|
478
|
+
border-radius="radius-standard"
|
|
479
|
+
filter-color="white-bottom"
|
|
480
|
+
overlay-z-index="z-index-p-1"
|
|
481
|
+
styles=""
|
|
482
|
+
></ptc-overlay
|
|
483
|
+
></ptc-img>
|
|
484
|
+
<div class="store-card-logo">
|
|
485
|
+
<img
|
|
486
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/157e020f49064cc5baded54e27696806?v=5066c912"
|
|
487
|
+
alt="Creo Logo"
|
|
488
|
+
/>
|
|
489
|
+
</div>
|
|
490
|
+
<h4>
|
|
491
|
+
<a
|
|
492
|
+
href="#"
|
|
493
|
+
title="Tool Design"
|
|
494
|
+
class="store-card-title"
|
|
495
|
+
>Tool Design
|
|
496
|
+
</a>
|
|
497
|
+
</h4>
|
|
498
|
+
<p>
|
|
499
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
500
|
+
elit. Sed nibh dolor, pretium tristique eros nec.
|
|
501
|
+
</p>
|
|
502
|
+
<div class="cta-link">
|
|
503
|
+
<a href="#" title="Tool Design"> See Details</a>
|
|
504
|
+
</div>
|
|
505
|
+
</ptc-store-card>
|
|
506
|
+
<ptc-store-card class="swiper-slide">
|
|
507
|
+
<ptc-img
|
|
508
|
+
slot="top-image"
|
|
509
|
+
img-url="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c7ab0a494d334fb8a51c30fbeb1518c9?v=d99bc902"
|
|
510
|
+
image-type="smart-img"
|
|
511
|
+
load-mode="lazy-bg"
|
|
512
|
+
border-radius="radius-standard-top"
|
|
513
|
+
>
|
|
514
|
+
<ptc-overlay
|
|
515
|
+
border-radius="radius-standard"
|
|
516
|
+
filter-color="white-bottom"
|
|
517
|
+
overlay-z-index="z-index-p-1"
|
|
518
|
+
styles=""
|
|
519
|
+
></ptc-overlay
|
|
520
|
+
></ptc-img>
|
|
521
|
+
<div class="store-card-logo">
|
|
522
|
+
<img
|
|
523
|
+
src="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/157e020f49064cc5baded54e27696806?v=5066c912"
|
|
524
|
+
alt="Creo Logo"
|
|
525
|
+
/>
|
|
526
|
+
</div>
|
|
527
|
+
<h4>
|
|
528
|
+
<a
|
|
529
|
+
href="#"
|
|
530
|
+
title="Tool Design"
|
|
531
|
+
class="store-card-title"
|
|
532
|
+
>Tool Design
|
|
533
|
+
</a>
|
|
534
|
+
</h4>
|
|
535
|
+
<p>
|
|
536
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
537
|
+
elit. Sed nibh dolor, pretium tristique eros nec.
|
|
538
|
+
</p>
|
|
539
|
+
<div class="cta-link">
|
|
540
|
+
<a href="#" title="Tool Design"> See Details</a>
|
|
541
|
+
</div>
|
|
542
|
+
</ptc-store-card>
|
|
543
|
+
</ptc-store-card-list>
|
|
544
|
+
</div>
|
|
545
|
+
</section>
|
|
546
|
+
|
|
547
|
+
<!-- Modal list started -->
|
|
548
|
+
<ptc-modal
|
|
549
|
+
id="modal-tool-design"
|
|
550
|
+
size="lg"
|
|
551
|
+
fixed
|
|
552
|
+
close-on-blur="true"
|
|
553
|
+
show-header-footer="true"
|
|
554
|
+
hide-header="true"
|
|
555
|
+
border-radius="standard"
|
|
556
|
+
keep-in-viewport="true"
|
|
557
|
+
styles=".wrapper .modal-popup .close{ position: absolute;top: 8px;right: 8px; margin: 0; z-index: 10} .wrapper .modal-popup.shadow-scroller .modal-footer{ min-height:auto !important;} :host(.enclose-modal) .modal-popup{ max-height: calc(100vh - 48px) !important; margin: 30px auto; max-width: 768px !important; width: 95%} .modal-body.modern-scrollbar{ border-radius: 4px}"
|
|
558
|
+
class="store-modal-card"
|
|
559
|
+
modern-scrollbar="true"
|
|
560
|
+
>
|
|
561
|
+
<div slot="body" class="store-modal-body">
|
|
562
|
+
<div class="modal-image-wrapper">
|
|
563
|
+
<ptc-img
|
|
564
|
+
img-url="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c7ab0a494d334fb8a51c30fbeb1518c9?v=d99bc902"
|
|
565
|
+
image-type="smart-img"
|
|
566
|
+
load-mode="lazy-bg"
|
|
567
|
+
border-radius="radius-standard-top"
|
|
568
|
+
>
|
|
569
|
+
<ptc-overlay
|
|
570
|
+
filter-color="white-bottom"
|
|
571
|
+
overlay-z-index="z-index-p-1"
|
|
572
|
+
styles=""
|
|
573
|
+
></ptc-overlay
|
|
574
|
+
></ptc-img>
|
|
575
|
+
</div>
|
|
576
|
+
<div class="store-modal-content">
|
|
577
|
+
<max-width-container
|
|
578
|
+
max-width="768"
|
|
579
|
+
breakpoint="768"
|
|
580
|
+
align="center"
|
|
581
|
+
>
|
|
582
|
+
<ptc-title
|
|
583
|
+
seo-compatibility-mode
|
|
584
|
+
text-align="center"
|
|
585
|
+
upperline="no-upperline"
|
|
586
|
+
title-margin="margin-flush margin-bottom-2"
|
|
587
|
+
>
|
|
588
|
+
<h2>Creo Tool Design Extension</h2>
|
|
589
|
+
</ptc-title>
|
|
590
|
+
<div class="store-modal-description">
|
|
591
|
+
<p>
|
|
592
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
593
|
+
elit. Sed nibh dolor, pretium tristique eros nec,
|
|
594
|
+
ornare rhoncus arcu. Etiam metus mauris, congue ut
|
|
595
|
+
pellentesque nec, volutpat nec eros. Nullam ut
|
|
596
|
+
bibendum mi.
|
|
597
|
+
</p>
|
|
598
|
+
</div>
|
|
599
|
+
</max-width-container>
|
|
600
|
+
<ptc-blue-pill-announcement-bar class="white-links">
|
|
601
|
+
<p>
|
|
602
|
+
This extension can only be purchased as an add-on to
|
|
603
|
+
<a href="#">Creo Design Essentials </a>at checkout.
|
|
604
|
+
</p>
|
|
605
|
+
</ptc-blue-pill-announcement-bar>
|
|
606
|
+
|
|
607
|
+
<!-- 56px spacing -->
|
|
608
|
+
<ptc-spacer size="large"></ptc-spacer>
|
|
609
|
+
<ptc-spacer size="large" breakpoint="x-small"></ptc-spacer>
|
|
610
|
+
|
|
611
|
+
<!-- Rick Text editor -->
|
|
612
|
+
<h3>Lorem ipsum dolor</h3>
|
|
613
|
+
<p>
|
|
614
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
615
|
+
Sed nibh dolor, pretium tristique eros nec, ornare rhoncus
|
|
616
|
+
arcu. Etiam metus mauris, congue ut pellentesque nec,
|
|
617
|
+
volutpat nec eros. Nullam ut bibendum mi. Etiam sem diam,
|
|
618
|
+
semper in purus a, auctor vehicula nibh. Duis
|
|
619
|
+
pellentesque, nisi ut finibus consectetur, tellus augue
|
|
620
|
+
ultrices mauris in.
|
|
621
|
+
</p>
|
|
622
|
+
<p>
|
|
623
|
+
Dictum quam augue sit amet nisi. Proin quis lorem sit amet
|
|
624
|
+
nunc dignissim bibendum eget volutpat nunc. Nam luctus,
|
|
625
|
+
libero ut tincidunt porttitor.
|
|
626
|
+
</p>
|
|
627
|
+
|
|
628
|
+
<h3>Morbi Eget Cursus Massa</h3>
|
|
629
|
+
<p>
|
|
630
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
631
|
+
Sed nibh dolor, pretium tristique eros nec, ornare rhoncus
|
|
632
|
+
arcu. Etiam metus mauris, congue ut pellentesque nec,
|
|
633
|
+
volutpat nec eros. Nullam ut bibendum mi. Etiam sem diam,
|
|
634
|
+
semper in purus a, auctor vehicula nibh. Duis
|
|
635
|
+
pellentesque, nisi ut finibus consectetur, tellus augue
|
|
636
|
+
ultrices mauris in.
|
|
637
|
+
</p>
|
|
638
|
+
<ul>
|
|
639
|
+
<li><strong>Lorem ipsum dolor sit a </strong></li>
|
|
640
|
+
<li><strong>Consectetur adipiscing elit</strong></li>
|
|
641
|
+
<li><strong>Sed do eiusmod tempor</strong></li>
|
|
642
|
+
<li><strong>Incididunt ut labore</strong></li>
|
|
643
|
+
<li><strong>Et dolore magna aliqua</strong></li>
|
|
644
|
+
<li><strong>Duis aute irure dolor</strong></li>
|
|
645
|
+
<li><strong>In reprehenderit in voluptate</strong></li>
|
|
646
|
+
</ul>
|
|
647
|
+
<p>
|
|
648
|
+
Dictum quam augue sit amet nisi. Proin quis lorem sit amet
|
|
649
|
+
nunc dignissim bibendum eget volutpat nunc. Nam luctus,
|
|
650
|
+
libero ut tincidunt porttitor.
|
|
651
|
+
</p>
|
|
652
|
+
</div>
|
|
653
|
+
</div>
|
|
654
|
+
<div slot="footer" class="store-modal-footer">
|
|
655
|
+
<div class="u-flex store-modal-footer-buttons">
|
|
656
|
+
<ptc-button
|
|
657
|
+
type="link"
|
|
658
|
+
color="ptc-tertiary"
|
|
659
|
+
seo-compatibility-mode
|
|
660
|
+
>See Full Details</ptc-button
|
|
661
|
+
>
|
|
662
|
+
<ptc-button
|
|
663
|
+
type="link"
|
|
664
|
+
color="ptc-quaternary"
|
|
665
|
+
seo-compatibility-mode
|
|
666
|
+
>Buy Creo Design Essentials</ptc-button
|
|
667
|
+
>
|
|
668
|
+
</div>
|
|
669
|
+
</div>
|
|
670
|
+
</ptc-modal>
|
|
671
|
+
|
|
672
|
+
<ptc-modal
|
|
673
|
+
id="modal-mold-analysis"
|
|
674
|
+
size="lg"
|
|
675
|
+
fixed
|
|
676
|
+
close-on-blur="true"
|
|
677
|
+
show-header-footer="true"
|
|
678
|
+
hide-header="true"
|
|
679
|
+
border-radius="standard"
|
|
680
|
+
keep-in-viewport="true"
|
|
681
|
+
styles=".wrapper .modal-popup .close{ position: absolute;top: 8px;right: 8px; margin: 0; z-index: 10} .wrapper .modal-popup.shadow-scroller .modal-footer{ min-height:auto !important;} :host(.enclose-modal) .modal-popup{ max-height: calc(100vh - 48px) !important; margin: 30px auto; max-width: 768px !important; width: 95%} .modal-body.modern-scrollbar{ border-radius: 4px}"
|
|
682
|
+
class="store-modal-card"
|
|
683
|
+
modern-scrollbar="true"
|
|
684
|
+
>
|
|
685
|
+
<div slot="body" class="store-modal-body">
|
|
686
|
+
<div class="modal-image-wrapper">
|
|
687
|
+
<ptc-img
|
|
688
|
+
img-url="https://ptc-p-001.sitecorecontenthub.cloud/api/public/content/c7ab0a494d334fb8a51c30fbeb1518c9?v=d99bc902"
|
|
689
|
+
image-type="smart-img"
|
|
690
|
+
load-mode="lazy-bg"
|
|
691
|
+
border-radius="radius-standard-top"
|
|
692
|
+
>
|
|
693
|
+
<ptc-overlay
|
|
694
|
+
filter-color="white-bottom"
|
|
695
|
+
overlay-z-index="z-index-p-1"
|
|
696
|
+
styles=""
|
|
697
|
+
></ptc-overlay
|
|
698
|
+
></ptc-img>
|
|
699
|
+
</div>
|
|
700
|
+
<div class="store-modal-content">
|
|
701
|
+
<max-width-container
|
|
702
|
+
max-width="768"
|
|
703
|
+
breakpoint="768"
|
|
704
|
+
align="center"
|
|
705
|
+
>
|
|
706
|
+
<ptc-title
|
|
707
|
+
seo-compatibility-mode
|
|
708
|
+
text-align="center"
|
|
709
|
+
upperline="no-upperline"
|
|
710
|
+
title-margin="margin-flush margin-bottom-2"
|
|
711
|
+
>
|
|
712
|
+
<h2>modal-mold-analysis</h2>
|
|
713
|
+
</ptc-title>
|
|
714
|
+
<div class="store-modal-description">
|
|
715
|
+
<p>
|
|
716
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing
|
|
717
|
+
elit. Sed nibh dolor, pretium tristique eros nec,
|
|
718
|
+
ornare rhoncus arcu. Etiam metus mauris, congue ut
|
|
719
|
+
pellentesque nec, volutpat nec eros. Nullam ut
|
|
720
|
+
bibendum mi.
|
|
721
|
+
</p>
|
|
722
|
+
</div>
|
|
723
|
+
</max-width-container>
|
|
724
|
+
<ptc-blue-pill-announcement-bar class="white-links">
|
|
725
|
+
<p>
|
|
726
|
+
This extension can only be purchased as an add-on to
|
|
727
|
+
<a href="#">Creo Design Essentials </a>at checkout.
|
|
728
|
+
</p>
|
|
729
|
+
</ptc-blue-pill-announcement-bar>
|
|
730
|
+
|
|
731
|
+
<!-- 56px spacing -->
|
|
732
|
+
<ptc-spacer size="large"></ptc-spacer>
|
|
733
|
+
<ptc-spacer size="large" breakpoint="x-small"></ptc-spacer>
|
|
734
|
+
|
|
735
|
+
<!-- Rick Text editor -->
|
|
736
|
+
<h3>Lorem ipsum dolor</h3>
|
|
737
|
+
<p>
|
|
738
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
739
|
+
Sed nibh dolor, pretium tristique eros nec, ornare rhoncus
|
|
740
|
+
arcu. Etiam metus mauris, congue ut pellentesque nec,
|
|
741
|
+
volutpat nec eros. Nullam ut bibendum mi. Etiam sem diam,
|
|
742
|
+
semper in purus a, auctor vehicula nibh. Duis
|
|
743
|
+
pellentesque, nisi ut finibus consectetur, tellus augue
|
|
744
|
+
ultrices mauris in.
|
|
745
|
+
</p>
|
|
746
|
+
<p>
|
|
747
|
+
Dictum quam augue sit amet nisi. Proin quis lorem sit amet
|
|
748
|
+
nunc dignissim bibendum eget volutpat nunc. Nam luctus,
|
|
749
|
+
libero ut tincidunt porttitor.
|
|
750
|
+
</p>
|
|
751
|
+
|
|
752
|
+
<h3>Morbi Eget Cursus Massa</h3>
|
|
753
|
+
<p>
|
|
754
|
+
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
|
|
755
|
+
Sed nibh dolor, pretium tristique eros nec, ornare rhoncus
|
|
756
|
+
arcu. Etiam metus mauris, congue ut pellentesque nec,
|
|
757
|
+
volutpat nec eros. Nullam ut bibendum mi. Etiam sem diam,
|
|
758
|
+
semper in purus a, auctor vehicula nibh. Duis
|
|
759
|
+
pellentesque, nisi ut finibus consectetur, tellus augue
|
|
760
|
+
ultrices mauris in.
|
|
761
|
+
</p>
|
|
762
|
+
<ul>
|
|
763
|
+
<li><strong>Lorem ipsum dolor sit a </strong></li>
|
|
764
|
+
<li><strong>Consectetur adipiscing elit</strong></li>
|
|
765
|
+
<li><strong>Sed do eiusmod tempor</strong></li>
|
|
766
|
+
<li><strong>Incididunt ut labore</strong></li>
|
|
767
|
+
<li><strong>Et dolore magna aliqua</strong></li>
|
|
768
|
+
<li><strong>Duis aute irure dolor</strong></li>
|
|
769
|
+
<li><strong>In reprehenderit in voluptate</strong></li>
|
|
770
|
+
</ul>
|
|
771
|
+
<p>
|
|
772
|
+
Dictum quam augue sit amet nisi. Proin quis lorem sit amet
|
|
773
|
+
nunc dignissim bibendum eget volutpat nunc. Nam luctus,
|
|
774
|
+
libero ut tincidunt porttitor.
|
|
775
|
+
</p>
|
|
776
|
+
</div>
|
|
777
|
+
</div>
|
|
778
|
+
<div slot="footer" class="store-modal-footer">
|
|
779
|
+
<div class="u-flex store-modal-footer-buttons">
|
|
780
|
+
<ptc-button
|
|
781
|
+
type="link"
|
|
782
|
+
color="ptc-tertiary"
|
|
783
|
+
seo-compatibility-mode
|
|
784
|
+
>See Full Details</ptc-button
|
|
785
|
+
>
|
|
786
|
+
<ptc-button
|
|
787
|
+
type="link"
|
|
788
|
+
color="ptc-quaternary"
|
|
789
|
+
seo-compatibility-mode
|
|
790
|
+
>Buy Creo Design Essentials</ptc-button
|
|
791
|
+
>
|
|
792
|
+
</div>
|
|
793
|
+
</div>
|
|
794
|
+
</ptc-modal>
|
|
795
|
+
`;
|
|
796
|
+
|
|
797
|
+
export const Default = Template.bind({});
|
|
798
|
+
// Default.args = {};
|