@procore/core-react 11.10.1-rc.0 → 11.11.0-rc.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 (107) hide show
  1. package/dist/Dropzone/Dropzone.styles.js +1 -1
  2. package/dist/Form/Form.js +4 -0
  3. package/dist/Form/Form.js.map +1 -1
  4. package/dist/Form/Form.types.d.ts +2 -2
  5. package/dist/Form/closeWithConfirm.d.ts +10 -0
  6. package/dist/Form/closeWithConfirm.js +37 -0
  7. package/dist/Form/closeWithConfirm.js.map +1 -0
  8. package/dist/Form/stories/util.d.ts +5 -0
  9. package/dist/Form/stories/util.js +29 -1
  10. package/dist/Form/stories/util.js.map +1 -1
  11. package/dist/Modal/Modal.js +9 -4
  12. package/dist/Modal/Modal.js.map +1 -1
  13. package/dist/SuperSelect/SuperSelect.components.d.ts +3 -3
  14. package/dist/SuperSelect/SuperSelect.components.js +9 -9
  15. package/dist/SuperSelect/SuperSelect.components.js.map +1 -1
  16. package/dist/SuperSelect/SuperSelect.d.ts +3 -3
  17. package/dist/SuperSelect/SuperSelect.js +2 -4
  18. package/dist/SuperSelect/SuperSelect.js.map +1 -1
  19. package/dist/SuperSelect/useSuperSelect.d.ts +9 -9
  20. package/dist/Tearsheet/Tearsheet.js +11 -3
  21. package/dist/Tearsheet/Tearsheet.js.map +1 -1
  22. package/dist/TextEditor/TextEditor.d.ts +2 -1
  23. package/dist/TextEditor/TextEditor.js +34 -2
  24. package/dist/TextEditor/TextEditor.js.map +1 -1
  25. package/dist/TextEditor/TextEditor.types.d.ts +21 -0
  26. package/dist/TextEditor/index.d.ts +2 -2
  27. package/dist/TextEditor/index.js +1 -1
  28. package/dist/TextEditor/index.js.map +1 -1
  29. package/dist/_hooks/I18n.d.ts +3 -0
  30. package/dist/_locales/en.json +3 -0
  31. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  32. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +22 -22
  33. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  34. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  35. package/dist/_typedoc/Box/Box.types.json +68 -68
  36. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  37. package/dist/_typedoc/Button/Button.types.json +11 -11
  38. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  39. package/dist/_typedoc/Card/Card.types.json +6 -6
  40. package/dist/_typedoc/Checkbox/Checkbox.types.json +7 -7
  41. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  42. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  43. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  44. package/dist/_typedoc/DetailPage/DetailPage.types.json +4 -4
  45. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  46. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +29 -29
  47. package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
  48. package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
  49. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  50. package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
  51. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  52. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  53. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  54. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  55. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  56. package/dist/_typedoc/Form/Form.types.json +704 -704
  57. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  58. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  59. package/dist/_typedoc/Input/Input.types.json +2 -2
  60. package/dist/_typedoc/Link/Link.types.json +4 -4
  61. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  62. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  63. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +71 -71
  64. package/dist/_typedoc/Modal/Modal.types.json +28 -28
  65. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  66. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  67. package/dist/_typedoc/NumberInput/NumberInput.types.json +38 -38
  68. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +26 -26
  69. package/dist/_typedoc/PageLayout/PageLayout.types.json +22 -22
  70. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  71. package/dist/_typedoc/Panel/Panel.types.json +27 -27
  72. package/dist/_typedoc/Pill/Pill.types.json +1 -1
  73. package/dist/_typedoc/PillSelect/PillSelect.types.json +46 -46
  74. package/dist/_typedoc/Popover/Popover.types.json +10 -10
  75. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +6 -6
  76. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  77. package/dist/_typedoc/Required/Required.types.json +5 -5
  78. package/dist/_typedoc/Search/Search.types.json +18 -18
  79. package/dist/_typedoc/Section/Section.types.json +14 -14
  80. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +20 -20
  81. package/dist/_typedoc/Select/Select.types.json +32 -32
  82. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  83. package/dist/_typedoc/Spinner/Spinner.types.json +9 -9
  84. package/dist/_typedoc/Switch/Switch.types.json +3 -3
  85. package/dist/_typedoc/Table/Table.types.json +94 -94
  86. package/dist/_typedoc/Tabs/Tabs.types.json +17 -17
  87. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +10 -10
  88. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  89. package/dist/_typedoc/TextEditor/TextEditor.types.json +35 -9
  90. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +3 -3
  91. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  92. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  93. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  94. package/dist/_typedoc/Tile/Tile.types.json +30 -30
  95. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  96. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +3 -3
  97. package/dist/_typedoc/Token/Token.types.json +4 -4
  98. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  99. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  100. package/dist/_typedoc/Tree/Tree.types.json +86 -86
  101. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  102. package/dist/_typedoc/Typography/Typography.types.json +8 -8
  103. package/dist/_typedoc/_utils/types.json +3 -3
  104. package/dist/_utils/TinyMCE.d.ts +11 -1
  105. package/dist/_utils/TinyMCE.js +14 -3
  106. package/dist/_utils/TinyMCE.js.map +1 -1
  107. package/package.json +2 -2
