@brickclay-org/ui 0.0.21 → 0.0.22

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickclay-org/ui",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=17.0.0 <=21.0.0",
6
6
  "@angular/core": ">=17.0.0 <=21.0.0",
@@ -40,22 +40,22 @@
40
40
  /* --- SIZES --- */
41
41
  /* These classes define padding, text size, AND icon/spinner size */
42
42
 
43
- .xxsm { @apply px-2 py-1 text-xs leading-[18px]; }
44
- .xsm { @apply px-3 py-2 text-xs leading-[18px]; }
45
- .sm { @apply px-[14px] py-2 text-sm; }
46
- .md { @apply px-4 py-2.5 text-sm; }
47
- .lg { @apply px-[18px] py-2.5 text-base; }
48
- .xl { @apply px-5 py-3 text-base; }
49
- .xxl { @apply px-7 py-4 text-lg leading-[26px]; }
43
+ .btn.xxsm { @apply px-2 py-1 text-xs leading-[18px]; }
44
+ .btn.xsm { @apply px-3 py-2 text-xs leading-[18px]; }
45
+ .btn.sm { @apply px-[14px] py-2 text-sm; }
46
+ .btn.md { @apply px-4 py-2.5 text-sm; }
47
+ .btn.lg { @apply px-[18px] py-2.5 text-base; }
48
+ .btn.xl { @apply px-5 py-3 text-base; }
49
+ .btn.xxl { @apply px-7 py-4 text-lg leading-[26px]; }
50
50
 
51
51
  /* --- ICON SIZING (Nested) --- */
52
- .xxsm .icon { @apply size-[11px]; }
53
- .xsm .icon { @apply size-[15px]; }
54
- .sm .icon { @apply size-4; }
55
- .md .icon { @apply size-4; }
56
- .lg .icon { @apply size-4; }
57
- .xl .icon { @apply size-4; }
58
- .xxl .icon { @apply size-5; }
52
+ .btn.xxsm .icon { @apply size-[11px]; }
53
+ .btn.xsm .icon { @apply size-[15px]; }
54
+ .btn.sm .icon { @apply size-4; }
55
+ .btn.md .icon { @apply size-4; }
56
+ .btn.lg .icon { @apply size-4; }
57
+ .btn.xl .icon { @apply size-4; }
58
+ .btn.xxl .icon { @apply size-5; }
59
59
 
60
60
  /* --- SPINNER --- */
61
61
  .spinner {
@@ -63,10 +63,10 @@
63
63
  }
64
64
 
65
65
  /* Spinner sizing per button size */
66
- .xxsm .spinner { @apply size-[14px] border-[1.5px]; }
67
- .xsm .spinner { @apply size-[15px] border-[1.5px]; }
68
- .sm .spinner { @apply size-[15px] border-[1.5px]; }
69
- .md .spinner { @apply size-[15px] border-[1.5px]; }
70
- .lg .spinner { @apply size-[15px] border-[1.5px]; }
71
- .xl .spinner { @apply size-[15px] border-[1.5px]; }
72
- .xxl .spinner { @apply size-[24px] border-[2.34px]; }
66
+ .btn.xxsm .spinner { @apply size-[14px] border-[1.5px]; }
67
+ .btn.xsm .spinner { @apply size-[15px] border-[1.5px]; }
68
+ .btn.sm .spinner { @apply size-[15px] border-[1.5px]; }
69
+ .btn.md .spinner { @apply size-[15px] border-[1.5px]; }
70
+ .btn.lg .spinner { @apply size-[15px] border-[1.5px]; }
71
+ .btn.xl .spinner { @apply size-[15px] border-[1.5px]; }
72
+ .btn.xxl .spinner { @apply size-[24px] border-[2.34px]; }