@databricks/design-system 1.6.0 → 1.7.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 (101) hide show
  1. package/dist/design-system/Accordion/Accordion.d.ts +45 -0
  2. package/dist/design-system/Accordion/Accordion.d.ts.map +1 -0
  3. package/dist/design-system/Accordion/index.d.ts +2 -0
  4. package/dist/design-system/Accordion/index.d.ts.map +1 -0
  5. package/dist/design-system/Checkbox/Checkbox.d.ts +1 -1
  6. package/dist/design-system/Checkbox/Checkbox.d.ts.map +1 -1
  7. package/dist/design-system/DatePicker/DatePicker.d.ts.map +1 -1
  8. package/dist/design-system/DesignSystemProvider/DesignSystemProvider.d.ts +23 -1
  9. package/dist/design-system/DesignSystemProvider/DesignSystemProvider.d.ts.map +1 -1
  10. package/dist/design-system/DropdownMenu/DropdownMenu.d.ts +39 -26
  11. package/dist/design-system/DropdownMenu/DropdownMenu.d.ts.map +1 -1
  12. package/dist/design-system/Empty/Empty.d.ts +10 -0
  13. package/dist/design-system/Empty/Empty.d.ts.map +1 -0
  14. package/dist/design-system/Empty/index.d.ts +2 -0
  15. package/dist/design-system/Empty/index.d.ts.map +1 -0
  16. package/dist/design-system/Form/Form.d.ts +3 -2
  17. package/dist/design-system/Form/Form.d.ts.map +1 -1
  18. package/dist/design-system/FormV2/RHFAdapters.d.ts +37 -0
  19. package/dist/design-system/FormV2/RHFAdapters.d.ts.map +1 -0
  20. package/dist/design-system/FormV2/index.d.ts +9 -0
  21. package/dist/design-system/FormV2/index.d.ts.map +1 -0
  22. package/dist/design-system/Icon/Icon.d.ts +2 -0
  23. package/dist/design-system/Icon/Icon.d.ts.map +1 -1
  24. package/dist/design-system/Icon/__generated/icons/AppIcon.v2.d.ts +4 -0
  25. package/dist/design-system/Icon/__generated/icons/AppIcon.v2.d.ts.map +1 -0
  26. package/dist/design-system/Icon/__generated/icons/ArrayIcon.v2.d.ts +4 -0
  27. package/dist/design-system/Icon/__generated/icons/ArrayIcon.v2.d.ts.map +1 -0
  28. package/dist/design-system/Icon/__generated/icons/BinaryIcon.v2.d.ts +4 -0
  29. package/dist/design-system/Icon/__generated/icons/BinaryIcon.v2.d.ts.map +1 -0
  30. package/dist/design-system/Icon/__generated/icons/GiftIcon.v2.d.ts +4 -0
  31. package/dist/design-system/Icon/__generated/icons/GiftIcon.v2.d.ts.map +1 -0
  32. package/dist/design-system/Icon/__generated/icons/MenuIcon.v2.d.ts +4 -0
  33. package/dist/design-system/Icon/__generated/icons/MenuIcon.v2.d.ts.map +1 -0
  34. package/dist/design-system/Icon/__generated/icons/NotificationsOffIcon.v2.d.ts +4 -0
  35. package/dist/design-system/Icon/__generated/icons/NotificationsOffIcon.v2.d.ts.map +1 -0
  36. package/dist/design-system/Icon/__generated/icons/Redo.d.ts +4 -0
  37. package/dist/design-system/Icon/__generated/icons/Redo.d.ts.map +1 -0
  38. package/dist/design-system/Icon/__generated/icons/RedoIcon.v2.d.ts +4 -0
  39. package/dist/design-system/Icon/__generated/icons/RedoIcon.v2.d.ts.map +1 -0
  40. package/dist/design-system/Icon/__generated/icons/Refresh.d.ts +4 -0
  41. package/dist/design-system/Icon/__generated/icons/Refresh.d.ts.map +1 -0
  42. package/dist/design-system/Icon/__generated/icons/RefreshIcon.v2.d.ts +4 -0
  43. package/dist/design-system/Icon/__generated/icons/RefreshIcon.v2.d.ts.map +1 -0
  44. package/dist/design-system/Icon/__generated/icons/Undo.d.ts +4 -0
  45. package/dist/design-system/Icon/__generated/icons/Undo.d.ts.map +1 -0
  46. package/dist/design-system/Icon/__generated/icons/index.d.ts +11 -0
  47. package/dist/design-system/Icon/__generated/icons/index.d.ts.map +1 -1
  48. package/dist/design-system/Input/Input.d.ts +6 -1
  49. package/dist/design-system/Input/Input.d.ts.map +1 -1
  50. package/dist/design-system/Layout/Layout.d.ts +1 -1
  51. package/dist/design-system/Layout/Layout.d.ts.map +1 -1
  52. package/dist/design-system/List/List.d.ts +8 -0
  53. package/dist/design-system/List/List.d.ts.map +1 -0
  54. package/dist/design-system/Menu/Menu.d.ts.map +1 -1
  55. package/dist/design-system/Modal/Modal.d.ts +1 -7
  56. package/dist/design-system/Modal/Modal.d.ts.map +1 -1
  57. package/dist/design-system/Modal/Modal.test.d.ts +2 -0
  58. package/dist/design-system/Modal/Modal.test.d.ts.map +1 -0
  59. package/dist/design-system/Notification/Notification.d.ts.map +1 -1
  60. package/dist/design-system/Popover/Popover.d.ts.map +1 -1
  61. package/dist/design-system/Radio/Radio.d.ts +1 -1
  62. package/dist/design-system/Radio/Radio.d.ts.map +1 -1
  63. package/dist/design-system/Select/Select.d.ts.map +1 -1
  64. package/dist/design-system/Sidebar/Sidebar.d.ts +19 -13
  65. package/dist/design-system/Sidebar/Sidebar.d.ts.map +1 -1
  66. package/dist/design-system/Spacer/Spacer.d.ts +1 -1
  67. package/dist/design-system/Spacer/Spacer.d.ts.map +1 -1
  68. package/dist/design-system/SplitButton/Dropdown/DropdownButton.d.ts +3 -0
  69. package/dist/design-system/SplitButton/Dropdown/DropdownButton.d.ts.map +1 -1
  70. package/dist/design-system/SplitButton/SplitButton.d.ts +5 -0
  71. package/dist/design-system/SplitButton/SplitButton.d.ts.map +1 -1
  72. package/dist/design-system/Switch/Switch.d.ts.map +1 -1
  73. package/dist/design-system/Table/Table.d.ts.map +1 -1
  74. package/dist/design-system/Tabs/index.d.ts.map +1 -1
  75. package/dist/design-system/Tree/Tree.d.ts +13 -1
  76. package/dist/design-system/Tree/Tree.d.ts.map +1 -1
  77. package/dist/design-system/Typography/Link.d.ts.map +1 -1
  78. package/dist/design-system/index.d.ts +3 -1
  79. package/dist/design-system/index.d.ts.map +1 -1
  80. package/dist/flags.d.ts +3 -1
  81. package/dist/flags.d.ts.map +1 -1
  82. package/dist/index.js +3793 -2951
  83. package/dist/index.js.map +1 -1
  84. package/package.json +8 -8
  85. package/dist/design-system/Button/Button.styles.d.ts +0 -4
  86. package/dist/design-system/Button/Button.styles.d.ts.map +0 -1
  87. package/dist/design-system/Icon/__generated/icons/AIcon.d.ts +0 -4
  88. package/dist/design-system/Icon/__generated/icons/AIcon.d.ts.map +0 -1
  89. package/dist/design-system/Icon/__generated/icons/Clock1Icon.d.ts +0 -4
  90. package/dist/design-system/Icon/__generated/icons/Clock1Icon.d.ts.map +0 -1
  91. package/dist/design-system/Icon/__generated/icons/FeatureStoreIcon.d.ts +0 -4
  92. package/dist/design-system/Icon/__generated/icons/FeatureStoreIcon.d.ts.map +0 -1
  93. package/dist/design-system/Icon/__generated/icons/NotificationsIcon.d.ts +0 -4
  94. package/dist/design-system/Icon/__generated/icons/NotificationsIcon.d.ts.map +0 -1
  95. package/dist/design-system/Icon/__generated/icons/PinXIcon.d.ts +0 -4
  96. package/dist/design-system/Icon/__generated/icons/PinXIcon.d.ts.map +0 -1
  97. package/dist/design-system/Icon/__generated/icons/VideosIcon.d.ts +0 -4
  98. package/dist/design-system/Icon/__generated/icons/VideosIcon.d.ts.map +0 -1
  99. package/dist/theme-dark.json +0 -1
  100. package/dist/theme-default.json +0 -1
  101. package/dist/tsconfig.build.tsbuildinfo +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@databricks/design-system",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "DuBois Design System",
