@ptcwebops/ptcw-design 6.4.27-beta → 6.4.29-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/event-podcast-slider-example.cjs.entry.js +1 -1
- package/dist/cjs/featured-events-slider-example.cjs.entry.js +1 -1
- package/dist/cjs/featured-list.cjs.entry.js +1 -1
- package/dist/cjs/homepage-jumbotron.cjs.entry.js +1 -1
- package/dist/cjs/icon-asset_17.cjs.entry.js +1660 -0
- 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-icon-card-slider-example.cjs.entry.js +1 -1
- package/dist/cjs/ptc-icon-component.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-search-field.cjs.entry.js +95 -0
- 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 +2 -1
- 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/cjs/storefront-enhanced-product-list-alt-example.cjs.entry.js +1 -1
- package/dist/cjs/storefront-enhanced-product-list-example.cjs.entry.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/organism-bundles/event-podcast-slider-example/event-podcast-slider-example.css +16 -11
- package/dist/collection/components/organism-bundles/featured-events-slider-example/featured-events-slider-example.css +16 -11
- package/dist/collection/components/organism-bundles/homepage-jumbotron/homepage-jumbotron.css +16 -11
- package/dist/collection/components/organism-bundles/ptc-icon-card-slider-example/ptc-icon-card-slider-example.css +16 -11
- package/dist/collection/components/organism-bundles/storefront-enhanced-product-list-example/storefront-enhanced-product-list-example.css +16 -11
- 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 +20 -11
- 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-icon-component/ptc-icon-component.css +16 -11
- 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 +18 -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-seo-title/ptc-seo-title.js +3 -3
- 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 +1167 -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 +2 -1
- 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 +19 -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 +179 -31
- package/dist/esm/blog-detail-content_2.entry.js +1 -1
- package/dist/esm/blog-detail-layout.entry.js +1 -1
- package/dist/esm/blogs-search-section.entry.js +1 -1
- package/dist/esm/event-podcast-slider-example.entry.js +1 -1
- package/dist/esm/featured-events-slider-example.entry.js +1 -1
- package/dist/esm/featured-list.entry.js +1 -1
- package/dist/esm/homepage-jumbotron.entry.js +2 -2
- package/dist/esm/homepage-toggled-content.entry.js +1 -1
- package/dist/esm/icon-asset_17.entry.js +1640 -0
- package/dist/esm/innovator-toggle-container.entry.js +2 -2
- package/dist/esm/{interfaces-4caedd26.js → interfaces-7c0243be.js} +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/most-popular-news.entry.js +1 -1
- package/dist/esm/my-component.entry.js +1 -1
- package/dist/esm/ptc-accordion-item.entry.js +1 -1
- package/dist/esm/ptc-background-video.entry.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-collapse-list.entry.js +1 -1
- 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-form-checkbox_4.entry.js +1 -1
- package/dist/esm/ptc-homepage-image-feature.entry.js +1 -1
- package/dist/esm/ptc-homepage-video-background.entry.js +1 -1
- package/dist/esm/ptc-icon-card-slider-example.entry.js +1 -1
- package/dist/esm/ptc-icon-card.entry.js +1 -1
- package/dist/esm/ptc-icon-component.entry.js +1 -1
- package/dist/esm/ptc-img.entry.js +1 -1
- package/dist/esm/ptc-jumbotron.entry.js +1 -1
- package/dist/esm/ptc-link.entry.js +1 -1
- package/dist/esm/ptc-media-card.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-pricing-packaging-table.entry.js +1 -1
- package/dist/esm/ptc-pricing-tabs.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-search-field.entry.js +91 -0
- package/dist/esm/ptc-social-icons-footer.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 +2 -1
- 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/esm/storefront-enhanced-product-list-alt-example.entry.js +1 -1
- package/dist/esm/storefront-enhanced-product-list-example.entry.js +1 -1
- package/dist/esm/{utils-bdd0cc16.js → utils-a64ba942.js} +1 -1
- package/dist/ptcw-design/p-045c468a.entry.js +1 -0
- package/dist/ptcw-design/{p-2efd18d8.entry.js → p-0824f503.entry.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-cf41ac32.entry.js → p-1b1fd60d.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-c7e948b2.js → p-22cf00e7.js} +1 -1
- 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-a318a793.entry.js → p-2fa5814b.entry.js} +1 -1
- package/dist/ptcw-design/{p-b154bbdb.entry.js → p-3596ce5a.entry.js} +1 -1
- package/dist/ptcw-design/p-4e8c1ba6.entry.js +1 -0
- package/dist/ptcw-design/p-4fd2afc0.entry.js +1 -0
- package/dist/ptcw-design/p-5aed43be.entry.js +1 -0
- package/dist/ptcw-design/p-63da8f22.entry.js +1 -0
- package/dist/ptcw-design/{p-a668ad65.entry.js → p-6481e853.entry.js} +1 -1
- package/dist/ptcw-design/{p-2f7b6437.entry.js → p-681d26ef.entry.js} +1 -1
- package/dist/ptcw-design/{p-20f04b2a.entry.js → p-6cfb5642.entry.js} +1 -1
- package/dist/ptcw-design/{p-9df3c31f.entry.js → p-7398874a.entry.js} +1 -1
- package/dist/ptcw-design/{p-7777753a.entry.js → p-7524411a.entry.js} +1 -1
- package/dist/ptcw-design/{p-3fbcfe0f.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-850e6e8c.entry.js → p-83632220.entry.js} +1 -1
- package/dist/ptcw-design/{p-87215e3a.entry.js → p-87a9a028.entry.js} +1 -1
- package/dist/ptcw-design/p-8ffdd794.entry.js +1 -0
- package/dist/ptcw-design/p-93b75e12.entry.js +1 -0
- package/dist/ptcw-design/{p-a81833cd.entry.js → p-9461c4eb.entry.js} +1 -1
- package/dist/ptcw-design/{p-804dac0c.entry.js → p-a31f22a1.entry.js} +1 -1
- 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-b880fb62.entry.js +1 -0
- package/dist/ptcw-design/{p-d3c11c68.entry.js → p-b9966f20.entry.js} +1 -1
- package/dist/ptcw-design/{p-75c8fceb.entry.js → p-bdb2e42c.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-0aa52a96.entry.js → p-d4dcba82.entry.js} +1 -1
- package/dist/ptcw-design/p-da4b7e23.entry.js +1 -0
- package/dist/ptcw-design/{p-83dabf2e.entry.js → p-e2da8109.entry.js} +1 -1
- package/dist/ptcw-design/p-e50a5a46.entry.js +1 -0
- package/dist/ptcw-design/p-e69a0445.entry.js +1 -0
- package/dist/ptcw-design/p-e9f834fa.entry.js +1 -0
- package/dist/ptcw-design/p-eabf87be.entry.js +1 -0
- package/dist/ptcw-design/{p-562a3e36.entry.js → p-ed49544c.entry.js} +1 -1
- package/dist/ptcw-design/{p-e65cbdb9.entry.js → p-edaf241d.entry.js} +1 -1
- package/dist/ptcw-design/{p-711bcdad.js → p-ee1183b2.js} +1 -1
- package/dist/ptcw-design/{p-5b00a563.entry.js → p-fa045097.entry.js} +1 -1
- package/dist/ptcw-design/{p-b2fcbbd8.entry.js → p-fb0f4459.entry.js} +1 -1
- package/dist/ptcw-design/p-fe445a4a.entry.js +1 -0
- 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.d.ts +119 -62
- package/package.json +101 -101
- package/readme.md +23 -23
- package/dist/cjs/icon-asset_2.cjs.entry.js +0 -154
- package/dist/cjs/list-item.cjs.entry.js +0 -52
- package/dist/cjs/ptc-back-to-top.cjs.entry.js +0 -100
- package/dist/cjs/ptc-breadcrumb.cjs.entry.js +0 -63
- package/dist/cjs/ptc-button.cjs.entry.js +0 -117
- package/dist/cjs/ptc-para.cjs.entry.js +0 -139
- package/dist/cjs/ptc-picture.cjs.entry.js +0 -185
- package/dist/cjs/ptc-product-card.cjs.entry.js +0 -61
- package/dist/cjs/ptc-product-category.cjs.entry.js +0 -20
- package/dist/cjs/ptc-product-dropdown.cjs.entry.js +0 -80
- package/dist/cjs/ptc-product-highlight-card.cjs.entry.js +0 -28
- package/dist/cjs/ptc-product-list.cjs.entry.js +0 -172
- package/dist/cjs/ptc-product-sidebar.cjs.entry.js +0 -178
- package/dist/cjs/ptc-readmore.cjs.entry.js +0 -186
- package/dist/cjs/ptc-spacer.cjs.entry.js +0 -38
- package/dist/cjs/ptc-title.cjs.entry.js +0 -161
- package/dist/cjs/ptc-tooltip.cjs.entry.js +0 -113
- package/dist/esm/icon-asset_2.entry.js +0 -149
- package/dist/esm/list-item.entry.js +0 -48
- package/dist/esm/ptc-back-to-top.entry.js +0 -96
- package/dist/esm/ptc-breadcrumb.entry.js +0 -59
- package/dist/esm/ptc-button.entry.js +0 -113
- package/dist/esm/ptc-para.entry.js +0 -135
- package/dist/esm/ptc-picture.entry.js +0 -181
- package/dist/esm/ptc-product-card.entry.js +0 -57
- package/dist/esm/ptc-product-category.entry.js +0 -16
- package/dist/esm/ptc-product-dropdown.entry.js +0 -76
- package/dist/esm/ptc-product-highlight-card.entry.js +0 -24
- package/dist/esm/ptc-product-list.entry.js +0 -168
- package/dist/esm/ptc-product-sidebar.entry.js +0 -174
- package/dist/esm/ptc-readmore.entry.js +0 -182
- package/dist/esm/ptc-spacer.entry.js +0 -34
- package/dist/esm/ptc-title.entry.js +0 -157
- package/dist/esm/ptc-tooltip.entry.js +0 -109
- package/dist/ptcw-design/p-03a1e1a5.entry.js +0 -1
- package/dist/ptcw-design/p-068b64a1.entry.js +0 -1
- package/dist/ptcw-design/p-183ba1ca.entry.js +0 -1
- package/dist/ptcw-design/p-1acd3617.entry.js +0 -1
- package/dist/ptcw-design/p-1b3394a7.entry.js +0 -1
- package/dist/ptcw-design/p-2e288e60.entry.js +0 -1
- package/dist/ptcw-design/p-2f82de8f.entry.js +0 -1
- package/dist/ptcw-design/p-36d6e662.entry.js +0 -1
- package/dist/ptcw-design/p-3ed57ccf.entry.js +0 -1
- package/dist/ptcw-design/p-4313edfb.entry.js +0 -1
- package/dist/ptcw-design/p-47aa1583.entry.js +0 -1
- package/dist/ptcw-design/p-561a622f.entry.js +0 -1
- package/dist/ptcw-design/p-5d6f17e3.entry.js +0 -1
- package/dist/ptcw-design/p-674c828e.entry.js +0 -1
- package/dist/ptcw-design/p-709cc1f0.entry.js +0 -1
- package/dist/ptcw-design/p-7226670f.entry.js +0 -1
- package/dist/ptcw-design/p-73293d32.entry.js +0 -1
- package/dist/ptcw-design/p-89da867f.entry.js +0 -1
- package/dist/ptcw-design/p-8efaac1b.entry.js +0 -1
- package/dist/ptcw-design/p-a3ef1660.entry.js +0 -1
- package/dist/ptcw-design/p-b07df607.entry.js +0 -1
- package/dist/ptcw-design/p-b227c7f7.entry.js +0 -1
- package/dist/ptcw-design/p-c9762c88.entry.js +0 -1
- package/dist/ptcw-design/p-ce8480e3.entry.js +0 -1
- package/dist/ptcw-design/p-d428ba40.entry.js +0 -1
- package/dist/ptcw-design/p-e00c5964.entry.js +0 -1
- package/dist/ptcw-design/p-e1373325.entry.js +0 -1
- package/dist/ptcw-design/p-ec22d0b8.entry.js +0 -1
|
@@ -411,6 +411,8 @@ export namespace Components {
|
|
|
411
411
|
*/
|
|
412
412
|
"twitter": string;
|
|
413
413
|
}
|
|
414
|
+
interface PtcBluePillAnnouncementBar {
|
|
415
|
+
}
|
|
414
416
|
interface PtcBreadcrumb {
|
|
415
417
|
/**
|
|
416
418
|
* Theme Color
|
|
@@ -1400,6 +1402,10 @@ export namespace Components {
|
|
|
1400
1402
|
* Sets if popup should have rounded corners
|
|
1401
1403
|
*/
|
|
1402
1404
|
"hideContainer"?: boolean;
|
|
1405
|
+
/**
|
|
1406
|
+
* Sets if popup should hide header
|
|
1407
|
+
*/
|
|
1408
|
+
"hideHeader"?: boolean;
|
|
1403
1409
|
"hideModal": () => Promise<void>;
|
|
1404
1410
|
/**
|
|
1405
1411
|
* Set url for content iframe to load if false will load slot element
|
|
@@ -1417,6 +1423,10 @@ export namespace Components {
|
|
|
1417
1423
|
| "default-modal"
|
|
1418
1424
|
| "event-listing"
|
|
1419
1425
|
| "thank-you";
|
|
1426
|
+
/**
|
|
1427
|
+
* Use modern scrollbar styling for the modal body.
|
|
1428
|
+
*/
|
|
1429
|
+
"modernScrollbar"?: boolean;
|
|
1420
1430
|
/**
|
|
1421
1431
|
* Sets if popup should overlay
|
|
1422
1432
|
*/
|
|
@@ -1654,6 +1664,7 @@ export namespace Components {
|
|
|
1654
1664
|
| "hp-gray"
|
|
1655
1665
|
| "hp-orange"
|
|
1656
1666
|
| "transparent"
|
|
1667
|
+
| "white-bottom"
|
|
1657
1668
|
| string;
|
|
1658
1669
|
/**
|
|
1659
1670
|
* Overlay z-index
|
|
@@ -2327,29 +2338,29 @@ export namespace Components {
|
|
|
2327
2338
|
/**
|
|
2328
2339
|
* Title line height
|
|
2329
2340
|
*/
|
|
2330
|
-
"titleHeight": | "densest"
|
|
2331
|
-
| "denser"
|
|
2332
|
-
| "dense"
|
|
2333
|
-
| "normal"
|
|
2334
|
-
| "loose"
|
|
2335
|
-
| "looser"
|
|
2341
|
+
"titleHeight": | "densest"
|
|
2342
|
+
| "denser"
|
|
2343
|
+
| "dense"
|
|
2344
|
+
| "normal"
|
|
2345
|
+
| "loose"
|
|
2346
|
+
| "looser"
|
|
2336
2347
|
| "paragraph";
|
|
2337
2348
|
/**
|
|
2338
2349
|
* Title Margin
|
|
2339
2350
|
*/
|
|
2340
|
-
"titleMargin"?: | "margin-flush"
|
|
2341
|
-
| "margin-top-3"
|
|
2342
|
-
| "margin-top-4"
|
|
2343
|
-
| "margin-top-5"
|
|
2344
|
-
| "margin-top-6"
|
|
2345
|
-
| "margin-bottom-3"
|
|
2346
|
-
| "margin-bottom-4"
|
|
2347
|
-
| "margin-bottom-5"
|
|
2348
|
-
| "margin-bottom-6"
|
|
2349
|
-
| "margin-3"
|
|
2350
|
-
| "margin-4"
|
|
2351
|
-
| "margin-5"
|
|
2352
|
-
| "margin-6"
|
|
2351
|
+
"titleMargin"?: | "margin-flush"
|
|
2352
|
+
| "margin-top-3"
|
|
2353
|
+
| "margin-top-4"
|
|
2354
|
+
| "margin-top-5"
|
|
2355
|
+
| "margin-top-6"
|
|
2356
|
+
| "margin-bottom-3"
|
|
2357
|
+
| "margin-bottom-4"
|
|
2358
|
+
| "margin-bottom-5"
|
|
2359
|
+
| "margin-bottom-6"
|
|
2360
|
+
| "margin-3"
|
|
2361
|
+
| "margin-4"
|
|
2362
|
+
| "margin-5"
|
|
2363
|
+
| "margin-6"
|
|
2353
2364
|
| "margin-9";
|
|
2354
2365
|
/**
|
|
2355
2366
|
* Title Shadow
|
|
@@ -2358,18 +2369,18 @@ export namespace Components {
|
|
|
2358
2369
|
/**
|
|
2359
2370
|
* Title size
|
|
2360
2371
|
*/
|
|
2361
|
-
"titleSize": | "xx-small"
|
|
2362
|
-
| "x-small"
|
|
2363
|
-
| "small"
|
|
2364
|
-
| "medium"
|
|
2365
|
-
| "large"
|
|
2366
|
-
| "x-large"
|
|
2367
|
-
| "xx-large"
|
|
2368
|
-
| "xxx-large"
|
|
2369
|
-
| "xxxx-large"
|
|
2370
|
-
| "xxxx-large-allbp"
|
|
2371
|
-
| "xx-large-allbp"
|
|
2372
|
-
| "xxxx-large-desktop"
|
|
2372
|
+
"titleSize": | "xx-small"
|
|
2373
|
+
| "x-small"
|
|
2374
|
+
| "small"
|
|
2375
|
+
| "medium"
|
|
2376
|
+
| "large"
|
|
2377
|
+
| "x-large"
|
|
2378
|
+
| "xx-large"
|
|
2379
|
+
| "xxx-large"
|
|
2380
|
+
| "xxxx-large"
|
|
2381
|
+
| "xxxx-large-allbp"
|
|
2382
|
+
| "xx-large-allbp"
|
|
2383
|
+
| "xxxx-large-desktop"
|
|
2373
2384
|
| "xxxx-large-store";
|
|
2374
2385
|
/**
|
|
2375
2386
|
* Title weight
|
|
@@ -2610,6 +2621,10 @@ export namespace Components {
|
|
|
2610
2621
|
"barTitle": string;
|
|
2611
2622
|
"logo": string;
|
|
2612
2623
|
}
|
|
2624
|
+
interface PtcStoreCard {
|
|
2625
|
+
}
|
|
2626
|
+
interface PtcStoreCardList {
|
|
2627
|
+
}
|
|
2613
2628
|
interface PtcSubnav {
|
|
2614
2629
|
"mobileTitle": string;
|
|
2615
2630
|
}
|
|
@@ -3550,6 +3565,12 @@ declare global {
|
|
|
3550
3565
|
prototype: HTMLPtcBioCardElement;
|
|
3551
3566
|
new (): HTMLPtcBioCardElement;
|
|
3552
3567
|
};
|
|
3568
|
+
interface HTMLPtcBluePillAnnouncementBarElement extends Components.PtcBluePillAnnouncementBar, HTMLStencilElement {
|
|
3569
|
+
}
|
|
3570
|
+
var HTMLPtcBluePillAnnouncementBarElement: {
|
|
3571
|
+
prototype: HTMLPtcBluePillAnnouncementBarElement;
|
|
3572
|
+
new (): HTMLPtcBluePillAnnouncementBarElement;
|
|
3573
|
+
};
|
|
3553
3574
|
interface HTMLPtcBreadcrumbElement extends Components.PtcBreadcrumb, HTMLStencilElement {
|
|
3554
3575
|
}
|
|
3555
3576
|
var HTMLPtcBreadcrumbElement: {
|
|
@@ -4204,6 +4225,18 @@ declare global {
|
|
|
4204
4225
|
prototype: HTMLPtcStickyTitleElement;
|
|
4205
4226
|
new (): HTMLPtcStickyTitleElement;
|
|
4206
4227
|
};
|
|
4228
|
+
interface HTMLPtcStoreCardElement extends Components.PtcStoreCard, HTMLStencilElement {
|
|
4229
|
+
}
|
|
4230
|
+
var HTMLPtcStoreCardElement: {
|
|
4231
|
+
prototype: HTMLPtcStoreCardElement;
|
|
4232
|
+
new (): HTMLPtcStoreCardElement;
|
|
4233
|
+
};
|
|
4234
|
+
interface HTMLPtcStoreCardListElement extends Components.PtcStoreCardList, HTMLStencilElement {
|
|
4235
|
+
}
|
|
4236
|
+
var HTMLPtcStoreCardListElement: {
|
|
4237
|
+
prototype: HTMLPtcStoreCardListElement;
|
|
4238
|
+
new (): HTMLPtcStoreCardListElement;
|
|
4239
|
+
};
|
|
4207
4240
|
interface HTMLPtcSubnavElement extends Components.PtcSubnav, HTMLStencilElement {
|
|
4208
4241
|
}
|
|
4209
4242
|
var HTMLPtcSubnavElement: {
|
|
@@ -4437,6 +4470,7 @@ declare global {
|
|
|
4437
4470
|
"ptc-background-video": HTMLPtcBackgroundVideoElement;
|
|
4438
4471
|
"ptc-badge": HTMLPtcBadgeElement;
|
|
4439
4472
|
"ptc-bio-card": HTMLPtcBioCardElement;
|
|
4473
|
+
"ptc-blue-pill-announcement-bar": HTMLPtcBluePillAnnouncementBarElement;
|
|
4440
4474
|
"ptc-breadcrumb": HTMLPtcBreadcrumbElement;
|
|
4441
4475
|
"ptc-brightcov-video": HTMLPtcBrightcovVideoElement;
|
|
4442
4476
|
"ptc-button": HTMLPtcButtonElement;
|
|
@@ -4546,6 +4580,8 @@ declare global {
|
|
|
4546
4580
|
"ptc-sticky-icons": HTMLPtcStickyIconsElement;
|
|
4547
4581
|
"ptc-sticky-section": HTMLPtcStickySectionElement;
|
|
4548
4582
|
"ptc-sticky-title": HTMLPtcStickyTitleElement;
|
|
4583
|
+
"ptc-store-card": HTMLPtcStoreCardElement;
|
|
4584
|
+
"ptc-store-card-list": HTMLPtcStoreCardListElement;
|
|
4549
4585
|
"ptc-subnav": HTMLPtcSubnavElement;
|
|
4550
4586
|
"ptc-subnav-card": HTMLPtcSubnavCardElement;
|
|
4551
4587
|
"ptc-subnav-v2": HTMLPtcSubnavV2Element;
|
|
@@ -4997,6 +5033,8 @@ declare namespace LocalJSX {
|
|
|
4997
5033
|
*/
|
|
4998
5034
|
"twitter"?: string;
|
|
4999
5035
|
}
|
|
5036
|
+
interface PtcBluePillAnnouncementBar {
|
|
5037
|
+
}
|
|
5000
5038
|
interface PtcBreadcrumb {
|
|
5001
5039
|
/**
|
|
5002
5040
|
* Theme Color
|
|
@@ -6007,6 +6045,10 @@ declare namespace LocalJSX {
|
|
|
6007
6045
|
* Sets if popup should have rounded corners
|
|
6008
6046
|
*/
|
|
6009
6047
|
"hideContainer"?: boolean;
|
|
6048
|
+
/**
|
|
6049
|
+
* Sets if popup should hide header
|
|
6050
|
+
*/
|
|
6051
|
+
"hideHeader"?: boolean;
|
|
6010
6052
|
/**
|
|
6011
6053
|
* Set url for content iframe to load if false will load slot element
|
|
6012
6054
|
*/
|
|
@@ -6023,6 +6065,10 @@ declare namespace LocalJSX {
|
|
|
6023
6065
|
| "default-modal"
|
|
6024
6066
|
| "event-listing"
|
|
6025
6067
|
| "thank-you";
|
|
6068
|
+
/**
|
|
6069
|
+
* Use modern scrollbar styling for the modal body.
|
|
6070
|
+
*/
|
|
6071
|
+
"modernScrollbar"?: boolean;
|
|
6026
6072
|
/**
|
|
6027
6073
|
* Event for modal popup closed
|
|
6028
6074
|
*/
|
|
@@ -6274,6 +6320,7 @@ declare namespace LocalJSX {
|
|
|
6274
6320
|
| "hp-gray"
|
|
6275
6321
|
| "hp-orange"
|
|
6276
6322
|
| "transparent"
|
|
6323
|
+
| "white-bottom"
|
|
6277
6324
|
| string;
|
|
6278
6325
|
/**
|
|
6279
6326
|
* Overlay z-index
|
|
@@ -6967,29 +7014,29 @@ declare namespace LocalJSX {
|
|
|
6967
7014
|
/**
|
|
6968
7015
|
* Title line height
|
|
6969
7016
|
*/
|
|
6970
|
-
"titleHeight"?: | "densest"
|
|
6971
|
-
| "denser"
|
|
6972
|
-
| "dense"
|
|
6973
|
-
| "normal"
|
|
6974
|
-
| "loose"
|
|
6975
|
-
| "looser"
|
|
7017
|
+
"titleHeight"?: | "densest"
|
|
7018
|
+
| "denser"
|
|
7019
|
+
| "dense"
|
|
7020
|
+
| "normal"
|
|
7021
|
+
| "loose"
|
|
7022
|
+
| "looser"
|
|
6976
7023
|
| "paragraph";
|
|
6977
7024
|
/**
|
|
6978
7025
|
* Title Margin
|
|
6979
7026
|
*/
|
|
6980
|
-
"titleMargin"?: | "margin-flush"
|
|
6981
|
-
| "margin-top-3"
|
|
6982
|
-
| "margin-top-4"
|
|
6983
|
-
| "margin-top-5"
|
|
6984
|
-
| "margin-top-6"
|
|
6985
|
-
| "margin-bottom-3"
|
|
6986
|
-
| "margin-bottom-4"
|
|
6987
|
-
| "margin-bottom-5"
|
|
6988
|
-
| "margin-bottom-6"
|
|
6989
|
-
| "margin-3"
|
|
6990
|
-
| "margin-4"
|
|
6991
|
-
| "margin-5"
|
|
6992
|
-
| "margin-6"
|
|
7027
|
+
"titleMargin"?: | "margin-flush"
|
|
7028
|
+
| "margin-top-3"
|
|
7029
|
+
| "margin-top-4"
|
|
7030
|
+
| "margin-top-5"
|
|
7031
|
+
| "margin-top-6"
|
|
7032
|
+
| "margin-bottom-3"
|
|
7033
|
+
| "margin-bottom-4"
|
|
7034
|
+
| "margin-bottom-5"
|
|
7035
|
+
| "margin-bottom-6"
|
|
7036
|
+
| "margin-3"
|
|
7037
|
+
| "margin-4"
|
|
7038
|
+
| "margin-5"
|
|
7039
|
+
| "margin-6"
|
|
6993
7040
|
| "margin-9";
|
|
6994
7041
|
/**
|
|
6995
7042
|
* Title Shadow
|
|
@@ -6998,18 +7045,18 @@ declare namespace LocalJSX {
|
|
|
6998
7045
|
/**
|
|
6999
7046
|
* Title size
|
|
7000
7047
|
*/
|
|
7001
|
-
"titleSize"?: | "xx-small"
|
|
7002
|
-
| "x-small"
|
|
7003
|
-
| "small"
|
|
7004
|
-
| "medium"
|
|
7005
|
-
| "large"
|
|
7006
|
-
| "x-large"
|
|
7007
|
-
| "xx-large"
|
|
7008
|
-
| "xxx-large"
|
|
7009
|
-
| "xxxx-large"
|
|
7010
|
-
| "xxxx-large-allbp"
|
|
7011
|
-
| "xx-large-allbp"
|
|
7012
|
-
| "xxxx-large-desktop"
|
|
7048
|
+
"titleSize"?: | "xx-small"
|
|
7049
|
+
| "x-small"
|
|
7050
|
+
| "small"
|
|
7051
|
+
| "medium"
|
|
7052
|
+
| "large"
|
|
7053
|
+
| "x-large"
|
|
7054
|
+
| "xx-large"
|
|
7055
|
+
| "xxx-large"
|
|
7056
|
+
| "xxxx-large"
|
|
7057
|
+
| "xxxx-large-allbp"
|
|
7058
|
+
| "xx-large-allbp"
|
|
7059
|
+
| "xxxx-large-desktop"
|
|
7013
7060
|
| "xxxx-large-store";
|
|
7014
7061
|
/**
|
|
7015
7062
|
* Title weight
|
|
@@ -7250,6 +7297,10 @@ declare namespace LocalJSX {
|
|
|
7250
7297
|
"barTitle"?: string;
|
|
7251
7298
|
"logo"?: string;
|
|
7252
7299
|
}
|
|
7300
|
+
interface PtcStoreCard {
|
|
7301
|
+
}
|
|
7302
|
+
interface PtcStoreCardList {
|
|
7303
|
+
}
|
|
7253
7304
|
interface PtcSubnav {
|
|
7254
7305
|
"mobileTitle"?: string;
|
|
7255
7306
|
}
|
|
@@ -7788,6 +7839,7 @@ declare namespace LocalJSX {
|
|
|
7788
7839
|
"ptc-background-video": PtcBackgroundVideo;
|
|
7789
7840
|
"ptc-badge": PtcBadge;
|
|
7790
7841
|
"ptc-bio-card": PtcBioCard;
|
|
7842
|
+
"ptc-blue-pill-announcement-bar": PtcBluePillAnnouncementBar;
|
|
7791
7843
|
"ptc-breadcrumb": PtcBreadcrumb;
|
|
7792
7844
|
"ptc-brightcov-video": PtcBrightcovVideo;
|
|
7793
7845
|
"ptc-button": PtcButton;
|
|
@@ -7897,6 +7949,8 @@ declare namespace LocalJSX {
|
|
|
7897
7949
|
"ptc-sticky-icons": PtcStickyIcons;
|
|
7898
7950
|
"ptc-sticky-section": PtcStickySection;
|
|
7899
7951
|
"ptc-sticky-title": PtcStickyTitle;
|
|
7952
|
+
"ptc-store-card": PtcStoreCard;
|
|
7953
|
+
"ptc-store-card-list": PtcStoreCardList;
|
|
7900
7954
|
"ptc-subnav": PtcSubnav;
|
|
7901
7955
|
"ptc-subnav-card": PtcSubnavCard;
|
|
7902
7956
|
"ptc-subnav-v2": PtcSubnavV2;
|
|
@@ -7975,6 +8029,7 @@ declare module "@stencil/core" {
|
|
|
7975
8029
|
"ptc-background-video": LocalJSX.PtcBackgroundVideo & JSXBase.HTMLAttributes<HTMLPtcBackgroundVideoElement>;
|
|
7976
8030
|
"ptc-badge": LocalJSX.PtcBadge & JSXBase.HTMLAttributes<HTMLPtcBadgeElement>;
|
|
7977
8031
|
"ptc-bio-card": LocalJSX.PtcBioCard & JSXBase.HTMLAttributes<HTMLPtcBioCardElement>;
|
|
8032
|
+
"ptc-blue-pill-announcement-bar": LocalJSX.PtcBluePillAnnouncementBar & JSXBase.HTMLAttributes<HTMLPtcBluePillAnnouncementBarElement>;
|
|
7978
8033
|
"ptc-breadcrumb": LocalJSX.PtcBreadcrumb & JSXBase.HTMLAttributes<HTMLPtcBreadcrumbElement>;
|
|
7979
8034
|
"ptc-brightcov-video": LocalJSX.PtcBrightcovVideo & JSXBase.HTMLAttributes<HTMLPtcBrightcovVideoElement>;
|
|
7980
8035
|
"ptc-button": LocalJSX.PtcButton & JSXBase.HTMLAttributes<HTMLPtcButtonElement>;
|
|
@@ -8084,6 +8139,8 @@ declare module "@stencil/core" {
|
|
|
8084
8139
|
"ptc-sticky-icons": LocalJSX.PtcStickyIcons & JSXBase.HTMLAttributes<HTMLPtcStickyIconsElement>;
|
|
8085
8140
|
"ptc-sticky-section": LocalJSX.PtcStickySection & JSXBase.HTMLAttributes<HTMLPtcStickySectionElement>;
|
|
8086
8141
|
"ptc-sticky-title": LocalJSX.PtcStickyTitle & JSXBase.HTMLAttributes<HTMLPtcStickyTitleElement>;
|
|
8142
|
+
"ptc-store-card": LocalJSX.PtcStoreCard & JSXBase.HTMLAttributes<HTMLPtcStoreCardElement>;
|
|
8143
|
+
"ptc-store-card-list": LocalJSX.PtcStoreCardList & JSXBase.HTMLAttributes<HTMLPtcStoreCardListElement>;
|
|
8087
8144
|
"ptc-subnav": LocalJSX.PtcSubnav & JSXBase.HTMLAttributes<HTMLPtcSubnavElement>;
|
|
8088
8145
|
"ptc-subnav-card": LocalJSX.PtcSubnavCard & JSXBase.HTMLAttributes<HTMLPtcSubnavCardElement>;
|
|
8089
8146
|
"ptc-subnav-v2": LocalJSX.PtcSubnavV2 & JSXBase.HTMLAttributes<HTMLPtcSubnavV2Element>;
|
package/package.json
CHANGED
|
@@ -1,101 +1,101 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@ptcwebops/ptcw-design",
|
|
3
|
-
"version": "6.4.
|
|
4
|
-
"description": "Stencil Component Starter",
|
|
5
|
-
"main": "dist/index.cjs.js",
|
|
6
|
-
"module": "./dist/index.js",
|
|
7
|
-
"es2015": "dist/esm/index.mjs",
|
|
8
|
-
"es2017": "dist/esm/index.mjs",
|
|
9
|
-
"types": "dist/custom-elements/index.d.ts",
|
|
10
|
-
"collection": "dist/collection/collection-manifest.json",
|
|
11
|
-
"collection:main": "dist/collection/index.js",
|
|
12
|
-
"unpkg": "dist/ptcw-design/ptcw-design.esm.js",
|
|
13
|
-
"files": [
|
|
14
|
-
"dist/",
|
|
15
|
-
"loader/"
|
|
16
|
-
],
|
|
17
|
-
"scripts": {
|
|
18
|
-
"build": "stencil build --docs",
|
|
19
|
-
"start": "stencil build --dev --watch --serve",
|
|
20
|
-
"test": "stencil test --spec --e2e",
|
|
21
|
-
"test.watch": "stencil test --spec --e2e --watchAll",
|
|
22
|
-
"test.unit": "stencil test --spec",
|
|
23
|
-
"test.end-to-end": "stencil test --e2e",
|
|
24
|
-
"test.unit.watch": "stencil test --spec --watch",
|
|
25
|
-
"generate": "stencil generate",
|
|
26
|
-
"prepare": "stencil build --docs",
|
|
27
|
-
"storybook": "storybook dev -p 6006",
|
|
28
|
-
"build-storybook": "storybook build",
|
|
29
|
-
"generate-story": "node scripts/storyGenerator",
|
|
30
|
-
"generate-unit-tests": "node scripts/unitTestGenerator",
|
|
31
|
-
"generate-bulk-tests": "node scripts/bulkTestGenerator",
|
|
32
|
-
"start:tailwind": "npx tailwindcss -i ./src/global/tailwindcss/input.css -o ./src/global/tailwindcss/output.css --watch",
|
|
33
|
-
"start:tailwind-stencil": "npx tailwindcss -i ./src/global/tailwindcss/input.css -o ./src/global/tailwindcss/output.css && npm run start",
|
|
34
|
-
"build:tailwind-stencil": "npx tailwindcss -i ./src/global/tailwindcss/input.css -o ./src/global/tailwindcss/output.css --minify && npm run build",
|
|
35
|
-
"format:prettier": "prettier --write \"src/**/*.{tsx,html,scss}\""
|
|
36
|
-
},
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"@daveberning/griddle": "^0.3.0",
|
|
39
|
-
"@material/checkbox": "^14.0.0",
|
|
40
|
-
"@material/form-field": "^14.0.0",
|
|
41
|
-
"@material/select": "^14.0.0",
|
|
42
|
-
"@material/textfield": "^14.0.0",
|
|
43
|
-
"@stencil/core": "^2.20.0",
|
|
44
|
-
"@stencil/postcss": "^2.1.0",
|
|
45
|
-
"@teamhive/lottie-player": "^1.0.0",
|
|
46
|
-
"@types/intl-tel-input": "^17.0.6",
|
|
47
|
-
"autoprefixer": "^10.4.21",
|
|
48
|
-
"dayjs": "^1.11.13",
|
|
49
|
-
"focus-trap": "^7.6.4",
|
|
50
|
-
"intl-tel-input": "^18.2.1",
|
|
51
|
-
"npmrc": "^1.1.1",
|
|
52
|
-
"postcss": "^8.5.6",
|
|
53
|
-
"resize-observer-polyfill": "^1.5.1",
|
|
54
|
-
"swiper": "^9.1.1"
|
|
55
|
-
},
|
|
56
|
-
"license": "MIT",
|
|
57
|
-
"devDependencies": {
|
|
58
|
-
"@babel/preset-env": "^7.22.4",
|
|
59
|
-
"@stencil/sass": "^1.4.1",
|
|
60
|
-
"@storybook/addon-designs": "^7.0.7",
|
|
61
|
-
"@storybook/addon-essentials": "^7.1.0-alpha.29",
|
|
62
|
-
"@storybook/addon-links": "^7.1.0-alpha.29",
|
|
63
|
-
"@storybook/blocks": "^7.1.0-alpha.29",
|
|
64
|
-
"@storybook/web-components": "^7.1.0-alpha.29",
|
|
65
|
-
"@storybook/web-components-webpack5": "^7.1.0-alpha.29",
|
|
66
|
-
"@types/jest": "^27.0.3",
|
|
67
|
-
"ejs": "^3.1.9",
|
|
68
|
-
"jest": "^27.4.5",
|
|
69
|
-
"jest-cli": "^27.4.5",
|
|
70
|
-
"lit": "^2.7.4",
|
|
71
|
-
"marked": "^5.1.0",
|
|
72
|
-
"mobile-select": "^1.1.2",
|
|
73
|
-
"node-html-parser": "^6.1.5",
|
|
74
|
-
"prettier": "3.6.2",
|
|
75
|
-
"puppeteer": "^10.0.0",
|
|
76
|
-
"react": "^18.2.0",
|
|
77
|
-
"react-dom": "^18.2.0",
|
|
78
|
-
"stencil-inline-svg": "^1.1.0",
|
|
79
|
-
"storybook": "^7.1.0-alpha.29",
|
|
80
|
-
"tailwindcss": "^3.4.17",
|
|
81
|
-
"util": "^0.12.5",
|
|
82
|
-
"yargs": "^17.7.2"
|
|
83
|
-
},
|
|
84
|
-
"directories": {
|
|
85
|
-
"doc": "docs"
|
|
86
|
-
},
|
|
87
|
-
"repository": {
|
|
88
|
-
"type": "git",
|
|
89
|
-
"url": "git+https://@bitbucket.org/ptc-sitecore-workspace/ptc-design-system.git"
|
|
90
|
-
},
|
|
91
|
-
"keywords": [
|
|
92
|
-
"design system",
|
|
93
|
-
"web components",
|
|
94
|
-
"stenciljs"
|
|
95
|
-
],
|
|
96
|
-
"author": "Yunfeng Qian",
|
|
97
|
-
"homepage": "https://bitbucket.org/ptc-sitecore-workspace/ptc-design-system#readme",
|
|
98
|
-
"publishConfig": {
|
|
99
|
-
"registry": "https://registry.npmjs.org/"
|
|
100
|
-
}
|
|
101
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@ptcwebops/ptcw-design",
|
|
3
|
+
"version": "6.4.29-beta",
|
|
4
|
+
"description": "Stencil Component Starter",
|
|
5
|
+
"main": "dist/index.cjs.js",
|
|
6
|
+
"module": "./dist/index.js",
|
|
7
|
+
"es2015": "dist/esm/index.mjs",
|
|
8
|
+
"es2017": "dist/esm/index.mjs",
|
|
9
|
+
"types": "dist/custom-elements/index.d.ts",
|
|
10
|
+
"collection": "dist/collection/collection-manifest.json",
|
|
11
|
+
"collection:main": "dist/collection/index.js",
|
|
12
|
+
"unpkg": "dist/ptcw-design/ptcw-design.esm.js",
|
|
13
|
+
"files": [
|
|
14
|
+
"dist/",
|
|
15
|
+
"loader/"
|
|
16
|
+
],
|
|
17
|
+
"scripts": {
|
|
18
|
+
"build": "stencil build --docs",
|
|
19
|
+
"start": "stencil build --dev --watch --serve",
|
|
20
|
+
"test": "stencil test --spec --e2e",
|
|
21
|
+
"test.watch": "stencil test --spec --e2e --watchAll",
|
|
22
|
+
"test.unit": "stencil test --spec",
|
|
23
|
+
"test.end-to-end": "stencil test --e2e",
|
|
24
|
+
"test.unit.watch": "stencil test --spec --watch",
|
|
25
|
+
"generate": "stencil generate",
|
|
26
|
+
"prepare": "stencil build --docs",
|
|
27
|
+
"storybook": "storybook dev -p 6006",
|
|
28
|
+
"build-storybook": "storybook build",
|
|
29
|
+
"generate-story": "node scripts/storyGenerator",
|
|
30
|
+
"generate-unit-tests": "node scripts/unitTestGenerator",
|
|
31
|
+
"generate-bulk-tests": "node scripts/bulkTestGenerator",
|
|
32
|
+
"start:tailwind": "npx tailwindcss -i ./src/global/tailwindcss/input.css -o ./src/global/tailwindcss/output.css --watch",
|
|
33
|
+
"start:tailwind-stencil": "npx tailwindcss -i ./src/global/tailwindcss/input.css -o ./src/global/tailwindcss/output.css && npm run start",
|
|
34
|
+
"build:tailwind-stencil": "npx tailwindcss -i ./src/global/tailwindcss/input.css -o ./src/global/tailwindcss/output.css --minify && npm run build",
|
|
35
|
+
"format:prettier": "prettier --write \"src/**/*.{tsx,html,scss}\""
|
|
36
|
+
},
|
|
37
|
+
"dependencies": {
|
|
38
|
+
"@daveberning/griddle": "^0.3.0",
|
|
39
|
+
"@material/checkbox": "^14.0.0",
|
|
40
|
+
"@material/form-field": "^14.0.0",
|
|
41
|
+
"@material/select": "^14.0.0",
|
|
42
|
+
"@material/textfield": "^14.0.0",
|
|
43
|
+
"@stencil/core": "^2.20.0",
|
|
44
|
+
"@stencil/postcss": "^2.1.0",
|
|
45
|
+
"@teamhive/lottie-player": "^1.0.0",
|
|
46
|
+
"@types/intl-tel-input": "^17.0.6",
|
|
47
|
+
"autoprefixer": "^10.4.21",
|
|
48
|
+
"dayjs": "^1.11.13",
|
|
49
|
+
"focus-trap": "^7.6.4",
|
|
50
|
+
"intl-tel-input": "^18.2.1",
|
|
51
|
+
"npmrc": "^1.1.1",
|
|
52
|
+
"postcss": "^8.5.6",
|
|
53
|
+
"resize-observer-polyfill": "^1.5.1",
|
|
54
|
+
"swiper": "^9.1.1"
|
|
55
|
+
},
|
|
56
|
+
"license": "MIT",
|
|
57
|
+
"devDependencies": {
|
|
58
|
+
"@babel/preset-env": "^7.22.4",
|
|
59
|
+
"@stencil/sass": "^1.4.1",
|
|
60
|
+
"@storybook/addon-designs": "^7.0.7",
|
|
61
|
+
"@storybook/addon-essentials": "^7.1.0-alpha.29",
|
|
62
|
+
"@storybook/addon-links": "^7.1.0-alpha.29",
|
|
63
|
+
"@storybook/blocks": "^7.1.0-alpha.29",
|
|
64
|
+
"@storybook/web-components": "^7.1.0-alpha.29",
|
|
65
|
+
"@storybook/web-components-webpack5": "^7.1.0-alpha.29",
|
|
66
|
+
"@types/jest": "^27.0.3",
|
|
67
|
+
"ejs": "^3.1.9",
|
|
68
|
+
"jest": "^27.4.5",
|
|
69
|
+
"jest-cli": "^27.4.5",
|
|
70
|
+
"lit": "^2.7.4",
|
|
71
|
+
"marked": "^5.1.0",
|
|
72
|
+
"mobile-select": "^1.1.2",
|
|
73
|
+
"node-html-parser": "^6.1.5",
|
|
74
|
+
"prettier": "3.6.2",
|
|
75
|
+
"puppeteer": "^10.0.0",
|
|
76
|
+
"react": "^18.2.0",
|
|
77
|
+
"react-dom": "^18.2.0",
|
|
78
|
+
"stencil-inline-svg": "^1.1.0",
|
|
79
|
+
"storybook": "^7.1.0-alpha.29",
|
|
80
|
+
"tailwindcss": "^3.4.17",
|
|
81
|
+
"util": "^0.12.5",
|
|
82
|
+
"yargs": "^17.7.2"
|
|
83
|
+
},
|
|
84
|
+
"directories": {
|
|
85
|
+
"doc": "docs"
|
|
86
|
+
},
|
|
87
|
+
"repository": {
|
|
88
|
+
"type": "git",
|
|
89
|
+
"url": "git+https://@bitbucket.org/ptc-sitecore-workspace/ptc-design-system.git"
|
|
90
|
+
},
|
|
91
|
+
"keywords": [
|
|
92
|
+
"design system",
|
|
93
|
+
"web components",
|
|
94
|
+
"stenciljs"
|
|
95
|
+
],
|
|
96
|
+
"author": "Yunfeng Qian",
|
|
97
|
+
"homepage": "https://bitbucket.org/ptc-sitecore-workspace/ptc-design-system#readme",
|
|
98
|
+
"publishConfig": {
|
|
99
|
+
"registry": "https://registry.npmjs.org/"
|
|
100
|
+
}
|
|
101
|
+
}
|
package/readme.md
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-

|
|
2
|
-
|
|
3
|
-
# PTC Design 6.4.
|
|
4
|
-
|
|
5
|
-
The site is the place for documentation on PTC Design System
|
|
6
|
-
|
|
7
|
-
## Building the Site
|
|
8
|
-
|
|
9
|
-
To build the site from the source, ensure you're using the most recent versions of Node and Npm, and pull the latest from master. Next, run `npm install`, `npm run docs` to build the docs files and `npm run start` to launch the site in development mode.
|
|
10
|
-
|
|
11
|
-
## Project Tools
|
|
12
|
-
|
|
13
|
-
- stenciljs 2.20.0
|
|
14
|
-
- Node
|
|
15
|
-
- npm
|
|
16
|
-
- jest 27.4.5
|
|
17
|
-
- puppeteer 10.0.0
|
|
18
|
-
|
|
19
|
-
## License
|
|
20
|
-
|
|
21
|
-
## Release notes
|
|
22
|
-
|
|
23
|
-
TODO: figure out how to do release notes with npm
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# PTC Design 6.4.29-beta
|
|
4
|
+
|
|
5
|
+
The site is the place for documentation on PTC Design System
|
|
6
|
+
|
|
7
|
+
## Building the Site
|
|
8
|
+
|
|
9
|
+
To build the site from the source, ensure you're using the most recent versions of Node and Npm, and pull the latest from master. Next, run `npm install`, `npm run docs` to build the docs files and `npm run start` to launch the site in development mode.
|
|
10
|
+
|
|
11
|
+
## Project Tools
|
|
12
|
+
|
|
13
|
+
- stenciljs 2.20.0
|
|
14
|
+
- Node 22.21.0
|
|
15
|
+
- npm 10.9.4
|
|
16
|
+
- jest 27.4.5
|
|
17
|
+
- puppeteer 10.0.0
|
|
18
|
+
|
|
19
|
+
## License
|
|
20
|
+
|
|
21
|
+
## Release notes
|
|
22
|
+
|
|
23
|
+
TODO: figure out how to do release notes with npm
|