@bcc-code/component-library-vue 0.0.0-dev.3657f7e → 0.0.0-dev.38989a9

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/dist/theme.css CHANGED
@@ -590,78 +590,83 @@
590
590
 
591
591
  /* === ./styles/utilities.css === */
592
592
  @utility center {
593
- @apply flex items-center justify-center;
594
-
595
- &.top {
596
- @apply items-start;
597
- }
593
+ @apply flex items-center justify-center;
598
594
 
599
- &.bottom {
600
- @apply items-end;
601
- }
595
+ &.top {
596
+ @apply items-start;
597
+ }
602
598
 
603
- &.left {
604
- @apply justify-start;
605
- }
599
+ &.bottom {
600
+ @apply items-end;
601
+ }
606
602
 
607
- &.right {
608
- @apply justify-end;
609
- }
603
+ &.left {
604
+ @apply justify-start;
605
+ }
610
606
 
611
- &.stretch {
612
- @apply items-stretch;
613
- }
607
+ &.right {
608
+ @apply justify-end;
609
+ }
610
+
611
+ &.stretch {
612
+ @apply items-stretch;
613
+ }
614
614
  }
615
615
 
616
616
  @utility col {
617
- @apply flex flex-col items-center justify-center;
617
+ @apply flex flex-col items-center justify-center;
618
618
 
619
- &.left {
620
- @apply items-start;
621
- }
619
+ &.left {
620
+ @apply items-start;
621
+ }
622
622
 
623
- &.right {
624
- @apply items-end;
625
- }
623
+ &.right {
624
+ @apply items-end;
625
+ }
626
626
 
627
- &.top {
628
- @apply justify-start;
629
- }
627
+ &.top {
628
+ @apply justify-start;
629
+ }
630
630
 
631
- &.bottom {
632
- @apply justify-end;
633
- }
631
+ &.bottom {
632
+ @apply justify-end;
633
+ }
634
634
  }
635
635
 
636
636
  @utility between {
637
- @apply justify-between;
637
+ @apply justify-between;
638
638
  }
639
639
 
640
640
  @utility hide-scrollbar {
641
- -ms-overflow-style: none; /* for Internet Explorer, Edge */
642
- scrollbar-width: none; /* for Firefox */
643
- overflow-y: scroll;
641
+ -ms-overflow-style: none; /* for Internet Explorer, Edge */
642
+ scrollbar-width: none; /* for Firefox */
643
+ overflow-y: scroll;
644
644
 
645
- &::-webkit-scrollbar {
646
- display: none; /* for Chrome, Safari, and Opera */
647
- }
645
+ &::-webkit-scrollbar {
646
+ display: none; /* for Chrome, Safari, and Opera */
647
+ }
648
648
  }
649
649
 
650
650
  /* Capitalize first letter */
651
651
  @utility capital {
652
- @apply inline-block;
652
+ @apply inline-block;
653
653
 
654
- &::first-letter {
655
- text-transform: uppercase;
656
- }
654
+ &::first-letter {
655
+ text-transform: uppercase;
656
+ }
657
+
658
+ &.bcc-badge {
659
+ @apply inline-flex;
660
+ }
657
661
  }
658
662
 
659
663
  /* Inset 0 */
660
664
  @utility inset-0 {
661
- @apply left-0 right-0 top-0 bottom-0;
665
+ @apply top-0 right-0 bottom-0 left-0;
662
666
  }
663
667
 
664
668
 
669
+
665
670
  /* === ./styles/contexts.css === */
666
671
  /* Auto-generated from src/figma-modes. Do not edit by hand. */
667
672
  /* Run: pnpm run generate:context-css */
@@ -769,18 +774,18 @@
769
774
  }
770
775
 
