@ptcwebops/ptcw-design 7.0.14-upgrade → 7.0.15-upgrade
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/ptc-link.cjs.entry.js +84 -339
- package/dist/collection/components/atoms/ptc-link/ptc-link.css +84 -339
- package/dist/components/{p-BvOIlb1U.js → p-3XLWkaDa.js} +86 -341
- package/dist/components/p-3XLWkaDa.js.map +1 -0
- package/dist/components/ptc-inline-cta.js +1 -1
- package/dist/components/ptc-link.js +1 -1
- package/dist/components/ptc-pricing-packaging-table.js +1 -1
- package/dist/esm/ptc-link.entry.js +84 -339
- package/dist/esm/ptc-link.entry.js.map +1 -1
- package/dist/ptcw-design/p-f52df929.entry.js +2 -0
- package/dist/ptcw-design/{p-488064b2.entry.js.map → p-f52df929.entry.js.map} +1 -1
- package/dist/ptcw-design/ptcw-design.css +84 -339
- package/dist/ptcw-design/ptcw-design.esm.js +1 -1
- package/package.json +1 -1
- package/dist/components/p-BvOIlb1U.js.map +0 -1
- package/dist/ptcw-design/p-488064b2.entry.js +0 -2
|
@@ -2,431 +2,176 @@
|
|
|
2
2
|
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
|
|
3
3
|
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
4
4
|
@layer properties;
|
|
5
|
-
.
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.invisible {
|
|
10
|
-
visibility: hidden;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.visible {
|
|
14
|
-
visibility: visible;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.absolute {
|
|
18
|
-
position: absolute;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.fixed {
|
|
22
|
-
position: fixed;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.relative {
|
|
26
|
-
position: relative;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.static {
|
|
30
|
-
position: static;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.sticky {
|
|
34
|
-
position: sticky;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.z-1 {
|
|
38
|
-
z-index: 1;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.z-2 {
|
|
42
|
-
z-index: 2;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.z-3 {
|
|
46
|
-
z-index: 3;
|
|
5
|
+
.tw\:inline-flex {
|
|
6
|
+
display: inline-flex;
|
|
47
7
|
}
|
|
48
8
|
|
|
49
|
-
.
|
|
50
|
-
|
|
9
|
+
.tw\:w-full {
|
|
10
|
+
width: 100%;
|
|
51
11
|
}
|
|
52
12
|
|
|
53
|
-
.
|
|
54
|
-
|
|
13
|
+
.tw\:cursor-pointer {
|
|
14
|
+
cursor: pointer;
|
|
55
15
|
}
|
|
56
16
|
|
|
57
|
-
.
|
|
58
|
-
|
|
17
|
+
.tw\:items-center {
|
|
18
|
+
align-items: center;
|
|
59
19
|
}
|
|
60
20
|
|
|
61
|
-
.
|
|
62
|
-
|
|
21
|
+
.tw\:justify-center {
|
|
22
|
+
justify-content: center;
|
|
63
23
|
}
|
|
64
24
|
|
|
65
|
-
.
|
|
66
|
-
|
|
25
|
+
.tw\:gap-2 {
|
|
26
|
+
gap: var(--ptc-element-spacing-02);
|
|
67
27
|
}
|
|
68
28
|
|
|
69
|
-
.
|
|
70
|
-
|
|
29
|
+
.tw\:space-y-6 {
|
|
30
|
+
:where(& > :not(:last-child)) {
|
|
31
|
+
--tw-space-y-reverse: 0;
|
|
32
|
+
margin-block-start: calc(var(--ptc-element-spacing-06) * var(--tw-space-y-reverse));
|
|
33
|
+
margin-block-end: calc(var(--ptc-element-spacing-06) * (1 - var(--tw-space-y-reverse)));
|
|
34
|
+
}
|
|
71
35
|
}
|
|
72
36
|
|
|
73
|
-
.
|
|
74
|
-
|
|
37
|
+
.tw\:rounded {
|
|
38
|
+
border-radius: var(--ptc-border-radius-standard);
|
|
75
39
|
}
|
|
76
40
|
|
|
77
|
-
.
|
|
78
|
-
|
|
41
|
+
.tw\:border-2 {
|
|
42
|
+
border-style: var(--tw-border-style);
|
|
43
|
+
border-width: 2px;
|
|
79
44
|
}
|
|
80
45
|
|
|
81
|
-
.
|
|
82
|
-
|
|
46
|
+
.tw\:border-solid {
|
|
47
|
+
--tw-border-style: solid;
|
|
48
|
+
border-style: solid;
|
|
83
49
|
}
|
|
84
50
|
|
|
85
|
-
.
|
|
86
|
-
|
|
51
|
+
.tw\:border-gray-800 {
|
|
52
|
+
border-color: var(--color-gray-08);
|
|
87
53
|
}
|
|
88
54
|
|
|
89
|
-
.
|
|
90
|
-
|
|
55
|
+
.tw\:border-gray-1000 {
|
|
56
|
+
border-color: var(--color-gray-10);
|
|
91
57
|
}
|
|
92
58
|
|
|
93
|
-
.
|
|
94
|
-
|
|
59
|
+
.tw\:border-green-700 {
|
|
60
|
+
border-color: var(--color-green-07);
|
|
95
61
|
}
|
|
96
62
|
|
|
97
|
-
.
|
|
98
|
-
|
|
63
|
+
.tw\:bg-gray-1200 {
|
|
64
|
+
background-color: var(--color-gray-12);
|
|
99
65
|
}
|
|
100
66
|
|
|
101
|
-
.
|
|
102
|
-
|
|
67
|
+
.tw\:bg-green-700 {
|
|
68
|
+
background-color: var(--color-green-07);
|
|
103
69
|
}
|
|
104
70
|
|
|
105
|
-
.
|
|
106
|
-
|
|
71
|
+
.tw\:bg-white {
|
|
72
|
+
background-color: var(--color-white);
|
|
107
73
|
}
|
|
108
74
|
|
|
109
|
-
.
|
|
110
|
-
|
|
75
|
+
.tw\:px-3 {
|
|
76
|
+
padding-inline: var(--ptc-element-spacing-03);
|
|
111
77
|
}
|
|
112
78
|
|
|
113
|
-
.
|
|
114
|
-
|
|
79
|
+
.tw\:px-4 {
|
|
80
|
+
padding-inline: var(--ptc-element-spacing-04);
|
|
115
81
|
}
|
|
116
82
|
|
|
117
|
-
.
|
|
118
|
-
|
|
119
|
-
text-overflow: ellipsis;
|
|
120
|
-
white-space: nowrap;
|
|
83
|
+
.tw\:px-5 {
|
|
84
|
+
padding-inline: var(--ptc-element-spacing-05);
|
|
121
85
|
}
|
|
122
86
|
|
|
123
|
-
.
|
|
124
|
-
|
|
87
|
+
.tw\:py-2 {
|
|
88
|
+
padding-block: var(--ptc-element-spacing-02);
|
|
125
89
|
}
|
|
126
90
|
|
|
127
|
-
.
|
|
128
|
-
|
|
129
|
-
border-width: 1px;
|
|
91
|
+
.tw\:py-3 {
|
|
92
|
+
padding-block: var(--ptc-element-spacing-03);
|
|
130
93
|
}
|
|
131
94
|
|
|
132
|
-
.
|
|
133
|
-
|
|
134
|
-
border-style: none;
|
|
95
|
+
.tw\:py-\[14px\] {
|
|
96
|
+
padding-block: 14px;
|
|
135
97
|
}
|
|
136
98
|
|
|
137
|
-
.text-center {
|
|
99
|
+
.tw\:text-center {
|
|
138
100
|
text-align: center;
|
|
139
101
|
}
|
|
140
102
|
|
|
141
|
-
.text-
|
|
142
|
-
text-
|
|
103
|
+
.tw\:text-left {
|
|
104
|
+
text-align: left;
|
|
143
105
|
}
|
|
144
106
|
|
|
145
|
-
.
|
|
146
|
-
|
|
107
|
+
.tw\:font-primary {
|
|
108
|
+
font-family: var(--ptc-font-latin);
|
|
147
109
|
}
|
|
148
110
|
|
|
149
|
-
.
|
|
150
|
-
|
|
111
|
+
.tw\:leading-\[18px\] {
|
|
112
|
+
--tw-leading: 18px;
|
|
113
|
+
line-height: 18px;
|
|
151
114
|
}
|
|
152
115
|
|
|
153
|
-
.
|
|
154
|
-
|
|
116
|
+
.tw\:leading-\[21px\] {
|
|
117
|
+
--tw-leading: 21px;
|
|
118
|
+
line-height: 21px;
|
|
155
119
|
}
|
|
156
120
|
|
|
157
|
-
.
|
|
158
|
-
|
|
121
|
+
.tw\:leading-\[22px\] {
|
|
122
|
+
--tw-leading: 22px;
|
|
123
|
+
line-height: 22px;
|
|
159
124
|
}
|
|
160
125
|
|
|
161
|
-
.
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
.ring {
|
|
166
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
167
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
126
|
+
.tw\:leading-\[24px\] {
|
|
127
|
+
--tw-leading: 24px;
|
|
128
|
+
line-height: 24px;
|
|
168
129
|
}
|
|
169
130
|
|
|
170
|
-
.
|
|
171
|
-
|
|
172
|
-
outline-width: 1px;
|
|
131
|
+
.tw\:text-\[\#40434A\] {
|
|
132
|
+
color: #40434A;
|
|
173
133
|
}
|
|
174
134
|
|
|
175
|
-
.
|
|
176
|
-
|
|
177
|
-
filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
|
|
135
|
+
.tw\:text-gray-700 {
|
|
136
|
+
color: var(--color-gray-07);
|
|
178
137
|
}
|
|
179
138
|
|
|
180
|
-
.
|
|
181
|
-
|
|
139
|
+
.tw\:text-gray-800 {
|
|
140
|
+
color: var(--color-gray-08);
|
|
182
141
|
}
|
|
183
142
|
|
|
184
|
-
.
|
|
185
|
-
|
|
143
|
+
.tw\:text-gray-900 {
|
|
144
|
+
color: var(--color-gray-09);
|
|
186
145
|
}
|
|
187
146
|
|
|
188
|
-
.
|
|
189
|
-
|
|
190
|
-
transition-timing-function: var(--tw-ease, ease);
|
|
191
|
-
transition-duration: var(--tw-duration, 0s);
|
|
147
|
+
.tw\:text-gray-1000 {
|
|
148
|
+
color: var(--color-gray-10);
|
|
192
149
|
}
|
|
193
150
|
|
|
194
|
-
.
|
|
195
|
-
|
|
196
|
-
-moz-user-select: all;
|
|
197
|
-
user-select: all;
|
|
151
|
+
.tw\:text-white {
|
|
152
|
+
color: var(--color-white);
|
|
198
153
|
}
|
|
199
154
|
|
|
200
|
-
@property --tw-
|
|
201
|
-
syntax: "*";
|
|
202
|
-
inherits: false;
|
|
203
|
-
}
|
|
204
|
-
@property --tw-rotate-y {
|
|
205
|
-
syntax: "*";
|
|
206
|
-
inherits: false;
|
|
207
|
-
}
|
|
208
|
-
@property --tw-rotate-z {
|
|
209
|
-
syntax: "*";
|
|
210
|
-
inherits: false;
|
|
211
|
-
}
|
|
212
|
-
@property --tw-skew-x {
|
|
213
|
-
syntax: "*";
|
|
214
|
-
inherits: false;
|
|
215
|
-
}
|
|
216
|
-
@property --tw-skew-y {
|
|
155
|
+
@property --tw-space-y-reverse {
|
|
217
156
|
syntax: "*";
|
|
218
157
|
inherits: false;
|
|
158
|
+
initial-value: 0;
|
|
219
159
|
}
|
|
220
160
|
@property --tw-border-style {
|
|
221
161
|
syntax: "*";
|
|
222
162
|
inherits: false;
|
|
223
163
|
initial-value: solid;
|
|
224
164
|
}
|
|
225
|
-
@property --tw-
|
|
226
|
-
syntax: "*";
|
|
227
|
-
inherits: false;
|
|
228
|
-
initial-value: 0 0 rgba(0, 0, 0, 0);
|
|
229
|
-
}
|
|
230
|
-
@property --tw-shadow-color {
|
|
231
|
-
syntax: "*";
|
|
232
|
-
inherits: false;
|
|
233
|
-
}
|
|
234
|
-
@property --tw-shadow-alpha {
|
|
235
|
-
syntax: "<percentage>";
|
|
236
|
-
inherits: false;
|
|
237
|
-
initial-value: 100%;
|
|
238
|
-
}
|
|
239
|
-
@property --tw-inset-shadow {
|
|
240
|
-
syntax: "*";
|
|
241
|
-
inherits: false;
|
|
242
|
-
initial-value: 0 0 rgba(0, 0, 0, 0);
|
|
243
|
-
}
|
|
244
|
-
@property --tw-inset-shadow-color {
|
|
245
|
-
syntax: "*";
|
|
246
|
-
inherits: false;
|
|
247
|
-
}
|
|
248
|
-
@property --tw-inset-shadow-alpha {
|
|
249
|
-
syntax: "<percentage>";
|
|
250
|
-
inherits: false;
|
|
251
|
-
initial-value: 100%;
|
|
252
|
-
}
|
|
253
|
-
@property --tw-ring-color {
|
|
254
|
-
syntax: "*";
|
|
255
|
-
inherits: false;
|
|
256
|
-
}
|
|
257
|
-
@property --tw-ring-shadow {
|
|
258
|
-
syntax: "*";
|
|
259
|
-
inherits: false;
|
|
260
|
-
initial-value: 0 0 rgba(0, 0, 0, 0);
|
|
261
|
-
}
|
|
262
|
-
@property --tw-inset-ring-color {
|
|
263
|
-
syntax: "*";
|
|
264
|
-
inherits: false;
|
|
265
|
-
}
|
|
266
|
-
@property --tw-inset-ring-shadow {
|
|
267
|
-
syntax: "*";
|
|
268
|
-
inherits: false;
|
|
269
|
-
initial-value: 0 0 rgba(0, 0, 0, 0);
|
|
270
|
-
}
|
|
271
|
-
@property --tw-ring-inset {
|
|
272
|
-
syntax: "*";
|
|
273
|
-
inherits: false;
|
|
274
|
-
}
|
|
275
|
-
@property --tw-ring-offset-width {
|
|
276
|
-
syntax: "<length>";
|
|
277
|
-
inherits: false;
|
|
278
|
-
initial-value: 0px;
|
|
279
|
-
}
|
|
280
|
-
@property --tw-ring-offset-color {
|
|
281
|
-
syntax: "*";
|
|
282
|
-
inherits: false;
|
|
283
|
-
initial-value: #fff;
|
|
284
|
-
}
|
|
285
|
-
@property --tw-ring-offset-shadow {
|
|
286
|
-
syntax: "*";
|
|
287
|
-
inherits: false;
|
|
288
|
-
initial-value: 0 0 rgba(0, 0, 0, 0);
|
|
289
|
-
}
|
|
290
|
-
@property --tw-outline-style {
|
|
291
|
-
syntax: "*";
|
|
292
|
-
inherits: false;
|
|
293
|
-
initial-value: solid;
|
|
294
|
-
}
|
|
295
|
-
@property --tw-blur {
|
|
296
|
-
syntax: "*";
|
|
297
|
-
inherits: false;
|
|
298
|
-
}
|
|
299
|
-
@property --tw-brightness {
|
|
300
|
-
syntax: "*";
|
|
301
|
-
inherits: false;
|
|
302
|
-
}
|
|
303
|
-
@property --tw-contrast {
|
|
304
|
-
syntax: "*";
|
|
305
|
-
inherits: false;
|
|
306
|
-
}
|
|
307
|
-
@property --tw-grayscale {
|
|
308
|
-
syntax: "*";
|
|
309
|
-
inherits: false;
|
|
310
|
-
}
|
|
311
|
-
@property --tw-hue-rotate {
|
|
312
|
-
syntax: "*";
|
|
313
|
-
inherits: false;
|
|
314
|
-
}
|
|
315
|
-
@property --tw-invert {
|
|
316
|
-
syntax: "*";
|
|
317
|
-
inherits: false;
|
|
318
|
-
}
|
|
319
|
-
@property --tw-opacity {
|
|
320
|
-
syntax: "*";
|
|
321
|
-
inherits: false;
|
|
322
|
-
}
|
|
323
|
-
@property --tw-saturate {
|
|
324
|
-
syntax: "*";
|
|
325
|
-
inherits: false;
|
|
326
|
-
}
|
|
327
|
-
@property --tw-sepia {
|
|
328
|
-
syntax: "*";
|
|
329
|
-
inherits: false;
|
|
330
|
-
}
|
|
331
|
-
@property --tw-drop-shadow {
|
|
332
|
-
syntax: "*";
|
|
333
|
-
inherits: false;
|
|
334
|
-
}
|
|
335
|
-
@property --tw-drop-shadow-color {
|
|
336
|
-
syntax: "*";
|
|
337
|
-
inherits: false;
|
|
338
|
-
}
|
|
339
|
-
@property --tw-drop-shadow-alpha {
|
|
340
|
-
syntax: "<percentage>";
|
|
341
|
-
inherits: false;
|
|
342
|
-
initial-value: 100%;
|
|
343
|
-
}
|
|
344
|
-
@property --tw-drop-shadow-size {
|
|
345
|
-
syntax: "*";
|
|
346
|
-
inherits: false;
|
|
347
|
-
}
|
|
348
|
-
@property --tw-backdrop-blur {
|
|
349
|
-
syntax: "*";
|
|
350
|
-
inherits: false;
|
|
351
|
-
}
|
|
352
|
-
@property --tw-backdrop-brightness {
|
|
353
|
-
syntax: "*";
|
|
354
|
-
inherits: false;
|
|
355
|
-
}
|
|
356
|
-
@property --tw-backdrop-contrast {
|
|
357
|
-
syntax: "*";
|
|
358
|
-
inherits: false;
|
|
359
|
-
}
|
|
360
|
-
@property --tw-backdrop-grayscale {
|
|
361
|
-
syntax: "*";
|
|
362
|
-
inherits: false;
|
|
363
|
-
}
|
|
364
|
-
@property --tw-backdrop-hue-rotate {
|
|
365
|
-
syntax: "*";
|
|
366
|
-
inherits: false;
|
|
367
|
-
}
|
|
368
|
-
@property --tw-backdrop-invert {
|
|
369
|
-
syntax: "*";
|
|
370
|
-
inherits: false;
|
|
371
|
-
}
|
|
372
|
-
@property --tw-backdrop-opacity {
|
|
373
|
-
syntax: "*";
|
|
374
|
-
inherits: false;
|
|
375
|
-
}
|
|
376
|
-
@property --tw-backdrop-saturate {
|
|
377
|
-
syntax: "*";
|
|
378
|
-
inherits: false;
|
|
379
|
-
}
|
|
380
|
-
@property --tw-backdrop-sepia {
|
|
165
|
+
@property --tw-leading {
|
|
381
166
|
syntax: "*";
|
|
382
167
|
inherits: false;
|
|
383
168
|
}
|
|
384
169
|
@layer properties {
|
|
385
170
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
386
171
|
*, ::before, ::after, ::backdrop {
|
|
387
|
-
--tw-
|
|
388
|
-
--tw-rotate-y: initial;
|
|
389
|
-
--tw-rotate-z: initial;
|
|
390
|
-
--tw-skew-x: initial;
|
|
391
|
-
--tw-skew-y: initial;
|
|
172
|
+
--tw-space-y-reverse: 0;
|
|
392
173
|
--tw-border-style: solid;
|
|
393
|
-
--tw-
|
|
394
|
-
--tw-shadow-color: initial;
|
|
395
|
-
--tw-shadow-alpha: 100%;
|
|
396
|
-
--tw-inset-shadow: 0 0 #0000;
|
|
397
|
-
--tw-inset-shadow-color: initial;
|
|
398
|
-
--tw-inset-shadow-alpha: 100%;
|
|
399
|
-
--tw-ring-color: initial;
|
|
400
|
-
--tw-ring-shadow: 0 0 #0000;
|
|
401
|
-
--tw-inset-ring-color: initial;
|
|
402
|
-
--tw-inset-ring-shadow: 0 0 #0000;
|
|
403
|
-
--tw-ring-inset: initial;
|
|
404
|
-
--tw-ring-offset-width: 0px;
|
|
405
|
-
--tw-ring-offset-color: #fff;
|
|
406
|
-
--tw-ring-offset-shadow: 0 0 #0000;
|
|
407
|
-
--tw-outline-style: solid;
|
|
408
|
-
--tw-blur: initial;
|
|
409
|
-
--tw-brightness: initial;
|
|
410
|
-
--tw-contrast: initial;
|
|
411
|
-
--tw-grayscale: initial;
|
|
412
|
-
--tw-hue-rotate: initial;
|
|
413
|
-
--tw-invert: initial;
|
|
414
|
-
--tw-opacity: initial;
|
|
415
|
-
--tw-saturate: initial;
|
|
416
|
-
--tw-sepia: initial;
|
|
417
|
-
--tw-drop-shadow: initial;
|
|
418
|
-
--tw-drop-shadow-color: initial;
|
|
419
|
-
--tw-drop-shadow-alpha: 100%;
|
|
420
|
-
--tw-drop-shadow-size: initial;
|
|
421
|
-
--tw-backdrop-blur: initial;
|
|
422
|
-
--tw-backdrop-brightness: initial;
|
|
423
|
-
--tw-backdrop-contrast: initial;
|
|
424
|
-
--tw-backdrop-grayscale: initial;
|
|
425
|
-
--tw-backdrop-hue-rotate: initial;
|
|
426
|
-
--tw-backdrop-invert: initial;
|
|
427
|
-
--tw-backdrop-opacity: initial;
|
|
428
|
-
--tw-backdrop-saturate: initial;
|
|
429
|
-
--tw-backdrop-sepia: initial;
|
|
174
|
+
--tw-leading: initial;
|
|
430
175
|
}
|
|
431
176
|
}
|
|
432
177
|
}
|