ods-ant 0.1.0 → 0.2.0

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 (83) hide show
  1. package/README.md +24 -0
  2. package/dist-lib/index.cjs +2609 -967
  3. package/dist-lib/index.cjs.map +1 -1
  4. package/dist-lib/index.js +4835 -2461
  5. package/dist-lib/index.js.map +1 -1
  6. package/dist-lib/ontadaTheme-DEEJ31G9.cjs +2 -0
  7. package/dist-lib/ontadaTheme-DEEJ31G9.cjs.map +1 -0
  8. package/dist-lib/ontadaTheme-DoyP_6uO.js +1022 -0
  9. package/dist-lib/ontadaTheme-DoyP_6uO.js.map +1 -0
  10. package/dist-lib/theme.cjs +1 -2
  11. package/dist-lib/theme.js +2 -611
  12. package/dist-lib/types/ds/display/Badge.d.ts +41 -0
  13. package/dist-lib/types/ds/display/Badge.d.ts.map +1 -0
  14. package/dist-lib/types/ds/display/Empty.d.ts +24 -0
  15. package/dist-lib/types/ds/display/Empty.d.ts.map +1 -0
  16. package/dist-lib/types/ds/display/Segmented.d.ts +3 -1
  17. package/dist-lib/types/ds/display/Segmented.d.ts.map +1 -1
  18. package/dist-lib/types/ds/display/Table.d.ts +30 -1
  19. package/dist-lib/types/ds/display/Table.d.ts.map +1 -1
  20. package/dist-lib/types/ds/display/Tag.d.ts +11 -2
  21. package/dist-lib/types/ds/display/Tag.d.ts.map +1 -1
  22. package/dist-lib/types/ds/display/Tooltip.d.ts +1 -0
  23. package/dist-lib/types/ds/display/Tooltip.d.ts.map +1 -1
  24. package/dist-lib/types/ds/display/index.d.ts +2 -0
  25. package/dist-lib/types/ds/display/index.d.ts.map +1 -1
  26. package/dist-lib/types/ds/feedback/Drawer.d.ts +33 -0
  27. package/dist-lib/types/ds/feedback/Drawer.d.ts.map +1 -0
  28. package/dist-lib/types/ds/feedback/Modal.d.ts.map +1 -1
  29. package/dist-lib/types/ds/feedback/Spin.d.ts.map +1 -1
  30. package/dist-lib/types/ds/feedback/feedbackIcons.d.ts.map +1 -1
  31. package/dist-lib/types/ds/feedback/index.d.ts +1 -0
  32. package/dist-lib/types/ds/feedback/index.d.ts.map +1 -1
  33. package/dist-lib/types/ds/forms/AccessibleCheckboxGroup.d.ts.map +1 -1
  34. package/dist-lib/types/ds/forms/AccessibleDatePicker.d.ts.map +1 -1
  35. package/dist-lib/types/ds/forms/AccessibleRadioGroup.d.ts.map +1 -1
  36. package/dist-lib/types/ds/forms/AccessibleSelect.d.ts +2 -2
  37. package/dist-lib/types/ds/forms/AccessibleSelect.d.ts.map +1 -1
  38. package/dist-lib/types/ds/forms/AccessibleSwitch.d.ts.map +1 -1
  39. package/dist-lib/types/ds/forms/AutoComplete.d.ts.map +1 -1
  40. package/dist-lib/types/ds/forms/Cascader.d.ts.map +1 -1
  41. package/dist-lib/types/ds/forms/Checkbox.d.ts.map +1 -1
  42. package/dist-lib/types/ds/forms/ClearableAutoComplete.d.ts.map +1 -1
  43. package/dist-lib/types/ds/forms/ClearableInputNumber.d.ts +1 -1
  44. package/dist-lib/types/ds/forms/ClearableInputNumber.d.ts.map +1 -1
  45. package/dist-lib/types/ds/forms/ClearableSelect.d.ts +2 -2
  46. package/dist-lib/types/ds/forms/ClearableSelect.d.ts.map +1 -1
  47. package/dist-lib/types/ds/forms/DatePicker.d.ts.map +1 -1
  48. package/dist-lib/types/ds/forms/Form.d.ts +35 -0
  49. package/dist-lib/types/ds/forms/Form.d.ts.map +1 -0
  50. package/dist-lib/types/ds/forms/FormError.d.ts.map +1 -1
  51. package/dist-lib/types/ds/forms/FormSuccess.d.ts.map +1 -1
  52. package/dist-lib/types/ds/forms/FormWarning.d.ts.map +1 -1
  53. package/dist-lib/types/ds/forms/Input.d.ts +17 -0
  54. package/dist-lib/types/ds/forms/Input.d.ts.map +1 -1
  55. package/dist-lib/types/ds/forms/InputNumber.d.ts +8 -0
  56. package/dist-lib/types/ds/forms/InputNumber.d.ts.map +1 -0
  57. package/dist-lib/types/ds/forms/TimePicker.d.ts +1 -1
  58. package/dist-lib/types/ds/forms/TimePicker.d.ts.map +1 -1
  59. package/dist-lib/types/ds/forms/autoCompleteStyles.d.ts.map +1 -1
  60. package/dist-lib/types/ds/forms/datePickerStyles.d.ts.map +1 -1
  61. package/dist-lib/types/ds/forms/index.d.ts +2 -0
  62. package/dist-lib/types/ds/forms/index.d.ts.map +1 -1
  63. package/dist-lib/types/ds/forms/inputNumberStyles.d.ts.map +1 -1
  64. package/dist-lib/types/ds/forms/selectStyles.d.ts.map +1 -1
  65. package/dist-lib/types/ds/forms/timePickerStyles.d.ts.map +1 -1
  66. package/dist-lib/types/ds/navigation/Dropdown.d.ts +7 -0
  67. package/dist-lib/types/ds/navigation/Dropdown.d.ts.map +1 -0
  68. package/dist-lib/types/ds/navigation/Pagination.d.ts +25 -0
  69. package/dist-lib/types/ds/navigation/Pagination.d.ts.map +1 -1
  70. package/dist-lib/types/ds/navigation/Tabs.d.ts +4 -1
  71. package/dist-lib/types/ds/navigation/Tabs.d.ts.map +1 -1
  72. package/dist-lib/types/ds/navigation/dropdownStyles.d.ts +4 -0
  73. package/dist-lib/types/ds/navigation/dropdownStyles.d.ts.map +1 -0
  74. package/dist-lib/types/ds/navigation/index.d.ts +1 -0
  75. package/dist-lib/types/ds/navigation/index.d.ts.map +1 -1
  76. package/dist-lib/types/ds/navigation/stepsStyles.d.ts.map +1 -1
  77. package/dist-lib/types/theme/ontadaTheme.d.ts +370 -0
  78. package/dist-lib/types/theme/ontadaTheme.d.ts.map +1 -1
  79. package/dist-lib/types/tokens/core.d.ts +54 -0
  80. package/dist-lib/types/tokens/core.d.ts.map +1 -0
  81. package/package.json +1 -1
  82. package/dist-lib/theme.cjs.map +0 -1
  83. package/dist-lib/theme.js.map +0 -1
