@atom-learning/components 5.0.1 → 5.2.0-beta.1

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.
Files changed (53) hide show
  1. package/dist/components/badge/stitches.badge.colorscheme.config.d.ts +44 -0
  2. package/dist/components/badge/stitches.badge.colorscheme.config.js +1 -1
  3. package/dist/components/badge/stitches.badge.colorscheme.config.js.map +1 -1
  4. package/dist/components/data-table/DataTable.d.ts +739 -3
  5. package/dist/components/data-table/DataTableTable.d.ts +2 -1
  6. package/dist/components/data-table/DataTableTable.js +1 -1
  7. package/dist/components/data-table/DataTableTable.js.map +1 -1
  8. package/dist/components/index.d.ts +1 -0
  9. package/dist/components/pagination/PaginationPopover.js +1 -1
  10. package/dist/components/pagination/PaginationPopover.js.map +1 -1
  11. package/dist/components/scrollable-container/ScrollableContainer.context.d.ts +23 -0
  12. package/dist/components/scrollable-container/ScrollableContainer.context.js +2 -0
  13. package/dist/components/scrollable-container/ScrollableContainer.context.js.map +1 -0
  14. package/dist/components/scrollable-container/ScrollableContainer.d.ts +1120 -0
  15. package/dist/components/scrollable-container/ScrollableContainer.js +2 -0
  16. package/dist/components/scrollable-container/ScrollableContainer.js.map +1 -0
  17. package/dist/components/scrollable-container/ScrollableContainerShadow.d.ts +10 -0
  18. package/dist/components/scrollable-container/ScrollableContainerShadow.js +2 -0
  19. package/dist/components/scrollable-container/ScrollableContainerShadow.js.map +1 -0
  20. package/dist/components/scrollable-container/index.d.ts +3 -0
  21. package/dist/components/scrollable-container/useScrollableContainer.d.ts +2 -0
  22. package/dist/components/scrollable-container/useScrollableContainer.js +2 -0
  23. package/dist/components/scrollable-container/useScrollableContainer.js.map +1 -0
  24. package/dist/components/table/Table.d.ts +4 -14
  25. package/dist/components/table/Table.js +1 -1
  26. package/dist/components/table/Table.js.map +1 -1
  27. package/dist/components/table/TableCell.js +1 -1
  28. package/dist/components/table/TableCell.js.map +1 -1
  29. package/dist/components/table/TableFooterCell.js +1 -1
  30. package/dist/components/table/TableFooterCell.js.map +1 -1
  31. package/dist/components/table/TableHeader.js +1 -1
  32. package/dist/components/table/TableHeader.js.map +1 -1
  33. package/dist/components/table/TableHeaderCell.js +1 -1
  34. package/dist/components/table/TableHeaderCell.js.map +1 -1
  35. package/dist/components/table/TableRow.js +1 -1
  36. package/dist/components/table/TableRow.js.map +1 -1
  37. package/dist/components/table/TableScrollableContainer.d.ts +743 -0
  38. package/dist/components/table/TableScrollableContainer.js +2 -0
  39. package/dist/components/table/TableScrollableContainer.js.map +1 -0
  40. package/dist/components/table/useSticky.d.ts +12 -0
  41. package/dist/components/table/useSticky.js +2 -0
  42. package/dist/components/table/useSticky.js.map +1 -0
  43. package/dist/docgen.json +1 -1
  44. package/dist/index.cjs.js +1 -1
  45. package/dist/index.cjs.js.map +1 -1
  46. package/dist/index.js +1 -1
  47. package/package.json +1 -1
  48. package/dist/components/table/TableStickyColumnsContainer.d.ts +0 -6
  49. package/dist/components/table/TableStickyColumnsContainer.js +0 -2
  50. package/dist/components/table/TableStickyColumnsContainer.js.map +0 -1
  51. package/dist/components/table/useStickyColumnsCss.d.ts +0 -10
  52. package/dist/components/table/useStickyColumnsCss.js +0 -2
  53. package/dist/components/table/useStickyColumnsCss.js.map +0 -1
@@ -54,6 +54,17 @@ export declare const colorSchemes: {
54
54
  backgroundBold: string;
55
55
  };
56
56
  }, "">;
