@dxc-technology/halstack-react 0.0.0-f77ec3a → 0.0.0-f7f591a

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 (183) hide show
  1. package/{dist/BackgroundColorContext.js → BackgroundColorContext.js} +0 -0
  2. package/{dist/ThemeContext.js → ThemeContext.js} +0 -0
  3. package/{dist/V3Select → V3Select}/V3Select.js +0 -0
  4. package/{dist/V3Select → V3Select}/index.d.ts +0 -0
  5. package/{dist/V3Textarea → V3Textarea}/V3Textarea.js +0 -0
  6. package/{dist/V3Textarea → V3Textarea}/index.d.ts +0 -0
  7. package/{dist/accordion → accordion}/Accordion.js +0 -0
  8. package/{dist/accordion → accordion}/index.d.ts +0 -0
  9. package/{dist/accordion-group → accordion-group}/AccordionGroup.js +0 -0
  10. package/{dist/accordion-group → accordion-group}/index.d.ts +0 -0
  11. package/{dist/alert → alert}/Alert.js +0 -0
  12. package/{dist/alert → alert}/index.d.ts +0 -0
  13. package/{dist/badge → badge}/Badge.js +0 -0
  14. package/{dist/box → box}/Box.js +0 -0
  15. package/{dist/box → box}/index.d.ts +0 -0
  16. package/{dist/button → button}/Button.js +0 -0
  17. package/button/Button.stories.js +27 -0
  18. package/{dist/button → button}/index.d.ts +0 -0
  19. package/{dist/card → card}/Card.js +0 -0
  20. package/{dist/card → card}/index.d.ts +0 -0
  21. package/{dist/checkbox → checkbox}/Checkbox.js +0 -0
  22. package/{dist/checkbox → checkbox}/index.d.ts +0 -0
  23. package/{dist/chip → chip}/Chip.js +0 -0
  24. package/{dist/chip → chip}/index.d.ts +0 -0
  25. package/{dist/common → common}/OpenSans.css +0 -0
  26. package/{dist/common → common}/RequiredComponent.js +0 -0
  27. package/{dist/common → common}/fonts/OpenSans-Bold.ttf +0 -0
  28. package/{dist/common → common}/fonts/OpenSans-BoldItalic.ttf +0 -0
  29. package/{dist/common → common}/fonts/OpenSans-ExtraBold.ttf +0 -0
  30. package/{dist/common → common}/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
  31. package/{dist/common → common}/fonts/OpenSans-Italic.ttf +0 -0
  32. package/{dist/common → common}/fonts/OpenSans-Light.ttf +0 -0
  33. package/{dist/common → common}/fonts/OpenSans-LightItalic.ttf +0 -0
  34. package/{dist/common → common}/fonts/OpenSans-Regular.ttf +0 -0
  35. package/{dist/common → common}/fonts/OpenSans-SemiBold.ttf +0 -0
  36. package/{dist/common → common}/fonts/OpenSans-SemiBoldItalic.ttf +0 -0
  37. package/{dist/common → common}/utils.js +0 -0
  38. package/{dist/common → common}/variables.js +14 -22
  39. package/{dist/date → date}/Date.js +0 -0
  40. package/{dist/date → date}/index.d.ts +0 -0
  41. package/{dist/date-input → date-input}/DateInput.js +0 -0
  42. package/{dist/date-input → date-input}/index.d.ts +0 -0
  43. package/{dist/dialog → dialog}/Dialog.js +0 -0
  44. package/{dist/dialog → dialog}/index.d.ts +0 -0
  45. package/{dist/dropdown → dropdown}/Dropdown.js +0 -0
  46. package/{dist/dropdown → dropdown}/index.d.ts +0 -0
  47. package/{dist/file-input → file-input}/FileInput.js +1 -1
  48. package/{dist/file-input → file-input}/FileItem.js +0 -0
  49. package/{dist/file-input → file-input}/index.d.ts +0 -0
  50. package/{dist/footer → footer}/Footer.js +0 -0
  51. package/{dist/footer → footer}/Icons.js +0 -0
  52. package/{dist/footer → footer}/index.d.ts +0 -0
  53. package/{dist/header → header}/Header.js +0 -0
  54. package/{dist/header → header}/Icons.js +0 -0
  55. package/{dist/header → header}/index.d.ts +0 -0
  56. package/{dist/heading → heading}/Heading.js +0 -0
  57. package/{dist/heading → heading}/index.d.ts +0 -0
  58. package/{dist/input-text → input-text}/Icons.js +0 -0
  59. package/{dist/input-text → input-text}/InputText.js +0 -0
  60. package/{dist/input-text → input-text}/index.d.ts +0 -0
  61. package/{dist/layout → layout}/ApplicationLayout.js +0 -0
  62. package/{dist/layout → layout}/Icons.js +0 -0
  63. package/{dist/link → link}/Link.js +0 -0
  64. package/{dist/link → link}/index.d.ts +0 -0
  65. package/{dist/main.d.ts → main.d.ts} +0 -0
  66. package/{dist/main.js → main.js} +0 -0
  67. package/{dist/number-input → number-input}/NumberInput.js +0 -0
  68. package/{dist/number-input → number-input}/NumberInputContext.js +0 -0
  69. package/{dist/number-input → number-input}/index.d.ts +0 -0
  70. package/package.json +9 -9
  71. package/{dist/paginator → paginator}/Icons.js +0 -0
  72. package/{dist/paginator → paginator}/Paginator.js +0 -0
  73. package/{dist/paginator → paginator}/index.d.ts +0 -0
  74. package/{dist/password-input → password-input}/PasswordInput.js +0 -0
  75. package/{dist/password-input → password-input}/index.d.ts +0 -0
  76. package/{dist/progress-bar → progress-bar}/ProgressBar.js +0 -0
  77. package/{dist/progress-bar → progress-bar}/index.d.ts +0 -0
  78. package/{dist/radio → radio}/Radio.js +0 -0
  79. package/{dist/radio → radio}/index.d.ts +0 -0
  80. package/{dist/resultsetTable → resultsetTable}/ResultsetTable.js +1 -1
  81. package/{dist/resultsetTable → resultsetTable}/index.d.ts +0 -0
  82. package/{dist/select → select}/Select.js +128 -88
  83. package/select/index.d.ts +131 -0
  84. package/{dist/sidenav → sidenav}/Sidenav.js +0 -0
  85. package/{dist/sidenav → sidenav}/index.d.ts +0 -0
  86. package/{dist/slider → slider}/Slider.js +0 -0
  87. package/{dist/slider → slider}/index.d.ts +0 -0
  88. package/{dist/spinner → spinner}/Spinner.js +0 -0
  89. package/{dist/spinner → spinner}/index.d.ts +0 -0
  90. package/{dist/switch → switch}/Switch.js +0 -0
  91. package/{dist/switch → switch}/index.d.ts +0 -0
  92. package/{dist/table → table}/Table.js +0 -0
  93. package/{dist/table → table}/index.d.ts +0 -0
  94. package/{dist/tabs → tabs}/Tabs.js +0 -0
  95. package/{dist/tabs → tabs}/index.d.ts +0 -0
  96. package/{dist/tag → tag}/Tag.js +0 -0
  97. package/{dist/tag → tag}/index.d.ts +0 -0
  98. package/{dist/text-input → text-input}/TextInput.js +199 -183
  99. package/{dist/text-input → text-input}/index.d.ts +0 -0
  100. package/{dist/textarea → textarea}/Textarea.js +0 -0
  101. package/{dist/textarea → textarea}/index.d.ts +0 -0
  102. package/{dist/toggle → toggle}/Toggle.js +0 -0
  103. package/{dist/toggle → toggle}/index.d.ts +0 -0
  104. package/{dist/toggle-group → toggle-group}/ToggleGroup.js +0 -0
  105. package/{dist/toggle-group → toggle-group}/index.d.ts +0 -0
  106. package/{dist/upload → upload}/Upload.js +0 -0
  107. package/{dist/upload → upload}/buttons-upload/ButtonsUpload.js +0 -0
  108. package/{dist/upload → upload}/buttons-upload/Icons.js +0 -0
  109. package/{dist/upload → upload}/dragAndDropArea/DragAndDropArea.js +0 -0
  110. package/{dist/upload → upload}/dragAndDropArea/Icons.js +0 -0
  111. package/{dist/upload → upload}/file-upload/FileToUpload.js +0 -0
  112. package/{dist/upload → upload}/file-upload/Icons.js +0 -0
  113. package/{dist/upload → upload}/files-upload/FilesToUpload.js +0 -0
  114. package/{dist/upload → upload}/index.d.ts +0 -0
  115. package/{dist/upload → upload}/transaction/Icons.js +0 -0
  116. package/{dist/upload → upload}/transaction/Transaction.js +0 -0
  117. package/{dist/upload → upload}/transactions/Transactions.js +0 -0
  118. package/{dist/useTheme.js → useTheme.js} +0 -0
  119. package/{dist/wizard → wizard}/Icons.js +0 -0
  120. package/{dist/wizard → wizard}/Wizard.js +0 -0
  121. package/{dist/wizard → wizard}/index.d.ts +0 -0
  122. package/README.md +0 -66
  123. package/babel.config.js +0 -7
  124. package/dist/select/index.d.ts +0 -53
  125. package/dist/stories/Button.js +0 -71
  126. package/dist/stories/Button.stories.js +0 -55
  127. package/dist/stories/Header.js +0 -67
  128. package/dist/stories/Header.stories.js +0 -31
  129. package/dist/stories/Introduction.stories.mdx +0 -211
  130. package/dist/stories/Page.js +0 -68
  131. package/dist/stories/Page.stories.js +0 -39
  132. package/dist/stories/assets/code-brackets.svg +0 -1
  133. package/dist/stories/assets/colors.svg +0 -1
  134. package/dist/stories/assets/comments.svg +0 -1
  135. package/dist/stories/assets/direction.svg +0 -1
  136. package/dist/stories/assets/flow.svg +0 -1
  137. package/dist/stories/assets/plugin.svg +0 -1
  138. package/dist/stories/assets/repo.svg +0 -1
  139. package/dist/stories/assets/stackalt.svg +0 -1
  140. package/dist/stories/button.css +0 -30
  141. package/dist/stories/header.css +0 -26
  142. package/dist/stories/page.css +0 -69
  143. package/test/Accordion.test.js +0 -33
  144. package/test/AccordionGroup.test.js +0 -125
  145. package/test/Alert.test.js +0 -53
  146. package/test/Box.test.js +0 -10
  147. package/test/Button.test.js +0 -18
  148. package/test/Card.test.js +0 -30
  149. package/test/Checkbox.test.js +0 -45
  150. package/test/Chip.test.js +0 -25
  151. package/test/Date.test.js +0 -395
  152. package/test/DateInput.test.js +0 -242
  153. package/test/Dialog.test.js +0 -23
  154. package/test/Dropdown.test.js +0 -145
  155. package/test/FileInput.test.js +0 -201
  156. package/test/Footer.test.js +0 -94
  157. package/test/Header.test.js +0 -34
  158. package/test/Heading.test.js +0 -83
  159. package/test/InputText.test.js +0 -239
  160. package/test/Link.test.js +0 -43
  161. package/test/NumberInput.test.js +0 -259
  162. package/test/Paginator.test.js +0 -181
  163. package/test/PasswordInput.test.js +0 -83
  164. package/test/ProgressBar.test.js +0 -35
  165. package/test/Radio.test.js +0 -37
  166. package/test/ResultsetTable.test.js +0 -330
  167. package/test/Select.test.js +0 -415
  168. package/test/Sidenav.test.js +0 -45
  169. package/test/Slider.test.js +0 -74
  170. package/test/Spinner.test.js +0 -32
  171. package/test/Switch.test.js +0 -45
  172. package/test/Table.test.js +0 -36
  173. package/test/Tabs.test.js +0 -109
  174. package/test/Tag.test.js +0 -32
  175. package/test/TextInput.test.js +0 -732
  176. package/test/Textarea.test.js +0 -193
  177. package/test/ToggleGroup.test.js +0 -85
  178. package/test/Upload.test.js +0 -60
  179. package/test/V3Select.test.js +0 -212
  180. package/test/V3TextArea.test.js +0 -51
  181. package/test/Wizard.test.js +0 -130
  182. package/test/mocks/pngMock.js +0 -1
  183. package/test/mocks/svgMock.js +0 -1
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.Primary = exports["default"] = void 0;
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ var _Button = _interopRequireDefault(require("./Button"));
13
+
14
+ var _default = {
15
+ title: "Button",
16
+ component: _Button["default"]
17
+ };
18
+ exports["default"] = _default;
19
+
20
+ var Primary = function Primary() {
21
+ return _react["default"].createElement(_Button["default"], {
22
+ mode: "primary",
23
+ label: "Primary Button"
24
+ });
25
+ };
26
+
27
+ exports.Primary = Primary;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -507,7 +507,7 @@ var componentTokens = {
507
507
  disabledDropLabelFontColor: globalTokens.hal_grey_l_60,
508
508
  focusDropBorderColor: globalTokens.hal_blue_l_50,
509
509
  disabledDropBorderColor: globalTokens.hal_grey_l_60,
510
- focusDropBackgroundColor: globalTokens.color_blue_50,
510
+ dragoverDropBackgroundColor: globalTokens.color_blue_50,
511
511
  hoverFileItemIconBackgroundColor: globalTokens.hal_grey_l_95,
512
512
  activeFileItemIconBackgrounColor: globalTokens.hal_grey_l_80,
513
513
  errorFileItemBorderColor: globalTokens.hal_red_s_41,
@@ -746,7 +746,7 @@ var componentTokens = {
746
746
  disabledSuffixColor: globalTokens.hal_grey_l_75,
747
747
  disabledPrefixColorOnDark: globalTokens.hal_grey_l_60,
748
748
  disabledSuffixColorOnDark: globalTokens.hal_grey_l_60,
749
- placeholderFontColor: "#808080",
749
+ placeholderFontColor: "#000000b3",
750
750
  placeholderFontColorOnDark: globalTokens.hal_grey_l_95,
751
751
  disabledPlaceholderFontColor: globalTokens.hal_grey_l_60,
752
752
  disabledPlaceholderFontColorOnDark: globalTokens.hal_grey_l_60,
@@ -777,15 +777,20 @@ var componentTokens = {
777
777
  focusActionBorderColorOnDark: globalTokens.hal_blue_l_50,
778
778
  activeActionBackgroundColor: globalTokens.hal_grey_l_80,
779
779
  activeActionBackgroundColorOnDark: globalTokens.hal_grey_l_60,
780
+ listDialogBackgroundColor: globalTokens.hal_white,
781
+ listDialogBorderColor: globalTokens.hal_black,
782
+ listOptionDividerColor: globalTokens.hal_grey_l_90,
780
783
  listOptionFontColor: globalTokens.hal_black,
781
- listOptionFontSize: globalTokens.type_scale_03,
784
+ listOptionFontSize: globalTokens.type_scale_02,
782
785
  listOptionFontStyle: globalTokens.type_normal,
783
786
  listOptionFontWeight: globalTokens.type_regular,
784
787
  systemMessageFontColor: globalTokens.hal_grey_s_40,
785
- errorMessageBorderColor: globalTokens.hal_red_s_41,
786
- errorMessageBackgroundColor: globalTokens.hal_red_l_95,
788
+ errorListDialogFontColor: globalTokens.hal_black,
789
+ errorListDialogBackgroundColor: globalTokens.color_red_50,
790
+ errorListDialogBorderColor: globalTokens.hal_red_s_41,
787
791
  hoverListOptionBackgroundColor: globalTokens.hal_grey_l_95,
788
- activeListOptionBackgroundColor: globalTokens.hal_grey_l_80
792
+ activeListOptionBackgroundColor: globalTokens.hal_grey_l_80,
793
+ focusListOptionBorderColor: globalTokens.hal_blue_l_50
789
794
  },
790
795
  link: {
791
796
  fontColor: globalTokens.hal_blue_s_35,
@@ -889,7 +894,6 @@ var componentTokens = {
889
894
  labelFontWeight: globalTokens.type_semibold,
890
895
  labelLineHeight: globalTokens.type_leading_loose_01,
891
896
  optionalLabelFontWeight: globalTokens.type_regular,
892
- // new
893
897
  helperTextFontColor: globalTokens.hal_black,
894
898
  helperTextFontSize: globalTokens.type_scale_01,
895
899
  helperTextFontStyle: globalTokens.type_normal,
@@ -901,7 +905,6 @@ var componentTokens = {
901
905
  valueFontStyle: globalTokens.type_normal,
902
906
  valueFontWeight: globalTokens.type_regular,
903
907
  actionIconColor: globalTokens.hal_black,
904
- // new
905
908
  hoverActionIconColor: globalTokens.hal_black,
906
909
  activeActionIconColor: globalTokens.hal_black,
907
910
  actionBackgroundColor: globalTokens.transparent,
@@ -920,14 +923,10 @@ var componentTokens = {
920
923
  listGroupItemFontWeight: globalTokens.type_semibold,
921
924
  listItemDividerColor: globalTokens.hal_grey_l_90,
922
925
  focusListItemBorderColor: globalTokens.hal_blue_l_50,
923
- // new
924
926
  systemMessageFontColor: globalTokens.hal_grey_s_40,
925
- // new
926
927
  collapseIndicatorColor: globalTokens.hal_black,
927
928
  itemListBackgroundColor: globalTokens.hal_white,
928
- // new
929
929
  itemListBorderColor: globalTokens.hal_grey_l_75,
930
- // new
931
930
  selectedListItemBackgroundColor: globalTokens.hal_blue_l_95,
932
931
  selectedHoverListItemBackgroundColor: globalTokens.color_blue_200,
933
932
  selectedActiveListItemBackgroundColor: globalTokens.hal_blue_l_80,
@@ -935,24 +934,17 @@ var componentTokens = {
935
934
  unselectedHoverListItemBackgroundColor: globalTokens.hal_grey_l_95,
936
935
  unselectedActiveListItemBackgroundColor: globalTokens.hal_grey_l_90,
937
936
  selectionIndicatorFontColor: globalTokens.hal_black,
938
- // new
939
- selectionIndicatorFontSize: "11px",
940
- // new
937
+ selectionIndicatorFontSize: "12px",
941
938
  selectionIndicatorFontStyle: globalTokens.type_regular,
942
- // new
943
939
  selectionIndicatorFontWeight: globalTokens.type_normal,
944
- // new
945
940
  selectionIndicatorBorderColor: globalTokens.hal_grey_l_75,
946
941
  selectionIndicatorBackgroundColor: globalTokens.color_grey_50,
947
942
  enabledSelectionIndicatorActionBackgroundColor: globalTokens.transparent,
948
943
  enabledSelectionIndicatorActionIconColor: globalTokens.hal_black,
949
- // new
950
944
  hoverSelectionIndicatorActionBackgroundColor: globalTokens.hal_grey_l_95,
951
945
  hoverSelectionIndicatorActionIconColor: globalTokens.hal_black,
952
- // new
953
946
  activeSelectionIndicatorActionBackgroundColor: globalTokens.hal_grey_l_80,
954
- activeSelectionIndicatorActionIconColor: globalTokens.hal_black // new
955
-
947
+ activeSelectionIndicatorActionIconColor: globalTokens.hal_black
956
948
  },
957
949
  V3Select: {
958
950
  fontFamily: globalTokens.type_sans,
@@ -1306,7 +1298,7 @@ var componentTokens = {
1306
1298
  helperTextLineHeight: globalTokens.type_leading_normal,
1307
1299
  disabledHelperTextFontColor: globalTokens.hal_grey_l_60,
1308
1300
  disabledHelperTextFontColorOnDark: globalTokens.hal_grey_l_60,
1309
- placeholderFontColor: "#808080",
1301
+ placeholderFontColor: "#000000b3",
1310
1302
  placeholderFontColorOnDark: globalTokens.hal_grey_l_95,
1311
1303
  disabledPlaceholderFontColor: globalTokens.hal_grey_l_60,
1312
1304
  disabledPlaceholderFontColorOnDark: globalTokens.hal_grey_l_60,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -572,7 +572,7 @@ var DragDropArea = _styledComponents["default"].div(_templateObject4(), function
572
572
  }, function (props) {
573
573
  return !props.isDragging ? props.theme.dropBorderStyle : "solid";
574
574
  }, function (props) {
575
- return props.isDragging && props.theme.focusDropBackgroundColor;
575
+ return props.isDragging && props.theme.dragoverDropBackgroundColor;
576
576
  }, function (props) {
577
577
  return props.disabled ? props.theme.disabledDropBorderColor : props.isDragging ? props.theme.focusDropBorderColor : props.theme.dropBorderColor;
578
578
  }, function (props) {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dxc-technology/halstack-react",
3
- "version": "0.0.0-f77ec3a",
3
+ "version": "0.0.0-f7f591a",
4
4
  "description": "DXC Halstack React components library",
5
5
  "repository": "dxc-technology/halstack-react",
6
6
  "homepage": "http://developer.dxc.com/tools/react",
@@ -10,8 +10,8 @@
10
10
  "email": "DigitalInsurance@dxc.com",
11
11
  "url": "https://dxc.com"
12
12
  },
13
- "main": "./dist/main.js",
14
- "types": "./dist/main.d.ts",
13
+ "main": "./main.js",
14
+ "types": "./main.d.ts",
15
15
  "peerDependencies": {
16
16
  "react": "^17.0.1",
17
17
  "react-dom": "^17.0.1",
@@ -35,8 +35,8 @@
35
35
  "scripts": {
36
36
  "test": "jest",
37
37
  "test:watch": "npm test -- --watch --coverage",
38
- "build": "babel src --out-dir dist --copy-files --verbose && node ../scripts/build/copy-readme.js",
39
- "build:watch": "babel src --watch --out-dir dist --copy-files --verbose",
38
+ "build": "babel src --out-dir ../dist --copy-files --verbose && node ../scripts/build/copy-readme.js",
39
+ "build:watch": "babel src --watch --out-dir ../dist --copy-files --verbose",
40
40
  "storybook": "start-storybook -p 6006",
41
41
  "build-storybook": "build-storybook"
42
42
  },
@@ -68,10 +68,10 @@
68
68
  "eslint-plugin-storybook": "^0.5.5",
69
69
  "identity-obj-proxy": "^3.0.0",
70
70
  "jest": "^25.5.4",
71
- "react": "file:../node_modules/react",
72
- "react-dom": "file:../node_modules/react-dom",
73
- "react-test-renderer": "^16.8.6",
74
- "styled-components": "file:../node_modules/styled-components"
71
+ "react": "^17.0.1",
72
+ "react-dom": "^17.0.1",
73
+ "styled-components": "^5.0.1",
74
+ "react-test-renderer": "^16.8.6"
75
75
  },
76
76
  "jest": {
77
77
  "moduleNameMapper": {
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -32,7 +32,7 @@ var _Paginator = _interopRequireDefault(require("../paginator/Paginator"));
32
32
  var _useTheme = _interopRequireDefault(require("../useTheme.js"));
33
33
 
34
34
  function _templateObject9() {
35
- var data = (0, _taggedTemplateLiteral2["default"])(["\n font-size: ", ";\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n overflow: hidden;\n"]);
35
+ var data = (0, _taggedTemplateLiteral2["default"])(["\n font-size: ", ";\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n"]);
36
36
 
37
37
  _templateObject9 = function _templateObject9() {
38
38
  return data;