@tactics/toddle-styleguide 5.2.2 → 5.3.3

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 (186) hide show
  1. package/App.tsx +11 -19
  2. package/app.json +8 -4
  3. package/index.tsx +2 -4
  4. package/package.json +55 -27
  5. package/src/components/atoms/calendar/calendar.component.tsx +10 -6
  6. package/src/components/atoms/calendar/calendar.preview.tsx +4 -3
  7. package/src/components/molecules/amount/amount.component.tsx +5 -4
  8. package/src/components/molecules/calendar-select/calendar-select.component.d.ts +4 -4
  9. package/src/components/molecules/calendar-select/calendar-select.component.tsx +17 -16
  10. package/src/components/molecules/calendar-select/calendar-select.preview.tsx +16 -5
  11. package/src/components/molecules/contact-address/contact-address.component.d.ts +8 -0
  12. package/src/components/molecules/contact-address/contact-address.component.tsx +20 -0
  13. package/src/components/molecules/contact-address/contact-address.preview.d.ts +2 -0
  14. package/src/components/molecules/contact-address/contact-address.preview.tsx +17 -0
  15. package/src/components/molecules/contact-address/contact-address.styles.d.ts +7 -0
  16. package/src/components/molecules/contact-address/contact-address.styles.js +10 -0
  17. package/src/components/molecules/date-input/date-input.component.d.ts +2 -2
  18. package/src/components/molecules/date-input/date-input.component.tsx +3 -3
  19. package/src/components/molecules/date-input/date-input.preview.tsx +5 -5
  20. package/src/components/molecules/day/day.component.d.ts +3 -3
  21. package/src/components/molecules/day/day.component.tsx +22 -17
  22. package/src/components/molecules/selectable-list-item/selectable-list-item.component.tsx +12 -7
  23. package/src/components/molecules/timestamp/timestamp.component.d.ts +2 -2
  24. package/src/components/molecules/timestamp/timestamp.component.tsx +12 -5
  25. package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.component.d.ts +2 -2
  26. package/src/components/organisms/journal-entry/components/journal-entry-type/journal-entry-type.component.tsx +5 -5
  27. package/src/components/organisms/journal-entry/journal-entry.component.d.ts +3 -3
  28. package/src/components/organisms/journal-entry/journal-entry.component.tsx +7 -3
  29. package/src/components/organisms/journal-entry/journal-entry.preview.tsx +7 -3
  30. package/src/components/organisms/person-info-card/person-info-card.component.tsx +8 -2
  31. package/src/components/organisms/person-info-card/person-info-card.preview.tsx +3 -0
  32. package/src/components/organisms/person-info-card/person-info-card.styles.d.ts +4 -0
  33. package/src/components/organisms/person-info-card/person-info-card.styles.js +4 -0
  34. package/src/components/organisms/text-bubble/text-bubble.component.d.ts +2 -2
  35. package/src/components/organisms/text-bubble/text-bubble.component.tsx +6 -3
  36. package/src/components/organisms/text-bubble/text-bubble.preview.tsx +19 -7
  37. package/src/components/templates/popover-action/popover-action.component.tsx +9 -8
  38. package/src/icons/solid/cloud-download/cloud-download.icon.tsx +1 -1
  39. package/src/icons/solid/refresh/refresh-solid.icon.tsx +2 -2
  40. package/src/utilities/datetime/clock.class.tsx +14 -0
  41. package/src/utilities/datetime/dateonly.class.tsx +287 -0
  42. package/src/utilities/datetime/datetime.class.tsx +288 -0
  43. package/src/utilities/datetime/day.class.tsx +48 -0
  44. package/src/utilities/datetime/dayjs-config.ts +96 -0
  45. package/src/utilities/datetime/dayoftheweek.class.tsx +242 -0
  46. package/src/utilities/datetime/hour.class.tsx +60 -0
  47. package/src/utilities/datetime/locale.tsx +6 -0
  48. package/src/utilities/datetime/millisecond.class.tsx +48 -0
  49. package/src/utilities/datetime/minute.class.tsx +55 -0
  50. package/src/utilities/datetime/month.class.tsx +74 -0
  51. package/src/utilities/datetime/second.class.tsx +52 -0
  52. package/src/utilities/datetime/time.class.tsx +190 -0
  53. package/src/utilities/datetime/timezone.class.tsx +36 -0
  54. package/src/utilities/datetime/year.class.tsx +78 -0
  55. package/src/utilities/datetime/yearandmonth.class.tsx +80 -0
  56. package/src/components/atoms/background-gradient/__snapshots__/background-gradient.test.js.snap +0 -40
  57. package/src/components/atoms/background-gradient/background-gradient.test.js +0 -10
  58. package/src/components/atoms/calendar/__snapshots__/calendar.test.js.snap +0 -6817
  59. package/src/components/atoms/calendar/calendar.test.js +0 -35
  60. package/src/components/atoms/check-switch/__snapshots__/check-switch.test.js.snap +0 -84
  61. package/src/components/atoms/check-switch/check-switch.test.js +0 -13
  62. package/src/components/atoms/heading-components/all-caps-heading/__snapshots__/all-caps-heading.test.js.snap +0 -113
  63. package/src/components/atoms/heading-components/all-caps-heading/all-caps-heading.test.js +0 -44
  64. package/src/components/atoms/heading-components/heading1/__snapshots__/heading1.test.js.snap +0 -121
  65. package/src/components/atoms/heading-components/heading1/heading1.test.js +0 -51
  66. package/src/components/atoms/heading-components/heading2/__snapshots__/heading2.test.js.snap +0 -121
  67. package/src/components/atoms/heading-components/heading2/heading2.test.js +0 -51
  68. package/src/components/atoms/heading-components/heading3/__snapshots__/heading3.test.js.snap +0 -121
  69. package/src/components/atoms/heading-components/heading3/heading3.test.js +0 -51
  70. package/src/components/atoms/heading-components/heading4/__snapshots__/heading4.test.js.snap +0 -121
  71. package/src/components/atoms/heading-components/heading4/heading4.test.js +0 -51
  72. package/src/components/atoms/image-bubble/__snapshots__/image-bubble.test.js.snap +0 -67
  73. package/src/components/atoms/image-bubble/image-bubble.test.js +0 -20
  74. package/src/components/atoms/increment-input/__snapshots__/increment-input.test.js.snap +0 -269
  75. package/src/components/atoms/increment-input/increment-input.test.js +0 -14
  76. package/src/components/atoms/logo/__snapshots__/logo.test.js.snap +0 -113
  77. package/src/components/atoms/logo/logo.test.js +0 -16
  78. package/src/components/atoms/paragraph-components/paragraph/__snapshots__/paragraph.test.js.snap +0 -121
  79. package/src/components/atoms/paragraph-components/paragraph/paragraph.test.js +0 -76
  80. package/src/components/atoms/paragraph-components/small-text/__snapshots__/small-text.test.js.snap +0 -121
  81. package/src/components/atoms/paragraph-components/small-text/small-text.test.js +0 -76
  82. package/src/components/atoms/paragraph-components/tiny-text/__snapshots__/tiny-text.test.js.snap +0 -121
  83. package/src/components/atoms/paragraph-components/tiny-text/tiny-text.test.js +0 -76
  84. package/src/components/atoms/quick-message/__snapshots__/quick-message.test.js.snap +0 -143
  85. package/src/components/atoms/quick-message/quick-message.test.js +0 -58
  86. package/src/components/atoms/split-container/__snapshots__/split-container.test.js.snap +0 -333
  87. package/src/components/atoms/split-container/split-container.test.js +0 -45
  88. package/src/components/atoms/text-input/__snapshots__/text-input.test.js.snap +0 -123
  89. package/src/components/atoms/text-input/text-input.test.js +0 -59
  90. package/src/components/molecules/avatar/__snapshots__/avatar.test.js.snap +0 -97
  91. package/src/components/molecules/avatar/avatar.test.js +0 -22
  92. package/src/components/molecules/blocked-message/__snapshots__/blocked-message.test.js.snap +0 -107
  93. package/src/components/molecules/blocked-message/blocked-message.test.js +0 -12
  94. package/src/components/molecules/button/__snapshots__/button.test.js.snap +0 -652
  95. package/src/components/molecules/button/button.test.js +0 -56
  96. package/src/components/molecules/calendar-select/__snapshots__/calendar-select.test.js.snap +0 -343
  97. package/src/components/molecules/calendar-select/calendar-select.test.js +0 -20
  98. package/src/components/molecules/cancel-link/__snapshots__/cancel-link.test.js.snap +0 -139
  99. package/src/components/molecules/cancel-link/cancel-link.test.js +0 -28
  100. package/src/components/molecules/checkbox/__snapshots__/checkbox.test.js.snap +0 -176
  101. package/src/components/molecules/checkbox/checkbox.test.js +0 -30
  102. package/src/components/molecules/contact-role/__snapshots__/contact-role.test.js.snap +0 -113
  103. package/src/components/molecules/contact-role/contact-role.test.js +0 -18
  104. package/src/components/molecules/date-input/__snapshots__/date-input.test.js.snap +0 -140
  105. package/src/components/molecules/date-input/date-input.test.js +0 -23
  106. package/src/components/molecules/day/__snapshots__/day.test.js.snap +0 -263
  107. package/src/components/molecules/day/day.test.js +0 -37
  108. package/src/components/molecules/default-select/__snapshots__/default-select.test.js.snap +0 -140
  109. package/src/components/molecules/default-select/default-select.test.js +0 -17
  110. package/src/components/molecules/department_logo/__snapshots__/department-logo.test.js.snap +0 -27
  111. package/src/components/molecules/department_logo/department-logo.test.js +0 -12
  112. package/src/components/molecules/failed-to-send/__snapshots__/failed-bubble.test.js.snap +0 -386
  113. package/src/components/molecules/failed-to-send/failed-bubble.test.js +0 -75
  114. package/src/components/molecules/filter-range/__snapshots__/filter-range.test.js.snap +0 -208
  115. package/src/components/molecules/filter-range/filter-range.test.js +0 -20
  116. package/src/components/molecules/filter-tab/__snapshots__/filter-tab.test.js.snap +0 -536
  117. package/src/components/molecules/filter-tab/filter-tab.test.js +0 -42
  118. package/src/components/molecules/info/__snapshots__/info.test.js.snap +0 -64
  119. package/src/components/molecules/info/info.test.js +0 -18
  120. package/src/components/molecules/language-button/__snapshots__/language-button.test.js.snap +0 -129
  121. package/src/components/molecules/language-button/language-button.test.js +0 -29
  122. package/src/components/molecules/message-input/__snapshots__/message-input.test.js.snap +0 -611
  123. package/src/components/molecules/message-input/message-input.test.js +0 -63
  124. package/src/components/molecules/more-info-button/__snapshots__/more-info-button.test.js.snap +0 -133
  125. package/src/components/molecules/more-info-button/more-info-button.test.js +0 -29
  126. package/src/components/molecules/password-input/__snapshots__/password-input.test.js.snap +0 -504
  127. package/src/components/molecules/password-input/password-input.test.js +0 -46
  128. package/src/components/molecules/pill/__snapshots__/pill.test.js.snap +0 -226
  129. package/src/components/molecules/pill/pill.test.js +0 -42
  130. package/src/components/molecules/pressable-icon/__snapshots__/pressable-icon.test.js.snap +0 -460
  131. package/src/components/molecules/pressable-icon/pressable-icon.test.js +0 -51
  132. package/src/components/molecules/quick-filter/__snapshots__/quick-filter.test.js.snap +0 -557
  133. package/src/components/molecules/quick-filter/quick-filter.test.js +0 -134
  134. package/src/components/molecules/search-input/__snapshots__/search.test.js.snap +0 -145
  135. package/src/components/molecules/search-input/search.test.js +0 -22
  136. package/src/components/molecules/select-link/__snapshots__/select-link.test.js.snap +0 -70
  137. package/src/components/molecules/select-link/select-link.test.js +0 -17
  138. package/src/components/molecules/select-list-item/__snapshots__/select-list-item.test.js.snap +0 -762
  139. package/src/components/molecules/select-list-item/select-list-item.test.js +0 -38
  140. package/src/components/molecules/select-picker/__snapshots__/select-picker.test.js.snap +0 -407
  141. package/src/components/molecules/select-picker/select-picker.test.js +0 -31
  142. package/src/components/molecules/send-bubble/__snapshots__/send-text-bubble.test.js.snap +0 -1979
  143. package/src/components/molecules/send-bubble/send-text-bubble.test.js +0 -156
  144. package/src/components/molecules/snackbar/__snapshots__/snackbar.test.js.snap +0 -557
  145. package/src/components/molecules/snackbar/snackbar.test.js +0 -35
  146. package/src/components/molecules/swipe/__snapshots__/swipe.test.js.snap +0 -340
  147. package/src/components/molecules/swipe/swipe.test.js +0 -46
  148. package/src/components/molecules/tag/__snapshots__/tag.test.js.snap +0 -139
  149. package/src/components/molecules/tag/tag.test.js +0 -34
  150. package/src/components/molecules/time-picker/__snapshots__/time-picker.test.js.snap +0 -2221
  151. package/src/components/molecules/time-picker/time-picker.test.js +0 -18
  152. package/src/components/molecules/time-tracker/__snapshots__/time-tracker.test.js.snap +0 -266
  153. package/src/components/molecules/time-tracker/time-tracker.test.js +0 -36
  154. package/src/components/molecules/timeline/__snapshots__/timeline.test.js.snap +0 -257
  155. package/src/components/molecules/timeline/timeline.test.js +0 -18
  156. package/src/components/molecules/timestamp/__snapshots__/timestamp.test.js.snap +0 -28
  157. package/src/components/molecules/timestamp/timestamp.test.js +0 -16
  158. package/src/components/molecules/wave-background/__snapshots__/wave.test.js.snap +0 -173
  159. package/src/components/molecules/wave-background/wave.test.js +0 -25
  160. package/src/components/molecules/wide-button/__snapshots__/wide-button.test.js.snap +0 -269
  161. package/src/components/molecules/wide-button/wide-button.test.js +0 -30
  162. package/src/components/organisms/child-list-item/__snapshots__/child-list-item.test.js.snap +0 -1040
  163. package/src/components/organisms/child-list-item/child-list-item.test.js +0 -75
  164. package/src/components/organisms/contact-item/__snapshots__/contact-item.test.js.snap +0 -404
  165. package/src/components/organisms/contact-item/contact-item.test.js +0 -22
  166. package/src/components/organisms/loading-indicator/__snapshots__/loading-indicator.test.js.snap +0 -474
  167. package/src/components/organisms/loading-indicator/loading-indicator.test.js +0 -41
  168. package/src/components/organisms/my-child-list-item/__snapshots__/my-child-list-item.test.js.snap +0 -293
  169. package/src/components/organisms/my-child-list-item/my-child-list-item.test.js +0 -23
  170. package/src/components/organisms/person-info-card/__snapshots__/person-info-card.test.js.snap +0 -709
  171. package/src/components/organisms/person-info-card/person-info-card.test.js +0 -85
  172. package/src/components/organisms/text-bubble/__snapshots__/text-bubble.test.js.snap +0 -3046
  173. package/src/components/organisms/text-bubble/text-bubble.test.js +0 -144
  174. package/src/utilities/toddle-datetime/interfaces/duration.interface.d.ts +0 -22
  175. package/src/utilities/toddle-datetime/interfaces/duration.interface.tsx +0 -23
  176. package/src/utilities/toddle-datetime/interfaces/toddle-datetime.interface.d.ts +0 -22
  177. package/src/utilities/toddle-datetime/interfaces/toddle-datetime.interface.tsx +0 -25
  178. package/src/utilities/toddle-datetime/toddle-datetime.class.d.ts +0 -50
  179. package/src/utilities/toddle-datetime/toddle-datetime.class.tsx +0 -206
  180. package/src/utilities/toddle-datetime/toddle-datetime.preview.d.ts +0 -2
  181. package/src/utilities/toddle-datetime/toddle-datetime.preview.tsx +0 -160
  182. package/src/utilities/toddle-datetime/toddle-datetime.test.js +0 -127
  183. package/src/utilities/toddle-datetime/types/duration.type.d.ts +0 -4
  184. package/src/utilities/toddle-datetime/types/duration.type.tsx +0 -6
  185. package/src/utilities/toddle-datetime/types/toddle-datetime.type.d.ts +0 -5
  186. package/src/utilities/toddle-datetime/types/toddle-datetime.type.tsx +0 -23