57
+ primary: string & {
58
+ className: string;
59
+ selector: string;
60
+ } & import("@atom-learning/stitches-react/types/stitches").ThemeTokens<{
61
+ colors: {
62
+ textSubtle: string;
63
+ backgroundSubtle: string;
64
+ textBold: string;
65
+ backgroundBold: string;
66
+ };
67
+ }, "">;
57
68
  grey: string & {
58
69
  className: string;
59
70
  selector: string;
@@ -186,4 +197,37 @@ export declare const colorSchemes: {
186
197
  backgroundBold: string;
187
198
  };
188
199
  }, "">;
200
+ lapis: string & {
201
+ className: string;
202
+ selector: string;
203
+ } & import("@atom-learning/stitches-react/types/stitches").ThemeTokens<{
204
+ colors: {
205
+ textSubtle: string;
206
+ backgroundSubtle: string;
207
+ textBold: string;
208
+ backgroundBold: string;
209
+ };
210
+ }, "">;
211
+ marsh: string & {
212
+ className: string;
213
+ selector: string;
214
+ } & import("@atom-learning/stitches-react/types/stitches").ThemeTokens<{
215
+ colors: {
216
+ textSubtle: string;
217
+ backgroundSubtle: string;
218
+ textBold: string;
219
+ backgroundBold: string;
220
+ };
221
+ }, "">;
222
+ maroon: string & {
223
+ className: string;
224
+ selector: string;
225
+ } & import("@atom-learning/stitches-react/types/stitches").ThemeTokens<{
226
+ colors: {
227
+ textSubtle: string;
228
+ backgroundSubtle: string;
229
+ textBold: string;
230
+ backgroundBold: string;
231
+ };
232
+ }, "">;
189
233
  };