@@ -10,7 +10,7 @@
10
10
  "description": "",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/Typeahead/Typeahead.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/b24bd6d58/packages/core-react/src/Typeahead/Typeahead.types.ts#L15"
13
+ "sourceUrl": "https://github.com/procore/core/blob/8597cd038/packages/core-react/src/Typeahead/Typeahead.types.ts#L15"
14
14
  },
15
15
  {
16
16
  "name": "onChange",
@@ -20,7 +20,7 @@
20
20
  "description": "",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
22
22
  "sourceFile": "packages/core-react/src/Typeahead/Typeahead.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/b24bd6d58/packages/core-react/src/Typeahead/Typeahead.types.ts#L19"
23
+ "sourceUrl": "https://github.com/procore/core/blob/8597cd038/packages/core-react/src/Typeahead/Typeahead.types.ts#L19"
24
24
  }
25
25
  ],
26
26
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "<span>\n Change the HTML tag. This{' '}\n <Link href=\"https://styled-components.com/docs/api#as-polymorphic-prop\">\n prop is from styled-components\n </Link>\n .<em>WARNING</em>: If using TypeScript, it will not switch types and\n some props may error. You can add <Code>// @ts-expect-error</Code>.\n See{' '}\n <Link href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117\">\n styled-components issue\n </Link>\n .\n</span>",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<span>\n Change the HTML tag. This{' '}\n <Link href=\"https://styled-components.com/docs/api#as-polymorphic-prop\">\n prop is from styled-components\n </Link>\n .<em>WARNING</em>: If using TypeScript, it will not switch types and\n some props may error. You can add <Code>// @ts-expect-error</Code>.\n See{' '}\n <Link href=\"https://github.com/DefinitelyTyped/DefinitelyTyped/issues/30117\">\n styled-components issue\n </Link>\n .\n</span></div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
12
12
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/b24bd6d58/packages/core-react/src/Typography/Typography.types.ts#L35"
13
+ "sourceUrl": "https://github.com/procore/core/blob/8597cd038/packages/core-react/src/Typography/Typography.types.ts#L35"
14
14
  },
15
15
  {
16
16
  "name": "children",
@@ -20,7 +20,7 @@
20
20
  "description": "<span>\n When children are a string or multiple elements, they will be wrapped\n by a <Code>span</Code>. When it is a single element, classnames will\n be added to it instead\n</span>",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<span>\n When children are a string or multiple elements, they will be wrapped\n by a <Code>span</Code>. When it is a single element, classnames will\n be added to it instead\n</span></div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
22
22
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/b24bd6d58/packages/core-react/src/Typography/Typography.types.ts#L17"
23
+ "sourceUrl": "https://github.com/procore/core/blob/8597cd038/packages/core-react/src/Typography/Typography.types.ts#L17"
24
24
  },
25
25
  {
26
26
  "name": "className",
@@ -30,7 +30,7 @@
30
30
  "description": "Additional classNames",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
32
32
  "sourceFile": "packages/core-react/src/_utils/types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/b24bd6d58/packages/core-react/src/_utils/types.ts#L50"
33
+ "sourceUrl": "https://github.com/procore/core/blob/8597cd038/packages/core-react/src/_utils/types.ts#L50"
34
34
  },
35
35
  {
36
36
  "name": "color",
@@ -40,7 +40,7 @@
40
40
  "description": "<span>\n Changes font color, can be any of the{' '}\n <Link to=\"/web/style/colors/#hsl-palette\">HSL Palette</Link> css\n strings\n</span>",
41
41
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<span>\n Changes font color, can be any of the{' '}\n <Link to=\"/web/style/colors/#hsl-palette\">HSL Palette</Link> css\n strings\n</span></div><dl class=\"tsd-comment-tags\"><dt>default</dt><dd><p>&#39;gray15&#39;</p>\n</dd><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
42
42
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
43
- "sourceUrl": "https://github.com/procore/core/blob/b24bd6d58/packages/core-react/src/Typography/Typography.types.ts#L46"
43
+ "sourceUrl": "https://github.com/procore/core/blob/8597cd038/packages/core-react/src/Typography/Typography.types.ts#L46"
44
44
  },
