@haloduck/ui 2.0.42 → 2.0.44

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/index.d.ts CHANGED
@@ -104,6 +104,8 @@ declare class SelectComponent implements ControlValueAccessor, AfterViewInit, On
104
104
  private readonly viewContainerRef;
105
105
  private readonly cdr;
106
106
  private overlayRef;
107
+ private static instanceCounter;
108
+ readonly radioGroupName: string;
107
109
  selectedChange: EventEmitter<string | string[]>;
108
110
  disabled: boolean | null;
109
111
  loading: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haloduck/ui",
3
- "version": "2.0.42",
3
+ "version": "2.0.44",
4
4
  "description": "HaloDuck UI Library - Angular",
5
5
  "keywords": [
6
6
  "angular",
package/src/tailwind.css CHANGED
@@ -1489,17 +1489,6 @@
1489
1489
  }
1490
1490
  }
1491
1491
  }
1492
- .focus\:ring-2 {
1493
- &:focus {
1494
- --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
1495
- box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
1496
- }
1497
- }
1498
- .focus\:ring-light-primary {
1499
- &:focus {
1500
- --tw-ring-color: var(--color-light-primary);
1501
- }
1502
- }
1503
1492
  .focus\:outline-2 {
1504
1493
  &:focus {
1505
1494
  outline-style: var(--tw-outline-style);
@@ -1944,13 +1933,6 @@
1944
1933
  }
1945
1934
  }
1946
1935
  }
1947
- .dark\:focus\:ring-dark-primary {
1948
- @media (prefers-color-scheme: dark) {
1949
- &:focus {
1950
- --tw-ring-color: var(--color-dark-primary);
1951
- }
1952
- }
1953
- }
1954
1936
  .dark\:focus\:outline-dark-primary {
1955
1937
  @media (prefers-color-scheme: dark) {
1956
1938
  &:focus {