5
5
  "keywords": [],
6
6
  "license": "ISC",
@@ -55,10 +55,10 @@
55
55
  "prep-deps": ": # magic task to allow yarn ensure-deps plugin prepare dependencies of this package"
56
56
  },
57
57
  "devDependencies": {
58
- "@babel/core": "^7.18.5",
59
- "@babel/preset-env": "^7.18.2",
60
- "@babel/preset-react": "^7.17.12",
61
- "@babel/preset-typescript": "^7.17.12",
58
+ "@babel/core": "^7.20.2",
59
+ "@babel/preset-env": "^7.20.2",
60
+ "@babel/preset-react": "^7.18.6",
61
+ "@babel/preset-typescript": "^7.18.6",
62
62
  "@databricks/config-eslint": "1.0.0",
63
63
  "@databricks/config-jest": "1.0.0",
64
64
  "@databricks/config-storybook": "1.0.0",
@@ -99,7 +99,6 @@
99
99
  "cross-env": "^7.0.3",
100
100
  "css-loader": "^5.0.1",
101
101
  "dir-compare-cli": "^1.0.1",
102
- "formik": "^2.2.9",
103
102
  "glob": "^8.0.1",
104
103
  "identity-obj-proxy": "^3.0.0",
105
104
  "jscodeshift": "^0.13.0",
@@ -125,7 +124,7 @@
125
124
  "style-loader": "^2.0.0",
126
125
  "ts-node": "^10.9.1",
127
126
  "tsconfig-paths": "^3.9.0",
128
- "typescript": "^4.7.2",
127
+ "typescript": "^4.8.4",
129
128
  "webpack": "^5.64.1",
130
129
  "webpack-merge": "^5.8.0"
131
130
  },