45
45
  {
46
46
  "name": "intent",
@@ -50,7 +50,7 @@
50
50
  "description": "Changes the size of the font",
51
51
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes the size of the font</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
52
52
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
53
- "sourceUrl": "https://github.com/procore/core/blob/b24bd6d58/packages/core-react/src/Typography/Typography.types.ts#L52"
53
+ "sourceUrl": "https://github.com/procore/core/blob/8597cd038/packages/core-react/src/Typography/Typography.types.ts#L52"
54
54
  },
55
55
  {
56
56
  "name": "italic",
@@ -60,7 +60,7 @@
60
60
  "description": "Applies `font-style: italic` if enabled",
61
61
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Applies <code>font-style: italic</code> if enabled</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
62
62
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
63
- "sourceUrl": "https://github.com/procore/core/blob/b24bd6d58/packages/core-react/src/Typography/Typography.types.ts#L58"
63
+ "sourceUrl": "https://github.com/procore/core/blob/8597cd038/packages/core-react/src/Typography/Typography.types.ts#L58"
64
64
  },
65
65
  {
66
66
  "name": "style",
@@ -70,7 +70,7 @@
70
70
  "description": "Additional CSS styles",
71
71
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
72
72
  "sourceFile": "packages/core-react/src/_utils/types.ts",
73
- "sourceUrl": "https://github.com/procore/core/blob/b24bd6d58/packages/core-react/src/_utils/types.ts#L55"
73
+ "sourceUrl": "https://github.com/procore/core/blob/8597cd038/packages/core-react/src/_utils/types.ts#L55"
74
74
  },
75
75
  {
76
76
  "name": "weight",
@@ -80,7 +80,7 @@
80
80
  "description": "Changes font weight if it is supported in the design system",
81
81
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Changes font weight if it is supported in the design system</p>\n</div><dl class=\"tsd-comment-tags\"><dt>since</dt><dd><p>10.19.0</p>\n</dd></dl></div>",
82
82
  "sourceFile": "packages/core-react/src/Typography/Typography.types.ts",
83
- "sourceUrl": "https://github.com/procore/core/blob/b24bd6d58/packages/core-react/src/Typography/Typography.types.ts#L64"
83
+ "sourceUrl": "https://github.com/procore/core/blob/8597cd038/packages/core-react/src/Typography/Typography.types.ts#L64"
84
84
  }
85
85
  ],
86
86
  "description": ""
@@ -10,7 +10,7 @@
10
10
  "description": "Instead of using the default children, you can pass in your own.",
11
11
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Instead of using the default children, you can pass in your own.</p>\n</div></div>",
12
12
  "sourceFile": "packages/core-react/src/_utils/types.ts",
13
- "sourceUrl": "https://github.com/procore/core/blob/b24bd6d58/packages/core-react/src/_utils/types.ts#L45"
13
+ "sourceUrl": "https://github.com/procore/core/blob/8597cd038/packages/core-react/src/_utils/types.ts#L45"
14
14
  },
15
15
  {
16
16
  "name": "className",
@@ -20,7 +20,7 @@
20
20
  "description": "Additional classNames",
21
21
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional classNames</p>\n</div></div>",
22
22
  "sourceFile": "packages/core-react/src/_utils/types.ts",
23
- "sourceUrl": "https://github.com/procore/core/blob/b24bd6d58/packages/core-react/src/_utils/types.ts#L50"
23
+ "sourceUrl": "https://github.com/procore/core/blob/8597cd038/packages/core-react/src/_utils/types.ts#L50"
24
24
  },
25
25
  {
26
26
  "name": "style",
@@ -30,7 +30,7 @@
30
30
  "description": "Additional CSS styles",
31
31
  "descriptionHtml": "<div class=\"tsd-comment tsd-typography\"><div class=\"lead\">\n<p>Additional CSS styles</p>\n</div></div>",
32
32
  "sourceFile": "packages/core-react/src/_utils/types.ts",
33
- "sourceUrl": "https://github.com/procore/core/blob/b24bd6d58/packages/core-react/src/_utils/types.ts#L55"
33
+ "sourceUrl": "https://github.com/procore/core/blob/8597cd038/packages/core-react/src/_utils/types.ts#L55"
34
34
  }
35
35
  ],
36
36
  "description": ""
@@ -5,7 +5,17 @@ export declare const tinyMCESource = "https://s3.amazonaws.com/procore-core/tiny
5
5
  export declare const tinyMCEVersion = "5.8.1";