@@ -1,2 +1,2 @@
1
- import{createTheme as e}from"../../stitches.js";const t=e({colors:{textSubtle:"$infoMid",backgroundSubtle:"$infoLight",textBold:"#FFF",backgroundBold:"$info"}}),o=e({colors:{textSubtle:"$grey900",backgroundSubtle:"$grey100",textBold:"#FFF",backgroundBold:"$grey800"}}),l=e({colors:{textSubtle:"$successMid",backgroundSubtle:"$successLight",textBold:"#FFF",backgroundBold:"$success"}}),r=e({colors:{textSubtle:"$dangerMid",backgroundSubtle:"$dangerLight",textBold:"#FFF",backgroundBold:"$danger"}}),u=e({colors:{textSubtle:"$warningText",backgroundSubtle:"$warningLight",textBold:"$grey1000",backgroundBold:"$warning"}}),d=e({colors:{textSubtle:"$grey1000",backgroundSubtle:"$grey200",textBold:"#FFF",backgroundBold:"$grey800"}}),n=e({colors:{textSubtle:"$blue1000",backgroundSubtle:"$blue200",textBold:"#FFF",backgroundBold:"$blue800"}}),b=e({colors:{textSubtle:"$pink1000",backgroundSubtle:"$pink200",textBold:"#FFF",backgroundBold:"$pink800"}}),g=e({colors:{textSubtle:"$purple1000",backgroundSubtle:"$purple200",textBold:"#FFF",backgroundBold:"$purple800"}}),c=e({colors:{textSubtle:"$cyan1000",backgroundSubtle:"$cyan200",textBold:"#FFF",backgroundBold:"$cyan800"}}),a=e({colors:{textSubtle:"$green1000",backgroundSubtle:"$green200",textBold:"#FFF",backgroundBold:"$green800"}}),$=e({colors:{textSubtle:"$magenta1000",backgroundSubtle:"$magenta200",textBold:"#FFF",backgroundBold:"$magenta800"}}),F=e({colors:{textSubtle:"$red1000",backgroundSubtle:"$red200",textBold:"#FFF",backgroundBold:"$red800"}}),k=e({colors:{textSubtle:"$teal1000",backgroundSubtle:"$teal200",textBold:"#FFF",backgroundBold:"$teal800"}}),x=e({colors:{textSubtle:"$orange1000",backgroundSubtle:"$orange200",textBold:"$grey1200",backgroundBold:"$orange600"}}),S=e({colors:{textSubtle:"$yellow1000",backgroundSubtle:"$yellow200",textBold:"$grey1200",backgroundBold:"$yellow500"}}),B=e({colors:{textSubtle:"$lime1000",backgroundSubtle:"$lime200",textBold:"$grey1200",backgroundBold:"$lime600"}}),s={info:t,neutral:o,success:l,danger:r,warning:u,grey:d,blue:n,pink:b,purple:g,cyan:c,green:a,magenta:$,red:F,teal:k,orange:x,yellow:S,lime:B};export{s as colorSchemes};
1
+ import{createTheme as e}from"../../stitches.js";const o=e({colors:{textSubtle:"$infoMid",backgroundSubtle:"$infoLight",textBold:"#FFF",backgroundBold:"$info"}}),t=e({colors:{textSubtle:"$grey900",backgroundSubtle:"$grey100",textBold:"#FFF",backgroundBold:"$grey800"}}),l=e({colors:{textSubtle:"$successMid",backgroundSubtle:"$successLight",textBold:"#FFF",backgroundBold:"$success"}}),r=e({colors:{textSubtle:"$dangerMid",backgroundSubtle:"$dangerLight",textBold:"#FFF",backgroundBold:"$danger"}}),u=e({colors:{textSubtle:"$warningText",backgroundSubtle:"$warningLight",textBold:"$grey1000",backgroundBold:"$warning"}}),d=e({colors:{textSubtle:"$primary1000",backgroundSubtle:"$primary200",textBold:"white",backgroundBold:"$primary800"}}),a=e({colors:{textSubtle:"$grey1000",backgroundSubtle:"$grey200",textBold:"#FFF",backgroundBold:"$grey800"}}),b=e({colors:{textSubtle:"$blue1000",backgroundSubtle:"$blue200",textBold:"#FFF",backgroundBold:"$blue800"}}),n=e({colors:{textSubtle:"$pink1000",backgroundSubtle:"$pink200",textBold:"#FFF",backgroundBold:"$pink800"}}),c=e({colors:{textSubtle:"$purple1000",backgroundSubtle:"$purple200",textBold:"#FFF",backgroundBold:"$purple800"}}),g=e({colors:{textSubtle:"$cyan1000",backgroundSubtle:"$cyan200",textBold:"#FFF",backgroundBold:"$cyan800"}}),$=e({colors:{textSubtle:"$green1000",backgroundSubtle:"$green200",textBold:"#FFF",backgroundBold:"$green800"}}),k=e({colors:{textSubtle:"$magenta1000",backgroundSubtle:"$magenta200",textBold:"#FFF",backgroundBold:"$magenta800"}}),s=e({colors:{textSubtle:"$red1000",backgroundSubtle:"$red200",textBold:"#FFF",backgroundBold:"$red800"}}),x=e({colors:{textSubtle:"$teal1000",backgroundSubtle:"$teal200",textBold:"#FFF",backgroundBold:"$teal800"}}),S=e({colors:{textSubtle:"$orange1000",backgroundSubtle:"$orange200",textBold:"$grey1200",backgroundBold:"$orange600"}}),B=e({colors:{textSubtle:"$yellow1000",backgroundSubtle:"$yellow200",textBold:"$grey1200",backgroundBold:"$yellow500"}}),F=e({colors:{textSubtle:"$lime1000",backgroundSubtle:"$lime200",textBold:"$grey1200",backgroundBold:"$lime600"}}),i=e({colors:{textSubtle:"$lapis1000",backgroundSubtle:"$lapis200",textBold:"white",backgroundBold:"$lapis700"}}),m=e({colors:{textSubtle:"$maroon1000",backgroundSubtle:"$maroon200",textBold:"white",backgroundBold:"$maroon800"}}),y=e({colors:{textSubtle:"$marsh1000",backgroundSubtle:"$marsh200",textBold:"white",backgroundBold:"$marsh800"}}),p={info:o,neutral:t,success:l,danger:r,warning:u,primary:d,grey:a,blue:b,pink:n,purple:c,cyan:g,green:$,magenta:k,red:s,teal:x,orange:S,yellow:B,lime:F,lapis:i,marsh:y,maroon:m};export{p as colorSchemes};
2
2
  //# sourceMappingURL=stitches.badge.colorscheme.config.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"stitches.badge.colorscheme.config.js","sources":["../../../src/components/badge/stitches.badge.colorscheme.config.ts"],"sourcesContent":["import { createTheme } from '~/stitches'\n\n/*\n * Semantic themes\n */\n\nconst info = createTheme({\n colors: {\n textSubtle: '$infoMid',\n backgroundSubtle: '$infoLight',\n textBold: '#FFF',\n backgroundBold: '$info'\n }\n})\n\nconst neutral = createTheme({\n colors: {\n textSubtle: '$grey900',\n backgroundSubtle: '$grey100',\n textBold: '#FFF',\n backgroundBold: '$grey800'\n }\n})\n\nconst success = createTheme({\n colors: {\n textSubtle: '$successMid',\n backgroundSubtle: '$successLight',\n textBold: '#FFF',\n backgroundBold: '$success'\n }\n})\n\nconst danger = createTheme({\n colors: {\n textSubtle: '$dangerMid',\n backgroundSubtle: '$dangerLight',\n textBold: '#FFF',\n backgroundBold: '$danger'\n }\n})\n\nconst warning = createTheme({\n colors: {\n textSubtle: '$warningText',\n backgroundSubtle: '$warningLight',\n textBold: '$grey1000',\n backgroundBold: '$warning'\n }\n})\n\n/*\n * Non-semantic themes\n */\n\nconst grey = createTheme({\n colors: {\n textSubtle: '$grey1000',\n backgroundSubtle: '$grey200',\n textBold: '#FFF',\n backgroundBold: '$grey800'\n }\n})\n\nconst blue = createTheme({\n colors: {\n textSubtle: '$blue1000',\n backgroundSubtle: '$blue200',\n textBold: '#FFF',\n backgroundBold: '$blue800'\n }\n})\n\nconst pink = createTheme({\n colors: {\n textSubtle: '$pink1000',\n backgroundSubtle: '$pink200',\n textBold: '#FFF',\n backgroundBold: '$pink800'\n }\n})\n\nconst purple = createTheme({\n colors: {\n textSubtle: '$purple1000',\n backgroundSubtle: '$purple200',\n textBold: '#FFF',\n backgroundBold: '$purple800'\n }\n})\n\nconst cyan = createTheme({\n colors: {\n textSubtle: '$cyan1000',\n backgroundSubtle: '$cyan200',\n textBold: '#FFF',\n backgroundBold: '$cyan800'\n }\n})\n\nconst green = createTheme({\n colors: {\n textSubtle: '$green1000',\n backgroundSubtle: '$green200',\n textBold: '#FFF',\n backgroundBold: '$green800'\n }\n})\n\nconst magenta = createTheme({\n colors: {\n textSubtle: '$magenta1000',\n backgroundSubtle: '$magenta200',\n textBold: '#FFF',\n backgroundBold: '$magenta800'\n }\n})\n\nconst red = createTheme({\n colors: {\n textSubtle: '$red1000',\n backgroundSubtle: '$red200',\n textBold: '#FFF',\n backgroundBold: '$red800'\n }\n})\n\nconst teal = createTheme({\n colors: {\n textSubtle: '$teal1000',\n backgroundSubtle: '$teal200',\n textBold: '#FFF',\n backgroundBold: '$teal800'\n }\n})\n\nconst orange = createTheme({\n colors: {\n textSubtle: '$orange1000',\n backgroundSubtle: '$orange200',\n textBold: '$grey1200',\n backgroundBold: '$orange600'\n }\n})\n\nconst yellow = createTheme({\n colors: {\n textSubtle: '$yellow1000',\n backgroundSubtle: '$yellow200',\n textBold: '$grey1200',\n backgroundBold: '$yellow500'\n }\n})\n\nconst lime = createTheme({\n colors: {\n textSubtle: '$lime1000',\n backgroundSubtle: '$lime200',\n textBold: '$grey1200',\n backgroundBold: '$lime600'\n }\n})\n\nexport const colorSchemes = {\n info,\n neutral,\n success,\n danger,\n warning,\n grey,\n blue,\n pink,\n purple,\n cyan,\n green,\n magenta,\n red,\n teal,\n orange,\n yellow,\n lime\n}\n"],"names":["info","createTheme","neutral","success","danger","warning","grey","blue","pink","purple","cyan","green","magenta","red","teal","orange","yellow","lime","colorSchemes"],"mappings":"gDAMA,MAAMA,EAAOC,EAAY,CACvB,OAAQ,CACN,WAAY,WACZ,iBAAkB,aAClB,SAAU,OACV,eAAgB,OAClB,CACF,CAAC,EAEKC,EAAUD,EAAY,CAC1B,OAAQ,CACN,WAAY,WACZ,iBAAkB,WAClB,SAAU,OACV,eAAgB,UAClB,CACF,CAAC,EAEKE,EAAUF,EAAY,CAC1B,OAAQ,CACN,WAAY,cACZ,iBAAkB,gBAClB,SAAU,OACV,eAAgB,UAClB,CACF,CAAC,EAEKG,EAASH,EAAY,CACzB,OAAQ,CACN,WAAY,aACZ,iBAAkB,eAClB,SAAU,OACV,eAAgB,SAClB,CACF,CAAC,EAEKI,EAAUJ,EAAY,CAC1B,OAAQ,CACN,WAAY,eACZ,iBAAkB,gBAClB,SAAU,YACV,eAAgB,UAClB,CACF,CAAC,EAMKK,EAAOL,EAAY,CACvB,OAAQ,CACN,WAAY,YACZ,iBAAkB,WAClB,SAAU,OACV,eAAgB,UAClB,CACF,CAAC,EAEKM,EAAON,EAAY,CACvB,OAAQ,CACN,WAAY,YACZ,iBAAkB,WAClB,SAAU,OACV,eAAgB,UAClB,CACF,CAAC,EAEKO,EAAOP,EAAY,CACvB,OAAQ,CACN,WAAY,YACZ,iBAAkB,WAClB,SAAU,OACV,eAAgB,UAClB,CACF,CAAC,EAEKQ,EAASR,EAAY,CACzB,OAAQ,CACN,WAAY,cACZ,iBAAkB,aAClB,SAAU,OACV,eAAgB,YAClB,CACF,CAAC,EAEKS,EAAOT,EAAY,CACvB,OAAQ,CACN,WAAY,YACZ,iBAAkB,WAClB,SAAU,OACV,eAAgB,UAClB,CACF,CAAC,EAEKU,EAAQV,EAAY,CACxB,OAAQ,CACN,WAAY,aACZ,iBAAkB,YAClB,SAAU,OACV,eAAgB,WAClB,CACF,CAAC,EAEKW,EAAUX,EAAY,CAC1B,OAAQ,CACN,WAAY,eACZ,iBAAkB,cAClB,SAAU,OACV,eAAgB,aAClB,CACF,CAAC,EAEKY,EAAMZ,EAAY,CACtB,OAAQ,CACN,WAAY,WACZ,iBAAkB,UAClB,SAAU,OACV,eAAgB,SAClB,CACF,CAAC,EAEKa,EAAOb,EAAY,CACvB,OAAQ,CACN,WAAY,YACZ,iBAAkB,WAClB,SAAU,OACV,eAAgB,UAClB,CACF,CAAC,EAEKc,EAASd,EAAY,CACzB,OAAQ,CACN,WAAY,cACZ,iBAAkB,aAClB,SAAU,YACV,eAAgB,YAClB,CACF,CAAC,EAEKe,EAASf,EAAY,CACzB,OAAQ,CACN,WAAY,cACZ,iBAAkB,aAClB,SAAU,YACV,eAAgB,YAClB,CACF,CAAC,EAEKgB,EAAOhB,EAAY,CACvB,OAAQ,CACN,WAAY,YACZ,iBAAkB,WAClB,SAAU,YACV,eAAgB,UAClB,CACF,CAAC,EAEYiB,EAAe,CAC1B,KAAAlB,EACA,QAAAE,EACA,QAAAC,EACA,OAAAC,EACA,QAAAC,EACA,KAAAC,EACA,KAAAC,EACA,KAAAC,EACA,OAAAC,EACA,KAAAC,EACA,MAAAC,EACA,QAAAC,EACA,IAAAC,EACA,KAAAC,EACA,OAAAC,EACA,OAAAC,EACA,KAAAC,CACF"}
