pdm-ui-kit 0.1.25 → 0.1.26

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.
@@ -320,7 +320,22 @@ class PdmButtonGroupComponent {
320
320
  '[&>pdm-tooltip>span>*]:rounded-none',
321
321
  '[&>pdm-tooltip:first-child>span>*]:rounded-l-md',
322
322
  '[&>pdm-tooltip:last-child>span>*]:rounded-r-md',
323
- '[&>pdm-tooltip:not(:first-child)>span>*]:border-l-0'
323
+ '[&>pdm-tooltip:not(:first-child)>span>*]:border-l-0',
324
+ '[&>pdm-tooltip>span>pdm-button>button]:!rounded-none',
325
+ '[&>pdm-tooltip:first-child>span>pdm-button>button]:!rounded-l-md',
326
+ '[&>pdm-tooltip:last-child>span>pdm-button>button]:!rounded-r-md',
327
+ '[&>pdm-tooltip>span>pdm-button>button]:shadow-none',
328
+ '[&>pdm-tooltip>span>pdm-input>div>input]:!rounded-none',
329
+ '[&>pdm-tooltip:first-child>span>pdm-input>div>input]:!rounded-l-md',
330
+ '[&>pdm-tooltip:last-child>span>pdm-input>div>input]:!rounded-r-md',
331
+ '[&>pdm-tooltip>span>pdm-input>div>input]:shadow-none',
332
+ '[&>pdm-tooltip>span>pdm-input-group>div]:!rounded-none',
333
+ '[&>pdm-tooltip:first-child>span>pdm-input-group>div]:!rounded-l-md',
334
+ '[&>pdm-tooltip:last-child>span>pdm-input-group>div]:!rounded-r-md',
335
+ '[&>pdm-tooltip>span>pdm-select>select]:!rounded-none',
336
+ '[&>pdm-tooltip:first-child>span>pdm-select>select]:!rounded-l-md',
337
+ '[&>pdm-tooltip:last-child>span>pdm-select>select]:!rounded-r-md',
338
+ '[&>pdm-tooltip>span>pdm-select>select]:shadow-none'
324
339
  ].join(' ')
325
340
  : '';
326
341
  const groupVerticalClasses = isGroup && isVertical && !this.separated
@@ -351,7 +366,22 @@ class PdmButtonGroupComponent {
351
366
  '[&>pdm-tooltip>span>*]:rounded-none',
352
367
  '[&>pdm-tooltip:first-child>span>*]:rounded-t-md',
353
368
  '[&>pdm-tooltip:last-child>span>*]:rounded-b-md',
354
- '[&>pdm-tooltip:not(:first-child)>span>*]:border-t-0'
369
+ '[&>pdm-tooltip:not(:first-child)>span>*]:border-t-0',
370
+ '[&>pdm-tooltip>span>pdm-button>button]:!rounded-none',
371
+ '[&>pdm-tooltip:first-child>span>pdm-button>button]:!rounded-t-md',
372
+ '[&>pdm-tooltip:last-child>span>pdm-button>button]:!rounded-b-md',
373
+ '[&>pdm-tooltip>span>pdm-button>button]:shadow-none',
374
+ '[&>pdm-tooltip>span>pdm-input>div>input]:!rounded-none',
375
+ '[&>pdm-tooltip:first-child>span>pdm-input>div>input]:!rounded-t-md',
376
+ '[&>pdm-tooltip:last-child>span>pdm-input>div>input]:!rounded-b-md',
377
+ '[&>pdm-tooltip>span>pdm-input>div>input]:shadow-none',
378
+ '[&>pdm-tooltip>span>pdm-input-group>div]:!rounded-none',
379
+ '[&>pdm-tooltip:first-child>span>pdm-input-group>div]:!rounded-t-md',
380
+ '[&>pdm-tooltip:last-child>span>pdm-input-group>div]:!rounded-b-md',
381
+ '[&>pdm-tooltip>span>pdm-select>select]:!rounded-none',
382
+ '[&>pdm-tooltip:first-child>span>pdm-select>select]:!rounded-t-md',
383
+ '[&>pdm-tooltip:last-child>span>pdm-select>select]:!rounded-b-md',
384
+ '[&>pdm-tooltip>span>pdm-select>select]:shadow-none'
355
385
  ].join(' ')
356
386
  : '';
357
387
  return [