@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.
@@ -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
- .collapse {
6
- visibility: collapse;
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;
5
+ .tw\:inline-flex {
6
+ display: inline-flex;
39
7
  }
40
8
 
41
- .z-2 {
42
- z-index: 2;
9
+ .tw\:w-full {
10
+ width: 100%;
43
11
  }
44
12
 
45
- .z-3 {
46
- z-index: 3;
13
+ .tw\:cursor-pointer {
14
+ cursor: pointer;
47
15
  }
48
16
 
49
- .z-99 {
50
- z-index: 99;
17
+ .tw\:items-center {
18
+ align-items: center;
51
19
  }
52
20
 
53
- .z-999 {
54
- z-index: 999;
21
+ .tw\:justify-center {
22
+ justify-content: center;
55
23
  }
56
24
 
57
- .z-auto {
58
- z-index: auto;
25
+ .tw\:gap-2 {
26
+ gap: var(--ptc-element-spacing-02);
59
27
  }
60
28
 
61
- .container {
62
- width: 100%;
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
+ }
63
35
  }
64
36
 
65
- .block {
66
- display: block;
37
+ .tw\:rounded {
38
+ border-radius: var(--ptc-border-radius-standard);
67
39
  }
68
40
 
69
- .flex {
70
- display: flex;
41
+ .tw\:border-2 {
42
+ border-style: var(--tw-border-style);
43
+ border-width: 2px;
71
44
  }
72
45
 
73
- .hidden {
74
- display: none;
46
+ .tw\:border-solid {
47
+ --tw-border-style: solid;
48
+ border-style: solid;
75
49
  }
76
50
 
77
- .inline {
78
- display: inline;
51
+ .tw\:border-gray-800 {
52
+ border-color: var(--color-gray-08);
79
53
  }
80
54
 
81
- .inline-block {
82
- display: inline-block;
55
+ .tw\:border-gray-1000 {
56
+ border-color: var(--color-gray-10);
83
57
  }
84
58
 
85
- .list-item {
86
- display: list-item;
59
+ .tw\:border-green-700 {
60
+ border-color: var(--color-green-07);
87
61
  }
88
62
 
89
- .table {
90
- display: table;
63
+ .tw\:bg-gray-1200 {
64
+ background-color: var(--color-gray-12);
91
65
  }
92
66
 
93
- .table-cell {
94
- display: table-cell;
67
+ .tw\:bg-green-700 {
68
+ background-color: var(--color-green-07);
95
69
  }
96
70
 
97
- .table-row {
98
- display: table-row;
71
+ .tw\:bg-white {
72
+ background-color: var(--color-white);
99
73
  }
100
74
 
101
- .flex-shrink {
102
- flex-shrink: 1;
75
+ .tw\:px-3 {
76
+ padding-inline: var(--ptc-element-spacing-03);
103
77
  }
104
78
 
105
- .transform {
106
- transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
79
+ .tw\:px-4 {
80
+ padding-inline: var(--ptc-element-spacing-04);
107
81
  }
108
82
 
109
- .resize {
110
- resize: both;
83
+ .tw\:px-5 {
84
+ padding-inline: var(--ptc-element-spacing-05);
111
85
  }
112
86
 
113
- .flex-col {
114
- flex-direction: column;
87
+ .tw\:py-2 {
88
+ padding-block: var(--ptc-element-spacing-02);
115
89
  }
116
90
 
117
- .truncate {
118
- overflow: hidden;
119
- text-overflow: ellipsis;
120
- white-space: nowrap;
91
+ .tw\:py-3 {
92
+ padding-block: var(--ptc-element-spacing-03);
121
93
  }
122
94
 
123
- .overflow-x-hidden {
124
- overflow-x: hidden;
95
+ .tw\:py-\[14px\] {
96
+ padding-block: 14px;
125
97
  }
126
98
 
127
- .border {
128
- border-style: var(--tw-border-style);
129
- border-width: 1px;
130
- }
131
-
132
- .border-none {
133
- --tw-border-style: none;
134
- border-style: none;
135
- }
136
-
137
- .text-center {
99
+ .tw\:text-center {
138
100
  text-align: center;
139
101
  }
140
102
 
141
- .text-ellipsis {
142
- text-overflow: ellipsis;
143
- }
144
-
145
- .capitalize {
146
- text-transform: capitalize;
103
+ .tw\:text-left {
104
+ text-align: left;
147
105
  }
148
106
 
149
- .lowercase {
150
- text-transform: lowercase;
107
+ .tw\:font-primary {
108
+ font-family: var(--ptc-font-latin);
151
109
  }
152
110
 
153
- .uppercase {
154
- text-transform: uppercase;
111
+ .tw\:leading-\[18px\] {
112
+ --tw-leading: 18px;
113
+ line-height: 18px;
155
114
  }
156
115
 
157
- .italic {
158
- font-style: italic;
116
+ .tw\:leading-\[21px\] {
117
+ --tw-leading: 21px;
118
+ line-height: 21px;
159
119
  }
160
120
 
161
- .underline {
162
- text-decoration-line: underline;
121
+ .tw\:leading-\[22px\] {
122
+ --tw-leading: 22px;
123
+ line-height: 22px;
163
124
  }
164
125
 
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
- .outline {
171
- outline-style: var(--tw-outline-style);
172
- outline-width: 1px;
131
+ .tw\:text-\[\#40434A\] {
132
+ color: #40434A;
173
133
  }
174
134
 
175
- .grayscale {
176
- --tw-grayscale: grayscale(100%);
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
- .filter {
181
- 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, );
139
+ .tw\:text-gray-800 {
140
+ color: var(--color-gray-08);
182
141
  }
183
142
 
184
- .backdrop-filter {
185
- backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
143
+ .tw\:text-gray-900 {
144
+ color: var(--color-gray-09);
186
145
  }
187
146
 
188
- .transition {
189
- transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
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
- .select-all {
195
- -webkit-user-select: all;
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-rotate-x {
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-shadow {
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-rotate-x: initial;
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-shadow: 0 0 #0000;
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
  }