6
6
  export declare const defaultPlugins: string[];
7
7
  export declare const plugins: string[];
8
+ /**
9
+ * Historically, `nonbreaking_force_tab` has been set to `true`
10
+ * and this takes the `Tab` keypress as input to add to the content.
11
+ * e.g indent the start of the text block like a paragraph.
12
+ * This is different from the TinyMCE tool and command 'Indent', which
13
+ * indents the entire block. e.g. indent this entire text block and the
14
+ * wrapped lines.
15
+ * This is the HTML it outputs when `nonbreaking_force_tab: true`
16
+ */
17
+ export declare const tinyMCETabMarkup = "<span class=\"mce-nbsp-wrap\" contenteditable=\"false\">&nbsp;&nbsp;&nbsp;</span>";
8
18
  export declare const tinyMCEConfig: any & Editor;
9
19
  export declare function getValidLookupLocale(locale: Locale): string;
10
20
  export declare function generateLanguageUrl(locale: Locale): string;
11
- export declare function generateExternalPlugins(plugins: Array<string>): {};
21
+ export declare function generateExternalPlugins(plugins: Array<string>, basePlugins?: string[]): {};
@@ -73,6 +73,16 @@ export var plugins = [
73
73
  'visualchars',
74
74
  'wordcount',
75
75
  ];
76
+ /**
77
+ * Historically, `nonbreaking_force_tab` has been set to `true`
78
+ * and this takes the `Tab` keypress as input to add to the content.
79
+ * e.g indent the start of the text block like a paragraph.
80
+ * This is different from the TinyMCE tool and command 'Indent', which
81
+ * indents the entire block. e.g. indent this entire text block and the
82
+ * wrapped lines.
83
+ * This is the HTML it outputs when `nonbreaking_force_tab: true`
84
+ */
85
+ export var tinyMCETabMarkup = "<span class=\"mce-nbsp-wrap\" contenteditable=\"false\">&nbsp;&nbsp;&nbsp;</span>";
76
86
  export var tinyMCEConfig = {
77
87
  autoresize_overflow_padding: 12,
78
88
  autoresize_bottom_margin: 0,
@@ -95,7 +105,7 @@ export var tinyMCEConfig = {
95
105
  remove_script_host: false,
96
106
  statusbar: false,
97
107
  skin_url: "".concat(tinyMCESource, "/").concat(tinyMCEVersion, "/skins/ui/oxide"),
98
- toolbar: 'bold italic underline | alignleft aligncenter alignright | bullist numlist | outdent indent | cut paste pastetext | fontsizeselect | forecolor backcolor | link | undo redo',
108
+ toolbar: 'bold italic underline | alignleft aligncenter alignright | bullist numlist | outdent indent | cut paste pastetext | fontsizeselect | forecolor backcolor | link table image | undo redo',
99
109
  toolbar_mode: 'floating',
100
110
  };
101
111
  export function getValidLookupLocale(locale) {
@@ -113,8 +123,9 @@ export function generateLanguageUrl(locale) {
113
123
  function generatePluginUrl(plugin) {
114
124
  return "".concat(tinyMCESource, "/").concat(tinyMCEVersion, "/plugins/").concat(plugin, "/plugin.min.js");
115
125
  }
116
- export function generateExternalPlugins(plugins) {
117
- return Array.from(new Set(plugins.concat(defaultPlugins))).reduce(function (acc, plugin) {
126
+ export function generateExternalPlugins(plugins, basePlugins) {
127
+ if (basePlugins === void 0) { basePlugins = defaultPlugins; }
128
+ return Array.from(new Set(plugins.concat(basePlugins))).reduce(function (acc, plugin) {
118
129
  var _a;
119
130
  return plugins.includes(plugin)
120
131
  ? Object.assign(acc, (_a = {}, _a[plugin] = generatePluginUrl(plugin), _a))
@@ -1 +1 @@
1
- {"version":3,"file":"TinyMCE.js","sourceRoot":"","sources":["../../src/_utils/TinyMCE.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"TinyMCE.js","sourceRoot":"","sources":["../../src/_utils/TinyMCE.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@procore/core-react",
3
- "version": "11.10.1-rc.0",
3
+ "version": "11.11.0-rc.0",
4
4
  "description": "React library of Procore Design Guidelines",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -156,5 +156,5 @@
156
156
  "react-dom": ">=16.8.0 < 19",
157
157
  "styled-components": ">= 5.1.1 < 6"
158
158
  },
159
- "gitHead": "b24bd6d58a093f258c8f182f0c06951fe7d5e438"
159
+ "gitHead": "8597cd038ecef21021d0776f16dc326d08b0fbd6"
160
160
  }