@@ -1,35 +0,0 @@
1
- import React from 'react';
2
- import render from 'react-test-renderer';
3
- import {Calendar} from './calendar.component';
4
- import {ToddleDateTime} from '../../../utilities/toddle-datetime/toddle-datetime.class';
5
-
6
- const testDate = ToddleDateTime.fromISO('2022-05-25T09:08:34.123', {
7
- locale: 'en-GB',
8
- });
9
-
10
- describe('Test for the calendar component', () => {
11
- it('renders a calendar where you can select a day', function () {
12
- const tree = render
13
- .create(
14
- <Calendar
15
- selected={testDate}
16
- onDayPress={() => console.log('pressed day')}
17
- />
18
- )
19
- .toJSON();
20
- expect(tree).toMatchSnapshot();
21
- });
22
- it('renders a calendar where you can select a day, and give a starting-, end-date for the calendar', function () {
23
- const tree = render
24
- .create(
25
- <Calendar
26
- selected={testDate}
27
- onDayPress={() => console.log('pressed day')}
28
- minDate={'2022-01-01'}
29
- maxDate={'2022-12-31'}
30
- />
31
- )
32
- .toJSON();
33
- expect(tree).toMatchSnapshot();
34
- });
35
- });
@@ -1,84 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`test check switch should render a check switch component 1`] = `
4
- <View
5
- style={
6
- {
7
- "alignItems": "center",
8
- "flexDirection": "row",
9
- "justifyContent": "center",
10
- }
11
- }
12
- >
13
- <View
14
- accessibilityState={
15
- {
16
- "busy": undefined,
17
- "checked": undefined,
18
- "disabled": undefined,
19
- "expanded": undefined,
20
- "selected": undefined,
21
- }
22
- }
23
- accessibilityValue={
24
- {
25
- "max": undefined,
26
- "min": undefined,
27
- "now": undefined,
28
- "text": undefined,
29
- }
30
- }
31
- accessible={true}
32
- collapsable={false}
33
- focusable={true}
34
- onBlur={[Function]}
35
- onClick={[Function]}
36
- onFocus={[Function]}
37
- onResponderGrant={[Function]}
38
- onResponderMove={[Function]}
39
- onResponderRelease={[Function]}
40
- onResponderTerminate={[Function]}
41
- onResponderTerminationRequest={[Function]}
42
- onStartShouldSetResponder={[Function]}
43
- >
44
- <View
45
- style={
46
- {
47
- "backgroundColor": "#647ACB",
48
- "borderRadius": 18,
49
- "height": 36,
50
- "justifyContent": "center",
51
- "paddingLeft": 4,
52
- "paddingRight": 4,
53
- "width": 65,
54
- }
55
- }
56
- >
57
- <View
58
- collapsable={false}
59
- style={
60
- {
61
- "backgroundColor": "#FFFFFF",
62
- "borderRadius": 50,
63
- "elevation": 4,
64
- "height": 30,
65
- "shadowColor": "#1F2933",
66
- "shadowOffset": {
67
- "height": 2,
68
- "width": 0,
69
- },
70
- "shadowOpacity": 0.8,
71
- "shadowRadius": 2,
72
- "transform": [
73
- {
74
- "translateX": 0,
75
- },
76
- ],
77
- "width": 30,
78
- }
79
- }
80
- />
81
- </View>
82
- </View>
83
- </View>
84
- `;
@@ -1,13 +0,0 @@
1
- import React from 'react';
2
- import renderer from 'react-test-renderer';
3
- import {Check} from './check-switch.component';
4
-
5
- describe('test check switch', () => {
6
- it('should render a check switch component', () => {
7
- const tree = renderer
8
- .create(<Check value={true} onToggle={() => console.log('test')} />)
9
- .toJSON();
10
-
11
- expect(tree).toMatchSnapshot();
12
- });
13
- });
@@ -1,113 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Test for the all caps heading component should render an all caps heading component, huge font, bold, a custom color and only accepts strings as children 1`] = `
4
- <Text
5
- style={
6
- [
7
- [
8
- {
9
- "textAlignVertical": "bottom",
10
- "textTransform": "uppercase",
11
- },
12
- {
13
- "fontFamily": "MontserratBold",
14
- "fontSize": 13,
15
- "lineHeight": 20.4,
16
- },
17
- ],
18
- {
19
- "color": "#888888",
20
- "textAlign": undefined,
21
- "width": "100%",
22
- },
23
- undefined,
24
- ]
25
- }
26
- >
27
- All caps heading bold with a specified color
28
- </Text>
29
- `;
30
-
31
- exports[`Test for the all caps heading component should render an all caps heading component, huge font, bold, and only accepts strings as children 1`] = `
32
- <Text
33
- style={
34
- [
35
- [
36
- {
37
- "textAlignVertical": "bottom",
38
- "textTransform": "uppercase",
39
- },
40
- {
41
- "fontFamily": "MontserratBold",
42
- "fontSize": 13,
43
- "lineHeight": 20.4,
44
- },
45
- ],
46
- {
47
- "color": "#1F2933",
48
- "textAlign": undefined,
49
- "width": "100%",
50
- },
51
- undefined,
52
- ]
53
- }
54
- >
55
- All caps heading bold
56
- </Text>
57
- `;
58
-
59
- exports[`Test for the all caps heading component should render an all caps heading component, huge font, not bold, and only accepts strings as children 1`] = `
60
- <Text
61
- style={
62
- [
63
- [
64
- {
65
- "textAlignVertical": "bottom",
66
- "textTransform": "uppercase",
67
- },
68
- {
69
- "fontFamily": "Montserrat",
70
- "fontSize": 13,
71
- "lineHeight": 20.4,
72
- },
73
- ],
74
- {
75
- "color": "#1F2933",
76
- "textAlign": undefined,
77
- "width": "100%",
78
- },
79
- undefined,
80
- ]
81
- }
82
- >
83
- All caps heading
84
- </Text>
85
- `;
86
-
87
- exports[`Test for the all caps heading component should render an all caps heading component, huge font, not bold, only accepts strings as children and gets another color 1`] = `
88
- <Text
89
- style={
90
- [
91
- [
92
- {
93
- "textAlignVertical": "bottom",
94
- "textTransform": "uppercase",
95
- },
96
- {
97
- "fontFamily": "Montserrat",
98
- "fontSize": 13,
99
- "lineHeight": 20.4,
100
- },
101
- ],
102
- {
103
- "color": "#c2c2c2",
104
- "textAlign": undefined,
105
- "width": "100%",
106
- },
107
- undefined,
108
- ]
109
- }
110
- >
111
- All caps heading with a specified color
112
- </Text>
113
- `;
@@ -1,44 +0,0 @@
1
- import React from 'react';
2
- import renderer from 'react-test-renderer';
3
- import {AllCapsHeading} from './all-caps-heading.component';
4
-
5
- describe('Test for the all caps heading component', () => {
6
- it('should render an all caps heading component, huge font, not bold, and only accepts strings as children', function () {
7
- const tree = renderer
8
- .create(<AllCapsHeading>All caps heading</AllCapsHeading>)
9
- .toJSON();
10
-
11
- expect(tree).toMatchSnapshot();
12
- });
13
- it('should render an all caps heading component, huge font, not bold, only accepts strings as children and gets another color', function () {
14
- const tree = renderer
15
- .create(
16
- <AllCapsHeading textColor={'#c2c2c2'}>
17
- All caps heading with a specified color
18
- </AllCapsHeading>
19
- )
20
- .toJSON();
21
-
22
- expect(tree).toMatchSnapshot();
23
- });
24
- it('should render an all caps heading component, huge font, bold, and only accepts strings as children', function () {
25
- const tree = renderer
26
- .create(
27
- <AllCapsHeading bold={true}>All caps heading bold</AllCapsHeading>
28
- )
29
- .toJSON();
30
-
31
- expect(tree).toMatchSnapshot();
32
- });
33
- it('should render an all caps heading component, huge font, bold, a custom color and only accepts strings as children', function () {
34
- const tree = renderer
35
- .create(
36
- <AllCapsHeading bold={true} textColor={'#888888'}>
37
- All caps heading bold with a specified color
38
- </AllCapsHeading>
39
- )
40
- .toJSON();
41
-
42
- expect(tree).toMatchSnapshot();
43
- });
44
- });
@@ -1,121 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Test for Heading1 should render a Heading 1 component, huge font, bold 1`] = `
4
- <Text
5
- style={
6
- [
7
- [
8
- {
9
- "fontFamily": "SourceSansProBold",
10
- "fontSize": 38,
11
- "lineHeight": 47.8,
12
- },
13
- ],
14
- {
15
- "color": "#1F2933",
16
- "textAlign": undefined,
17
- "width": "100%",
18
- },
19
- undefined,
20
- ]
21
- }
22
- >
23
- Heading 1 bold
24
- </Text>
25
- `;
26
-
27
- exports[`Test for Heading1 should render a Heading 1 component, huge font, bold and a custom color 1`] = `
28
- <Text
29
- style={
30
- [
31
- [
32
- {
33
- "fontFamily": "SourceSansProBold",
34
- "fontSize": 38,
35
- "lineHeight": 47.8,
36
- },
37
- ],
38
- {
39
- "color": "#888888",
40
- "textAlign": undefined,
41
- "width": "100%",
42
- },
43
- undefined,
44
- ]
45
- }
46
- >
47
- Heading 1 bold with a specified color
48
- </Text>
49
- `;
50
-
51
- exports[`Test for Heading1 should render a Heading 1 component, huge font, bold and a custom color and its alignment is justified 1`] = `
52
- <Text
53
- style={
54
- [
55
- [
56
- {
57
- "fontFamily": "SourceSansProBold",
58
- "fontSize": 38,
59
- "lineHeight": 47.8,
60
- },
61
- ],
62
- {
63
- "color": "#888888",
64
- "textAlign": "justify",
65
- "width": "100%",
66
- },
67
- undefined,
68
- ]
69
- }
70
- >
71
- Heading 1 bold with a specified color
72
- </Text>
73
- `;
74
-
75
- exports[`Test for Heading1 should render a Heading 1 component, huge font, not bold 1`] = `
76
- <Text
77
- style={
78
- [
79
- [
80
- {
81
- "fontFamily": "SourceSansPro",
82
- "fontSize": 38,
83
- "lineHeight": 47.8,
84
- },
85
- ],
86
- {
87
- "color": "#1F2933",
88
- "textAlign": undefined,
89
- "width": "100%",
90
- },
91
- undefined,
92
- ]
93
- }
94
- >
95
- Heading 1
96
- </Text>
97
- `;
98
-
99
- exports[`Test for Heading1 should render a Heading 1 component, huge font, not bold and gets another color 1`] = `
100
- <Text
101
- style={
102
- [
103
- [
104
- {
105
- "fontFamily": "SourceSansPro",
106
- "fontSize": 38,
107
- "lineHeight": 47.8,
108
- },
109
- ],
110
- {
111
- "color": "#c2c2c2",
112
- "textAlign": undefined,
113
- "width": "100%",
114
- },
115
- undefined,
116
- ]
117
- }
118
- >
119
- Heading 1 with a specified color
120
- </Text>
121
- `;
@@ -1,51 +0,0 @@
1
- import React from 'react';
2
- import renderer from 'react-test-renderer';
3
- import {Heading1} from './heading1.component';
4
-
5
- describe('Test for Heading1', () => {
6
- it('should render a Heading 1 component, huge font, not bold', function () {
7
- const tree = renderer.create(<Heading1>Heading 1 </Heading1>).toJSON();
8
-
9
- expect(tree).toMatchSnapshot();
10
- });
11
- it('should render a Heading 1 component, huge font, not bold and gets another color', function () {
12
- const tree = renderer
13
- .create(
14
- <Heading1 textColor={'#c2c2c2'}>
15
- Heading 1 with a specified color
16
- </Heading1>
17
- )
18
- .toJSON();
19
-
20
- expect(tree).toMatchSnapshot();
21
- });
22
- it('should render a Heading 1 component, huge font, bold', function () {
23
- const tree = renderer
24
- .create(<Heading1 bold={true}>Heading 1 bold</Heading1>)
25
- .toJSON();
26
-
27
- expect(tree).toMatchSnapshot();
28
- });
29
- it('should render a Heading 1 component, huge font, bold and a custom color', function () {
30
- const tree = renderer
31
- .create(
32
- <Heading1 bold={true} textColor={'#888888'}>
33
- Heading 1 bold with a specified color
34
- </Heading1>
35
- )
36
- .toJSON();
37
-
38
- expect(tree).toMatchSnapshot();
39
- });
40
- it('should render a Heading 1 component, huge font, bold and a custom color and its alignment is justified', function () {
41
- const tree = renderer
42
- .create(
43
- <Heading1 bold={true} textColor={'#888888'} textAlign={'justify'}>
44
- Heading 1 bold with a specified color
45
- </Heading1>
46
- )
47
- .toJSON();
48
-
49
- expect(tree).toMatchSnapshot();
50
- });
51
- });
@@ -1,121 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`Test for Heading2 should render a Heading 2 component, big font, bold 1`] = `
4
- <Text
5
- style={
6
- [
7
- [
8
- {
9
- "fontFamily": "SourceSansProBold",
10
- "fontSize": 24,
11
- "lineHeight": 30.2,
12
- },
13
- ],
14
- {
15
- "color": "#1F2933",
16
- "textAlign": undefined,
17
- "width": "100%",
18
- },
19
- undefined,
20
- ]
21
- }
22
- >
23
- Heading 2 bold
24
- </Text>
25
- `;
26
-
27
- exports[`Test for Heading2 should render a Heading 2 component, big font, bold, a custom color 1`] = `
28
- <Text
29
- style={
30
- [
31
- [
32
- {
33
- "fontFamily": "SourceSansProBold",
34
- "fontSize": 24,
35
- "lineHeight": 30.2,
36
- },
37
- ],
38
- {
39
- "color": "#888888",
40
- "textAlign": undefined,
41
- "width": "100%",
42
- },
43
- undefined,
44
- ]
45
- }
46
- >
47
- Heading 2 bold with a specified color
48
- </Text>
49
- `;
50
-
51
- exports[`Test for Heading2 should render a Heading 2 component, big font, bold, a custom color and aligned center 1`] = `
52
- <Text
53
- style={
54
- [
55
- [
56
- {
57
- "fontFamily": "SourceSansProBold",
58
- "fontSize": 24,
59
- "lineHeight": 30.2,
60
- },
61
- ],
62
- {
63
- "color": "#888888",
64
- "textAlign": "center",
65
- "width": "100%",
66
- },
67
- undefined,
68
- ]
69
- }
70
- >
71
- Heading 2 bold with a specified color
72
- </Text>
73
- `;
74
-
75
- exports[`Test for Heading2 should render a Heading 2 component, big font, not bold 1`] = `
76
- <Text
77
- style={
78
- [
79
- [
80
- {
81
- "fontFamily": "SourceSansPro",
82
- "fontSize": 24,
83
- "lineHeight": 30.2,
84
- },
85
- ],
86
- {
87
- "color": "#1F2933",
88
- "textAlign": undefined,
89
- "width": "100%",
90
- },
91
- undefined,
92
- ]
93
- }
94
- >
95
- Heading 2
96
- </Text>
97
- `;
98
-
99
- exports[`Test for Heading2 should render a Heading 2 component, big font, not bold and gets another color 1`] = `
100
- <Text
101
- style={
102
- [
103
- [
104
- {
105
- "fontFamily": "SourceSansPro",
106
- "fontSize": 24,
107
- "lineHeight": 30.2,
108
- },
109
- ],
110
- {
111
- "color": "#c2c2c2",
112
- "textAlign": undefined,
113
- "width": "100%",
114
- },
115
- undefined,
116
- ]
117
- }
118
- >
119
- Heading 2 with a specified color
120
- </Text>
121
- `;
@@ -1,51 +0,0 @@
1
- import React from 'react';
2
- import renderer from 'react-test-renderer';
3
- import {Heading2} from './heading2.component';
4
-
5
- describe('Test for Heading2', () => {
6
- it('should render a Heading 2 component, big font, not bold', function () {
7
- const tree = renderer.create(<Heading2>Heading 2</Heading2>).toJSON();
8
-
9
- expect(tree).toMatchSnapshot();
10
- });
11
- it('should render a Heading 2 component, big font, not bold and gets another color', function () {
12
- const tree = renderer
13
- .create(
14
- <Heading2 textColor={'#c2c2c2'}>
15
- Heading 2 with a specified color
16
- </Heading2>
17
- )
18
- .toJSON();
19
-
20
- expect(tree).toMatchSnapshot();
21
- });
22
- it('should render a Heading 2 component, big font, bold', function () {
23
- const tree = renderer
24
- .create(<Heading2 bold={true}>Heading 2 bold</Heading2>)
25
- .toJSON();
26
-
27
- expect(tree).toMatchSnapshot();
28
- });
29
- it('should render a Heading 2 component, big font, bold, a custom color', function () {
30
- const tree = renderer
31
- .create(
32
- <Heading2 bold={true} textColor={'#888888'}>
33
- Heading 2 bold with a specified color
34
- </Heading2>
35
- )
36
- .toJSON();
37
-
38
- expect(tree).toMatchSnapshot();
39
- });
40
- it('should render a Heading 2 component, big font, bold, a custom color and aligned center', function () {
41
- const tree = renderer
42
- .create(
43
- <Heading2 bold={true} textColor={'#888888'} textAlign={'center'}>
44
- Heading 2 bold with a specified color
45
- </Heading2>
46
- )
47
- .toJSON();
48
-
49
- expect(tree).toMatchSnapshot();
50
- });
51
- });