@ptcwebops/ptcw-design 0.2.8 → 0.3.0

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.
Files changed (158) hide show
  1. package/dist/cjs/icon-asset_11.cjs.entry.js +540 -0
  2. package/dist/cjs/list-item.cjs.entry.js +5 -3
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/{ptc-announcement_2.cjs.entry.js → ptc-announcement.cjs.entry.js} +0 -25
  5. package/dist/cjs/ptc-breadcrumb.cjs.entry.js +23 -0
  6. package/dist/cjs/ptc-button.cjs.entry.js +9 -5
  7. package/dist/cjs/ptc-hero.cjs.entry.js +25 -0
  8. package/dist/cjs/ptc-img.cjs.entry.js +6 -1
  9. package/dist/cjs/ptc-list.cjs.entry.js +2 -3
  10. package/dist/cjs/ptc-span.cjs.entry.js +4 -1
  11. package/dist/cjs/ptc-svg-btn.cjs.entry.js +31 -0
  12. package/dist/cjs/ptcw-design.cjs.js +1 -1
  13. package/dist/collection/collection-manifest.json +5 -0
  14. package/dist/collection/components/icon-asset/icon-asset.css +4 -0
  15. package/dist/collection/components/icon-asset/icon-asset.js +2 -2
  16. package/dist/collection/components/icon-asset/media/designer.svg +33 -0
  17. package/dist/collection/components/list-item/list-item.css +39 -1
  18. package/dist/collection/components/list-item/list-item.js +26 -5
  19. package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.css +19 -0
  20. package/dist/collection/components/ptc-breadcrumb/ptc-breadcrumb.js +21 -0
  21. package/dist/collection/components/ptc-button/ptc-button.css +12 -1
  22. package/dist/collection/components/ptc-button/ptc-button.js +29 -7
  23. package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.css +28 -0
  24. package/dist/collection/components/ptc-card-bottom/ptc-card-bottom.js +41 -0
  25. package/dist/collection/components/ptc-card-content/ptc-card-content.css +87 -0
  26. package/dist/collection/components/ptc-card-content/ptc-card-content.js +81 -0
  27. package/dist/collection/components/ptc-card-plm/ptc-card-plm.css +41 -0
  28. package/dist/collection/components/ptc-card-plm/ptc-card-plm.js +97 -0
  29. package/dist/collection/components/ptc-date/ptc-date.css +8 -0
  30. package/dist/collection/components/ptc-date/ptc-date.js +24 -1
  31. package/dist/collection/components/ptc-hero/ptc-hero.css +13 -0
  32. package/dist/collection/components/ptc-hero/ptc-hero.js +43 -0
  33. package/dist/collection/components/ptc-img/ptc-img.js +6 -1
  34. package/dist/collection/components/ptc-link/ptc-link.css +25 -3
  35. package/dist/collection/components/ptc-link/ptc-link.js +3 -2
  36. package/dist/collection/components/ptc-list/ptc-list.css +8 -4
  37. package/dist/collection/components/ptc-list/ptc-list.js +5 -8
  38. package/dist/collection/components/ptc-overlay/ptc-overlay.css +81 -0
  39. package/dist/collection/components/ptc-overlay/ptc-overlay.js +88 -3
  40. package/dist/collection/components/ptc-para/ptc-para.css +59 -0
  41. package/dist/collection/components/ptc-para/ptc-para.js +53 -7
  42. package/dist/collection/components/ptc-picture/ptc-picture.css +28 -1
  43. package/dist/collection/components/ptc-picture/ptc-picture.js +27 -9
  44. package/dist/collection/components/ptc-spacer/ptc-spacer.css +11 -0
  45. package/dist/collection/components/ptc-spacer/ptc-spacer.js +2 -2
  46. package/dist/collection/components/ptc-span/ptc-span.css +26 -1
  47. package/dist/collection/components/ptc-span/ptc-span.js +6 -3
  48. package/dist/collection/components/ptc-title/ptc-title.css +108 -11
  49. package/dist/collection/components/ptc-title/ptc-title.js +62 -4
  50. package/dist/custom-elements/index.d.ts +30 -0
  51. package/dist/custom-elements/index.js +209 -39
  52. package/dist/esm/icon-asset_11.entry.js +526 -0
  53. package/dist/esm/{index-eb8ce23d.js → index-6ce5b664.js} +1 -1
  54. package/dist/esm/{interfaces-3cb94654.js → interfaces-c1c73092.js} +1 -1
  55. package/dist/esm/list-item.entry.js +6 -4
  56. package/dist/esm/loader.js +2 -2
  57. package/dist/esm/lottie-player.entry.js +1 -1
  58. package/dist/esm/my-component.entry.js +1 -1
  59. package/dist/esm/{ptc-announcement_2.entry.js → ptc-announcement.entry.js} +2 -26
  60. package/dist/esm/ptc-avatar.entry.js +1 -1
  61. package/dist/esm/ptc-breadcrumb.entry.js +19 -0
  62. package/dist/esm/ptc-button.entry.js +10 -6
  63. package/dist/esm/ptc-card.entry.js +1 -1
  64. package/dist/esm/ptc-countdown.entry.js +1 -1
  65. package/dist/esm/ptc-footer.entry.js +1 -1
  66. package/dist/esm/ptc-form.entry.js +1 -1
  67. package/dist/esm/ptc-hero.entry.js +21 -0
  68. package/dist/esm/ptc-img.entry.js +8 -3
  69. package/dist/esm/ptc-input.entry.js +1 -1
  70. package/dist/esm/ptc-list.entry.js +3 -4
  71. package/dist/esm/ptc-lottie.entry.js +1 -1
  72. package/dist/esm/ptc-nav-item.entry.js +1 -1
  73. package/dist/esm/ptc-nav.entry.js +1 -1
  74. package/dist/esm/ptc-select.entry.js +1 -1
  75. package/dist/esm/ptc-span.entry.js +5 -2
  76. package/dist/esm/ptc-svg-btn.entry.js +27 -0
  77. package/dist/esm/ptcw-design.js +2 -2
  78. package/dist/ptcw-design/media/designer.svg +33 -0
  79. package/dist/ptcw-design/p-29fe43a9.entry.js +1 -0
  80. package/dist/ptcw-design/p-31b2af1d.entry.js +1 -0
  81. package/dist/ptcw-design/{p-f94c4594.entry.js → p-3437fbce.entry.js} +1 -1
  82. package/dist/ptcw-design/p-473ec631.entry.js +1 -0
  83. package/dist/ptcw-design/{p-240733ce.js → p-50e52c88.js} +1 -1
  84. package/dist/ptcw-design/{p-e8650244.entry.js → p-542939d4.entry.js} +1 -1
  85. package/dist/ptcw-design/p-563d409f.entry.js +1 -0
  86. package/dist/ptcw-design/{p-ef6acb81.entry.js → p-5c78913c.entry.js} +1 -1
  87. package/dist/ptcw-design/{p-3f42afb6.entry.js → p-5eb74dc3.entry.js} +1 -1
  88. package/dist/ptcw-design/p-609dec21.entry.js +1 -0
  89. package/dist/ptcw-design/{p-1b3b0193.entry.js → p-6ff80c95.entry.js} +1 -1
  90. package/dist/ptcw-design/p-797e4a7d.entry.js +1 -0
  91. package/dist/ptcw-design/p-9372c930.entry.js +1 -0
  92. package/dist/ptcw-design/p-9a35c9e2.entry.js +1 -0
  93. package/dist/ptcw-design/{p-22fd400f.entry.js → p-aafe51df.entry.js} +1 -1
  94. package/dist/ptcw-design/p-abd4772d.entry.js +1 -0
  95. package/dist/ptcw-design/{p-75dc7328.entry.js → p-ac57feca.entry.js} +1 -1
  96. package/dist/ptcw-design/{p-2ca3c085.js → p-b1afaef3.js} +1 -1
  97. package/dist/ptcw-design/p-b3d73b7f.entry.js +1 -0
  98. package/dist/ptcw-design/p-b85eda19.entry.js +1 -0
  99. package/dist/ptcw-design/p-bac826ad.entry.js +1 -0
  100. package/dist/ptcw-design/{p-e4b96b46.entry.js → p-da7ee0ba.entry.js} +1 -1
  101. package/dist/ptcw-design/{p-32ef3a79.entry.js → p-e2492128.entry.js} +1 -1
  102. package/dist/ptcw-design/p-e266fc0b.entry.js +1 -0
  103. package/dist/ptcw-design/ptcw-design.css +2 -2
  104. package/dist/ptcw-design/ptcw-design.esm.js +1 -1
  105. package/dist/types/components/icon-asset/icon-asset.d.ts +1 -1
  106. package/dist/types/components/list-item/list-item.d.ts +2 -1
  107. package/dist/types/components/ptc-breadcrumb/ptc-breadcrumb.d.ts +4 -0
  108. package/dist/types/components/ptc-button/ptc-button.d.ts +7 -3
  109. package/dist/types/components/ptc-card-bottom/ptc-card-bottom.d.ts +5 -0
  110. package/dist/types/components/ptc-card-content/ptc-card-content.d.ts +11 -0
  111. package/dist/types/components/ptc-card-plm/ptc-card-plm.d.ts +8 -0
  112. package/dist/types/components/ptc-date/ptc-date.d.ts +5 -0
  113. package/dist/types/components/ptc-hero/ptc-hero.d.ts +5 -0
  114. package/dist/types/components/ptc-img/ptc-img.d.ts +3 -0
  115. package/dist/types/components/ptc-link/ptc-link.d.ts +1 -1
  116. package/dist/types/components/ptc-list/ptc-list.d.ts +1 -1
  117. package/dist/types/components/ptc-overlay/ptc-overlay.d.ts +17 -0
  118. package/dist/types/components/ptc-para/ptc-para.d.ts +11 -3
  119. package/dist/types/components/ptc-picture/ptc-picture.d.ts +5 -1
  120. package/dist/types/components/ptc-spacer/ptc-spacer.d.ts +1 -1
  121. package/dist/types/components/ptc-span/ptc-span.d.ts +4 -1
  122. package/dist/types/components/ptc-title/ptc-title.d.ts +14 -2
  123. package/dist/types/components.d.ts +239 -30
  124. package/package.json +1 -1
  125. package/readme.md +1 -1
  126. package/dist/cjs/icon-asset.cjs.entry.js +0 -64
  127. package/dist/cjs/ptc-date.cjs.entry.js +0 -48
  128. package/dist/cjs/ptc-link.cjs.entry.js +0 -53
  129. package/dist/cjs/ptc-overlay.cjs.entry.js +0 -19
  130. package/dist/cjs/ptc-para.cjs.entry.js +0 -40
  131. package/dist/cjs/ptc-picture.cjs.entry.js +0 -159
  132. package/dist/cjs/ptc-spacer.cjs.entry.js +0 -46
  133. package/dist/cjs/ptc-title.cjs.entry.js +0 -49
  134. package/dist/esm/icon-asset.entry.js +0 -60
  135. package/dist/esm/ptc-date.entry.js +0 -44
  136. package/dist/esm/ptc-link.entry.js +0 -49
  137. package/dist/esm/ptc-overlay.entry.js +0 -15
  138. package/dist/esm/ptc-para.entry.js +0 -36
  139. package/dist/esm/ptc-picture.entry.js +0 -155
  140. package/dist/esm/ptc-spacer.entry.js +0 -42
  141. package/dist/esm/ptc-title.entry.js +0 -45
  142. package/dist/ptcw-design/p-01f4bf71.entry.js +0 -1
  143. package/dist/ptcw-design/p-08827128.entry.js +0 -1
  144. package/dist/ptcw-design/p-1bf9750d.entry.js +0 -1
  145. package/dist/ptcw-design/p-23d07898.entry.js +0 -1
  146. package/dist/ptcw-design/p-29c54eb0.entry.js +0 -1
  147. package/dist/ptcw-design/p-2b59ce7a.entry.js +0 -1
  148. package/dist/ptcw-design/p-389a5670.entry.js +0 -1
  149. package/dist/ptcw-design/p-51443fbb.entry.js +0 -1
  150. package/dist/ptcw-design/p-54794e45.entry.js +0 -1
  151. package/dist/ptcw-design/p-5ae43421.entry.js +0 -1
  152. package/dist/ptcw-design/p-63b55aba.entry.js +0 -1
  153. package/dist/ptcw-design/p-6b5c0d9d.entry.js +0 -1
  154. package/dist/ptcw-design/p-7076b32f.entry.js +0 -1
  155. package/dist/ptcw-design/p-a86452af.entry.js +0 -1
  156. package/dist/ptcw-design/p-d3f9852f.entry.js +0 -1
  157. package/dist/ptcw-design/p-d80b24c9.entry.js +0 -1
  158. package/dist/ptcw-design/p-fd29d9dd.entry.js +0 -1
