@compose-market/theme 0.0.94 → 0.0.96

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.
@@ -222,6 +222,18 @@ export const shellCss = `/**
222
222
  pointer-events: none;
223
223
  }
224
224
 
225
+ .cm-app-chrome__navgroup,
226
+ .cm-app-chrome__navutility {
227
+ display: grid;
228
+ gap: var(--cm-chrome-gap);
229
+ pointer-events: none;
230
+ }
231
+
232
+ .cm-app-chrome__navutility {
233
+ margin-top: clamp(0.45rem, 1vw, 0.7rem);
234
+ padding-top: clamp(0.45rem, 1vw, 0.7rem);
235
+ }
236
+
225
237
  .cm-app-chrome__navitem,
226
238
  .cm-hud-button {
227
239
  position: relative;
@@ -258,20 +270,21 @@ export const shellCss = `/**
258
270
  .cm-app-chrome__navitem::before {
259
271
  content: "";
260
272
  position: absolute;
261
- inset-inline-start: -0.28rem;
262
- top: 50%;
263
- width: 0.17rem;
264
- height: 48%;
273
+ inset: -0.18rem;
265
274
  border-radius: 999px;
266
- background: linear-gradient(180deg, hsl(var(--primary)), hsl(var(--accent)));
275
+ background:
276
+ radial-gradient(circle at 50% 18%, hsl(var(--primary) / 0.28), transparent 46%),
277
+ radial-gradient(circle at 50% 86%, hsl(var(--accent) / 0.18), transparent 42%);
267
278
  box-shadow:
268
- 0 0 12px hsl(var(--primary) / 0.72),
269
- 0 0 18px hsl(var(--accent) / 0.35);
279
+ 0 0 0 1px hsl(var(--primary) / 0.42),
280
+ 0 0 18px hsl(var(--primary) / 0.2),
281
+ 0 0 22px hsl(var(--accent) / 0.1);
270
282
  opacity: 0;
271
- transform: translateY(-50%) scaleY(0.45);
283
+ transform: scale(0.72);
272
284
  transition:
273
285
  opacity 180ms ease,
274
286
  transform 180ms ease;
287
+ pointer-events: none;
275
288
  }
276
289
 
277
290
  .cm-app-chrome__navitem:hover,
@@ -293,11 +306,15 @@ export const shellCss = `/**
293
306
  .cm-app-chrome__navitem[data-active="true"] {
294
307
  color: hsl(var(--primary));
295
308
  border-color: hsl(var(--primary) / 0.52);
309
+ background:
310
+ radial-gradient(circle at 30% 14%, hsl(var(--primary) / 0.24), transparent 42%),
311
+ radial-gradient(circle at 78% 90%, hsl(var(--accent) / 0.18), transparent 44%),
312
+ linear-gradient(145deg, hsl(226 21% 25% / 0.58), hsl(221 50% 9% / 0.48));
296
313
  }
297
314
 
298
315
  .cm-app-chrome__navitem[data-active="true"]::before {
299
316
  opacity: 1;
300
- transform: translateY(-50%) scaleY(1);
317
+ transform: scale(1);
301
318
  }
302
319
 
303
320
  .cm-app-chrome__navitem-icon,
@@ -358,7 +375,7 @@ export const shellCss = `/**
358
375
  .cm-app-chrome__hud-group {
359
376
  container-type: inline-size;
360
377
  display: flex;
361
- max-width: min(100%, 68rem);
378
+ width: min(100%, 68rem);
362
379
  min-width: 0;
363
380
  align-items: center;
364
381
  justify-content: flex-end;
@@ -368,18 +385,28 @@ export const shellCss = `/**
368
385
  }
369
386
 
370
387
  .cm-app-chrome__hud-item,
371
- .cm-app-chrome__hud-fold {
388
+ .cm-app-chrome__hud-fold,
389
+ .cm-app-chrome__search {
372
390
  position: relative;
373
391
  min-width: max-content;
374
392
  flex: 0 0 auto;
375
393
  }
376
394
 
395
+ .cm-app-chrome__search {
396
+ display: inline-flex;
397
+ min-width: var(--cm-hud-size);
398
+ align-items: center;
399
+ justify-content: flex-end;
400
+ gap: var(--cm-chrome-gap);
401
+ }
402
+
377
403
  .cm-app-chrome__hud-item[data-priority="low"] {
378
404
  flex-shrink: 0;
379
405
  }
380
406
 
381
407
  .cm-hud-button {
382
408
  display: inline-flex;
409
+ align-items: center;
383
410
  width: auto;
384
411
  max-width: min(15.5rem, 52vw);
385
412
  justify-content: center;
@@ -419,6 +446,47 @@ export const shellCss = `/**
419
446
  max-width: 8.8rem;
420
447
  }
421
448
 
449
+ .cm-hud-wallet {
450
+ min-width: min(13.75rem, 42vw);
451
+ justify-content: flex-start;
452
+ padding-inline: 0.82rem 0.74rem;
453
+ background:
454
+ radial-gradient(circle at 14% 50%, hsl(var(--primary) / 0.18), transparent 34%),
455
+ radial-gradient(circle at 86% 100%, hsl(var(--accent) / 0.12), transparent 40%),
456
+ linear-gradient(145deg, hsl(226 21% 22% / 0.58), hsl(221 50% 8% / 0.48));
457
+ }
458
+
459
+ .cm-hud-wallet__icon {
460
+ color: hsl(var(--primary));
461
+ opacity: 0.92;
462
+ }
463
+
464
+ .cm-hud-wallet .cm-hud-value {
465
+ color: hsl(var(--foreground));
466
+ font-family: var(--font-display), sans-serif;
467
+ font-size: 0.76rem;
468
+ letter-spacing: 0.05em;
469
+ }
470
+
471
+ .cm-hud-wallet .cm-hud-address {
472
+ color: hsl(var(--primary) / 0.9);
473
+ font-size: 0.68rem;
474
+ font-weight: 650;
475
+ letter-spacing: 0.04em;
476
+ }
477
+
478
+ .cm-app-chrome__navselect {
479
+ width: var(--cm-hud-size);
480
+ min-width: var(--cm-hud-size);
481
+ max-width: var(--cm-hud-size);
482
+ padding-inline: 0;
483
+ pointer-events: auto;
484
+ }
485
+
486
+ .cm-app-chrome__navselect .cm-hud-value {
487
+ display: none;
488
+ }
489
+
422
490
  .cm-hud-status {
423
491
  width: 0.48rem;
424
492
  height: 0.48rem;
@@ -534,6 +602,34 @@ export const shellCss = `/**
534
602
  box-shadow: inset 0 0 20px hsl(var(--primary) / 0.04);
535
603
  }
536
604
 
605
+ .cm-search--hud {
606
+ width: 0;
607
+ max-width: min(24rem, calc(100vw - var(--cm-chrome-safe) * 2 - var(--cm-hud-size)));
608
+ min-height: var(--cm-hud-size);
609
+ padding-inline: 0;
610
+ border-width: 0;
611
+ opacity: 0;
612
+ overflow: hidden;
613
+ pointer-events: none;
614
+ transform: scaleX(0.92);
615
+ transform-origin: right center;
616
+ transition:
617
+ width 180ms ease,
618
+ padding-inline 180ms ease,
619
+ opacity 150ms ease,
620
+ transform 180ms ease,
621
+ border-color 180ms ease;
622
+ }
623
+
624
+ .cm-app-chrome__search[data-open="true"] .cm-search--hud {
625
+ width: clamp(13rem, 29vw, 24rem);
626
+ padding-inline: 0.85rem;
627
+ border-width: 1px;
628
+ opacity: 1;
629
+ pointer-events: auto;
630
+ transform: scaleX(1);
631
+ }
632
+
537
633
  .cm-search input,
538
634
  .cm-search__input {
539
635
  min-width: 0;
@@ -843,17 +939,27 @@ export const shellCss = `/**
843
939
  }
844
940
 
845
941
  @container (max-width: 31rem) {
846
- .cm-app-chrome__hud-item[data-priority="medium"] .cm-hud-value,
847
942
  .cm-app-chrome__hud-item[data-priority="medium"] .cm-hud-address,
848
943
  .cm-app-chrome__hud-item[data-priority="medium"] .cm-hud-label {
849
944
  display: none;
850
945
  }
851
946
 
852
- .cm-app-chrome__hud-item[data-priority="medium"] .cm-hud-button,
853
- .cm-app-chrome__hud-item[data-priority="medium"] .cm-session-trigger {
947
+ .cm-app-chrome__hud-item[data-priority="medium"] .cm-hud-wallet .cm-hud-value {
948
+ display: none;
949
+ }
950
+
951
+ .cm-app-chrome__hud-item[data-priority="medium"] .cm-hud-wallet {
854
952
  width: var(--cm-hud-size);
953
+ min-width: var(--cm-hud-size);
855
954
  padding-inline: 0;
856
955
  }
956
+
957
+ .cm-app-chrome__hud-item[data-priority="medium"] .cm-session-trigger {
958
+ width: auto;
959
+ min-width: max-content;
960
+ max-width: min(12rem, 58vw);
961
+ padding-inline: 0.72rem;
962
+ }
857
963
  }
858
964
 
859
965
  @media (max-width: 820px) {
@@ -884,11 +990,12 @@ export const shellCss = `/**
884
990
  }
885
991
 
886
992
  .cm-app-chrome__hud-group {
887
- max-width: min(100%, 100vw - var(--cm-chrome-safe) * 2);
993
+ width: min(100%, calc(100vw - var(--cm-chrome-safe) * 2));
888
994
  }
889
995
 
890
996
  .cm-app-chrome__hud-item,
891
- .cm-app-chrome__hud-fold {
997
+ .cm-app-chrome__hud-fold,
998
+ .cm-app-chrome__search {
892
999
  min-width: auto;
893
1000
  }
894
1001
 
@@ -908,21 +1015,30 @@ export const shellCss = `/**
908
1015
  display: none;
909
1016
  }
910
1017
 
1018
+ .cm-app-chrome__navgroup,
1019
+ .cm-app-chrome__navutility {
1020
+ display: flex;
1021
+ gap: var(--cm-chrome-gap);
1022
+ }
1023
+
1024
+ .cm-app-chrome__navutility {
1025
+ margin-top: 0;
1026
+ padding-top: 0;
1027
+ }
1028
+
911
1029
  .cm-app-chrome__navitem {
912
1030
  flex: 0 0 auto;
913
1031
  }
914
1032
 
915
1033
  .cm-app-chrome__navitem::before {
916
- inset-inline-start: 50%;
917
- top: auto;
918
- bottom: -0.22rem;
919
- width: 46%;
920
- height: 0.16rem;
921
- transform: translateX(-50%) scaleX(0.45);
1034
+ inset: -0.16rem;
1035
+ width: auto;
1036
+ height: auto;
1037
+ transform: scale(0.72);
922
1038
  }
923
1039
 
924
1040
  .cm-app-chrome__navitem[data-active="true"]::before {
925
- transform: translateX(-50%) scaleX(1);
1041
+ transform: scale(1);
926
1042
  }
927
1043
 
928
1044
  .cm-app-chrome__tooltip {
@@ -941,6 +1057,20 @@ export const shellCss = `/**
941
1057
  .cm-hud-overflow {
942
1058
  display: inline-flex;
943
1059
  }
1060
+
1061
+ .cm-app-chrome__hud-group[data-search-open="true"] .cm-app-chrome__hud-item,
1062
+ .cm-app-chrome__hud-group[data-search-open="true"] .cm-app-chrome__hud-fold {
1063
+ display: none;
1064
+ }
1065
+
1066
+ .cm-app-chrome__search[data-open="true"] {
1067
+ flex: 1 1 auto;
1068
+ min-width: 0;
1069
+ }
1070
+
1071
+ .cm-app-chrome__search[data-open="true"] .cm-search--hud {
1072
+ width: min(100%, calc(100vw - var(--cm-chrome-safe) * 2 - var(--cm-hud-size) - var(--cm-chrome-gap)));
1073
+ }
944
1074
  }
945
1075
 
946
1076
  /* ── Form Controls ── */
