synos-helena 22.0.14-beta.5 → 22.0.14-beta.8

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 (57) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +1 -1
  3. package/lib/dark.css.gz +0 -0
  4. package/lib/dark.css.map +0 -1
  5. package/lib/dark.css.map.gz +0 -0
  6. package/lib/dark.js.gz +0 -0
  7. package/lib/dark.js.map +0 -1
  8. package/lib/dark.js.map.gz +0 -0
  9. package/lib/helena.css.gz +0 -0
  10. package/lib/helena.css.map +0 -1
  11. package/lib/helena.css.map.gz +0 -0
  12. package/lib/helena.js.gz +0 -0
  13. package/lib/helena.js.map +0 -1
  14. package/lib/helena.js.map.gz +0 -0
  15. package/lib/icons/exception.svg.gz +0 -0
  16. package/lib/icons/export.svg.gz +0 -0
  17. package/lib/icons/field-time.svg.gz +0 -0
  18. package/lib/icons/file-calculator.svg.gz +0 -0
  19. package/lib/icons/hand-service.svg.gz +0 -0
  20. package/lib/icons/import.svg.gz +0 -0
  21. package/lib/icons/package.svg.gz +0 -0
  22. package/lib/icons/process-config.svg.gz +0 -0
  23. package/lib/icons/transmission.svg.gz +0 -0
  24. package/lib/images/empty-notification.svg.gz +0 -0
  25. package/lib/images/micro-download.svg.gz +0 -0
  26. package/lib/images/micro-gerproc.svg.gz +0 -0
  27. package/lib/images/micro-insight.svg.gz +0 -0
  28. package/lib/images/synchro-logo.svg.gz +0 -0
  29. package/lib/index.css.gz +0 -0
  30. package/lib/index.css.map +0 -1
  31. package/lib/index.css.map.gz +0 -0
  32. package/lib/index.js.LICENSE.txt +0 -70
  33. package/lib/index.js.LICENSE.txt.gz +0 -0
  34. package/lib/index.js.gz +0 -0
  35. package/lib/index.js.map +0 -1
  36. package/lib/index.js.map.gz +0 -0
  37. package/lib/light.css.gz +0 -0
  38. package/lib/light.css.map +0 -1
  39. package/lib/light.css.map.gz +0 -0
  40. package/lib/light.js.gz +0 -0
  41. package/lib/light.js.map +0 -1
  42. package/lib/light.js.map.gz +0 -0
  43. package/lib/node_modules/react-markdown/lib/complex-types.d.ts +0 -22
  44. package/lib/themes/colors/ant-blues.less.gz +0 -0
  45. package/lib/themes/colors/ant-yellows.less.gz +0 -0
  46. package/lib/themes/colors/blues.less.gz +0 -0
  47. package/lib/themes/colors/dark-olive-greens.less.gz +0 -0
  48. package/lib/themes/colors/gray.less.gz +0 -0
  49. package/lib/themes/colors/greens.less.gz +0 -0
  50. package/lib/themes/colors/pinks.less.gz +0 -0
  51. package/lib/themes/colors/purples.less.gz +0 -0
  52. package/lib/themes/colors/reds.less.gz +0 -0
  53. package/lib/themes/colors/yellows.less.gz +0 -0
  54. package/lib/themes/dark.less.gz +0 -0
  55. package/lib/themes/default.less.gz +0 -0
  56. package/lib/themes/general_custom.less.gz +0 -0
  57. package/lib/themes/light.less.gz +0 -0
Binary file
package/lib/light.js.gz DELETED
Binary file
package/lib/light.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"light.js","mappings":"CAAA,SAA2CA,EAAMC,GAC1B,iBAAZC,SAA0C,iBAAXC,OACxCA,OAAOD,QAAUD,IACQ,mBAAXG,QAAyBA,OAAOC,IAC9CD,OAAO,GAAIH,GACe,iBAAZC,QACdA,QAAQ,kBAAoBD,IAE5BD,EAAK,kBAAoBC,IAR3B,CASGK,MAAM,WACT,M,mBCTA,IAAIC,EAAsB,CCA1BA,EAAyBL,IACH,oBAAXM,QAA0BA,OAAOC,aAC1CC,OAAOC,eAAeT,EAASM,OAAOC,YAAa,CAAEG,MAAO,WAE7DF,OAAOC,eAAeT,EAAS,aAAc,CAAEU,OAAO,M","sources":["webpack://synchro-helena/webpack/universalModuleDefinition","webpack://synchro-helena/webpack/bootstrap","webpack://synchro-helena/webpack/runtime/make namespace object"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"synchro-helena\"] = factory();\n\telse\n\t\troot[\"synchro-helena\"] = factory();\n})(self, function() {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};"],"names":["root","factory","exports","module","define","amd","self","__webpack_require__","Symbol","toStringTag","Object","defineProperty","value"],"sourceRoot":""}
Binary file
@@ -1,22 +0,0 @@
1
- import type { ReactNode, ComponentType, ComponentPropsWithoutRef } from 'react';
2
- import type { Position } from 'unist';
3
- import type { Element } from 'hast';
4
- export interface ReactMarkdownProps {
5
- node: Element;
6
- children: ReactNode[];
7
- /**
8
- * Passed when `options.rawSourcePos` is given
9
- */
10
- sourcePosition?: Position;
11
- /**
12
- * Passed when `options.includeElementIndex` is given
13
- */
14
- index?: number;
15
- /**
16
- * Passed when `options.includeElementIndex` is given
17
- */
18
- siblingCount?: number;
19
- }
20
- export declare type NormalComponents = {
21
- [TagName in keyof JSX.IntrinsicElements]: keyof JSX.IntrinsicElements | ComponentType<ComponentPropsWithoutRef<TagName> & ReactMarkdownProps>;
22
- };
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file