@@ -1,3 +1,13 @@
1
+ :host {
2
+ z-index: 1;
3
+ }
4
+ :host span {
5
+ -moz-osx-font-smoothing: grayscale;
6
+ /*(For Firefox)*/
7
+ -webkit-font-smoothing: antialiased;
8
+ /*(For Chrome and Safari)*/
9
+ }
10
+
1
11
  :host(.link-style) span {
2
12
  color: var(--color-primary-uigrey);
3
13
  font-weight: var(--ptc-font-weight-black);
@@ -20,7 +30,14 @@
20
30
  font-size: var(--ptc-font-size-medium);
21
31
  line-height: var(--ptc-line-height-dense);
22
32
  font-weight: var(--ptc-font-weight-regular);
23
- color: #40434a;
33
+ color: var(--color-primary-grey);
34
+ }
35
+
36
+ :host(.plm-hub-style) span {
37
+ font-size: var(--ptc-font-size-medium);
38
+ line-height: var(--ptc-line-height-19);
39
+ font-weight: var(--ptc-font-weight-medium);
40
+ color: var(--color-white);
24
41
  }
25
42
 
26
43
  :host(.inline) span {
@@ -33,4 +50,12 @@
33
50
 
34
51
  :host(.inline-block) span {
35
52
  display: inline-block;
53
+ }
54
+
55
+ :host(.white) span {
56
+ color: var(--color-white);
57
+ }
58
+
59
+ :host(.primary-grey) span {
60
+ color: var(--color-primary-grey);
36
61
  }
@@ -5,6 +5,9 @@ export class PtcSpan {
5
5
  * Span Style
6
6
  */
7
7
  this.spanStyle = 'tag-style';
8
+ /**
9
+ * Display
10
+ */
8
11
  this.display = 'inline';
9
12
  }
10
13
  render() {
@@ -33,8 +36,8 @@ export class PtcSpan {
33
36
  "type": "string",
34
37
  "mutable": false,
35
38
  "complexType": {
36
- "original": "'link-style' | 'tag-style' | 'nav-style'",
37
- "resolved": "\"link-style\" | \"nav-style\" | \"tag-style\"",
39
+ "original": "'link-style' | 'tag-style' | 'nav-style' | 'plm-hub-style'",
40
+ "resolved": "\"link-style\" | \"nav-style\" | \"plm-hub-style\" | \"tag-style\"",
38
41
  "references": {}
39
42
  },
40
43
  "required": false,
@@ -59,7 +62,7 @@ export class PtcSpan {
59
62
  "optional": false,
60
63
  "docs": {
61
64
  "tags": [],
62
- "text": ""
65
+ "text": "Display"
63
66
  },
64
67
  "attribute": "display",
65
68
  "reflect": false,
@@ -1,23 +1,34 @@
1
1
  div.center {
2
2
  text-align: center;
3
3
  }
4
- div.center.dotted h1::before, div.center.dotted h2::before, div.center.dotted h3::before {
4
+ div.center.dotted h1::before,
5
+ div.center.dotted h2::before,
6
+ div.center.dotted h3::before {
5
7
  left: 50%;
6
8
  transform: translateX(-50%);
7
9
  }
8
10
  div.left {
9
11
  text-align: left;
10
12
  }
11
- div.left.dotted h1::before, div.left.dotted h2::before, div.left.dotted h3::before {
13
+ div.left.dotted h1::before,
14
+ div.left.dotted h2::before,
15
+ div.left.dotted h3::before {
12
16
  left: 0%;
13
17
  }
14
18
  div.right {
15
19
  text-align: right;
16
20
  }
17
- div.right.dotted h1::before, div.right.dotted h2::before, div.right.dotted h3::before {
21
+ div.right.dotted h1::before,
22
+ div.right.dotted h2::before,
23
+ div.right.dotted h3::before {
18
24
  right: 0%;
19
25
  }
20
- div.dotted h1::before, div.dotted h2::before, div.dotted h3::before {
26
+ div.inherit {
27
+ text-align: inherit;
28
+ }
29
+ div.dotted h1::before,
30
+ div.dotted h2::before,
31
+ div.dotted h3::before {
21
32
  content: "";
22
33
  position: absolute;
23
34
  top: -6px;
@@ -25,7 +36,9 @@ div.dotted h1::before, div.dotted h2::before, div.dotted h3::before {
25
36
  display: block;
26
37
  border-top: 3px dashed #5bb73b;
27
38
  }
28
- div.solid h1::before, div.solid h2::before, div.solid h3::before {
39
+ div.solid h1::before,
40
+ div.solid h2::before,
41
+ div.solid h3::before {
29
42
  content: "";
30
43
  position: absolute;
31
44
  width: 100%;
@@ -34,7 +47,9 @@ div.solid h1::before, div.solid h2::before, div.solid h3::before {
34
47
  opacity: 0.9;
35
48
  left: 0px;
36
49
  }
37
- div.solid h1::after, div.solid h2::after, div.solid h3::after {
50
+ div.solid h1::after,
51
+ div.solid h2::after,
52
+ div.solid h3::after {
38
53
  content: "";
39
54
  position: absolute;
40
55
  width: 20%;
@@ -43,22 +58,104 @@ div.solid h1::after, div.solid h2::after, div.solid h3::after {
43
58
  top: -2px;
44
59
  left: 0px;
45
60
  }
46
- div h1,
47
- div h2,
48
- div h3 {
61
+ div.is-standard h1,
62
+ div.is-standard h2,
63
+ div.is-standard h3 {
49
64
  display: inline-block;
50
65
  position: relative;
51
66
  }
52
- div h1 {
67
+ div.is-standard h1 {
53
68
  font-size: 46px;
54
69
  line-height: 52px;
55
70
  font-weight: 800;
56
71
  letter-spacing: 0px;
57
72
  color: var(--color-primary-grey);
58
73
  }
59
- div h2 {
74
+ div.is-standard h2 {
60
75
  font-size: 28px;
61
76
  line-height: 32px;
62
77
  font-weight: 800;
63
78
  color: var(--color-primary-grey);
79
+ }
80
+ div.is-plm-hub h1,
81
+ div.is-plm-hub h2,
82
+ div.is-plm-hub h3 {
83
+ display: inline-block;
84
+ position: relative;
85
+ margin-block-start: 0em;
86
+ margin-block-end: 0em;
87
+ margin-inline-start: 0px;
88
+ margin-inline-end: 0px;
89
+ }
90
+ div.is-plm-hub h1 {
91
+ font-weight: var(--ptc-font-weight-bold);
92
+ font-size: 50px;
93
+ line-height: 59px;
94
+ color: var(--color-white);
95
+ }
96
+ div.is-plm-hub h2 {
97
+ font-weight: var(--ptc-font-weight-bold);
98
+ font-size: var(--ptc-font-size-x-large);
99
+ line-height: 28px;
100
+ color: var(--color-white);
101
+ }
102
+ div.is-plm-hub h3 {
103
+ font-weight: var(--ptc-font-weight-bold);
104
+ font-size: var(--ptc-font-size-large);
105
+ line-height: 23px;
106
+ color: var(--color-white);
107
+ }
108
+ div.margin-flush {
109
+ margin-top: 0;
110
+ margin-bottom: 0;
111
+ }
112
+ div.margin-top-2 {
113
+ margin-top: var(--ptc-element-spacing-02);
114
+ }
115
+ div.margin-top-3 {
116
+ margin-top: var(--ptc-element-spacing-03);
117
+ }
118
+ div.margin-top-4 {
119
+ margin-top: var(--ptc-element-spacing-04);
120
+ }
121
+ div.margin-top-5 {
122
+ margin-top: var(--ptc-element-spacing-05);
123
+ }
124
+ div.margin-top-6 {
125
+ margin-top: var(--ptc-element-spacing-06);
126
+ }
127
+ div.margin-bottom-2 {
128
+ margin-bottom: var(--ptc-element-spacing-02);
129
+ }
130
+ div.margin-bottom-3 {
131
+ margin-bottom: var(--ptc-element-spacing-03);
132
+ }
133
+ div.margin-bottom-4 {
134
+ margin-bottom: var(--ptc-element-spacing-04);
135
+ }
136
+ div.margin-bottom-5 {
137
+ margin-bottom: var(--ptc-element-spacing-05);
138
+ }
139
+ div.margin-bottom-6 {
140
+ margin-bottom: var(--ptc-element-spacing-06);
141
+ }
142
+ div.margin-2 {
143
+ margin-top: var(--ptc-element-spacing-02);
144
+ margin-bottom: var(--ptc-element-spacing-02);
145
+ }
146
+ div.margin-3 {
147
+ margin-top: var(--ptc-element-spacing-03);
148
+ margin-bottom: var(--ptc-element-spacing-03);
149
+ }
150
+ div.margin-4 {
151
+ margin-top: var(--ptc-element-spacing-04);
152
+ margin-bottom: var(--ptc-element-spacing-04);
153
+ }
154
+ div.margin-5 {
155
+ margin-top: var(--ptc-element-spacing-05);
156
+ margin-bottom: var(--ptc-element-spacing-05);
157
+ }
158
+ div.margin-6 {
159
+ margin-top: var(--ptc-element-spacing-06);
160
+ margin-bottom: var(--ptc-element-spacing-06);
64
161
  }
@@ -1,6 +1,10 @@
1
1
  import { Component, Host, h, Prop } from '@stencil/core';
2
2
  export class PtcTitle {
3
3
  constructor() {
4
+ /**
5
+ * Is this title using on the PLM Hub page
6
+ */
7
+ this.isPlmHub = false;
4
8
  /**
5
9
  * Title Tag Type
6
10
  */
@@ -36,6 +40,8 @@ export class PtcTitle {
36
40
  return {
37
41
  [this.textAlign]: true,
38
42
  [this.upperline]: true,
43
+ [this.isPlmHub ? 'is-plm-hub' : 'is-standard']: true,
44
+ [this.titleMargin]: !!this.titleMargin ? true : false
39
45
  };
40
46
  }
41
47
  static get is() { return "ptc-title"; }
@@ -47,6 +53,24 @@ export class PtcTitle {
47
53
  "$": ["ptc-title.css"]
48
54
  }; }
49
55
  static get properties() { return {
56
+ "isPlmHub": {
57
+ "type": "boolean",
58
+ "mutable": false,
59
+ "complexType": {
60
+ "original": "boolean",
61
+ "resolved": "boolean",
62
+ "references": {}
63
+ },
64
+ "required": false,
65
+ "optional": false,
66
+ "docs": {
67
+ "tags": [],
68
+ "text": "Is this title using on the PLM Hub page"
69
+ },
70
+ "attribute": "is-plm-hub",
71
+ "reflect": false,
72
+ "defaultValue": "false"
73
+ },
50
74
  "type": {
51
75
  "type": "string",
52
76
  "mutable": false,
@@ -69,8 +93,8 @@ export class PtcTitle {
69
93
  "type": "string",
70
94
  "mutable": false,
71
95
  "complexType": {
72
- "original": "'left' | 'center' | 'right'",
73
- "resolved": "\"center\" | \"left\" | \"right\"",
96
+ "original": "'left' | 'center' | 'right' | 'inherit'",
97
+ "resolved": "\"center\" | \"inherit\" | \"left\" | \"right\"",
74
98
  "references": {}
75
99
  },
76
100
  "required": false,
@@ -87,8 +111,8 @@ export class PtcTitle {
87
111
  "type": "string",
88
112
  "mutable": false,
89
113
  "complexType": {
90
- "original": "'dotted' | 'solid'",
91
- "resolved": "\"dotted\" | \"solid\"",
114
+ "original": "'dotted' | 'solid' | 'no-upperline'",
115
+ "resolved": "\"dotted\" | \"no-upperline\" | \"solid\"",
92
116
  "references": {}
93
117
  },
94
118
  "required": false,
@@ -100,6 +124,40 @@ export class PtcTitle {
100
124
  "attribute": "upperline",
101
125
  "reflect": false,
102
126
  "defaultValue": "'dotted'"
127
+ },
128
+ "titleMargin": {
129
+ "type": "string",
130
+ "mutable": false,
131
+ "complexType": {
132
+ "original": "| 'margin-flush'\n | 'margin-top-3'\n | 'margin-top-4'\n | 'margin-top-5'\n | 'margin-top-6'\n | 'margin-bottom-3'\n | 'margin-bottom-4'\n | 'margin-bottom-5'\n | 'margin-bottom-6'\n | 'margin-3'\n | 'margin-4'\n | 'margin-5'\n | 'margin-6'",
133
+ "resolved": "\"margin-3\" | \"margin-4\" | \"margin-5\" | \"margin-6\" | \"margin-bottom-3\" | \"margin-bottom-4\" | \"margin-bottom-5\" | \"margin-bottom-6\" | \"margin-flush\" | \"margin-top-3\" | \"margin-top-4\" | \"margin-top-5\" | \"margin-top-6\"",
134
+ "references": {}
135
+ },
136
+ "required": false,
137
+ "optional": true,
138
+ "docs": {
139
+ "tags": [],
140
+ "text": "Title Margin"
141
+ },
142
+ "attribute": "title-margin",
143
+ "reflect": false
144
+ },
145
+ "styles": {
146
+ "type": "string",
147
+ "mutable": false,
148
+ "complexType": {
149
+ "original": "string",
150
+ "resolved": "string",
151
+ "references": {}
152
+ },
153
+ "required": false,
154
+ "optional": true,
155
+ "docs": {
156
+ "tags": [],
157
+ "text": "Injected Style"
158
+ },
159
+ "attribute": "styles",
160
+ "reflect": false
103
161
  }
104
162
  }; }
105
163
  }
@@ -32,6 +32,12 @@ export const PtcAvatar: {
32
32
  new (): PtcAvatar;
33
33
  };
34
34
 
35
+ interface PtcBreadcrumb extends Components.PtcBreadcrumb, HTMLElement {}
36
+ export const PtcBreadcrumb: {
37
+ prototype: PtcBreadcrumb;
38
+ new (): PtcBreadcrumb;
39
+ };
40
+
35
41
  interface PtcButton extends Components.PtcButton, HTMLElement {}
36
42
  export const PtcButton: {
37
43
  prototype: PtcButton;
@@ -44,6 +50,24 @@ export const PtcCard: {
44
50
  new (): PtcCard;
45
51
  };
46
52
 
53
+ interface PtcCardBottom extends Components.PtcCardBottom, HTMLElement {}
54
+ export const PtcCardBottom: {
55
+ prototype: PtcCardBottom;
56
+ new (): PtcCardBottom;
57
+ };
58
+
59
+ interface PtcCardContent extends Components.PtcCardContent, HTMLElement {}
60
+ export const PtcCardContent: {
61
+ prototype: PtcCardContent;
62
+ new (): PtcCardContent;
63
+ };
64
+
65
+ interface PtcCardPlm extends Components.PtcCardPlm, HTMLElement {}
66
+ export const PtcCardPlm: {
67
+ prototype: PtcCardPlm;
68
+ new (): PtcCardPlm;
69
+ };
70
+
47
71
  interface PtcCountdown extends Components.PtcCountdown, HTMLElement {}
48
72
  export const PtcCountdown: {
49
73
  prototype: PtcCountdown;
@@ -68,6 +92,12 @@ export const PtcForm: {
68
92
  new (): PtcForm;
69
93
  };
70
94
 
95
+ interface PtcHero extends Components.PtcHero, HTMLElement {}
96
+ export const PtcHero: {
97
+ prototype: PtcHero;
98
+ new (): PtcHero;
99
+ };
100
+
71
101
  interface PtcImg extends Components.PtcImg, HTMLElement {}
72
102
  export const PtcImg: {
73
103
  prototype: PtcImg;