@@ -1441,6 +1571,54 @@ export const shellCss = `/**
1441
1571
  flex-wrap: wrap;
1442
1572
  }
1443
1573
 
1574
+ .cm-playground__chips {
1575
+ display: flex;
1576
+ align-items: center;
1577
+ gap: 0.42rem;
1578
+ min-width: 0;
1579
+ flex: 1 1 18rem;
1580
+ overflow: hidden;
1581
+ }
1582
+
1583
+ .cm-playground__chip-section {
1584
+ display: flex;
1585
+ align-items: center;
1586
+ gap: 0.36rem;
1587
+ min-width: 0;
1588
+ overflow: auto hidden;
1589
+ scrollbar-width: none;
1590
+ }
1591
+
1592
+ .cm-playground__chip-section::-webkit-scrollbar {
1593
+ display: none;
1594
+ }
1595
+
1596
+ .cm-playground__chip-section--types {
1597
+ flex: 1 1 auto;
1598
+ }
1599
+
1600
+ .cm-playground__chip-section--providers {
1601
+ flex: 0 1 38%;
1602
+ }
1603
+
1604
+ .cm-playground__chip-label {
1605
+ color: hsl(var(--muted-foreground));
1606
+ font-family: var(--font-mono), monospace;
1607
+ font-size: 0.62rem;
1608
+ font-weight: 800;
1609
+ letter-spacing: 0.12em;
1610
+ text-transform: uppercase;
1611
+ white-space: nowrap;
1612
+ }
1613
+
1614
+ .cm-playground__divider {
1615
+ width: 1px;
1616
+ align-self: stretch;
1617
+ min-height: 1.45rem;
1618
+ background: linear-gradient(180deg, transparent, hsl(var(--primary) / 0.18), transparent);
1619
+ flex: 0 0 auto;
1620
+ }
1621
+
1444
1622
  .cm-playground__filter-select {
1445
1623
  min-width: 0;
1446
1624
  flex: 1 1 8rem;
@@ -1510,6 +1688,65 @@ export const shellCss = `/**
1510
1688
  padding: 0 0.58rem;
1511
1689
  }
1512
1690
 
1691
+ .cm-playground__chip {
1692
+ min-height: 1.9rem;
1693
+ max-width: min(13rem, 42vw);
1694
+ flex: 0 0 auto;
1695
+ padding: 0 0.58rem;
1696
+ white-space: nowrap;
1697
+ }
1698
+
1699
+ .cm-playground__chip-icon {
1700
+ width: 0.78rem;
1701
+ height: 0.78rem;
1702
+ flex: 0 0 auto;
1703
+ }
1704
+
1705
+ .cm-playground__chip--type-text {
1706
+ border-color: hsl(188 95% 43% / 0.26);
1707
+ background: hsl(188 95% 43% / 0.08);
1708
+ color: hsl(188 95% 74%);
1709
+ }
1710
+
1711
+ .cm-playground__chip--type-image {
1712
+ border-color: hsl(292 85% 55% / 0.28);
1713
+ background: hsl(292 85% 55% / 0.09);
1714
+ color: hsl(292 85% 78%);
1715
+ }
1716
+
1717
+ .cm-playground__chip--type-audio {
1718
+ border-color: hsl(148 75% 46% / 0.28);
1719
+ background: hsl(148 75% 46% / 0.09);
1720
+ color: hsl(148 75% 72%);
1721
+ }
1722
+
1723
+ .cm-playground__chip--type-video {
1724
+ border-color: hsl(42 100% 52% / 0.3);
1725
+ background: hsl(42 100% 52% / 0.09);
1726
+ color: hsl(42 100% 72%);
1727
+ }
1728
+
1729
+ .cm-playground__chip--type-embedding,
1730
+ .cm-playground__chip--type-conversational {
1731
+ border-color: hsl(211 100% 64% / 0.3);
1732
+ background: hsl(211 100% 64% / 0.09);
1733
+ color: hsl(211 100% 78%);
1734
+ }
1735
+
1736
+ .cm-playground__chip--type-classification,
1737
+ .cm-playground__chip--type-translation,
1738
+ .cm-playground__chip--type-summarization,
1739
+ .cm-playground__chip--type-research {
1740
+ border-color: hsl(270 80% 68% / 0.28);
1741
+ background: hsl(270 80% 68% / 0.09);
1742
+ color: hsl(270 80% 82%);
1743
+ }
1744
+
1745
+ .cm-playground__chip--provider {
1746
+ border-color: hsl(var(--primary) / 0.18);
1747
+ background: hsl(221 50% 9% / 0.42);
1748
+ }
1749
+
1513
1750
  .cm-playground__badge,
1514
1751
  .cm-model-badge {
1515
1752
  min-width: 0;
@@ -1795,6 +2032,7 @@ export const shellCss = `/**
1795
2032
  }
1796
2033
 
1797
2034
  .cm-chat__body {
2035
+ position: relative;
1798
2036
  flex: 1;
1799
2037
  min-height: 0;
1800
2038
  overflow: auto;
@@ -1926,11 +2164,36 @@ export const shellCss = `/**
1926
2164
 
1927
2165
  .cm-chat__composer-row textarea {
1928
2166
  min-height: 2.55rem;
2167
+ max-height: calc(1.45em * 4 + 1rem);
2168
+ overflow-y: auto;
1929
2169
  border-color: hsl(var(--primary) / 0.16);
1930
2170
  border-radius: 14px;
1931
2171
  background: hsl(221 50% 9% / 0.4);
1932
2172
  }
1933
2173
 
2174
+ .cm-chat__jump {
2175
+ position: sticky;
2176
+ bottom: 0.35rem;
2177
+ z-index: 3;
2178
+ display: inline-flex;
2179
+ align-items: center;
2180
+ gap: 0.38rem;
2181
+ width: max-content;
2182
+ margin: 0.5rem auto 0;
2183
+ padding: 0.42rem 0.68rem;
2184
+ border: 1px solid hsl(var(--primary) / 0.28);
2185
+ border-radius: 999px;
2186
+ background: hsl(221 50% 8% / 0.86);
2187
+ color: hsl(var(--primary));
2188
+ font-family: var(--font-mono), monospace;
2189
+ font-size: 0.68rem;
2190
+ font-weight: 800;
2191
+ letter-spacing: 0.08em;
2192
+ text-transform: uppercase;
2193
+ box-shadow: 0 0 18px hsl(var(--primary) / 0.16);
2194
+ backdrop-filter: blur(14px);
2195
+ }
2196
+
1934
2197
  .cm-chat__icon-action {
1935
2198
  color: hsl(var(--muted-foreground));
1936
2199
  }
@@ -1949,6 +2212,20 @@ export const shellCss = `/**
1949
2212
  display: none;
1950
2213
  }
1951
2214
 
2215
+ .cm-playground__chips {
2216
+ flex-basis: 100%;
2217
+ order: 4;
2218
+ }
2219
+
2220
+ .cm-playground__chip-label,
2221
+ .cm-playground__divider {
2222
+ display: none;
2223
+ }
2224
+
2225
+ .cm-playground__chip-section--providers {
2226
+ flex-basis: 42%;
2227
+ }
2228
+
1952
2229
  .cm-chat-message__bubble {
1953
2230
  max-width: 88%;
1954
2231
  }
@@ -1 +1 @@
1
- {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../src/shell/styles.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA86DvB,CAAC"}
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../src/shell/styles.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmsEvB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compose-market/theme",
3
- "version": "0.0.94",
3
+ "version": "0.0.96",
4
4
  "description": "Official design tokens and theme system for Compose.Market",
5
5
  "keywords": [
6
6
  "design-tokens",
@@ -171,4 +171,4 @@
171
171
  "access": "public"
172
172
  },
173
173
  "module": "./dist/index.js"
174
- }
174
+ }