771
776
  @utility ctx-brand-bolder {
772
- --ctx-text: var(--color-default-bcc-100);
777
+ --ctx-text: var(--color-default-neutral-0);
773
778
  --ctx-text-bold: var(--color-default-neutral-0);
774
- --ctx-background: var(--color-default-bcc-700);
775
- --ctx-gradient: var(--color-default-bcc-800);
779
+ --ctx-background: var(--color-default-bcc-800);
780
+ --ctx-gradient: var(--color-default-bcc-900);
776
781
  --ctx-border: var(--color-default-bcc-700);
777
782
  --ctx-shadow: var(--color-neutral-alpha-500A);
778
- --ctx-text-hover: var(--color-default-bcc-100);
779
- --ctx-text-pressed: var(--color-default-bcc-100);
780
- --ctx-background-hover: var(--color-default-bcc-800);
781
- --ctx-background-pressed: var(--color-default-bcc-900);
782
- --ctx-gradient-hover: var(--color-default-bcc-900);
783
- --ctx-gradient-pressed: var(--color-default-bcc-900);
783
+ --ctx-text-hover: var(--color-default-neutral-0);
784
+ --ctx-text-pressed: var(--color-default-neutral-0);
785
+ --ctx-background-hover: var(--color-default-bcc-900);
786
+ --ctx-background-pressed: var(--color-default-bcc-1000);
787
+ --ctx-gradient-hover: var(--color-default-bcc-1000);
788
+ --ctx-gradient-pressed: var(--color-default-bcc-1000);
784
789
  --ctx-border-hover: var(--color-default-bcc-700);
785
790
  --ctx-border-pressed: var(--color-default-bcc-700);
786
791
  }
@@ -975,16 +980,16 @@
975
980
  @utility ctx-gray-bolder {
976
981
  --ctx-text: var(--color-default-neutral-200);
977
982
  --ctx-text-bold: var(--color-default-neutral-100);
978
- --ctx-background: var(--color-default-neutral-800);
979
- --ctx-gradient: var(--color-default-neutral-700);
983
+ --ctx-background: var(--color-default-neutral-700);
984
+ --ctx-gradient: var(--color-default-neutral-800);
980
985
  --ctx-border: var(--color-default-neutral-700);
981
986
  --ctx-shadow: var(--color-neutral-alpha-500A);
982
987
  --ctx-text-hover: var(--color-default-neutral-200);
983
988
  --ctx-text-pressed: var(--color-default-neutral-200);
984
- --ctx-background-hover: var(--color-default-neutral-700);
985
- --ctx-background-pressed: var(--color-default-neutral-600);
986
- --ctx-gradient-hover: var(--color-default-neutral-600);
987
- --ctx-gradient-pressed: var(--color-default-neutral-600);
989
+ --ctx-background-hover: var(--color-default-neutral-800);
990
+ --ctx-background-pressed: var(--color-default-neutral-900);
991
+ --ctx-gradient-hover: var(--color-default-neutral-900);
992
+ --ctx-gradient-pressed: var(--color-default-neutral-900);
988
993
  --ctx-border-hover: var(--color-default-neutral-700);
989
994
  --ctx-border-pressed: var(--color-default-neutral-700);
990
995
  }
@@ -1723,88 +1728,104 @@
1723
1728
 
1724
1729
 
1725
1730
  /* === ./styles/context.css === */
1726
-
1727
1731
  @theme {
1728
- --color-brand-100: var(--color-bcc-100);
1729
- --color-brand-200: var(--color-bcc-200);
1730
- --color-brand-300: var(--color-bcc-300);
1731
- --color-brand-400: var(--color-bcc-400);
1732
- --color-brand-500: var(--color-bcc-500);
1733
- --color-brand-600: var(--color-bcc-600);
1734
- --color-brand-700: var(--color-bcc-700);
1735
- --color-brand-800: var(--color-bcc-800);
1736
- --color-brand-900: var(--color-bcc-900);
1737
- --color-brand-1000: var(--color-bcc-1000);
1732
+ --color-brand-100: var(--color-bcc-100);
1733
+ --color-brand-200: var(--color-bcc-200);
1734
+ --color-brand-300: var(--color-bcc-300);
1735
+ --color-brand-400: var(--color-bcc-400);
1736
+ --color-brand-500: var(--color-bcc-500);
1737
+ --color-brand-600: var(--color-bcc-600);
1738
+ --color-brand-700: var(--color-bcc-700);
1739
+ --color-brand-800: var(--color-bcc-800);
1740
+ --color-brand-900: var(--color-bcc-900);
1741
+ --color-brand-1000: var(--color-bcc-1000);
1738
1742
  }