@@ -137,7 +136,7 @@
137
136
  },
138
137
  "dependencies": {
139
138
  "@ant-design/icons": "^4.7.0",
140
- "@babel/runtime": "^7.18.3",
139
+ "@babel/runtime": "^7.20.1",
141
140
  "@emotion/unitless": "^0.7.5",
142
141
  "@radix-ui/react-dropdown-menu": "^1.0.0",
143
142
  "@rollup/plugin-node-resolve": "^13.1.1",
@@ -147,6 +146,7 @@
147
146
  "chroma-js": "^2.4.2",
148
147
  "classnames": "^2.3.1",
149
148
  "lodash": "^4.17.21",
149
+ "react-hook-form": "^7.36.0",
150
150
  "react-resizable": "^3.0.4",
151
151
  "tslib": "^2.4.0"
152
152
  },
@@ -1,4 +0,0 @@
1
- import type { Interpolation } from '@emotion/react';
2
- import type { Theme } from '../../theme';
3
- export declare const antButtonStyles: Interpolation<Theme>;
4
- //# sourceMappingURL=Button.styles.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Button.styles.d.ts","sourceRoot":"","sources":["../../../src/design-system/Button/Button.styles.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAGpD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzC,eAAO,MAAM,eAAe,EAAE,aAAa,CAAC,KAAK,CAy2GhD,CAAC"}
@@ -1,4 +0,0 @@
1
- import type { IconProps } from '../../Icon';
2
- declare function AIcon(props: IconProps): import("@emotion/react/jsx-runtime").JSX.Element;
3
- export default AIcon;
4
- //# sourceMappingURL=AIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"AIcon.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/AIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAoB5C,iBAAS,KAAK,CAAC,KAAK,EAAE,SAAS,oDAE9B;AAED,eAAe,KAAK,CAAC"}
@@ -1,4 +0,0 @@
1
- import type { IconProps } from '../../Icon';
2
- declare function Clock1Icon(props: IconProps): import("@emotion/react/jsx-runtime").JSX.Element;
3
- export default Clock1Icon;
4
- //# sourceMappingURL=Clock1Icon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Clock1Icon.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/Clock1Icon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAgB5C,iBAAS,UAAU,CAAC,KAAK,EAAE,SAAS,oDAEnC;AAED,eAAe,UAAU,CAAC"}
@@ -1,4 +0,0 @@
1
- import type { IconProps } from '../../Icon';
2
- declare function FeatureStoreIcon(props: IconProps): import("@emotion/react/jsx-runtime").JSX.Element;
3
- export default FeatureStoreIcon;
4
- //# sourceMappingURL=FeatureStoreIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FeatureStoreIcon.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/FeatureStoreIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAiB5C,iBAAS,gBAAgB,CAAC,KAAK,EAAE,SAAS,oDAEzC;AAED,eAAe,gBAAgB,CAAC"}
@@ -1,4 +0,0 @@
1
- import type { IconProps } from '../../Icon';
2
- declare function NotificationsIcon(props: IconProps): import("@emotion/react/jsx-runtime").JSX.Element;
3
- export default NotificationsIcon;
4
- //# sourceMappingURL=NotificationsIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"NotificationsIcon.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/NotificationsIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAgB5C,iBAAS,iBAAiB,CAAC,KAAK,EAAE,SAAS,oDAE1C;AAED,eAAe,iBAAiB,CAAC"}
@@ -1,4 +0,0 @@
1
- import type { IconProps } from '../../Icon';
2
- declare function PinXIcon(props: IconProps): import("@emotion/react/jsx-runtime").JSX.Element;
3
- export default PinXIcon;
4
- //# sourceMappingURL=PinXIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PinXIcon.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/PinXIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAgB5C,iBAAS,QAAQ,CAAC,KAAK,EAAE,SAAS,oDAEjC;AAED,eAAe,QAAQ,CAAC"}
@@ -1,4 +0,0 @@
1
- import type { IconProps } from '../../Icon';
2
- declare function VideosIcon(props: IconProps): import("@emotion/react/jsx-runtime").JSX.Element;
3
- export default VideosIcon;
4
- //# sourceMappingURL=VideosIcon.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VideosIcon.d.ts","sourceRoot":"","sources":["../../../../../src/design-system/Icon/__generated/icons/VideosIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,YAAY,CAAC;AAgB5C,iBAAS,UAAU,CAAC,KAAK,EAAE,SAAS,oDAEnC;AAED,eAAe,UAAU,CAAC"}
@@ -1 +0,0 @@
1
- {"colors":{"radioInteractiveAvailable":"#2272B4","radioInteractiveHover":"#186099","radioInteractivePress":"#0D4F85","radioDisabled":"#A2AEB8","radioDefaultBorder":"#64727D","radioDefaultBackground":"#FFFFFF","radioInteractiveHoverSecondary":"rgba(34, 115, 181, 0.08)","radioInteractivePressSecondary":"rgba(34, 115, 181, 0.16)","actionDangerPrimaryBackgroundDefault":"#f792a6d6","actionDangerPrimaryBackgroundHover":"#f792a6b8","actionDangerPrimaryBackgroundPress":"#f792a699","actionDangerDefaultBackgroundDefault":"#f792a600","actionDangerDefaultBackgroundHover":"#f792a614","actionDangerDefaultBackgroundPress":"#f792a629","actionDangerDefaultBorderDefault":"#F792A6","actionDangerDefaultBorderHover":"#f792a6b8","actionDangerDefaultBorderPress":"#f792a699","actionDangerDefaultTextDefault":"#F792A6","actionDangerDefaultTextHover":"#f792a6b8","actionDangerDefaultTextPress":"#f792a699","actionDefaultBackgroundDefault":"#8acaff00","actionDefaultBackgroundHover":"#8acaff14","actionDefaultBackgroundPress":"#8acaff29","actionDefaultBorderDefault":"#ffffff99","actionDefaultBorderFocus":"#8acaffd6","actionDefaultBorderHover":"#8acaffcc","actionDefaultBorderPress":"#8acaffc2","actionDefaultTextDefault":"#ffffffd6","actionDefaultTextHover":"#8acaffcc","actionDefaultTextPress":"#8acaffc2","actionDisabledBackground":"#ffffff3d","actionDisabledText":"#ffffff66","actionPrimaryBackgroundDefault":"#8acaffd6","actionPrimaryBackgroundHover":"#8acaffcc","actionPrimaryBackgroundPress":"#8acaffc2","actionPrimaryTextDefault":"#1F272D","actionPrimaryTextHover":"#1F272D","actionPrimaryTextPress":"#1F272D","actionTertiaryBackgroundDefault":"#8acaff00","actionTertiaryBackgroundHover":"#8acaff14","actionTertiaryBackgroundPress":"#8acaff29","actionTertiaryTextDefault":"#8acaffd6","actionTertiaryTextHover":"#8acaffcc","actionTertiaryTextPress":"#8acaffc2","backgroundPrimary":"#1F272D","backgroundSecondary":"#ffffff0a","border":"#ffffff7a","borderDecorative":"#ffffff3d","textPrimary":"#ffffffd6","textSecondary":"#ffffff99","textPlaceholder":"#bdcddbd6","textValidationDanger":"#f792a6d6","textValidationSuccess":"#8ddda8d6","textValidationWarning":"#f2be88d6","overlayOverlay":"#1f272db8","tagDefault":"#ffffff29","tagBrown":"#a6630cd6","tagCoral":"#c83243d6","tagCharcoal":"#5d7283d6","tagIndigo":"#434a93d6","tagLemon":"#facb66d6","tagLime":"#308613d6","tagPink":"#b45091d6","tagPurple":"#8a63bfd6","tagTeal":"#04867dd6","tagTurquoise":"#157cbcd6","tagText":"#ffffffd6","tagHover":"#8acaff14","tagPress":"#8acaff29","tagIconHover":"#ffffffcc","tagIconPress":"#ffffffc2","typographyCodeBg":"#ffffff29","tooltipBackgroundTooltip":"#ffffff99","backgroundDanger":"rgba(200,45,76,0.08)","backgroundWarning":"rgba(222,121,33,0.08)","textValidationInfo":"#64727D","backgroundValidationDanger":"#FFF5F7","backgroundValidationSuccess":"#F0F8FF","backgroundValidationWarning":"#FFF9EB","borderValidationDanger":"#FBD0D8","borderValidationSuccess":"#BAE1FC","borderValidationWarning":"#F8D4A5","primary":"#2272B4","blue100":"#F0F8FF","blue200":"#D7EDFE","blue300":"#BAE1FC","blue400":"#8ACAFF","blue500":"#4299E0","blue600":"#2272B4","blue700":"#0E538B","blue800":"#04355D","green100":"#F3FCF6","green200":"#D4F7DF","green300":"#B1ECC5","green400":"#8DDDA8","green500":"#3CAA60","green600":"#277C43","green700":"#115026","green800":"#093919","white":"#FFFFFF","grey100":"#F2F5F7","grey200":"#E4ECF1","grey300":"#CDDAE5","grey400":"#BDCDDB","grey500":"#8196A7","grey600":"#5D7283","grey700":"#44535F","grey800":"#1F272D","red100":"#FFF5F7","red200":"#FDE2E8","red300":"#FBD0D8","red400":"#F792A6","red500":"#E65B77","red600":"#C82D4C","red700":"#9E102C","red800":"#630316","yellow100":"#FFF9EB","yellow200":"#FCEACA","yellow300":"#F8D4A5","yellow400":"#F2BE88","yellow500":"#DE7921","yellow600":"#BE501E","yellow700":"#93320B","yellow800":"#5F1B02","brown":"#A6630C","coral":"#C83243","charcoal":"#5D7283","indigo":"#434A93","lemon":"#FACB66","lime":"#308613","pink":"#B45091","purple":"#8A63BF","teal":"#04867D","turquoise":"#157CBC"},"spacing":{"xs":4,"sm":8,"md":16,"lg":24},"general":{"classnamePrefix":"du-bois","iconfontCssPrefix":"anticon","borderRadiusBase":4,"borderWidth":1,"heightSm":32,"heightBase":40,"iconSize":24,"iconFontSize":13,"buttonHeight":40,"buttonInnerHeight":22},"typography":{"fontSizeSm":12,"fontSizeBase":13,"fontSizeMd":13,"fontSizeLg":18,"fontSizeXl":22,"fontSizeXxl":32,"lineHeightSm":"16px","lineHeightBase":"20px","lineHeightMd":"20px","lineHeightLg":"24px","lineHeightXl":"28px","lineHeightXxl":"40px","typographyBoldFontWeight":600},"borders":{"borderRadiusMd":4},"themeName":"dark","options":{"enableAnimation":false,"zIndexBase":1000}}
@@ -1 +0,0 @@
1
- {"colors":{"radioInteractiveAvailable":"#2272B4","radioInteractiveHover":"#186099","radioInteractivePress":"#0D4F85","radioDisabled":"#A2AEB8","radioDefaultBorder":"#64727D","radioDefaultBackground":"#FFFFFF","radioInteractiveHoverSecondary":"rgba(34, 115, 181, 0.08)","radioInteractivePressSecondary":"rgba(34, 115, 181, 0.16)","backgroundPrimary":"#FFFFFF","actionDangerPrimaryBackgroundDefault":"#C82D4C","actionDangerPrimaryBackgroundHover":"#9E102C","actionDangerPrimaryBackgroundPress":"#630316","actionDangerDefaultBackgroundDefault":"#c82d4c00","actionDangerDefaultBackgroundHover":"#c82d4c14","actionDangerDefaultBackgroundPress":"#c82d4c29","actionDangerDefaultBorderDefault":"#C82D4C","actionDangerDefaultBorderHover":"#9E102C","actionDangerDefaultBorderPress":"#630316","actionDangerDefaultTextDefault":"#C82D4C","actionDangerDefaultTextHover":"#9E102C","actionDangerDefaultTextPress":"#630316","actionDefaultBackgroundDefault":"#04355d00","actionDefaultBackgroundHover":"#2272b414","actionDefaultBackgroundPress":"#2272b429","actionDefaultBorderDefault":"#CDDAE5","actionDefaultBorderFocus":"#2272B4","actionDefaultBorderHover":"#0E538B","actionDefaultBorderPress":"#04355D","actionDefaultTextDefault":"#1F272D","actionDefaultTextHover":"#0E538B","actionDefaultTextPress":"#04355D","actionDisabledBackground":"#E4ECF1","actionDisabledText":"#BDCDDB","actionPrimaryBackgroundDefault":"#2272B4","actionPrimaryBackgroundHover":"#0E538B","actionPrimaryBackgroundPress":"#04355D","actionPrimaryTextDefault":"#FFFFFF","actionPrimaryTextHover":"#FFFFFF","actionPrimaryTextPress":"#FFFFFF","actionTertiaryBackgroundDefault":"#2272b400","actionTertiaryBackgroundHover":"#2272b414","actionTertiaryBackgroundPress":"#2272b429","actionTertiaryTextDefault":"#2272B4","actionTertiaryTextHover":"#0E538B","actionTertiaryTextPress":"#04355D","backgroundDanger":"#fff5f714","backgroundSecondary":"#F2F5F7","backgroundWarning":"#fff9eb14","border":"#CDDAE5","borderDecorative":"#CDDAE5","textPrimary":"#1F272D","textSecondary":"#5D7283","textPlaceholder":"#BDCDDB","textValidationDanger":"#C82D4C","textValidationSuccess":"#277C43","textValidationWarning":"#BE501E","overlayOverlay":"#f2f5f7b8","tagDefault":"#5d728314","tagBrown":"#A6630C","tagCoral":"#C83243","tagCharcoal":"#5D7283","tagIndigo":"#434A93","tagLemon":"#FACB66","tagLime":"#308613","tagPink":"#B45091","tagPurple":"#8A63BF","tagTeal":"#04867D","tagTurquoise":"#157CBC","tagText":"#FFFFFF","tagHover":"#8acaff14","tagPress":"#8acaff29","tagIconHover":"#ffffffcc","tagIconPress":"#ffffffc2","typographyCodeBg":"#5d728314","tooltipBackgroundTooltip":"#1F272D","textValidationInfo":"#64727D","backgroundValidationDanger":"#FFF5F7","backgroundValidationSuccess":"#F0F8FF","backgroundValidationWarning":"#FFF9EB","borderValidationDanger":"#FBD0D8","borderValidationSuccess":"#BAE1FC","borderValidationWarning":"#F8D4A5","primary":"#2272B4","blue100":"#F0F8FF","blue200":"#D7EDFE","blue300":"#BAE1FC","blue400":"#8ACAFF","blue500":"#4299E0","blue600":"#2272B4","blue700":"#0E538B","blue800":"#04355D","green100":"#F3FCF6","green200":"#D4F7DF","green300":"#B1ECC5","green400":"#8DDDA8","green500":"#3CAA60","green600":"#277C43","green700":"#115026","green800":"#093919","white":"#FFFFFF","grey100":"#F2F5F7","grey200":"#E4ECF1","grey300":"#CDDAE5","grey400":"#BDCDDB","grey500":"#8196A7","grey600":"#5D7283","grey700":"#44535F","grey800":"#1F272D","red100":"#FFF5F7","red200":"#FDE2E8","red300":"#FBD0D8","red400":"#F792A6","red500":"#E65B77","red600":"#C82D4C","red700":"#9E102C","red800":"#630316","yellow100":"#FFF9EB","yellow200":"#FCEACA","yellow300":"#F8D4A5","yellow400":"#F2BE88","yellow500":"#DE7921","yellow600":"#BE501E","yellow700":"#93320B","yellow800":"#5F1B02","brown":"#A6630C","coral":"#C83243","charcoal":"#5D7283","indigo":"#434A93","lemon":"#FACB66","lime":"#308613","pink":"#B45091","purple":"#8A63BF","teal":"#04867D","turquoise":"#157CBC"},"spacing":{"xs":4,"sm":8,"md":16,"lg":24},"general":{"classnamePrefix":"du-bois","iconfontCssPrefix":"anticon","borderRadiusBase":4,"borderWidth":1,"heightSm":32,"heightBase":40,"iconSize":24,"iconFontSize":13,"buttonHeight":40,"buttonInnerHeight":22},"typography":{"fontSizeSm":12,"fontSizeBase":13,"fontSizeMd":13,"fontSizeLg":18,"fontSizeXl":22,"fontSizeXxl":32,"lineHeightSm":"16px","lineHeightBase":"20px","lineHeightMd":"20px","lineHeightLg":"24px","lineHeightXl":"28px","lineHeightXxl":"40px","typographyBoldFontWeight":600},"borders":{"borderRadiusMd":4},"themeName":"default","options":{"enableAnimation":false,"zIndexBase":1000}}