pdm-ui-kit 0.1.24 → 0.1.25

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.
@@ -300,6 +300,10 @@ class PdmButtonGroupComponent {
300
300
  '[&>pdm-button>button]:h-9',
301
301
  '[&>pdm-input]:flex-1',
302
302
  '[&>pdm-input>div]:w-full',
303
+ '[&>pdm-select>select]:!rounded-none',
304
+ '[&>pdm-select:first-child>select]:!rounded-l-md',
305
+ '[&>pdm-select:last-child>select]:!rounded-r-md',
306
+ '[&>pdm-select>select]:shadow-none',
303
307
  '[&>pdm-button>button]:!rounded-none',
304
308
  '[&>pdm-button:first-child>button]:!rounded-l-md',
305
309
  '[&>pdm-button:last-child>button]:!rounded-r-md',
@@ -312,7 +316,11 @@ class PdmButtonGroupComponent {
312
316
  '[&>pdm-input>div>input]:bg-background',
313
317
  '[&>pdm-input>div>input]:shadow-none',
314
318
  '[&>pdm-button>button]:rounded-l-none',
315
- '[&>pdm-button>button]:shadow-none'
319
+ '[&>pdm-button>button]:shadow-none',
320
+ '[&>pdm-tooltip>span>*]:rounded-none',
321
+ '[&>pdm-tooltip:first-child>span>*]:rounded-l-md',
322
+ '[&>pdm-tooltip:last-child>span>*]:rounded-r-md',
323
+ '[&>pdm-tooltip:not(:first-child)>span>*]:border-l-0'
316
324
  ].join(' ')
317
325
  : '';
318
326
  const groupVerticalClasses = isGroup && isVertical && !this.separated
@@ -333,9 +341,17 @@ class PdmButtonGroupComponent {
333
341
  '[&>pdm-input-group>div]:!rounded-none',
334
342
  '[&>pdm-input-group:first-child>div]:!rounded-t-md',
335
343
  '[&>pdm-input-group:last-child>div]:!rounded-b-md',
344
+ '[&>pdm-select>select]:!rounded-none',
345
+ '[&>pdm-select:first-child>select]:!rounded-t-md',
346
+ '[&>pdm-select:last-child>select]:!rounded-b-md',
347
+ '[&>pdm-select>select]:shadow-none',
336
348
  '[&>pdm-input>div>input]:bg-background',
337
349
  '[&>pdm-input>div>input]:shadow-none',
338
- '[&>pdm-button>button]:shadow-none'
350
+ '[&>pdm-button>button]:shadow-none',
351
+ '[&>pdm-tooltip>span>*]:rounded-none',
352
+ '[&>pdm-tooltip:first-child>span>*]:rounded-t-md',
353
+ '[&>pdm-tooltip:last-child>span>*]:rounded-b-md',
354
+ '[&>pdm-tooltip:not(:first-child)>span>*]:border-t-0'
339
355
  ].join(' ')
340
356
  : '';
341
357
  return [