1739
1743
 
1740
1744
  /** DEFAULT CONTEXTS */
1741
1745
  @utility ctx-default {
1742
- @apply ctx-neutral-subtlest;
1746
+ @apply ctx-neutral-subtlest;
1747
+ }
1748
+ @utility ctx-success {
1749
+ @apply ctx-success-subtlest;
1750
+ }
1751
+ @utility ctx-danger {
1752
+ @apply ctx-danger-subtlest;
1753
+ }
1754
+ @utility ctx-warning {
1755
+ @apply ctx-warning-subtlest;
1756
+ }
1757
+ @utility ctx-info {
1758
+ @apply ctx-info-subtlest;
1743
1759
  }
1744
- @utility ctx-success { @apply ctx-success-subtlest; }
1745
- @utility ctx-danger { @apply ctx-danger-subtlest; }
1746
- @utility ctx-warning { @apply ctx-warning-subtlest; }
1747
- @utility ctx-info { @apply ctx-info-subtlest; }
1748
1760
 
1749
1761
  @utility text-ctx {
1750
- color: var(--ctx-text);
1762
+ color: var(--ctx-text);
1751
1763
  }
1752
1764
 
1753
1765
  @utility text-ctx-bold {
1754
- color: var(--ctx-text-bold);
1766
+ color: var(--ctx-text-bold);
1755
1767
  }
1756
1768
 
1757
1769
  @utility bg-ctx {
1758
- background-color: var(--ctx-background);
1770
+ background-color: var(--ctx-background);
1759
1771
  }
1760
1772
 
1761
1773
  @utility border-ctx {
1762
- border-color: var(--ctx-border);
1774
+ border-color: var(--ctx-border);
1763
1775
  }
1764
1776
 
1765
1777
  @utility shadow-ctx {
1766
- --tw-shadow-color: var(--ctx-shadow);
1778
+ --tw-shadow-color: var(--ctx-shadow);
1767
1779
  }
1768
1780
 
1769
1781
  @utility ctx {
1770
- background-color: var(--ctx-background);
1771
- color: var(--ctx-text);
1772
- border-color: var(--ctx-border);
1782
+ background-color: var(--ctx-background);
1783
+ color: var(--ctx-text);
1784
+ border-color: var(--ctx-border);
1773
1785
  }
1774
1786
 
1775
1787
  @utility ctx-gradient {
1776
- background: linear-gradient(225deg, var(--ctx-background) 0%, var(--ctx-gradient) 100%);
1788
+ background: linear-gradient(225deg, var(--ctx-background) 0%, var(--ctx-gradient) 100%);
1789
+
1790
+ @variant dark {
1791
+ background: linear-gradient(225deg, var(--ctx-gradient) 0%, var(--ctx-background) 100%);
1792
+ }
1777
1793
  }
1778
1794
 
1779
1795
  @utility ctx-raised {
1780
- box-shadow: 0 1px 1px 0 var(--ctx-shadow), 0 0 1px 0 var(--ctx-shadow);
1796
+ box-shadow:
1797
+ 0 1px 1px 0 var(--ctx-shadow),
1798
+ 0 0 1px 0 var(--ctx-shadow);
1781
1799
  }
1782
1800
 
1783
1801
  @utility ctx-flat {
1784
- --ctx-background: transparent;
1802
+ --ctx-background: transparent;
1785
1803
 
1786
- @variant hover {
1787
- --ctx-background: var(--ctx-background-hover);
1788
- }
1804
+ @variant hover {
1805
+ --ctx-background: var(--ctx-background-hover);
1806
+ }
1789
1807
  }
1790
1808
 
1791
1809
  @utility clickable {
1792
- cursor: pointer;
1810
+ cursor: pointer;
1793
1811
  }