1
+ {"version":3,"file":"stitches.badge.colorscheme.config.js","sources":["../../../src/components/badge/stitches.badge.colorscheme.config.ts"],"sourcesContent":["import { createTheme } from '~/stitches'\n\n/*\n * Semantic themes\n */\n\nconst info = createTheme({\n colors: {\n textSubtle: '$infoMid',\n backgroundSubtle: '$infoLight',\n textBold: '#FFF',\n backgroundBold: '$info'\n }\n})\n\nconst neutral = createTheme({\n colors: {\n textSubtle: '$grey900',\n backgroundSubtle: '$grey100',\n textBold: '#FFF',\n backgroundBold: '$grey800'\n }\n})\n\nconst success = createTheme({\n colors: {\n textSubtle: '$successMid',\n backgroundSubtle: '$successLight',\n textBold: '#FFF',\n backgroundBold: '$success'\n }\n})\n\nconst danger = createTheme({\n colors: {\n textSubtle: '$dangerMid',\n backgroundSubtle: '$dangerLight',\n textBold: '#FFF',\n backgroundBold: '$danger'\n }\n})\n\nconst warning = createTheme({\n colors: {\n textSubtle: '$warningText',\n backgroundSubtle: '$warningLight',\n textBold: '$grey1000',\n backgroundBold: '$warning'\n }\n})\n\n/*\n * Non-semantic themes\n */\nconst primary = createTheme({\n colors: {\n textSubtle: '$primary1000',\n backgroundSubtle: '$primary200',\n textBold: 'white',\n backgroundBold: '$primary800'\n }\n})\n\nconst grey = createTheme({\n colors: {\n textSubtle: '$grey1000',\n backgroundSubtle: '$grey200',\n textBold: '#FFF',\n backgroundBold: '$grey800'\n }\n})\n\nconst blue = createTheme({\n colors: {\n textSubtle: '$blue1000',\n backgroundSubtle: '$blue200',\n textBold: '#FFF',\n backgroundBold: '$blue800'\n }\n})\n\nconst pink = createTheme({\n colors: {\n textSubtle: '$pink1000',\n backgroundSubtle: '$pink200',\n textBold: '#FFF',\n backgroundBold: '$pink800'\n }\n})\n\nconst purple = createTheme({\n colors: {\n textSubtle: '$purple1000',\n backgroundSubtle: '$purple200',\n textBold: '#FFF',\n backgroundBold: '$purple800'\n }\n})\n\nconst cyan = createTheme({\n colors: {\n textSubtle: '$cyan1000',\n backgroundSubtle: '$cyan200',\n textBold: '#FFF',\n backgroundBold: '$cyan800'\n }\n})\n\nconst green = createTheme({\n colors: {\n textSubtle: '$green1000',\n backgroundSubtle: '$green200',\n textBold: '#FFF',\n backgroundBold: '$green800'\n }\n})\n\nconst magenta = createTheme({\n colors: {\n textSubtle: '$magenta1000',\n backgroundSubtle: '$magenta200',\n textBold: '#FFF',\n backgroundBold: '$magenta800'\n }\n})\n\nconst red = createTheme({\n colors: {\n textSubtle: '$red1000',\n backgroundSubtle: '$red200',\n textBold: '#FFF',\n backgroundBold: '$red800'\n }\n})\n\nconst teal = createTheme({\n colors: {\n textSubtle: '$teal1000',\n backgroundSubtle: '$teal200',\n textBold: '#FFF',\n backgroundBold: '$teal800'\n }\n})\n\nconst orange = createTheme({\n colors: {\n textSubtle: '$orange1000',\n backgroundSubtle: '$orange200',\n textBold: '$grey1200',\n backgroundBold: '$orange600'\n }\n})\n\nconst yellow = createTheme({\n colors: {\n textSubtle: '$yellow1000',\n backgroundSubtle: '$yellow200',\n textBold: '$grey1200',\n backgroundBold: '$yellow500'\n }\n})\n\nconst lime = createTheme({\n colors: {\n textSubtle: '$lime1000',\n backgroundSubtle: '$lime200',\n textBold: '$grey1200',\n backgroundBold: '$lime600'\n }\n})\n\nconst lapis = createTheme({\n colors: {\n textSubtle: '$lapis1000',\n backgroundSubtle: '$lapis200',\n textBold: 'white',\n backgroundBold: '$lapis700'\n }\n})\n\nconst maroon = createTheme({\n colors: {\n textSubtle: '$maroon1000',\n backgroundSubtle: '$maroon200',\n textBold: 'white',\n backgroundBold: '$maroon800'\n }\n})\n\nconst marsh = createTheme({\n colors: {\n textSubtle: '$marsh1000',\n backgroundSubtle: '$marsh200',\n textBold: 'white',\n backgroundBold: '$marsh800'\n }\n})\n\nexport const colorSchemes = {\n info,\n neutral,\n success,\n danger,\n warning,\n primary,\n grey,\n blue,\n pink,\n purple,\n cyan,\n green,\n magenta,\n red,\n teal,\n orange,\n yellow,\n lime,\n lapis,\n marsh,\n maroon\n}\n"],"names":["info","createTheme","neutral","success","danger","warning","primary","grey","blue","pink","purple","cyan","green","magenta","red","teal","orange","yellow","lime","lapis","maroon","marsh","colorSchemes"],"mappings":"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"}