@@ -0,0 +1,2 @@
1
+ require(`./index.cjs`);let e=require(`antd`);var t={brand:{primary:`#007CC1`,primaryHover:`#00669E`,primaryPressed:`#005483`,brandTint:`#80BDE0`,deepBrand:`#163E5E`},text:{primary:`#1E394E`,secondary:`#3C5C6E`,disabled:`#BAC5CC`,strong:`#181818`,inverse:`#FFFFFF`,muted:`#627386`,iconMuted:`#7A8A95`},status:{success:`#36B35B`,successDark:`#277036`,successDeep:`#2E8540`,warning:`#D3722E`,warningDark:`#B05D23`,warningDeep:`#975220`,error:`#DB3A29`,errorDark:`#C53026`,errorDeep:`#AE2522`},surface:{layout:`#FBFBFA`,container:`#FFFFFF`,subtle:`#F2F6FA`,canvas:`#F3F2F1`,neutralSoft:`#E5E8EA`,divider:`#E5E7EB`,successSoft:`#E7F4E4`,warningSoft:`#F9E6CF`,errorSoft:`#F9E9E8`},accent:{highlight:`#F7C91E`,highlightBg:`#FAF5E2`,highlightSoft:`#FAF0C8`,signal:`#F6BE00`},semantic:{successBg:`#EBF7F0`,warningBg:`#FDF5EE`,errorBg:`#FEF1F0`,infoBg:`#F0F5FD`}},{defaultAlgorithm:n}=e.theme,r={button:{primary:{default:t.brand.primary,hover:t.brand.primaryHover,pressed:t.brand.primaryPressed,text:t.text.inverse,disabledText:t.brand.brandTint,disabledBg:t.surface.subtle},secondary:{defaultText:t.brand.primary,defaultBorder:t.brand.primary,defaultBg:t.text.inverse,hoverText:t.brand.primaryHover,hoverBorder:t.brand.primaryHover,hoverBg:t.surface.subtle,pressedText:t.brand.primaryPressed,pressedBorder:t.brand.primaryPressed,pressedBg:t.surface.neutralSoft,disabledText:t.brand.brandTint,disabledBorder:t.brand.brandTint,disabledBg:t.text.inverse},tertiary:{defaultText:t.brand.primary,hoverText:t.brand.primaryHover,pressedText:t.brand.primaryPressed,disabledText:t.brand.brandTint},tertiaryAlt:{defaultText:t.text.primary,hoverText:t.text.primary,pressedText:t.text.strong,disabledText:t.text.disabled},typography:{small:{fontSize:`12px`,lineHeight:`16px`,letterSpacing:`0.48px`},middle:{fontSize:`14px`,lineHeight:`18px`,letterSpacing:`0.49px`},large:{fontSize:`16px`,lineHeight:`20px`,letterSpacing:`0.48px`},fontWeight:600,textTransform:`uppercase`}},input:{height:{small:`26px`,middle:`32px`,large:`38px`},padding:{small:{x:`8px`,y:`5px`},middle:{x:`10px`,y:`7px`},large:{x:`12px`,y:`9px`}},border:{default:t.text.muted,hover:t.text.primary,focus:t.brand.primary,error:t.status.errorDark,success:t.status.successDark,radius:`4px`,widthDefault:`1px`,widthFocus:`2px`},text:{default:t.text.muted,focus:t.text.primary,disabled:t.text.secondary,readOnly:t.text.secondary,placeholder:t.text.muted},background:{default:t.text.inverse,disabled:t.surface.subtle,readOnly:t.surface.subtle},focusFontWeight:600},form:{text:{label:t.text.primary,description:t.text.secondary,sectionTitle:t.text.strong,summaryTitle:t.text.strong,optional:t.text.muted,required:t.status.errorDark,help:t.text.secondary,error:t.status.errorDark,warning:t.status.warningDark,success:t.status.successDark},surface:{background:t.text.inverse,subtle:t.surface.subtle,clinical:t.semantic.infoBg,review:t.surface.layout,warning:t.semantic.warningBg,error:t.semantic.errorBg},border:{color:t.text.disabled,strong:t.text.muted,focus:t.brand.primary,radius:`6px`,width:`1px`},typography:{label:{fontSize:`14px`,lineHeight:`18px`,fontWeight:600},help:{fontSize:`12px`,lineHeight:`16px`,fontWeight:600},sectionTitle:{fontSize:`16px`,lineHeight:`22px`,fontWeight:700},sectionDescription:{fontSize:`14px`,lineHeight:`20px`,fontWeight:400},summaryTitle:{fontSize:`14px`,lineHeight:`18px`,fontWeight:700}},spacing:{standard:{itemGap:`20px`,sectionGap:`20px`,shellPadding:`0`},compact:{itemGap:`12px`,sectionGap:`12px`,shellPadding:`0`},clinical:{itemGap:`18px`,sectionGap:`16px`,shellPadding:`16px`},review:{itemGap:`14px`,sectionGap:`12px`,shellPadding:`16px`},wizardSection:{itemGap:`20px`,sectionGap:`20px`,shellPadding:`24px`}}},checkbox:{size:{sm:16,md:18,lg:20},radius:2,border:{default:t.text.muted,hover:t.brand.primaryHover,checked:t.brand.primary,error:t.status.errorDark,errorHover:t.status.errorDeep},background:{default:t.text.inverse,checked:t.brand.primary,disabled:t.text.disabled,errorChecked:t.status.errorDark},mark:{checked:t.text.inverse,indeterminate:t.text.inverse},borderWidth:{default:1,hover:2},indeterminate:{sm:{width:10,height:3},md:{width:12,height:3},lg:{width:12,height:3}}},tooltip:{width:{normal:{min:`200px`,max:`320px`},mini:{min:`40px`,max:`180px`}},padding:{normal:`16px`,mini:`8px 12px`},radius:`4px`,surface:{background:t.surface.subtle,title:t.text.strong,body:t.text.primary},elevation:`drop-shadow(0px 2px 5px rgba(38, 44, 54, 0.3))`,arrow:{width:`14px`,height:`8px`},typography:{title:{fontSize:`14px`,lineHeight:`18px`,fontWeight:600},body:{fontSize:`14px`,lineHeight:`18px`,fontWeight:400}}},pagination:{surface:{activeBg:t.accent.highlightBg,activeBorder:t.accent.highlight,hoverBg:t.accent.highlightBg},text:{default:t.brand.primary,active:t.text.strong,disabled:t.text.disabled,hover:t.brand.primaryHover},typography:{item:{fontSize:`16px`,lineHeight:`20px`,fontWeight:600,activeWeight:700,letterSpacing:`-0.016px`},jump:{fontSize:`14px`,lineHeight:`18px`,fontWeight:600}},spacing:{gap:`16px`,optionsGap:`12px`,optionsOffset:`16px`},quickJumper:{inputWidth:`56px`},radius:{item:`50%`,jump:`16px`,input:`4px`},iconControl:{width:`20px`,height:`20px`,iconSize:20}},tabs:{text:{inactive:t.text.primary,active:t.text.strong},indicator:{active:t.accent.signal,baseline:t.text.secondary}},segmented:{container:{background:t.surface.canvas,border:t.text.disabled,borderWidth:`1px`,radius:`4px`,padding:`3px 4px`},item:{selectedBackground:t.text.inverse,selectedBorder:t.text.muted,selectedRadius:`4px`,unselectedRadius:`48px`},text:{inactive:t.text.secondary,active:t.text.primary},typography:{fontWeight:600},size:{sm:{controlHeight:`26px`,itemHeight:`18px`,gap:`4px`,paddingX:`8px`,fontSize:`12px`,lineHeight:`16px`,letterSpacing:`0.012px`,iconSize:`12px`},md:{controlHeight:`32px`,itemHeight:`24px`,gap:`6px`,paddingX:`8px`,fontSize:`14px`,lineHeight:`18px`,letterSpacing:`0px`,iconSize:`14px`},lg:{controlHeight:`38px`,itemHeight:`30px`,gap:`8px`,paddingX:`8px`,fontSize:`16px`,lineHeight:`20px`,letterSpacing:`-0.016px`,iconSize:`16px`}}},breadcrumb:{link:{default:t.brand.primaryHover,hover:t.brand.primaryPressed},current:{text:t.text.strong},separator:{color:t.text.muted,glyph:`›`,size:`10px`,gap:{sm:`4px`,md:`6px`,lg:`8px`}},typography:{family:`'Nunito', sans-serif`,weight:600,sm:{fontSize:`12px`,lineHeight:`16px`,letterSpacing:`0.012px`},md:{fontSize:`14px`,lineHeight:`18px`,letterSpacing:`0`},lg:{fontSize:`16px`,lineHeight:`20px`,letterSpacing:`-0.016px`}}},modal:{width:{desktop:{xs:400,sm:672,md:1036,lg:1536,fullScreen:`100vw`},mobile:{xs:288,sm:288,md:288,lg:288,fullScreen:`100vw`}},surface:{background:t.text.inverse,header:t.surface.neutralSoft,headerFullScreen:t.surface.neutralSoft},text:{title:t.text.strong,body:t.text.primary,required:t.status.errorDark},border:{color:t.text.disabled,width:`1px`,radius:`6px`,fullScreenRadius:`0`},backdrop:`rgba(164, 164, 164, 0.6)`,shadow:`0px 4px 8px rgba(38, 44, 54, 0.4)`,spacing:{header:{x:`24px`,y:`16px`},body:{desktop:`24px 40px`,mobile:`16px`},footer:{desktop:`16px 24px`,mobile:`16px`}},closeButton:{size:`26px`,iconSize:`18px`,radius:`5px`,color:t.text.iconMuted,hoverBg:t.surface.canvas,focusOutline:t.brand.primary}},drawer:{width:{narrow:378,standard:480,wide:640,full:736},surface:{background:t.text.inverse,header:t.surface.neutralSoft,footer:t.text.inverse,details:t.text.inverse,edit:t.text.inverse,filter:t.text.inverse,confirmation:t.text.inverse,workflowPanel:t.text.inverse},text:{title:t.text.strong,body:t.text.primary,description:t.text.secondary},border:{color:t.text.disabled,width:`1px`,radius:`0`},backdrop:`rgba(164, 164, 164, 0.6)`,shadow:`-4px 0 8px rgba(38, 44, 54, 0.18)`,spacing:{header:`16px 24px`,body:`24px`,bodyCompact:`16px 24px`,footer:`16px 24px`},closeButton:{size:`26px`,iconSize:`18px`,color:t.text.primary,radius:`4px`}},table:{surface:{container:t.text.inverse,layout:t.surface.layout,headerDefault:t.surface.neutralSoft,headerWhite:t.text.inverse,rowHover:t.surface.canvas,rowSelected:t.accent.highlightBg},text:{header:t.brand.primary,body:t.text.primary,sorterMuted:t.text.muted},typography:{header:{fontSize:`16px`,lineHeight:`20px`,letterSpacing:`-0.016px`,fontWeight:600},body:{fontSize:`14px`,lineHeight:`18px`,letterSpacing:`0px`,fontWeight:400},compactHeader:{fontSize:`12px`,lineHeight:`16px`,letterSpacing:`0.02px`,fontWeight:600},compactBody:{fontSize:`10px`,lineHeight:`14px`,letterSpacing:`0.02px`,fontWeight:400}},rowHeight:{normal:{header:`44px`,body:`42px`},compact:{header:`34px`,body:`30px`}},padding:{normal:{header:`0 16px`,body:`0 16px`},compact:{header:`8px 10px`,body:`6px 8px`}},border:{container:t.text.disabled,bodyDivider:t.surface.divider,headerDividerWidth:`2px`,radius:`4px`}},tag:{borderWidth:`1px`,status:{neutral:{solid:{bg:t.text.muted,text:t.text.inverse},light:{bg:t.surface.subtle,text:t.text.primary},outline:{text:t.text.primary,border:t.text.primary}},success:{solid:{bg:t.status.successDeep,text:t.text.inverse},light:{bg:t.surface.successSoft,text:t.status.successDark},outline:{text:t.status.successDark,border:t.status.successDark}},warning:{solid:{bg:t.status.warningDark,text:t.text.inverse},light:{bg:t.surface.warningSoft,text:t.status.warningDeep},outline:{text:t.status.warningDeep,border:t.status.warningDeep}},error:{solid:{bg:t.status.error,text:t.text.inverse},light:{bg:t.surface.errorSoft,text:t.status.errorDark},outline:{text:t.status.errorDark,border:t.status.errorDark}},inactive:{solid:{bg:`transparent`,text:t.text.primary,border:t.text.primary},light:{bg:`transparent`,text:t.text.primary,border:t.text.primary},outline:{text:t.text.primary,border:t.text.primary}},new:{solid:{bg:t.brand.primaryPressed,text:t.text.inverse},light:{bg:t.surface.subtle,text:t.brand.deepBrand},outline:{text:t.brand.deepBrand,border:t.brand.deepBrand}}},typography:{fontWeight:700,textTransform:`uppercase`},size:{sm:{padding:`1px 10px`,radius:3,typography:{fontSize:`12px`,lineHeight:`16px`,letterSpacing:`0.54px`}},md:{padding:`2px 12px`,radius:4,typography:{fontSize:`14px`,lineHeight:`18px`,letterSpacing:`0.56px`}},lg:{padding:`3px 14px`,radius:5,typography:{fontSize:`16px`,lineHeight:`20px`,letterSpacing:`0.56px`}}},closeIcon:{size:{sm:`12px`,md:`14px`,lg:`16px`}}},badge:{borderWidth:`1px`,status:{neutral:{solid:{bg:t.text.muted,text:t.text.inverse},light:{bg:t.surface.subtle,text:t.text.primary,border:t.text.disabled},outline:{text:t.text.primary,border:t.text.primary}},success:{solid:{bg:t.status.successDeep,text:t.text.inverse},light:{bg:t.surface.successSoft,text:t.status.successDark,border:t.status.successDark},outline:{text:t.status.successDark,border:t.status.successDark}},warning:{solid:{bg:t.status.warningDark,text:t.text.inverse},light:{bg:t.surface.warningSoft,text:t.status.warningDeep,border:t.status.warningDeep},outline:{text:t.status.warningDeep,border:t.status.warningDeep}},error:{solid:{bg:t.status.error,text:t.text.inverse},light:{bg:t.surface.errorSoft,text:t.status.errorDark,border:t.status.errorDark},outline:{text:t.status.errorDark,border:t.status.errorDark}},processing:{solid:{bg:t.brand.primary,text:t.text.inverse},light:{bg:t.semantic.infoBg,text:t.brand.primary,border:t.brand.primary},outline:{text:t.brand.primary,border:t.brand.primary}},inactive:{solid:{bg:t.surface.neutralSoft,text:t.text.primary,border:t.text.disabled},light:{bg:t.surface.subtle,text:t.text.secondary,border:t.text.disabled},outline:{text:t.text.secondary,border:t.text.disabled}},new:{solid:{bg:t.brand.primaryPressed,text:t.text.inverse},light:{bg:t.surface.subtle,text:t.brand.deepBrand,border:t.brand.deepBrand},outline:{text:t.brand.deepBrand,border:t.brand.deepBrand}}},typography:{fontWeight:700},count:{radius:`999px`},dot:{border:t.text.inverse,borderWidth:`2px`},statusText:{color:t.text.primary,gap:`8px`,fontWeight:600},size:{sm:{countSize:`16px`,countPadding:`0 5px`,dotSize:`6px`,statusDotSize:`6px`,typography:{fontSize:`11px`,lineHeight:`16px`,letterSpacing:`0`},statusTypography:{fontSize:`12px`,lineHeight:`16px`}},md:{countSize:`20px`,countPadding:`0 6px`,dotSize:`8px`,statusDotSize:`8px`,typography:{fontSize:`12px`,lineHeight:`18px`,letterSpacing:`0`},statusTypography:{fontSize:`14px`,lineHeight:`18px`}},lg:{countSize:`24px`,countPadding:`0 8px`,dotSize:`10px`,statusDotSize:`10px`,typography:{fontSize:`14px`,lineHeight:`20px`,letterSpacing:`0`},statusTypography:{fontSize:`16px`,lineHeight:`20px`}}},ribbon:{radius:`3px 3px 0 0`,fontSize:`12px`,lineHeight:`18px`,letterSpacing:`0`}},empty:{text:{title:t.text.secondary,description:t.text.secondary},title:{fontWeight:700},description:{fontWeight:400},illustration:{color:t.text.secondary,strokeWidth:`2px`},table:{messageFontWeight:700},size:{desktop:{illustrationSize:`96px`,illustrationGap:`20px`,copyGap:`12px`,copyWidth:`426px`,actionGap:`24px`,tableMinHeight:`210px`,tablePadding:`48px 24px`,tableActionGap:`22px`,title:{fontSize:`20px`,lineHeight:`28px`},description:{fontSize:`14px`,lineHeight:`20px`},tableMessage:{fontSize:`20px`,lineHeight:`28px`}},mobile:{illustrationSize:`80px`,illustrationGap:`20px`,copyGap:`12px`,copyWidth:`197px`,actionGap:`20px`,tableMinHeight:`168px`,tablePadding:`32px 16px`,tableActionGap:`18px`,title:{fontSize:`16px`,lineHeight:`22px`},description:{fontSize:`14px`,lineHeight:`18px`},tableMessage:{fontSize:`16px`,lineHeight:`22px`}}}},picker:{selected:{background:t.accent.highlightSoft,border:t.accent.highlight,text:t.text.strong}}},i={algorithm:n,token:{fontFamily:`'Nunito', sans-serif`,fontSize:14,colorPrimary:r.button.primary.default,colorPrimaryHover:r.button.primary.hover,colorPrimaryActive:r.button.primary.pressed,colorSuccess:t.status.success,colorWarning:t.status.warning,colorError:t.status.error,colorInfo:r.button.primary.default,colorLink:t.brand.primaryHover,borderRadius:6,colorText:t.text.primary,colorTextSecondary:t.text.secondary,colorTextDisabled:t.text.disabled,colorBgLayout:t.surface.layout,colorBgContainer:t.text.inverse,colorBgElevated:t.text.inverse,colorBorder:t.text.muted,colorBorderSecondary:t.surface.divider}};Object.defineProperty(exports,`n`,{enumerable:!0,get:function(){return r}}),Object.defineProperty(exports,`r`,{enumerable:!0,get:function(){return t}}),Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return i}});
2
+ //# sourceMappingURL=ontadaTheme-DEEJ31G9.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ontadaTheme-DEEJ31G9.cjs","names":[],"sources":["../src/tokens/core.ts","../src/theme/ontadaTheme.ts"],"sourcesContent":["export const CORE_COLORS = {\n brand: {\n primary: '#007CC1',\n primaryHover: '#00669E',\n primaryPressed: '#005483',\n brandTint: '#80BDE0',\n deepBrand: '#163E5E',\n },\n text: {\n primary: '#1E394E',\n secondary: '#3C5C6E',\n disabled: '#BAC5CC',\n strong: '#181818',\n inverse: '#FFFFFF',\n muted: '#627386',\n iconMuted: '#7A8A95',\n },\n status: {\n success: '#36B35B',\n successDark: '#277036',\n successDeep: '#2E8540',\n warning: '#D3722E',\n warningDark: '#B05D23',\n warningDeep: '#975220',\n error: '#DB3A29',\n errorDark: '#C53026',\n errorDeep: '#AE2522',\n },\n surface: {\n layout: '#FBFBFA',\n container: '#FFFFFF',\n subtle: '#F2F6FA',\n canvas: '#F3F2F1',\n neutralSoft: '#E5E8EA',\n divider: '#E5E7EB',\n successSoft: '#E7F4E4',\n warningSoft: '#F9E6CF',\n errorSoft: '#F9E9E8',\n },\n accent: {\n highlight: '#F7C91E',\n highlightBg: '#FAF5E2',\n highlightSoft: '#FAF0C8',\n signal: '#F6BE00',\n },\n semantic: {\n successBg: '#EBF7F0',\n warningBg: '#FDF5EE',\n errorBg: '#FEF1F0',\n infoBg: '#F0F5FD',\n },\n} as const\n\nexport type CoreColors = typeof CORE_COLORS\n","import type { ThemeConfig } from 'antd'\nimport { theme as ontadaTheme } from 'antd'\nimport { CORE_COLORS } from '../tokens/core'\n\nconst { defaultAlgorithm } = ontadaTheme\n\nexport const dsSemanticTokens = {\n button: {\n primary: {\n default: CORE_COLORS.brand.primary,\n hover: CORE_COLORS.brand.primaryHover,\n pressed: CORE_COLORS.brand.primaryPressed,\n text: CORE_COLORS.text.inverse,\n disabledText: CORE_COLORS.brand.brandTint,\n disabledBg: CORE_COLORS.surface.subtle,\n },\n secondary: {\n defaultText: CORE_COLORS.brand.primary,\n defaultBorder: CORE_COLORS.brand.primary,\n defaultBg: CORE_COLORS.text.inverse,\n hoverText: CORE_COLORS.brand.primaryHover,\n hoverBorder: CORE_COLORS.brand.primaryHover,\n hoverBg: CORE_COLORS.surface.subtle,\n pressedText: CORE_COLORS.brand.primaryPressed,\n pressedBorder: CORE_COLORS.brand.primaryPressed,\n pressedBg: CORE_COLORS.surface.neutralSoft,\n disabledText: CORE_COLORS.brand.brandTint,\n disabledBorder: CORE_COLORS.brand.brandTint,\n disabledBg: CORE_COLORS.text.inverse,\n },\n tertiary: {\n defaultText: CORE_COLORS.brand.primary,\n hoverText: CORE_COLORS.brand.primaryHover,\n pressedText: CORE_COLORS.brand.primaryPressed,\n disabledText: CORE_COLORS.brand.brandTint,\n },\n tertiaryAlt: {\n defaultText: CORE_COLORS.text.primary,\n hoverText: CORE_COLORS.text.primary,\n pressedText: CORE_COLORS.text.strong,\n disabledText: CORE_COLORS.text.disabled,\n },\n typography: {\n small: {\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.48px',\n },\n middle: {\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0.49px',\n },\n large: {\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '0.48px',\n },\n fontWeight: 600,\n textTransform: 'uppercase',\n },\n },\n input: {\n height: {\n small: '26px',\n middle: '32px',\n large: '38px',\n },\n padding: {\n small: {\n x: '8px',\n y: '5px',\n },\n middle: {\n x: '10px',\n y: '7px',\n },\n large: {\n x: '12px',\n y: '9px',\n },\n },\n border: {\n default: CORE_COLORS.text.muted,\n hover: CORE_COLORS.text.primary,\n focus: CORE_COLORS.brand.primary,\n error: CORE_COLORS.status.errorDark,\n success: CORE_COLORS.status.successDark,\n radius: '4px',\n widthDefault: '1px',\n widthFocus: '2px',\n },\n text: {\n default: CORE_COLORS.text.muted,\n focus: CORE_COLORS.text.primary,\n disabled: CORE_COLORS.text.secondary,\n readOnly: CORE_COLORS.text.secondary,\n placeholder: CORE_COLORS.text.muted,\n },\n background: {\n default: CORE_COLORS.text.inverse,\n disabled: CORE_COLORS.surface.subtle,\n readOnly: CORE_COLORS.surface.subtle,\n },\n focusFontWeight: 600,\n },\n form: {\n text: {\n label: CORE_COLORS.text.primary,\n description: CORE_COLORS.text.secondary,\n sectionTitle: CORE_COLORS.text.strong,\n summaryTitle: CORE_COLORS.text.strong,\n optional: CORE_COLORS.text.muted,\n required: CORE_COLORS.status.errorDark,\n help: CORE_COLORS.text.secondary,\n error: CORE_COLORS.status.errorDark,\n warning: CORE_COLORS.status.warningDark,\n success: CORE_COLORS.status.successDark,\n },\n surface: {\n background: CORE_COLORS.text.inverse,\n subtle: CORE_COLORS.surface.subtle,\n clinical: CORE_COLORS.semantic.infoBg,\n review: CORE_COLORS.surface.layout,\n warning: CORE_COLORS.semantic.warningBg,\n error: CORE_COLORS.semantic.errorBg,\n },\n border: {\n color: CORE_COLORS.text.disabled,\n strong: CORE_COLORS.text.muted,\n focus: CORE_COLORS.brand.primary,\n radius: '6px',\n width: '1px',\n },\n typography: {\n label: {\n fontSize: '14px',\n lineHeight: '18px',\n fontWeight: 600,\n },\n help: {\n fontSize: '12px',\n lineHeight: '16px',\n fontWeight: 600,\n },\n sectionTitle: {\n fontSize: '16px',\n lineHeight: '22px',\n fontWeight: 700,\n },\n sectionDescription: {\n fontSize: '14px',\n lineHeight: '20px',\n fontWeight: 400,\n },\n summaryTitle: {\n fontSize: '14px',\n lineHeight: '18px',\n fontWeight: 700,\n },\n },\n spacing: {\n standard: {\n itemGap: '20px',\n sectionGap: '20px',\n shellPadding: '0',\n },\n compact: {\n itemGap: '12px',\n sectionGap: '12px',\n shellPadding: '0',\n },\n clinical: {\n itemGap: '18px',\n sectionGap: '16px',\n shellPadding: '16px',\n },\n review: {\n itemGap: '14px',\n sectionGap: '12px',\n shellPadding: '16px',\n },\n wizardSection: {\n itemGap: '20px',\n sectionGap: '20px',\n shellPadding: '24px',\n },\n },\n },\n checkbox: {\n size: {\n sm: 16,\n md: 18,\n lg: 20,\n },\n radius: 2,\n border: {\n default: CORE_COLORS.text.muted,\n hover: CORE_COLORS.brand.primaryHover,\n checked: CORE_COLORS.brand.primary,\n error: CORE_COLORS.status.errorDark,\n errorHover: CORE_COLORS.status.errorDeep,\n },\n background: {\n default: CORE_COLORS.text.inverse,\n checked: CORE_COLORS.brand.primary,\n disabled: CORE_COLORS.text.disabled,\n errorChecked: CORE_COLORS.status.errorDark,\n },\n mark: {\n checked: CORE_COLORS.text.inverse,\n indeterminate: CORE_COLORS.text.inverse,\n },\n borderWidth: {\n default: 1,\n hover: 2,\n },\n indeterminate: {\n sm: {\n width: 10,\n height: 3,\n },\n md: {\n width: 12,\n height: 3,\n },\n lg: {\n width: 12,\n height: 3,\n },\n },\n },\n tooltip: {\n width: {\n normal: {\n min: '200px',\n max: '320px',\n },\n mini: {\n min: '40px',\n max: '180px',\n },\n },\n padding: {\n normal: '16px',\n mini: '8px 12px',\n },\n radius: '4px',\n surface: {\n background: CORE_COLORS.surface.subtle,\n title: CORE_COLORS.text.strong,\n body: CORE_COLORS.text.primary,\n },\n elevation: 'drop-shadow(0px 2px 5px rgba(38, 44, 54, 0.3))',\n arrow: {\n width: '14px',\n height: '8px',\n },\n typography: {\n title: {\n fontSize: '14px',\n lineHeight: '18px',\n fontWeight: 600,\n },\n body: {\n fontSize: '14px',\n lineHeight: '18px',\n fontWeight: 400,\n },\n },\n },\n pagination: {\n surface: {\n activeBg: CORE_COLORS.accent.highlightBg,\n activeBorder: CORE_COLORS.accent.highlight,\n hoverBg: CORE_COLORS.accent.highlightBg,\n },\n text: {\n default: CORE_COLORS.brand.primary,\n active: CORE_COLORS.text.strong,\n disabled: CORE_COLORS.text.disabled,\n hover: CORE_COLORS.brand.primaryHover,\n },\n typography: {\n item: {\n fontSize: '16px',\n lineHeight: '20px',\n fontWeight: 600,\n activeWeight: 700,\n letterSpacing: '-0.016px',\n },\n jump: {\n fontSize: '14px',\n lineHeight: '18px',\n fontWeight: 600,\n },\n },\n spacing: {\n gap: '16px',\n optionsGap: '12px',\n optionsOffset: '16px',\n },\n quickJumper: {\n inputWidth: '56px',\n },\n radius: {\n item: '50%',\n jump: '16px',\n input: '4px',\n },\n iconControl: {\n width: '20px',\n height: '20px',\n iconSize: 20,\n },\n },\n tabs: {\n text: {\n inactive: CORE_COLORS.text.primary,\n active: CORE_COLORS.text.strong,\n },\n indicator: {\n active: CORE_COLORS.accent.signal,\n baseline: CORE_COLORS.text.secondary,\n },\n },\n segmented: {\n container: {\n background: CORE_COLORS.surface.canvas,\n border: CORE_COLORS.text.disabled,\n borderWidth: '1px',\n radius: '4px',\n padding: '3px 4px',\n },\n item: {\n selectedBackground: CORE_COLORS.text.inverse,\n selectedBorder: CORE_COLORS.text.muted,\n selectedRadius: '4px',\n unselectedRadius: '48px',\n },\n text: {\n inactive: CORE_COLORS.text.secondary,\n active: CORE_COLORS.text.primary,\n },\n typography: {\n fontWeight: 600,\n },\n size: {\n sm: {\n controlHeight: '26px',\n itemHeight: '18px',\n gap: '4px',\n paddingX: '8px',\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.012px',\n iconSize: '12px',\n },\n md: {\n controlHeight: '32px',\n itemHeight: '24px',\n gap: '6px',\n paddingX: '8px',\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0px',\n iconSize: '14px',\n },\n lg: {\n controlHeight: '38px',\n itemHeight: '30px',\n gap: '8px',\n paddingX: '8px',\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '-0.016px',\n iconSize: '16px',\n },\n },\n },\n breadcrumb: {\n link: {\n default: CORE_COLORS.brand.primaryHover,\n hover: CORE_COLORS.brand.primaryPressed,\n },\n current: {\n text: CORE_COLORS.text.strong,\n },\n separator: {\n color: CORE_COLORS.text.muted,\n glyph: '›',\n size: '10px',\n gap: {\n sm: '4px',\n md: '6px',\n lg: '8px',\n },\n },\n typography: {\n family: \"'Nunito', sans-serif\",\n weight: 600,\n sm: {\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.012px',\n },\n md: {\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0',\n },\n lg: {\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '-0.016px',\n },\n },\n },\n modal: {\n width: {\n desktop: {\n xs: 400,\n sm: 672,\n md: 1036,\n lg: 1536,\n fullScreen: '100vw',\n },\n mobile: {\n xs: 288,\n sm: 288,\n md: 288,\n lg: 288,\n fullScreen: '100vw',\n },\n },\n surface: {\n background: CORE_COLORS.text.inverse,\n header: CORE_COLORS.surface.neutralSoft,\n headerFullScreen: CORE_COLORS.surface.neutralSoft,\n },\n text: {\n title: CORE_COLORS.text.strong,\n body: CORE_COLORS.text.primary,\n required: CORE_COLORS.status.errorDark,\n },\n border: {\n color: CORE_COLORS.text.disabled,\n width: '1px',\n radius: '6px',\n fullScreenRadius: '0',\n },\n backdrop: 'rgba(164, 164, 164, 0.6)',\n shadow: '0px 4px 8px rgba(38, 44, 54, 0.4)',\n spacing: {\n header: {\n x: '24px',\n y: '16px',\n },\n body: {\n desktop: '24px 40px',\n mobile: '16px',\n },\n footer: {\n desktop: '16px 24px',\n mobile: '16px',\n },\n },\n closeButton: {\n size: '26px',\n iconSize: '18px',\n radius: '5px',\n color: CORE_COLORS.text.iconMuted,\n hoverBg: CORE_COLORS.surface.canvas,\n focusOutline: CORE_COLORS.brand.primary,\n },\n },\n drawer: {\n width: {\n narrow: 378,\n standard: 480,\n wide: 640,\n full: 736,\n },\n surface: {\n background: CORE_COLORS.text.inverse,\n header: CORE_COLORS.surface.neutralSoft,\n footer: CORE_COLORS.text.inverse,\n details: CORE_COLORS.text.inverse,\n edit: CORE_COLORS.text.inverse,\n filter: CORE_COLORS.text.inverse,\n confirmation: CORE_COLORS.text.inverse,\n workflowPanel: CORE_COLORS.text.inverse,\n },\n text: {\n title: CORE_COLORS.text.strong,\n body: CORE_COLORS.text.primary,\n description: CORE_COLORS.text.secondary,\n },\n border: {\n color: CORE_COLORS.text.disabled,\n width: '1px',\n radius: '0',\n },\n backdrop: 'rgba(164, 164, 164, 0.6)',\n shadow: '-4px 0 8px rgba(38, 44, 54, 0.18)',\n spacing: {\n header: '16px 24px',\n body: '24px',\n bodyCompact: '16px 24px',\n footer: '16px 24px',\n },\n closeButton: {\n size: '26px',\n iconSize: '18px',\n color: CORE_COLORS.text.primary,\n radius: '4px',\n },\n },\n table: {\n surface: {\n container: CORE_COLORS.text.inverse,\n layout: CORE_COLORS.surface.layout,\n headerDefault: CORE_COLORS.surface.neutralSoft,\n headerWhite: CORE_COLORS.text.inverse,\n rowHover: CORE_COLORS.surface.canvas,\n rowSelected: CORE_COLORS.accent.highlightBg,\n },\n text: {\n header: CORE_COLORS.brand.primary,\n body: CORE_COLORS.text.primary,\n sorterMuted: CORE_COLORS.text.muted,\n },\n typography: {\n header: {\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '-0.016px',\n fontWeight: 600,\n },\n body: {\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0px',\n fontWeight: 400,\n },\n compactHeader: {\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.02px',\n fontWeight: 600,\n },\n compactBody: {\n fontSize: '10px',\n lineHeight: '14px',\n letterSpacing: '0.02px',\n fontWeight: 400,\n },\n },\n rowHeight: {\n normal: {\n header: '44px',\n body: '42px',\n },\n compact: {\n header: '34px',\n body: '30px',\n },\n },\n padding: {\n normal: {\n header: '0 16px',\n body: '0 16px',\n },\n compact: {\n header: '8px 10px',\n body: '6px 8px',\n },\n },\n border: {\n container: CORE_COLORS.text.disabled,\n bodyDivider: CORE_COLORS.surface.divider,\n headerDividerWidth: '2px',\n radius: '4px',\n },\n },\n tag: {\n borderWidth: '1px',\n status: {\n neutral: {\n solid: { bg: CORE_COLORS.text.muted, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.subtle, text: CORE_COLORS.text.primary },\n outline: { text: CORE_COLORS.text.primary, border: CORE_COLORS.text.primary },\n },\n success: {\n solid: { bg: CORE_COLORS.status.successDeep, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.successSoft, text: CORE_COLORS.status.successDark },\n outline: { text: CORE_COLORS.status.successDark, border: CORE_COLORS.status.successDark },\n },\n warning: {\n solid: { bg: CORE_COLORS.status.warningDark, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.warningSoft, text: CORE_COLORS.status.warningDeep },\n outline: { text: CORE_COLORS.status.warningDeep, border: CORE_COLORS.status.warningDeep },\n },\n error: {\n solid: { bg: CORE_COLORS.status.error, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.errorSoft, text: CORE_COLORS.status.errorDark },\n outline: { text: CORE_COLORS.status.errorDark, border: CORE_COLORS.status.errorDark },\n },\n inactive: {\n solid: { bg: 'transparent', text: CORE_COLORS.text.primary, border: CORE_COLORS.text.primary },\n light: { bg: 'transparent', text: CORE_COLORS.text.primary, border: CORE_COLORS.text.primary },\n outline: { text: CORE_COLORS.text.primary, border: CORE_COLORS.text.primary },\n },\n new: {\n solid: { bg: CORE_COLORS.brand.primaryPressed, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.subtle, text: CORE_COLORS.brand.deepBrand },\n outline: { text: CORE_COLORS.brand.deepBrand, border: CORE_COLORS.brand.deepBrand },\n },\n },\n typography: {\n fontWeight: 700,\n textTransform: 'uppercase',\n },\n size: {\n sm: {\n padding: '1px 10px',\n radius: 3,\n typography: {\n fontSize: '12px',\n lineHeight: '16px',\n letterSpacing: '0.54px',\n },\n },\n md: {\n padding: '2px 12px',\n radius: 4,\n typography: {\n fontSize: '14px',\n lineHeight: '18px',\n letterSpacing: '0.56px',\n },\n },\n lg: {\n padding: '3px 14px',\n radius: 5,\n typography: {\n fontSize: '16px',\n lineHeight: '20px',\n letterSpacing: '0.56px',\n },\n },\n },\n closeIcon: {\n size: {\n sm: '12px',\n md: '14px',\n lg: '16px',\n },\n },\n },\n badge: {\n borderWidth: '1px',\n status: {\n neutral: {\n solid: { bg: CORE_COLORS.text.muted, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.subtle, text: CORE_COLORS.text.primary, border: CORE_COLORS.text.disabled },\n outline: { text: CORE_COLORS.text.primary, border: CORE_COLORS.text.primary },\n },\n success: {\n solid: { bg: CORE_COLORS.status.successDeep, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.successSoft, text: CORE_COLORS.status.successDark, border: CORE_COLORS.status.successDark },\n outline: { text: CORE_COLORS.status.successDark, border: CORE_COLORS.status.successDark },\n },\n warning: {\n solid: { bg: CORE_COLORS.status.warningDark, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.warningSoft, text: CORE_COLORS.status.warningDeep, border: CORE_COLORS.status.warningDeep },\n outline: { text: CORE_COLORS.status.warningDeep, border: CORE_COLORS.status.warningDeep },\n },\n error: {\n solid: { bg: CORE_COLORS.status.error, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.errorSoft, text: CORE_COLORS.status.errorDark, border: CORE_COLORS.status.errorDark },\n outline: { text: CORE_COLORS.status.errorDark, border: CORE_COLORS.status.errorDark },\n },\n processing: {\n solid: { bg: CORE_COLORS.brand.primary, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.semantic.infoBg, text: CORE_COLORS.brand.primary, border: CORE_COLORS.brand.primary },\n outline: { text: CORE_COLORS.brand.primary, border: CORE_COLORS.brand.primary },\n },\n inactive: {\n solid: { bg: CORE_COLORS.surface.neutralSoft, text: CORE_COLORS.text.primary, border: CORE_COLORS.text.disabled },\n light: { bg: CORE_COLORS.surface.subtle, text: CORE_COLORS.text.secondary, border: CORE_COLORS.text.disabled },\n outline: { text: CORE_COLORS.text.secondary, border: CORE_COLORS.text.disabled },\n },\n new: {\n solid: { bg: CORE_COLORS.brand.primaryPressed, text: CORE_COLORS.text.inverse },\n light: { bg: CORE_COLORS.surface.subtle, text: CORE_COLORS.brand.deepBrand, border: CORE_COLORS.brand.deepBrand },\n outline: { text: CORE_COLORS.brand.deepBrand, border: CORE_COLORS.brand.deepBrand },\n },\n },\n typography: {\n fontWeight: 700,\n },\n count: {\n radius: '999px',\n },\n dot: {\n border: CORE_COLORS.text.inverse,\n borderWidth: '2px',\n },\n statusText: {\n color: CORE_COLORS.text.primary,\n gap: '8px',\n fontWeight: 600,\n },\n size: {\n sm: {\n countSize: '16px',\n countPadding: '0 5px',\n dotSize: '6px',\n statusDotSize: '6px',\n typography: {\n fontSize: '11px',\n lineHeight: '16px',\n letterSpacing: '0',\n },\n statusTypography: {\n fontSize: '12px',\n lineHeight: '16px',\n },\n },\n md: {\n countSize: '20px',\n countPadding: '0 6px',\n dotSize: '8px',\n statusDotSize: '8px',\n typography: {\n fontSize: '12px',\n lineHeight: '18px',\n letterSpacing: '0',\n },\n statusTypography: {\n fontSize: '14px',\n lineHeight: '18px',\n },\n },\n lg: {\n countSize: '24px',\n countPadding: '0 8px',\n dotSize: '10px',\n statusDotSize: '10px',\n typography: {\n fontSize: '14px',\n lineHeight: '20px',\n letterSpacing: '0',\n },\n statusTypography: {\n fontSize: '16px',\n lineHeight: '20px',\n },\n },\n },\n ribbon: {\n radius: '3px 3px 0 0',\n fontSize: '12px',\n lineHeight: '18px',\n letterSpacing: '0',\n },\n },\n empty: {\n text: {\n title: CORE_COLORS.text.secondary,\n description: CORE_COLORS.text.secondary,\n },\n title: {\n fontWeight: 700,\n },\n description: {\n fontWeight: 400,\n },\n illustration: {\n color: CORE_COLORS.text.secondary,\n strokeWidth: '2px',\n },\n table: {\n messageFontWeight: 700,\n },\n size: {\n desktop: {\n illustrationSize: '96px',\n illustrationGap: '20px',\n copyGap: '12px',\n copyWidth: '426px',\n actionGap: '24px',\n tableMinHeight: '210px',\n tablePadding: '48px 24px',\n tableActionGap: '22px',\n title: {\n fontSize: '20px',\n lineHeight: '28px',\n },\n description: {\n fontSize: '14px',\n lineHeight: '20px',\n },\n tableMessage: {\n fontSize: '20px',\n lineHeight: '28px',\n },\n },\n mobile: {\n illustrationSize: '80px',\n illustrationGap: '20px',\n copyGap: '12px',\n copyWidth: '197px',\n actionGap: '20px',\n tableMinHeight: '168px',\n tablePadding: '32px 16px',\n tableActionGap: '18px',\n title: {\n fontSize: '16px',\n lineHeight: '22px',\n },\n description: {\n fontSize: '14px',\n lineHeight: '18px',\n },\n tableMessage: {\n fontSize: '16px',\n lineHeight: '22px',\n },\n },\n },\n },\n picker: {\n selected: {\n background: CORE_COLORS.accent.highlightSoft,\n border: CORE_COLORS.accent.highlight,\n text: CORE_COLORS.text.strong,\n },\n },\n} as const\n\nexport const appTheme: ThemeConfig = {\n algorithm: defaultAlgorithm,\n token: {\n fontFamily: \"'Nunito', sans-serif\",\n fontSize: 14,\n\n colorPrimary: dsSemanticTokens.button.primary.default,\n colorPrimaryHover: dsSemanticTokens.button.primary.hover,\n colorPrimaryActive: dsSemanticTokens.button.primary.pressed,\n\n colorSuccess: CORE_COLORS.status.success,\n colorWarning: CORE_COLORS.status.warning,\n colorError: CORE_COLORS.status.error,\n colorInfo: dsSemanticTokens.button.primary.default,\n colorLink: CORE_COLORS.brand.primaryHover,\n\n borderRadius: 6,\n\n colorText: CORE_COLORS.text.primary,\n colorTextSecondary: CORE_COLORS.text.secondary,\n colorTextDisabled: CORE_COLORS.text.disabled,\n\n colorBgLayout: CORE_COLORS.surface.layout,\n colorBgContainer: CORE_COLORS.text.inverse,\n colorBgElevated: CORE_COLORS.text.inverse,\n\n colorBorder: CORE_COLORS.text.muted,\n colorBorderSecondary: CORE_COLORS.surface.divider,\n },\n}\n"],"mappings":"6CAAA,IAAa,EAAc,CACzB,MAAO,CACL,QAAS,UACT,aAAc,UACd,eAAgB,UAChB,UAAW,UACX,UAAW,UACZ,CACD,KAAM,CACJ,QAAS,UACT,UAAW,UACX,SAAU,UACV,OAAQ,UACR,QAAS,UACT,MAAO,UACP,UAAW,UACZ,CACD,OAAQ,CACN,QAAS,UACT,YAAa,UACb,YAAa,UACb,QAAS,UACT,YAAa,UACb,YAAa,UACb,MAAO,UACP,UAAW,UACX,UAAW,UACZ,CACD,QAAS,CACP,OAAQ,UACR,UAAW,UACX,OAAQ,UACR,OAAQ,UACR,YAAa,UACb,QAAS,UACT,YAAa,UACb,YAAa,UACb,UAAW,UACZ,CACD,OAAQ,CACN,UAAW,UACX,YAAa,UACb,cAAe,UACf,OAAQ,UACT,CACD,SAAU,CACR,UAAW,UACX,UAAW,UACX,QAAS,UACT,OAAQ,UACT,CACF,CC/CK,CAAE,oBAAqB,EAAA,MAEhB,EAAmB,CAC9B,OAAQ,CACN,QAAS,CACP,QAAS,EAAY,MAAM,QAC3B,MAAO,EAAY,MAAM,aACzB,QAAS,EAAY,MAAM,eAC3B,KAAM,EAAY,KAAK,QACvB,aAAc,EAAY,MAAM,UAChC,WAAY,EAAY,QAAQ,OACjC,CACD,UAAW,CACT,YAAa,EAAY,MAAM,QAC/B,cAAe,EAAY,MAAM,QACjC,UAAW,EAAY,KAAK,QAC5B,UAAW,EAAY,MAAM,aAC7B,YAAa,EAAY,MAAM,aAC/B,QAAS,EAAY,QAAQ,OAC7B,YAAa,EAAY,MAAM,eAC/B,cAAe,EAAY,MAAM,eACjC,UAAW,EAAY,QAAQ,YAC/B,aAAc,EAAY,MAAM,UAChC,eAAgB,EAAY,MAAM,UAClC,WAAY,EAAY,KAAK,QAC9B,CACD,SAAU,CACR,YAAa,EAAY,MAAM,QAC/B,UAAW,EAAY,MAAM,aAC7B,YAAa,EAAY,MAAM,eAC/B,aAAc,EAAY,MAAM,UACjC,CACD,YAAa,CACX,YAAa,EAAY,KAAK,QAC9B,UAAW,EAAY,KAAK,QAC5B,YAAa,EAAY,KAAK,OAC9B,aAAc,EAAY,KAAK,SAChC,CACD,WAAY,CACV,MAAO,CACL,SAAU,OACV,WAAY,OACZ,cAAe,SAChB,CACD,OAAQ,CACN,SAAU,OACV,WAAY,OACZ,cAAe,SAChB,CACD,MAAO,CACL,SAAU,OACV,WAAY,OACZ,cAAe,SAChB,CACD,WAAY,IACZ,cAAe,YAChB,CACF,CACD,MAAO,CACL,OAAQ,CACN,MAAO,OACP,OAAQ,OACR,MAAO,OACR,CACD,QAAS,CACP,MAAO,CACL,EAAG,MACH,EAAG,MACJ,CACD,OAAQ,CACN,EAAG,OACH,EAAG,MACJ,CACD,MAAO,CACL,EAAG,OACH,EAAG,MACJ,CACF,CACD,OAAQ,CACN,QAAS,EAAY,KAAK,MAC1B,MAAO,EAAY,KAAK,QACxB,MAAO,EAAY,MAAM,QACzB,MAAO,EAAY,OAAO,UAC1B,QAAS,EAAY,OAAO,YAC5B,OAAQ,MACR,aAAc,MACd,WAAY,MACb,CACD,KAAM,CACJ,QAAS,EAAY,KAAK,MAC1B,MAAO,EAAY,KAAK,QACxB,SAAU,EAAY,KAAK,UAC3B,SAAU,EAAY,KAAK,UAC3B,YAAa,EAAY,KAAK,MAC/B,CACD,WAAY,CACV,QAAS,EAAY,KAAK,QAC1B,SAAU,EAAY,QAAQ,OAC9B,SAAU,EAAY,QAAQ,OAC/B,CACD,gBAAiB,IAClB,CACD,KAAM,CACJ,KAAM,CACJ,MAAO,EAAY,KAAK,QACxB,YAAa,EAAY,KAAK,UAC9B,aAAc,EAAY,KAAK,OAC/B,aAAc,EAAY,KAAK,OAC/B,SAAU,EAAY,KAAK,MAC3B,SAAU,EAAY,OAAO,UAC7B,KAAM,EAAY,KAAK,UACvB,MAAO,EAAY,OAAO,UAC1B,QAAS,EAAY,OAAO,YAC5B,QAAS,EAAY,OAAO,YAC7B,CACD,QAAS,CACP,WAAY,EAAY,KAAK,QAC7B,OAAQ,EAAY,QAAQ,OAC5B,SAAU,EAAY,SAAS,OAC/B,OAAQ,EAAY,QAAQ,OAC5B,QAAS,EAAY,SAAS,UAC9B,MAAO,EAAY,SAAS,QAC7B,CACD,OAAQ,CACN,MAAO,EAAY,KAAK,SACxB,OAAQ,EAAY,KAAK,MACzB,MAAO,EAAY,MAAM,QACzB,OAAQ,MACR,MAAO,MACR,CACD,WAAY,CACV,MAAO,CACL,SAAU,OACV,WAAY,OACZ,WAAY,IACb,CACD,KAAM,CACJ,SAAU,OACV,WAAY,OACZ,WAAY,IACb,CACD,aAAc,CACZ,SAAU,OACV,WAAY,OACZ,WAAY,IACb,CACD,mBAAoB,CAClB,SAAU,OACV,WAAY,OACZ,WAAY,IACb,CACD,aAAc,CACZ,SAAU,OACV,WAAY,OACZ,WAAY,IACb,CACF,CACD,QAAS,CACP,SAAU,CACR,QAAS,OACT,WAAY,OACZ,aAAc,IACf,CACD,QAAS,CACP,QAAS,OACT,WAAY,OACZ,aAAc,IACf,CACD,SAAU,CACR,QAAS,OACT,WAAY,OACZ,aAAc,OACf,CACD,OAAQ,CACN,QAAS,OACT,WAAY,OACZ,aAAc,OACf,CACD,cAAe,CACb,QAAS,OACT,WAAY,OACZ,aAAc,OACf,CACF,CACF,CACD,SAAU,CACR,KAAM,CACJ,GAAI,GACJ,GAAI,GACJ,GAAI,GACL,CACD,OAAQ,EACR,OAAQ,CACN,QAAS,EAAY,KAAK,MAC1B,MAAO,EAAY,MAAM,aACzB,QAAS,EAAY,MAAM,QAC3B,MAAO,EAAY,OAAO,UAC1B,WAAY,EAAY,OAAO,UAChC,CACD,WAAY,CACV,QAAS,EAAY,KAAK,QAC1B,QAAS,EAAY,MAAM,QAC3B,SAAU,EAAY,KAAK,SAC3B,aAAc,EAAY,OAAO,UAClC,CACD,KAAM,CACJ,QAAS,EAAY,KAAK,QAC1B,cAAe,EAAY,KAAK,QACjC,CACD,YAAa,CACX,QAAS,EACT,MAAO,EACR,CACD,cAAe,CACb,GAAI,CACF,MAAO,GACP,OAAQ,EACT,CACD,GAAI,CACF,MAAO,GACP,OAAQ,EACT,CACD,GAAI,CACF,MAAO,GACP,OAAQ,EACT,CACF,CACF,CACD,QAAS,CACP,MAAO,CACL,OAAQ,CACN,IAAK,QACL,IAAK,QACN,CACD,KAAM,CACJ,IAAK,OACL,IAAK,QACN,CACF,CACD,QAAS,CACP,OAAQ,OACR,KAAM,WACP,CACD,OAAQ,MACR,QAAS,CACP,WAAY,EAAY,QAAQ,OAChC,MAAO,EAAY,KAAK,OACxB,KAAM,EAAY,KAAK,QACxB,CACD,UAAW,iDACX,MAAO,CACL,MAAO,OACP,OAAQ,MACT,CACD,WAAY,CACV,MAAO,CACL,SAAU,OACV,WAAY,OACZ,WAAY,IACb,CACD,KAAM,CACJ,SAAU,OACV,WAAY,OACZ,WAAY,IACb,CACF,CACF,CACD,WAAY,CACV,QAAS,CACP,SAAU,EAAY,OAAO,YAC7B,aAAc,EAAY,OAAO,UACjC,QAAS,EAAY,OAAO,YAC7B,CACD,KAAM,CACJ,QAAS,EAAY,MAAM,QAC3B,OAAQ,EAAY,KAAK,OACzB,SAAU,EAAY,KAAK,SAC3B,MAAO,EAAY,MAAM,aAC1B,CACD,WAAY,CACV,KAAM,CACJ,SAAU,OACV,WAAY,OACZ,WAAY,IACZ,aAAc,IACd,cAAe,WAChB,CACD,KAAM,CACJ,SAAU,OACV,WAAY,OACZ,WAAY,IACb,CACF,CACD,QAAS,CACP,IAAK,OACL,WAAY,OACZ,cAAe,OAChB,CACD,YAAa,CACX,WAAY,OACb,CACD,OAAQ,CACN,KAAM,MACN,KAAM,OACN,MAAO,MACR,CACD,YAAa,CACX,MAAO,OACP,OAAQ,OACR,SAAU,GACX,CACF,CACD,KAAM,CACJ,KAAM,CACJ,SAAU,EAAY,KAAK,QAC3B,OAAQ,EAAY,KAAK,OAC1B,CACD,UAAW,CACT,OAAQ,EAAY,OAAO,OAC3B,SAAU,EAAY,KAAK,UAC5B,CACF,CACD,UAAW,CACT,UAAW,CACT,WAAY,EAAY,QAAQ,OAChC,OAAQ,EAAY,KAAK,SACzB,YAAa,MACb,OAAQ,MACR,QAAS,UACV,CACD,KAAM,CACJ,mBAAoB,EAAY,KAAK,QACrC,eAAgB,EAAY,KAAK,MACjC,eAAgB,MAChB,iBAAkB,OACnB,CACD,KAAM,CACJ,SAAU,EAAY,KAAK,UAC3B,OAAQ,EAAY,KAAK,QAC1B,CACD,WAAY,CACV,WAAY,IACb,CACD,KAAM,CACJ,GAAI,CACF,cAAe,OACf,WAAY,OACZ,IAAK,MACL,SAAU,MACV,SAAU,OACV,WAAY,OACZ,cAAe,UACf,SAAU,OACX,CACD,GAAI,CACF,cAAe,OACf,WAAY,OACZ,IAAK,MACL,SAAU,MACV,SAAU,OACV,WAAY,OACZ,cAAe,MACf,SAAU,OACX,CACD,GAAI,CACF,cAAe,OACf,WAAY,OACZ,IAAK,MACL,SAAU,MACV,SAAU,OACV,WAAY,OACZ,cAAe,WACf,SAAU,OACX,CACF,CACF,CACD,WAAY,CACV,KAAM,CACJ,QAAS,EAAY,MAAM,aAC3B,MAAO,EAAY,MAAM,eAC1B,CACD,QAAS,CACP,KAAM,EAAY,KAAK,OACxB,CACD,UAAW,CACT,MAAO,EAAY,KAAK,MACxB,MAAO,IACP,KAAM,OACN,IAAK,CACH,GAAI,MACJ,GAAI,MACJ,GAAI,MACL,CACF,CACD,WAAY,CACV,OAAQ,uBACR,OAAQ,IACR,GAAI,CACF,SAAU,OACV,WAAY,OACZ,cAAe,UAChB,CACD,GAAI,CACF,SAAU,OACV,WAAY,OACZ,cAAe,IAChB,CACD,GAAI,CACF,SAAU,OACV,WAAY,OACZ,cAAe,WAChB,CACF,CACF,CACD,MAAO,CACL,MAAO,CACL,QAAS,CACP,GAAI,IACJ,GAAI,IACJ,GAAI,KACJ,GAAI,KACJ,WAAY,QACb,CACD,OAAQ,CACN,GAAI,IACJ,GAAI,IACJ,GAAI,IACJ,GAAI,IACJ,WAAY,QACb,CACF,CACD,QAAS,CACP,WAAY,EAAY,KAAK,QAC7B,OAAQ,EAAY,QAAQ,YAC5B,iBAAkB,EAAY,QAAQ,YACvC,CACD,KAAM,CACJ,MAAO,EAAY,KAAK,OACxB,KAAM,EAAY,KAAK,QACvB,SAAU,EAAY,OAAO,UAC9B,CACD,OAAQ,CACN,MAAO,EAAY,KAAK,SACxB,MAAO,MACP,OAAQ,MACR,iBAAkB,IACnB,CACD,SAAU,2BACV,OAAQ,oCACR,QAAS,CACP,OAAQ,CACN,EAAG,OACH,EAAG,OACJ,CACD,KAAM,CACJ,QAAS,YACT,OAAQ,OACT,CACD,OAAQ,CACN,QAAS,YACT,OAAQ,OACT,CACF,CACD,YAAa,CACX,KAAM,OACN,SAAU,OACV,OAAQ,MACR,MAAO,EAAY,KAAK,UACxB,QAAS,EAAY,QAAQ,OAC7B,aAAc,EAAY,MAAM,QACjC,CACF,CACD,OAAQ,CACN,MAAO,CACL,OAAQ,IACR,SAAU,IACV,KAAM,IACN,KAAM,IACP,CACD,QAAS,CACP,WAAY,EAAY,KAAK,QAC7B,OAAQ,EAAY,QAAQ,YAC5B,OAAQ,EAAY,KAAK,QACzB,QAAS,EAAY,KAAK,QAC1B,KAAM,EAAY,KAAK,QACvB,OAAQ,EAAY,KAAK,QACzB,aAAc,EAAY,KAAK,QAC/B,cAAe,EAAY,KAAK,QACjC,CACD,KAAM,CACJ,MAAO,EAAY,KAAK,OACxB,KAAM,EAAY,KAAK,QACvB,YAAa,EAAY,KAAK,UAC/B,CACD,OAAQ,CACN,MAAO,EAAY,KAAK,SACxB,MAAO,MACP,OAAQ,IACT,CACD,SAAU,2BACV,OAAQ,oCACR,QAAS,CACP,OAAQ,YACR,KAAM,OACN,YAAa,YACb,OAAQ,YACT,CACD,YAAa,CACX,KAAM,OACN,SAAU,OACV,MAAO,EAAY,KAAK,QACxB,OAAQ,MACT,CACF,CACD,MAAO,CACL,QAAS,CACP,UAAW,EAAY,KAAK,QAC5B,OAAQ,EAAY,QAAQ,OAC5B,cAAe,EAAY,QAAQ,YACnC,YAAa,EAAY,KAAK,QAC9B,SAAU,EAAY,QAAQ,OAC9B,YAAa,EAAY,OAAO,YACjC,CACD,KAAM,CACJ,OAAQ,EAAY,MAAM,QAC1B,KAAM,EAAY,KAAK,QACvB,YAAa,EAAY,KAAK,MAC/B,CACD,WAAY,CACV,OAAQ,CACN,SAAU,OACV,WAAY,OACZ,cAAe,WACf,WAAY,IACb,CACD,KAAM,CACJ,SAAU,OACV,WAAY,OACZ,cAAe,MACf,WAAY,IACb,CACD,cAAe,CACb,SAAU,OACV,WAAY,OACZ,cAAe,SACf,WAAY,IACb,CACD,YAAa,CACX,SAAU,OACV,WAAY,OACZ,cAAe,SACf,WAAY,IACb,CACF,CACD,UAAW,CACT,OAAQ,CACN,OAAQ,OACR,KAAM,OACP,CACD,QAAS,CACP,OAAQ,OACR,KAAM,OACP,CACF,CACD,QAAS,CACP,OAAQ,CACN,OAAQ,SACR,KAAM,SACP,CACD,QAAS,CACP,OAAQ,WACR,KAAM,UACP,CACF,CACD,OAAQ,CACN,UAAW,EAAY,KAAK,SAC5B,YAAa,EAAY,QAAQ,QACjC,mBAAoB,MACpB,OAAQ,MACT,CACF,CACD,IAAK,CACH,YAAa,MACb,OAAQ,CACN,QAAS,CACP,MAAO,CAAE,GAAI,EAAY,KAAK,MAAO,KAAM,EAAY,KAAK,QAAS,CACrE,MAAO,CAAE,GAAI,EAAY,QAAQ,OAAQ,KAAM,EAAY,KAAK,QAAS,CACzE,QAAS,CAAE,KAAM,EAAY,KAAK,QAAS,OAAQ,EAAY,KAAK,QAAS,CAC9E,CACD,QAAS,CACP,MAAO,CAAE,GAAI,EAAY,OAAO,YAAa,KAAM,EAAY,KAAK,QAAS,CAC7E,MAAO,CAAE,GAAI,EAAY,QAAQ,YAAa,KAAM,EAAY,OAAO,YAAa,CACpF,QAAS,CAAE,KAAM,EAAY,OAAO,YAAa,OAAQ,EAAY,OAAO,YAAa,CAC1F,CACD,QAAS,CACP,MAAO,CAAE,GAAI,EAAY,OAAO,YAAa,KAAM,EAAY,KAAK,QAAS,CAC7E,MAAO,CAAE,GAAI,EAAY,QAAQ,YAAa,KAAM,EAAY,OAAO,YAAa,CACpF,QAAS,CAAE,KAAM,EAAY,OAAO,YAAa,OAAQ,EAAY,OAAO,YAAa,CAC1F,CACD,MAAO,CACL,MAAO,CAAE,GAAI,EAAY,OAAO,MAAO,KAAM,EAAY,KAAK,QAAS,CACvE,MAAO,CAAE,GAAI,EAAY,QAAQ,UAAW,KAAM,EAAY,OAAO,UAAW,CAChF,QAAS,CAAE,KAAM,EAAY,OAAO,UAAW,OAAQ,EAAY,OAAO,UAAW,CACtF,CACD,SAAU,CACR,MAAO,CAAE,GAAI,cAAe,KAAM,EAAY,KAAK,QAAS,OAAQ,EAAY,KAAK,QAAS,CAC9F,MAAO,CAAE,GAAI,cAAe,KAAM,EAAY,KAAK,QAAS,OAAQ,EAAY,KAAK,QAAS,CAC9F,QAAS,CAAE,KAAM,EAAY,KAAK,QAAS,OAAQ,EAAY,KAAK,QAAS,CAC9E,CACD,IAAK,CACH,MAAO,CAAE,GAAI,EAAY,MAAM,eAAgB,KAAM,EAAY,KAAK,QAAS,CAC/E,MAAO,CAAE,GAAI,EAAY,QAAQ,OAAQ,KAAM,EAAY,MAAM,UAAW,CAC5E,QAAS,CAAE,KAAM,EAAY,MAAM,UAAW,OAAQ,EAAY,MAAM,UAAW,CACpF,CACF,CACD,WAAY,CACV,WAAY,IACZ,cAAe,YAChB,CACD,KAAM,CACJ,GAAI,CACF,QAAS,WACT,OAAQ,EACR,WAAY,CACV,SAAU,OACV,WAAY,OACZ,cAAe,SAChB,CACF,CACD,GAAI,CACF,QAAS,WACT,OAAQ,EACR,WAAY,CACV,SAAU,OACV,WAAY,OACZ,cAAe,SAChB,CACF,CACD,GAAI,CACF,QAAS,WACT,OAAQ,EACR,WAAY,CACV,SAAU,OACV,WAAY,OACZ,cAAe,SAChB,CACF,CACF,CACD,UAAW,CACT,KAAM,CACJ,GAAI,OACJ,GAAI,OACJ,GAAI,OACL,CACF,CACF,CACD,MAAO,CACL,YAAa,MACb,OAAQ,CACN,QAAS,CACP,MAAO,CAAE,GAAI,EAAY,KAAK,MAAO,KAAM,EAAY,KAAK,QAAS,CACrE,MAAO,CAAE,GAAI,EAAY,QAAQ,OAAQ,KAAM,EAAY,KAAK,QAAS,OAAQ,EAAY,KAAK,SAAU,CAC5G,QAAS,CAAE,KAAM,EAAY,KAAK,QAAS,OAAQ,EAAY,KAAK,QAAS,CAC9E,CACD,QAAS,CACP,MAAO,CAAE,GAAI,EAAY,OAAO,YAAa,KAAM,EAAY,KAAK,QAAS,CAC7E,MAAO,CAAE,GAAI,EAAY,QAAQ,YAAa,KAAM,EAAY,OAAO,YAAa,OAAQ,EAAY,OAAO,YAAa,CAC5H,QAAS,CAAE,KAAM,EAAY,OAAO,YAAa,OAAQ,EAAY,OAAO,YAAa,CAC1F,CACD,QAAS,CACP,MAAO,CAAE,GAAI,EAAY,OAAO,YAAa,KAAM,EAAY,KAAK,QAAS,CAC7E,MAAO,CAAE,GAAI,EAAY,QAAQ,YAAa,KAAM,EAAY,OAAO,YAAa,OAAQ,EAAY,OAAO,YAAa,CAC5H,QAAS,CAAE,KAAM,EAAY,OAAO,YAAa,OAAQ,EAAY,OAAO,YAAa,CAC1F,CACD,MAAO,CACL,MAAO,CAAE,GAAI,EAAY,OAAO,MAAO,KAAM,EAAY,KAAK,QAAS,CACvE,MAAO,CAAE,GAAI,EAAY,QAAQ,UAAW,KAAM,EAAY,OAAO,UAAW,OAAQ,EAAY,OAAO,UAAW,CACtH,QAAS,CAAE,KAAM,EAAY,OAAO,UAAW,OAAQ,EAAY,OAAO,UAAW,CACtF,CACD,WAAY,CACV,MAAO,CAAE,GAAI,EAAY,MAAM,QAAS,KAAM,EAAY,KAAK,QAAS,CACxE,MAAO,CAAE,GAAI,EAAY,SAAS,OAAQ,KAAM,EAAY,MAAM,QAAS,OAAQ,EAAY,MAAM,QAAS,CAC9G,QAAS,CAAE,KAAM,EAAY,MAAM,QAAS,OAAQ,EAAY,MAAM,QAAS,CAChF,CACD,SAAU,CACR,MAAO,CAAE,GAAI,EAAY,QAAQ,YAAa,KAAM,EAAY,KAAK,QAAS,OAAQ,EAAY,KAAK,SAAU,CACjH,MAAO,CAAE,GAAI,EAAY,QAAQ,OAAQ,KAAM,EAAY,KAAK,UAAW,OAAQ,EAAY,KAAK,SAAU,CAC9G,QAAS,CAAE,KAAM,EAAY,KAAK,UAAW,OAAQ,EAAY,KAAK,SAAU,CACjF,CACD,IAAK,CACH,MAAO,CAAE,GAAI,EAAY,MAAM,eAAgB,KAAM,EAAY,KAAK,QAAS,CAC/E,MAAO,CAAE,GAAI,EAAY,QAAQ,OAAQ,KAAM,EAAY,MAAM,UAAW,OAAQ,EAAY,MAAM,UAAW,CACjH,QAAS,CAAE,KAAM,EAAY,MAAM,UAAW,OAAQ,EAAY,MAAM,UAAW,CACpF,CACF,CACD,WAAY,CACV,WAAY,IACb,CACD,MAAO,CACL,OAAQ,QACT,CACD,IAAK,CACH,OAAQ,EAAY,KAAK,QACzB,YAAa,MACd,CACD,WAAY,CACV,MAAO,EAAY,KAAK,QACxB,IAAK,MACL,WAAY,IACb,CACD,KAAM,CACJ,GAAI,CACF,UAAW,OACX,aAAc,QACd,QAAS,MACT,cAAe,MACf,WAAY,CACV,SAAU,OACV,WAAY,OACZ,cAAe,IAChB,CACD,iBAAkB,CAChB,SAAU,OACV,WAAY,OACb,CACF,CACD,GAAI,CACF,UAAW,OACX,aAAc,QACd,QAAS,MACT,cAAe,MACf,WAAY,CACV,SAAU,OACV,WAAY,OACZ,cAAe,IAChB,CACD,iBAAkB,CAChB,SAAU,OACV,WAAY,OACb,CACF,CACD,GAAI,CACF,UAAW,OACX,aAAc,QACd,QAAS,OACT,cAAe,OACf,WAAY,CACV,SAAU,OACV,WAAY,OACZ,cAAe,IAChB,CACD,iBAAkB,CAChB,SAAU,OACV,WAAY,OACb,CACF,CACF,CACD,OAAQ,CACN,OAAQ,cACR,SAAU,OACV,WAAY,OACZ,cAAe,IAChB,CACF,CACD,MAAO,CACL,KAAM,CACJ,MAAO,EAAY,KAAK,UACxB,YAAa,EAAY,KAAK,UAC/B,CACD,MAAO,CACL,WAAY,IACb,CACD,YAAa,CACX,WAAY,IACb,CACD,aAAc,CACZ,MAAO,EAAY,KAAK,UACxB,YAAa,MACd,CACD,MAAO,CACL,kBAAmB,IACpB,CACD,KAAM,CACJ,QAAS,CACP,iBAAkB,OAClB,gBAAiB,OACjB,QAAS,OACT,UAAW,QACX,UAAW,OACX,eAAgB,QAChB,aAAc,YACd,eAAgB,OAChB,MAAO,CACL,SAAU,OACV,WAAY,OACb,CACD,YAAa,CACX,SAAU,OACV,WAAY,OACb,CACD,aAAc,CACZ,SAAU,OACV,WAAY,OACb,CACF,CACD,OAAQ,CACN,iBAAkB,OAClB,gBAAiB,OACjB,QAAS,OACT,UAAW,QACX,UAAW,OACX,eAAgB,QAChB,aAAc,YACd,eAAgB,OAChB,MAAO,CACL,SAAU,OACV,WAAY,OACb,CACD,YAAa,CACX,SAAU,OACV,WAAY,OACb,CACD,aAAc,CACZ,SAAU,OACV,WAAY,OACb,CACF,CACF,CACF,CACD,OAAQ,CACN,SAAU,CACR,WAAY,EAAY,OAAO,cAC/B,OAAQ,EAAY,OAAO,UAC3B,KAAM,EAAY,KAAK,OACxB,CACF,CACF,CAEY,EAAwB,CACnC,UAAW,EACX,MAAO,CACL,WAAY,uBACZ,SAAU,GAEV,aAAc,EAAiB,OAAO,QAAQ,QAC9C,kBAAmB,EAAiB,OAAO,QAAQ,MACnD,mBAAoB,EAAiB,OAAO,QAAQ,QAEpD,aAAc,EAAY,OAAO,QACjC,aAAc,EAAY,OAAO,QACjC,WAAY,EAAY,OAAO,MAC/B,UAAW,EAAiB,OAAO,QAAQ,QAC3C,UAAW,EAAY,MAAM,aAE7B,aAAc,EAEd,UAAW,EAAY,KAAK,QAC5B,mBAAoB,EAAY,KAAK,UACrC,kBAAmB,EAAY,KAAK,SAEpC,cAAe,EAAY,QAAQ,OACnC,iBAAkB,EAAY,KAAK,QACnC,gBAAiB,EAAY,KAAK,QAElC,YAAa,EAAY,KAAK,MAC9B,qBAAsB,EAAY,QAAQ,QAC3C,CACF"}