1794
1812
 
1795
- .clickable:hover {
1796
- --ctx-background: var(--ctx-background-hover);
1797
- --ctx-text: var(--ctx-text-hover);
1798
- --ctx-border: var(--ctx-border-hover);
1799
- }
1813
+ @media (hover: hover) and (pointer: fine) {
1814
+ .clickable:hover {
1815
+ --ctx-background: var(--ctx-background-hover);
1816
+ --ctx-text: var(--ctx-text-hover);
1817
+ --ctx-border: var(--ctx-border-hover);
1818
+ }
1800
1819
 
1801
- .clickable:active {
1802
- --ctx-background: var(--ctx-background-pressed);
1803
- --ctx-text: var(--ctx-text-pressed);
1804
- --ctx-border: var(--ctx-border-pressed);
1820
+ .clickable:active {
1821
+ --ctx-background: var(--ctx-background-pressed);
1822
+ --ctx-text: var(--ctx-text-pressed);
1823
+ --ctx-border: var(--ctx-border-pressed);
1824
+ }
1805
1825
  }
1806
1826
 
1807
1827
 
1828
+
1808
1829
  /* === ./styles/fonts.css === */
1809
1830
  @utility heading-xs { font: var(--heading-xs); }
1810
1831
  @utility heading-sm { font: var(--heading-sm); }
@@ -1824,6 +1845,10 @@
1824
1845
  /* === ./styles/component-overrides.css === */
1825
1846
  /** Custom styles to fix primevue components that are not custom or wrapped. */
1826
1847
 
1848
+ :root {
1849
+ --p-toast-width: min(85vw, 400px);
1850
+ }
1851
+
1827
1852
  /**
1828
1853
  * GUTTER FIX
1829
1854
  * Primevue's dropwdown components are all missing the gap between input and dropdown
@@ -1937,29 +1962,27 @@
1937
1962
  }
1938
1963
 
1939
1964
  .bcc-app-nav-item {
1940
- @apply ctx-gray-subtlest text-ctx relative flex h-12 flex-1 flex-col items-center justify-center gap-1 transition-colors focus:ring-0 focus:outline-none;
1965
+ @apply relative flex h-12 flex-1 flex-col items-center justify-center gap-1 transition-colors focus:ring-0 focus:outline-none;
1941
1966
  }
1942
1967
 
1943
1968
  .bcc-nav-item-icon {
1944
- @apply size-6 opacity-50;
1969
+ @apply size-6 icon-subtlest;
1945
1970
  }
1946
1971
 
1947
1972
  .bcc-nav-item-badge {
1948
- @apply absolute top-0 right-1 opacity-75;
1973
+ @apply absolute top-0 right-1;
1949
1974
  }
1950
1975
 
1951
1976
  .bcc-nav-item-title {
1952
- @apply text-heading-xs text-center opacity-50;
1977
+ @apply text-heading-xs text-center text-subtlest opacity-75;
1953
1978
  }
1954
1979
 
1955
- .bcc-app-nav-item--active {
1956
- @apply text-selected;
1980
+ .bcc-app-nav-item--active .bcc-nav-item-title {
1981
+ @apply text-selected opacity-100;
1957
1982
  }
1958
1983
 
1959
- .bcc-app-nav-item--active .bcc-nav-item-icon,
1960
- .bcc-app-nav-item--active .bcc-nav-item-badge,
1961
- .bcc-app-nav-item--active .bcc-nav-item-title {
1962
- @apply opacity-100;
1984
+ .bcc-app-nav-item--active .bcc-nav-item-icon {
1985
+ @apply text-selected;
1963
1986
  }
1964
1987
  }
1965
1988
 
@@ -1972,10 +1995,6 @@
1972
1995
 
1973
1996
  @apply bg-ctx text-ctx;
1974
1997
  }
1975
-
1976
- .bcc-badge.capital {
1977
- @apply inline-flex;
1978
- }
1979
1998
  .bcc-badge.gradient {
1980
1999
  @apply ctx-gradient;
1981
2000
  }
@@ -2121,40 +2140,43 @@
2121
2140
 
2122
2141
  /* from ./BccFrame/BccFrame.css */
2123
2142
  @layer components {
2124
- .bcc-frame {
2125
- @apply ctx ctx-default w-full;
2126
- }
2143
+ .bcc-frame {
2144
+ @apply ctx ctx-default w-full border border-transparent;
2145
+ }
2127
2146
 
2128
- .bcc-frame.bcc-frame--shadow {
2129
- @apply shadow shadow-ctx;
2130
- }
2147
+ .bcc-frame.bcc-frame--shadow {
2148
+ @apply shadow-ctx shadow;
2149
+ }
2131
2150
 
2132
- .bcc-frame--raised {
2133
- --ctx-background: var(--color-elevation-surface-raised-default);
2134
- }
2135
- .bcc-frame--rounded {
2136
- @apply rounded-md;
2137
- }
2138
- .bcc-frame--raised.bcc-frame--shadow {
2139
- @apply shadow-raised;
2140
- }
2151
+ .bcc-frame--raised {
2152
+ --ctx-background: var(--color-elevation-surface-raised-default);
2153
+ }
2154
+ .bcc-frame--rounded {
2155
+ @apply rounded-md;
2156
+ }
2157
+ .bcc-frame--raised.bcc-frame--shadow {
2158
+ @apply shadow-raised dark:border-default;
2159
+ }
2141
2160
 
2142
- .bcc-frame--overlay {
2143
- --ctx-background: var(--color-elevation-surface-overlay-default);
2144
- }
2145
- .bcc-frame--overlay.bcc-frame--shadow {
2146
- @apply shadow-overlay;
2147
- }
2161
+ .bcc-frame--overlay {
2162
+ --ctx-background: var(--color-elevation-surface-overlay-default);
2163
+ @apply border;
2164
+ }
2165
+ .bcc-frame--overlay.bcc-frame--shadow {
2166
+ @apply shadow-overlay dark:border-default;
2167
+ }
2148
2168
 
2149
- .bcc-frame--sunken {
2150
- --ctx-background: var(--color-elevation-surface-sunken-default);
2151
- }
2152
- .bcc-frame--sunken.bcc-frame--shadow {
2153
- @apply shadow-inner;
2154
- }
2169
+ .bcc-frame--sunken {
2170
+ --ctx-background: var(--color-elevation-surface-sunken-default);
2171
+ @apply border;
2172
+ }
2173
+ .bcc-frame--sunken.bcc-frame--shadow {
2174
+ @apply dark:border-default shadow-inner;
2175
+ }
2155
2176
  }
2156
2177
 
2157
2178
 
2179
+
2158
2180
  /* from ./BccGraphic/BccGraphic.css */
2159
2181
  @layer components {
2160
2182
  .bcc-graphic .corner,
@@ -2318,117 +2340,120 @@
2318
2340
 
2319
2341
  /* from ./BccReact/BccReact.css */
2320
2342
  @layer components {
2321
- .bcc-react {
2322
- @apply relative flex w-full items-center overflow-visible;
2323
- }
2324
- .bcc-react-toggle {
2325
- @apply mr-1 flex shrink-0 cursor-pointer items-center justify-center rounded-full p-1 leading-tight transition;
2326
- }
2327
- .bcc-react-list {
2328
- @apply hide-scrollbar flex flex-1 items-center gap-1 overflow-x-auto overflow-y-hidden rounded-full p-1;
2329
- }
2330
- .bcc-react-empty {
2331
- @apply heading-xs flex items-center;
2332
- }
2343
+ .bcc-react {
2344
+ @apply relative flex w-full items-center overflow-visible;
2345
+ }
2346
+ .bcc-react-toggle {
2347
+ @apply mr-1 flex shrink-0 cursor-pointer items-center justify-center rounded-full p-1 transition;
2348
+ }
2349
+ .bcc-react-list {
2350
+ @apply hide-scrollbar flex flex-1 items-center gap-1 overflow-x-auto overflow-y-hidden rounded-full p-1;
2351
+ }
2352
+ .bcc-react-empty {
2353
+ @apply heading-xs flex items-center;
2354
+ }
2333
2355
 
2334
- .bcc-react-selector-container {
2335
- @apply absolute z-50 h-9;
2336
- @apply top-11 origin-top-left;
2337
- }
2356
+ .bcc-react-selector-container {
2357
+ @apply absolute z-50 h-9;
2358
+ @apply top-11 origin-top-left;
2359
+ }
2338
2360
 
2339
- .bcc-react-selector-container--top {
2340
- @apply -top-10 origin-bottom-left;
2341
- }
2361
+ .bcc-react-selector-container--top {
2362
+ @apply -top-10 origin-bottom-left;
2363
+ }
2342
2364
 
2343
- .bcc-react-selector {
2344
- @apply flex h-9 flex-col overflow-hidden bg-neutral-100 px-0 shadow-md;
2345
- border-radius: 18px;
2346
- }
2365
+ .bcc-react-selector {
2366
+ @apply flex h-9 flex-col overflow-hidden bg-neutral-100 px-0 shadow-md;
2367
+ border-radius: 18px;
2368
+ }
2347
2369
 
2348
- .bcc-react-selector-emojis-container {
2349
- @apply flex items-center bg-neutral-100 px-1;
2350
- }
2370
+ .bcc-react-selector-emojis-container {
2371
+ @apply flex items-center bg-neutral-100 px-1;
2372
+ }
2351
2373
 
2352
- .bcc-react-selector-more {
2353
- @apply flex w-9 items-center justify-center;
2354
- }
2355
- .bcc-react-selector-more-btn {
2356
- @apply flex h-7 w-7 items-center justify-center rounded-full bg-slate-200;
2357
- }
2374
+ .bcc-react-selector-more {
2375
+ @apply flex w-9 items-center justify-center;
2376
+ }
2377
+ .bcc-react-selector-more-btn {
2378
+ @apply flex h-7 w-7 items-center justify-center rounded-full bg-slate-200;
2379
+ }
2358
2380
 
2359
- .bcc-react-dropdown-container {
2360
- @apply left-0 top-0 -z-10 w-full max-w-full;
2361
- width: 296px;
2362
- }
2363
- .bcc-react-dropdown-container--top {
2364
- @apply bottom-0 top-auto pb-0;
2365
- }
2381
+ .bcc-react-dropdown-container {
2382
+ @apply top-0 left-0 -z-10 w-full max-w-full;
2383
+ width: 296px;
2384
+ }
2385
+ .bcc-react-dropdown-container--top {
2386
+ @apply top-auto bottom-0 pb-0;
2387
+ }
2366
2388
 
2367
- .bcc-react-dropdown {
2368
- @apply -z-10 flex w-full flex-wrap overflow-hidden px-1;
2369
- }
2389
+ .bcc-react-dropdown {
2390
+ @apply -z-10 flex w-full flex-wrap overflow-hidden px-1;
2391
+ }
2370
2392
 
2371
- .bcc-react-arrow-down-icon {
2372
- @apply h-6 w-6 text-slate-600;
2373
- transition: transform 0.3s ease;
2374
- }
2375
- .bcc-react-arrow-down-icon.open {
2376
- transform: rotate(-180deg);
2377
- }
2393
+ .bcc-react-arrow-down-icon {
2394
+ @apply h-6 w-6 text-slate-600;
2395
+ transition: transform 0.3s ease;
2396
+ }
2397
+ .bcc-react-arrow-down-icon.open {
2398
+ transform: rotate(-180deg);
2399
+ }
2378
2400
 
2379
- .bcc-react-selector-item {
2380
- @apply p-2 text-xl leading-none transition-transform duration-200 ease-out h-9 w-9 relative;
2381
- }
2401
+ .bcc-react-selector-item {
2402
+ @apply relative h-9 w-9 p-2 text-xl leading-none transition-transform duration-200 ease-out;
2403
+ }
2382
2404
 
2383
- .bcc-react-selector-item--clicked {
2384
- animation: scaleFadeOut 300ms forwards;
2385
- }
2405
+ .bcc-react-selector-item--clicked {
2406
+ animation: scaleFadeOut 300ms forwards;
2407
+ }
2386
2408
 
2387
- @keyframes scaleFadeOut {
2388
- 0% {
2389
- transform: scale(1);
2390
- opacity: 1;
2391
- }
2392
- 100% {
2393
- transform: scale(1.4);
2394
- opacity: 0;
2395
- }
2396
- }
2409
+ @keyframes scaleFadeOut {
2410
+ 0% {
2411
+ transform: scale(1);
2412
+ opacity: 1;
2413
+ }
2414
+ 100% {
2415
+ transform: scale(1.4);
2416
+ opacity: 0;
2417
+ }
2418
+ }
2397
2419
 
2398
- .bcc-react-emoji-list-item {
2399
- @apply flex ctx clickable items-center justify-center rounded-full p-1 text-2xl leading-none drop-shadow transition-all hover:scale-105;
2400
- /* Default --not-selected */
2401
- @apply ctx-neutral-subtlest;
2402
- }
2403
- .bcc-react-emoji-list-item.selected {
2404
- @apply ctx-neutral-subtle;
2405
- }
2420
+ .bcc-react-emoji-list-item {
2421
+ @apply ctx clickable center h-7 min-w-7 shrink-0 rounded-full p-1 text-lg leading-none drop-shadow transition-all hover:scale-105;
2422
+ /* Default --not-selected */
2423
+ @apply ctx-neutral-subtlest;
2424
+ }
2425
+ .bcc-react-emoji-list-item span {
2426
+ @apply leading-none;
2427
+ }
2428
+ .bcc-react-emoji-list-item.selected {
2429
+ @apply ctx-neutral-subtle;
2430
+ }
2406
2431
  }
2407
2432
 
2408
2433
 
2409
2434
 
2410
2435
  /* from ./BccTag/BccTag.css */
2411
-
2412
2436
  @layer components {
2413
2437
  .bcc-tag.bcc-badge {
2414
2438
  @apply w-auto;
2415
2439
  }
2416
2440
  .bcc-tag.bcc-badge.md {
2417
- @apply font-regular h-6;
2441
+ @apply text-body-md h-6;
2418
2442
  }
2419
2443
  .bcc-tag.bcc-badge.sm {
2420
- @apply font-regular h-5;
2444
+ @apply text-body-sm h-5;
2421
2445
  }
2422
2446
  .bcc-tag.bcc-badge.lg {
2423
- @apply font-regular h-8;
2447
+ @apply text-body-md h-8;
2424
2448
  }
2425
2449
  .bcc-tag.bcc-badge.xl {
2426
- @apply font-regular h-10;
2450
+ @apply text-body-lg h-10;
2427
2451
  }
2428
2452
  }
2429
2453
 
2430
2454
 
2431
2455
 
2456
+
2432
2457
  /* === ./components/wrapped/styles.css === */
2433
2458
 
2434
2459
  /* from ./BccAvatar/BccAvatar.css */
@@ -1,3 +1,11 @@
1
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ type __VLS_Props = {
2
+ icon?: string;
3
+ size?: 'sm' | 'md' | 'base' | 'lg' | 'xl' | '2xl' | '3xl';
4
+ left?: boolean;
5
+ right?: boolean;
6
+ };
7
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
8
+ size: "sm" | "md" | "base" | "lg" | "xl" | "2xl" | "3xl";
9
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
10
  declare const _default: typeof __VLS_export;
3
11
  export default _default;
@@ -9,6 +9,8 @@ export type GraphicProps = {
9
9
  ratio?: AspectRatioStyle;
10
10
  /** When true, renders the banner image in grayscale. */
11
11
  grayscale?: boolean;
12
+ /** When true, renders the banner image with a brightness of 150%. */
13
+ highlight?: boolean;
12
14
  };
13
15
  export declare const ratioClasses: {
14
16
  ultraWide: string;