pdm-ui-kit 0.1.30 → 0.1.31
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/fesm2020/pdm-ui-kit.mjs
CHANGED
|
@@ -304,9 +304,17 @@ class PdmButtonGroupComponent {
|
|
|
304
304
|
'[&>pdm-select:first-child>select]:!rounded-l-md',
|
|
305
305
|
'[&>pdm-select:last-child>select]:!rounded-r-md',
|
|
306
306
|
'[&>pdm-select>select]:shadow-none',
|
|
307
|
+
'[&>pdm-select>div>button]:!rounded-none',
|
|
308
|
+
'[&>pdm-select:first-child>div>button]:!rounded-l-md',
|
|
309
|
+
'[&>pdm-select:last-child>div>button]:!rounded-r-md',
|
|
310
|
+
'[&>pdm-select:not(:first-child)>div>button]:!rounded-l-none',
|
|
311
|
+
'[&>pdm-select:not(:last-child)>div>button]:!rounded-r-none',
|
|
312
|
+
'[&>pdm-select:not(:first-child)>div>button]:!border-l-0',
|
|
313
|
+
'[&>pdm-select>div>button]:shadow-none',
|
|
307
314
|
'[&>pdm-button>button]:!rounded-none',
|
|
308
315
|
'[&>pdm-button:first-child>button]:!rounded-l-md',
|
|
309
316
|
'[&>pdm-button:last-child>button]:!rounded-r-md',
|
|
317
|
+
'[&>pdm-button:not(:first-child)>button]:!border-l-0',
|
|
310
318
|
'[&>pdm-input>div>input]:!rounded-none',
|
|
311
319
|
'[&>pdm-input:first-child>div>input]:!rounded-l-md',
|
|
312
320
|
'[&>pdm-input:last-child>div>input]:!rounded-r-md',
|
|
@@ -324,10 +332,12 @@ class PdmButtonGroupComponent {
|
|
|
324
332
|
'[&>pdm-tooltip>span>pdm-button>button]:!rounded-none',
|
|
325
333
|
'[&>pdm-tooltip:first-child>span>pdm-button>button]:!rounded-l-md',
|
|
326
334
|
'[&>pdm-tooltip:last-child>span>pdm-button>button]:!rounded-r-md',
|
|
335
|
+
'[&>pdm-tooltip:not(:first-child)>span>pdm-button>button]:!border-l-0',
|
|
327
336
|
'[&>pdm-tooltip>span>pdm-button>button]:shadow-none',
|
|
328
337
|
'[&>pdm-tooltip>span>button]:!rounded-none',
|
|
329
338
|
'[&>pdm-tooltip:first-child>span>button]:!rounded-l-md',
|
|
330
339
|
'[&>pdm-tooltip:last-child>span>button]:!rounded-r-md',
|
|
340
|
+
'[&>pdm-tooltip:not(:first-child)>span>button]:!border-l-0',
|
|
331
341
|
'[&>pdm-tooltip>span>button]:shadow-none',
|
|
332
342
|
'[&>pdm-tooltip>span>pdm-input>div>input]:!rounded-none',
|
|
333
343
|
'[&>pdm-tooltip:first-child>span>pdm-input>div>input]:!rounded-l-md',
|
|
@@ -344,6 +354,13 @@ class PdmButtonGroupComponent {
|
|
|
344
354
|
'[&>pdm-tooltip:first-child>span>pdm-select>select]:!rounded-l-md',
|
|
345
355
|
'[&>pdm-tooltip:last-child>span>pdm-select>select]:!rounded-r-md',
|
|
346
356
|
'[&>pdm-tooltip>span>pdm-select>select]:shadow-none',
|
|
357
|
+
'[&>pdm-tooltip>span>pdm-select>div>button]:!rounded-none',
|
|
358
|
+
'[&>pdm-tooltip:first-child>span>pdm-select>div>button]:!rounded-l-md',
|
|
359
|
+
'[&>pdm-tooltip:last-child>span>pdm-select>div>button]:!rounded-r-md',
|
|
360
|
+
'[&>pdm-tooltip:not(:first-child)>span>pdm-select>div>button]:!rounded-l-none',
|
|
361
|
+
'[&>pdm-tooltip:not(:last-child)>span>pdm-select>div>button]:!rounded-r-none',
|
|
362
|
+
'[&>pdm-tooltip:not(:first-child)>span>pdm-select>div>button]:!border-l-0',
|
|
363
|
+
'[&>pdm-tooltip>span>pdm-select>div>button]:shadow-none',
|
|
347
364
|
'[&>pdm-tooltip>span>select]:!rounded-none',
|
|
348
365
|
'[&>pdm-tooltip:first-child>span>select]:!rounded-l-md',
|
|
349
366
|
'[&>pdm-tooltip:last-child>span>select]:!rounded-r-md',
|
|
@@ -372,9 +389,17 @@ class PdmButtonGroupComponent {
|
|
|
372
389
|
'[&>pdm-select:first-child>select]:!rounded-t-md',
|
|
373
390
|
'[&>pdm-select:last-child>select]:!rounded-b-md',
|
|
374
391
|
'[&>pdm-select>select]:shadow-none',
|
|
392
|
+
'[&>pdm-select>div>button]:!rounded-none',
|
|
393
|
+
'[&>pdm-select:first-child>div>button]:!rounded-t-md',
|
|
394
|
+
'[&>pdm-select:last-child>div>button]:!rounded-b-md',
|
|
395
|
+
'[&>pdm-select:not(:first-child)>div>button]:!rounded-t-none',
|
|
396
|
+
'[&>pdm-select:not(:last-child)>div>button]:!rounded-b-none',
|
|
397
|
+
'[&>pdm-select:not(:first-child)>div>button]:!border-t-0',
|
|
398
|
+
'[&>pdm-select>div>button]:shadow-none',
|
|
375
399
|
'[&>pdm-input>div>input]:bg-background',
|
|
376
400
|
'[&>pdm-input>div>input]:shadow-none',
|
|
377
401
|
'[&>pdm-button>button]:shadow-none',
|
|
402
|
+
'[&>pdm-button:not(:first-child)>button]:!border-t-0',
|
|
378
403
|
'[&>pdm-tooltip>span>*]:rounded-none',
|
|
379
404
|
'[&>pdm-tooltip:first-child>span>*]:rounded-t-md',
|
|
380
405
|
'[&>pdm-tooltip:last-child>span>*]:rounded-b-md',
|
|
@@ -382,10 +407,12 @@ class PdmButtonGroupComponent {
|
|
|
382
407
|
'[&>pdm-tooltip>span>pdm-button>button]:!rounded-none',
|
|
383
408
|
'[&>pdm-tooltip:first-child>span>pdm-button>button]:!rounded-t-md',
|
|
384
409
|
'[&>pdm-tooltip:last-child>span>pdm-button>button]:!rounded-b-md',
|
|
410
|
+
'[&>pdm-tooltip:not(:first-child)>span>pdm-button>button]:!border-t-0',
|
|
385
411
|
'[&>pdm-tooltip>span>pdm-button>button]:shadow-none',
|
|
386
412
|
'[&>pdm-tooltip>span>button]:!rounded-none',
|
|
387
413
|
'[&>pdm-tooltip:first-child>span>button]:!rounded-t-md',
|
|
388
414
|
'[&>pdm-tooltip:last-child>span>button]:!rounded-b-md',
|
|
415
|
+
'[&>pdm-tooltip:not(:first-child)>span>button]:!border-t-0',
|
|
389
416
|
'[&>pdm-tooltip>span>button]:shadow-none',
|
|
390
417
|
'[&>pdm-tooltip>span>pdm-input>div>input]:!rounded-none',
|
|
391
418
|
'[&>pdm-tooltip:first-child>span>pdm-input>div>input]:!rounded-t-md',
|
|
@@ -402,6 +429,13 @@ class PdmButtonGroupComponent {
|
|
|
402
429
|
'[&>pdm-tooltip:first-child>span>pdm-select>select]:!rounded-t-md',
|
|
403
430
|
'[&>pdm-tooltip:last-child>span>pdm-select>select]:!rounded-b-md',
|
|
404
431
|
'[&>pdm-tooltip>span>pdm-select>select]:shadow-none',
|
|
432
|
+
'[&>pdm-tooltip>span>pdm-select>div>button]:!rounded-none',
|
|
433
|
+
'[&>pdm-tooltip:first-child>span>pdm-select>div>button]:!rounded-t-md',
|
|
434
|
+
'[&>pdm-tooltip:last-child>span>pdm-select>div>button]:!rounded-b-md',
|
|
435
|
+
'[&>pdm-tooltip:not(:first-child)>span>pdm-select>div>button]:!rounded-t-none',
|
|
436
|
+
'[&>pdm-tooltip:not(:last-child)>span>pdm-select>div>button]:!rounded-b-none',
|
|
437
|
+
'[&>pdm-tooltip:not(:first-child)>span>pdm-select>div>button]:!border-t-0',
|
|
438
|
+
'[&>pdm-tooltip>span>pdm-select>div>button]:shadow-none',
|
|
405
439
|
'[&>pdm-tooltip>span>select]:!rounded-none',
|
|
406
440
|
'[&>pdm-tooltip:first-child>span>select]:!rounded-t-md',
|
|
407
441
|
'[&>pdm-tooltip:last-child>span>select]:!rounded-b-md',
|