@draftbit/core 46.10.3-d37409.2 → 46.10.3-dd9206.2

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 (89) hide show
  1. package/lib/commonjs/components/Accordion/AccordionItem.js +23 -4
  2. package/lib/commonjs/components/Checkbox/CheckboxGroupRow.js +5 -23
  3. package/lib/commonjs/components/Checkbox/CheckboxRow.js +6 -23
  4. package/lib/commonjs/components/RadioButton/RadioButtonRow.js +23 -5
  5. package/lib/commonjs/components/Table/Table.js +3 -7
  6. package/lib/commonjs/constants.js +1 -1
  7. package/lib/module/components/Table/Table.js +2 -7
  8. package/lib/typescript/src/components/Table/Table.d.ts.map +1 -1
  9. package/package.json +3 -3
  10. package/src/components/Table/Table.js +1 -5
  11. package/src/components/Table/Table.tsx +1 -5
  12. package/lib/commonjs/components/DeprecatedCardWrapper.js +0 -40
  13. package/lib/commonjs/components/DeprecatedFAB.js +0 -157
  14. package/lib/commonjs/components/ProgressIndicator.js +0 -55
  15. package/lib/commonjs/components/ResizeMode.js +0 -5
  16. package/lib/commonjs/mappings/CardBlock.js +0 -126
  17. package/lib/commonjs/mappings/CardContainer.js +0 -108
  18. package/lib/commonjs/mappings/CardContainerRating.js +0 -130
  19. package/lib/commonjs/mappings/CardContainerShortImage.js +0 -124
  20. package/lib/commonjs/mappings/CardInline.js +0 -59
  21. package/lib/commonjs/mappings/HeaderLarge.js +0 -34
  22. package/lib/commonjs/mappings/HeaderMedium.js +0 -60
  23. package/lib/commonjs/mappings/HeaderOverline.js +0 -60
  24. package/lib/commonjs/mappings/ProgressIndicator.js +0 -188
  25. package/lib/module/components/DeprecatedCardWrapper.js +0 -32
  26. package/lib/module/components/DeprecatedFAB.js +0 -147
  27. package/lib/module/components/ProgressIndicator.js +0 -45
  28. package/lib/module/components/ResizeMode.js +0 -1
  29. package/lib/module/mappings/CardBlock.js +0 -119
  30. package/lib/module/mappings/CardContainer.js +0 -101
  31. package/lib/module/mappings/CardContainerRating.js +0 -123
  32. package/lib/module/mappings/CardContainerShortImage.js +0 -117
  33. package/lib/module/mappings/CardInline.js +0 -52
  34. package/lib/module/mappings/HeaderLarge.js +0 -27
  35. package/lib/module/mappings/HeaderMedium.js +0 -53
  36. package/lib/module/mappings/HeaderOverline.js +0 -53
  37. package/lib/module/mappings/ProgressIndicator.js +0 -181
  38. package/lib/typescript/src/components/DeprecatedCardWrapper.d.ts +0 -15
  39. package/lib/typescript/src/components/DeprecatedCardWrapper.d.ts.map +0 -1
  40. package/lib/typescript/src/components/DeprecatedFAB.d.ts +0 -56
  41. package/lib/typescript/src/components/DeprecatedFAB.d.ts.map +0 -1
  42. package/lib/typescript/src/components/ProgressIndicator.d.ts +0 -24
  43. package/lib/typescript/src/components/ProgressIndicator.d.ts.map +0 -1
  44. package/lib/typescript/src/components/ResizeMode.d.ts +0 -2
  45. package/lib/typescript/src/components/ResizeMode.d.ts.map +0 -1
  46. package/lib/typescript/src/mappings/CardBlock.d.ts +0 -289
  47. package/lib/typescript/src/mappings/CardBlock.d.ts.map +0 -1
  48. package/lib/typescript/src/mappings/CardContainer.d.ts +0 -102
  49. package/lib/typescript/src/mappings/CardContainer.d.ts.map +0 -1
  50. package/lib/typescript/src/mappings/CardContainerRating.d.ts +0 -108
  51. package/lib/typescript/src/mappings/CardContainerRating.d.ts.map +0 -1
  52. package/lib/typescript/src/mappings/CardContainerShortImage.d.ts +0 -139
  53. package/lib/typescript/src/mappings/CardContainerShortImage.d.ts.map +0 -1
  54. package/lib/typescript/src/mappings/CardInline.d.ts +0 -62
  55. package/lib/typescript/src/mappings/CardInline.d.ts.map +0 -1
  56. package/lib/typescript/src/mappings/HeaderLarge.d.ts +0 -34
  57. package/lib/typescript/src/mappings/HeaderLarge.d.ts.map +0 -1
  58. package/lib/typescript/src/mappings/HeaderMedium.d.ts +0 -53
  59. package/lib/typescript/src/mappings/HeaderMedium.d.ts.map +0 -1
  60. package/lib/typescript/src/mappings/HeaderOverline.d.ts +0 -53
  61. package/lib/typescript/src/mappings/HeaderOverline.d.ts.map +0 -1
  62. package/lib/typescript/src/mappings/ProgressIndicator.d.ts +0 -181
  63. package/lib/typescript/src/mappings/ProgressIndicator.d.ts.map +0 -1
  64. package/src/components/DeprecatedCardWrapper.js +0 -18
  65. package/src/components/DeprecatedCardWrapper.tsx +0 -46
  66. package/src/components/DeprecatedFAB.js +0 -114
  67. package/src/components/DeprecatedFAB.tsx +0 -231
  68. package/src/components/ProgressIndicator.js +0 -27
  69. package/src/components/ProgressIndicator.tsx +0 -71
  70. package/src/components/ResizeMode.js +0 -1
  71. package/src/components/ResizeMode.ts +0 -7
  72. package/src/mappings/CardBlock.js +0 -123
  73. package/src/mappings/CardBlock.ts +0 -136
  74. package/src/mappings/CardContainer.js +0 -104
  75. package/src/mappings/CardContainer.ts +0 -116
  76. package/src/mappings/CardContainerRating.js +0 -126
  77. package/src/mappings/CardContainerRating.ts +0 -137
  78. package/src/mappings/CardContainerShortImage.js +0 -120
  79. package/src/mappings/CardContainerShortImage.ts +0 -130
  80. package/src/mappings/CardInline.js +0 -52
  81. package/src/mappings/CardInline.ts +0 -61
  82. package/src/mappings/HeaderLarge.js +0 -29
  83. package/src/mappings/HeaderLarge.ts +0 -38
  84. package/src/mappings/HeaderMedium.js +0 -55
  85. package/src/mappings/HeaderMedium.ts +0 -63
  86. package/src/mappings/HeaderOverline.js +0 -55
  87. package/src/mappings/HeaderOverline.ts +0 -63
  88. package/src/mappings/ProgressIndicator.js +0 -181
  89. package/src/mappings/ProgressIndicator.ts +0 -190
@@ -1,61 +0,0 @@
1
- import {
2
- GROUPS,
3
- COMPONENT_TYPES,
4
- FORM_TYPES,
5
- PROP_TYPES,
6
- createElevationType,
7
- BLOCK_STYLES_SECTIONS,
8
- } from "@draftbit/types";
9
-
10
- export const SEED_DATA = {
11
- name: "Inline Card",
12
- tag: "CardInline",
13
- description:
14
- "An elevated card with image and a title and description overlayed, that takes up the full width of its container.",
15
- category: COMPONENT_TYPES.card,
16
- stylesPanelSections: BLOCK_STYLES_SECTIONS,
17
- layout: {},
18
- props: {
19
- image: {
20
- group: GROUPS.data,
21
- label: "Image",
22
- description: "Image",
23
- formType: FORM_TYPES.image,
24
- propType: PROP_TYPES.ASSET,
25
- defaultValue: null,
26
- editable: true,
27
- required: false,
28
- },
29
- title: {
30
- group: GROUPS.data,
31
- label: "Title",
32
- description: "Text to display",
33
- formType: FORM_TYPES.string,
34
- propType: PROP_TYPES.STRING,
35
- defaultValue: "Beautiful West Coast Villa",
36
- editable: true,
37
- required: false,
38
- },
39
- subtitle: {
40
- group: GROUPS.data,
41
- label: "Subtitle",
42
- description: "Subtitle text",
43
- formType: FORM_TYPES.string,
44
- propType: PROP_TYPES.STRING,
45
- defaultValue: "San Diego",
46
- editable: true,
47
- required: false,
48
- },
49
- aspectRatio: {
50
- group: GROUPS.basic,
51
- label: "Aspect ratio",
52
- description: "Aspect ratio of the image",
53
- formType: FORM_TYPES.aspectRatio,
54
- propType: PROP_TYPES.NUMBER,
55
- defaultValue: 1.5,
56
- editable: true,
57
- required: false,
58
- },
59
- elevation: createElevationType(2),
60
- },
61
- };
@@ -1,29 +0,0 @@
1
- import { COMPONENT_TYPES, createIconProp, createTextProp, createActionProp, Triggers, BLOCK_STYLES_SECTIONS, } from "@draftbit/types";
2
- export const SEED_DATA = [
3
- {
4
- name: "Header Large",
5
- tag: "HeaderLarge",
6
- description: "A large header with an optional touchable right aligned text and icon.",
7
- category: COMPONENT_TYPES.header,
8
- stylesPanelSections: BLOCK_STYLES_SECTIONS,
9
- layout: {},
10
- triggers: [Triggers.OnPress],
11
- props: {
12
- onPress: createActionProp(),
13
- title: createTextProp({
14
- label: "Title",
15
- description: "Text to display",
16
- defaultValue: "Title",
17
- }),
18
- buttonText: createTextProp({
19
- label: "Button text",
20
- description: "Right aligned button text to display",
21
- defaultValue: "See All",
22
- }),
23
- icon: createIconProp({
24
- defaultValue: null,
25
- required: false,
26
- }),
27
- },
28
- },
29
- ];
@@ -1,38 +0,0 @@
1
- import {
2
- COMPONENT_TYPES,
3
- createIconProp,
4
- createTextProp,
5
- createActionProp,
6
- Triggers,
7
- BLOCK_STYLES_SECTIONS,
8
- } from "@draftbit/types";
9
-
10
- export const SEED_DATA = [
11
- {
12
- name: "Header Large",
13
- tag: "HeaderLarge",
14
- description:
15
- "A large header with an optional touchable right aligned text and icon.",
16
- category: COMPONENT_TYPES.header,
17
- stylesPanelSections: BLOCK_STYLES_SECTIONS,
18
- layout: {},
19
- triggers: [Triggers.OnPress],
20
- props: {
21
- onPress: createActionProp(),
22
- title: createTextProp({
23
- label: "Title",
24
- description: "Text to display",
25
- defaultValue: "Title",
26
- }),
27
- buttonText: createTextProp({
28
- label: "Button text",
29
- description: "Right aligned button text to display",
30
- defaultValue: "See All",
31
- }),
32
- icon: createIconProp({
33
- defaultValue: null,
34
- required: false,
35
- }),
36
- },
37
- },
38
- ];
@@ -1,55 +0,0 @@
1
- import { GROUPS, COMPONENT_TYPES, FORM_TYPES, PROP_TYPES, BLOCK_STYLES_SECTIONS, } from "@draftbit/types";
2
- export const SEED_DATA = [
3
- {
4
- name: "Header Medium",
5
- tag: "HeaderMedium",
6
- description: "A medium header with an optional touchable right aligned text and icon.",
7
- category: COMPONENT_TYPES.header,
8
- stylesPanelSections: BLOCK_STYLES_SECTIONS,
9
- preview_image_url: "{CLOUDINARY_URL}/Header_HeadlineMediumIconText.png",
10
- supports_list_render: false,
11
- props: {
12
- title: {
13
- group: GROUPS.data,
14
- label: "Title",
15
- description: "Text to display",
16
- formType: FORM_TYPES.string,
17
- propType: PROP_TYPES.STRING,
18
- defaultValue: "Title",
19
- editable: true,
20
- required: false,
21
- },
22
- buttonText: {
23
- group: GROUPS.data,
24
- label: "Button text",
25
- description: "Right aligned button text to display",
26
- formType: FORM_TYPES.string,
27
- propType: PROP_TYPES.STRING,
28
- defaultValue: "See All",
29
- editable: true,
30
- required: false,
31
- },
32
- icon: {
33
- group: GROUPS.basic,
34
- label: "Icon",
35
- description: "Name of icon to display",
36
- formType: FORM_TYPES.icon,
37
- propType: PROP_TYPES.ASSET,
38
- defaultValue: null,
39
- editable: true,
40
- required: false,
41
- },
42
- onPress: {
43
- group: GROUPS.basic,
44
- label: "Action",
45
- description: "Action to execute when button pressed",
46
- editable: true,
47
- required: false,
48
- formType: FORM_TYPES.action,
49
- propType: PROP_TYPES.STRING,
50
- defaultValue: null,
51
- },
52
- },
53
- layout: {},
54
- },
55
- ];
@@ -1,63 +0,0 @@
1
- import {
2
- GROUPS,
3
- COMPONENT_TYPES,
4
- FORM_TYPES,
5
- PROP_TYPES,
6
- BLOCK_STYLES_SECTIONS,
7
- } from "@draftbit/types";
8
-
9
- export const SEED_DATA = [
10
- {
11
- name: "Header Medium",
12
- tag: "HeaderMedium",
13
- description:
14
- "A medium header with an optional touchable right aligned text and icon.",
15
- category: COMPONENT_TYPES.header,
16
- stylesPanelSections: BLOCK_STYLES_SECTIONS,
17
- preview_image_url: "{CLOUDINARY_URL}/Header_HeadlineMediumIconText.png",
18
- supports_list_render: false,
19
- props: {
20
- title: {
21
- group: GROUPS.data,
22
- label: "Title",
23
- description: "Text to display",
24
- formType: FORM_TYPES.string,
25
- propType: PROP_TYPES.STRING,
26
- defaultValue: "Title",
27
- editable: true,
28
- required: false,
29
- },
30
- buttonText: {
31
- group: GROUPS.data,
32
- label: "Button text",
33
- description: "Right aligned button text to display",
34
- formType: FORM_TYPES.string,
35
- propType: PROP_TYPES.STRING,
36
- defaultValue: "See All",
37
- editable: true,
38
- required: false,
39
- },
40
- icon: {
41
- group: GROUPS.basic,
42
- label: "Icon",
43
- description: "Name of icon to display",
44
- formType: FORM_TYPES.icon,
45
- propType: PROP_TYPES.ASSET,
46
- defaultValue: null,
47
- editable: true,
48
- required: false,
49
- },
50
- onPress: {
51
- group: GROUPS.basic,
52
- label: "Action",
53
- description: "Action to execute when button pressed",
54
- editable: true,
55
- required: false,
56
- formType: FORM_TYPES.action,
57
- propType: PROP_TYPES.STRING,
58
- defaultValue: null,
59
- },
60
- },
61
- layout: {},
62
- },
63
- ];
@@ -1,55 +0,0 @@
1
- import { GROUPS, COMPONENT_TYPES, FORM_TYPES, PROP_TYPES, BLOCK_STYLES_SECTIONS, } from "@draftbit/types";
2
- export const SEED_DATA = [
3
- {
4
- name: "Header Overline",
5
- tag: "HeaderOverline",
6
- description: "A small header with an optional touchable right aligned text and icon.",
7
- category: COMPONENT_TYPES.header,
8
- stylesPanelSections: BLOCK_STYLES_SECTIONS,
9
- preview_image_url: "{CLOUDINARY_URL}/Header_OverlineIconText.png",
10
- supports_list_render: false,
11
- props: {
12
- title: {
13
- group: GROUPS.data,
14
- label: "Title",
15
- description: "Text to display",
16
- formType: FORM_TYPES.string,
17
- propType: PROP_TYPES.STRING,
18
- defaultValue: "Title",
19
- editable: true,
20
- required: false,
21
- },
22
- buttonText: {
23
- group: GROUPS.data,
24
- label: "Button text",
25
- description: "Right aligned button text to display",
26
- formType: FORM_TYPES.string,
27
- propType: PROP_TYPES.STRING,
28
- defaultValue: "See All",
29
- editable: true,
30
- required: false,
31
- },
32
- icon: {
33
- group: GROUPS.basic,
34
- label: "Icon",
35
- description: "Name of icon to display",
36
- formType: FORM_TYPES.icon,
37
- propType: PROP_TYPES.ASSET,
38
- defaultValue: null,
39
- editable: true,
40
- required: false,
41
- },
42
- onPress: {
43
- group: GROUPS.basic,
44
- label: "Action",
45
- description: "Action to execute when button pressed",
46
- editable: true,
47
- required: false,
48
- formType: FORM_TYPES.action,
49
- propType: PROP_TYPES.STRING,
50
- defaultValue: null,
51
- },
52
- },
53
- layout: {},
54
- },
55
- ];
@@ -1,63 +0,0 @@
1
- import {
2
- GROUPS,
3
- COMPONENT_TYPES,
4
- FORM_TYPES,
5
- PROP_TYPES,
6
- BLOCK_STYLES_SECTIONS,
7
- } from "@draftbit/types";
8
-
9
- export const SEED_DATA = [
10
- {
11
- name: "Header Overline",
12
- tag: "HeaderOverline",
13
- description:
14
- "A small header with an optional touchable right aligned text and icon.",
15
- category: COMPONENT_TYPES.header,
16
- stylesPanelSections: BLOCK_STYLES_SECTIONS,
17
- preview_image_url: "{CLOUDINARY_URL}/Header_OverlineIconText.png",
18
- supports_list_render: false,
19
- props: {
20
- title: {
21
- group: GROUPS.data,
22
- label: "Title",
23
- description: "Text to display",
24
- formType: FORM_TYPES.string,
25
- propType: PROP_TYPES.STRING,
26
- defaultValue: "Title",
27
- editable: true,
28
- required: false,
29
- },
30
- buttonText: {
31
- group: GROUPS.data,
32
- label: "Button text",
33
- description: "Right aligned button text to display",
34
- formType: FORM_TYPES.string,
35
- propType: PROP_TYPES.STRING,
36
- defaultValue: "See All",
37
- editable: true,
38
- required: false,
39
- },
40
- icon: {
41
- group: GROUPS.basic,
42
- label: "Icon",
43
- description: "Name of icon to display",
44
- formType: FORM_TYPES.icon,
45
- propType: PROP_TYPES.ASSET,
46
- defaultValue: null,
47
- editable: true,
48
- required: false,
49
- },
50
- onPress: {
51
- group: GROUPS.basic,
52
- label: "Action",
53
- description: "Action to execute when button pressed",
54
- editable: true,
55
- required: false,
56
- formType: FORM_TYPES.action,
57
- propType: PROP_TYPES.STRING,
58
- defaultValue: null,
59
- },
60
- },
61
- layout: {},
62
- },
63
- ];
@@ -1,181 +0,0 @@
1
- import { COMPONENT_TYPES, FORM_TYPES, GROUPS, PROP_TYPES, BLOCK_STYLES_SECTIONS, } from "@draftbit/types";
2
- export const SEED_DATA = {
3
- name: "Progress Indicator",
4
- tag: "ProgressIndicator",
5
- description: "A component used to show current Step in a process",
6
- category: COMPONENT_TYPES.deprecated,
7
- stylesPanelSections: BLOCK_STYLES_SECTIONS,
8
- preview_image_url: "{CLOUDINARY_URL}/Control_Slider.png",
9
- supports_list_render: false,
10
- layout: {},
11
- props: {
12
- numberOfSteps: {
13
- group: GROUPS.data,
14
- label: "Number of Steps",
15
- description: "The border radius for the thumb",
16
- editable: true,
17
- required: false,
18
- formType: FORM_TYPES.number,
19
- propType: PROP_TYPES.NUMBER,
20
- min: 0,
21
- max: 10,
22
- step: 1,
23
- precision: 0,
24
- defaultValue: 5,
25
- },
26
- currentStep: {
27
- group: GROUPS.data,
28
- label: "Current Step",
29
- description: "The step that the user is on",
30
- editable: true,
31
- required: false,
32
- formType: FORM_TYPES.number,
33
- propType: PROP_TYPES.NUMBER,
34
- min: 0,
35
- max: 10,
36
- step: 1,
37
- precision: 0,
38
- defaultValue: 5,
39
- },
40
- stepIndicatorSize: {
41
- group: GROUPS.basic,
42
- label: "Step Size",
43
- description: "The size of the step circle",
44
- editable: true,
45
- required: false,
46
- formType: FORM_TYPES.number,
47
- propType: PROP_TYPES.NUMBER,
48
- min: 10,
49
- max: 100,
50
- step: 5,
51
- precision: 0,
52
- defaultValue: 25,
53
- },
54
- stepIndicatorLabelFontSize: {
55
- group: GROUPS.basic,
56
- label: "Step Font Size",
57
- description: "The font size of the step number",
58
- editable: true,
59
- required: false,
60
- formType: FORM_TYPES.number,
61
- propType: PROP_TYPES.NUMBER,
62
- min: 6,
63
- max: 36,
64
- step: 1,
65
- precision: 0,
66
- defaultValue: 15,
67
- },
68
- currentStepIndicatorLabelFontSize: {
69
- group: GROUPS.basic,
70
- label: "Current Step Font Size",
71
- description: "The font size of the current step number",
72
- editable: true,
73
- required: false,
74
- formType: FORM_TYPES.number,
75
- propType: PROP_TYPES.NUMBER,
76
- min: 6,
77
- max: 36,
78
- step: 1,
79
- precision: 0,
80
- defaultValue: 15,
81
- },
82
- unfinishedColor: {
83
- group: GROUPS.basic,
84
- label: "Unfinished Color",
85
- description: "The color of the step and divider when the step is either not the current step or not finished",
86
- editable: true,
87
- required: false,
88
- formType: FORM_TYPES.color,
89
- propType: PROP_TYPES.THEME,
90
- defaultValue: null,
91
- },
92
- finishedColor: {
93
- group: GROUPS.basic,
94
- label: "Finished Color",
95
- description: "The color of the step and divider when the step is the current step or finished",
96
- editable: true,
97
- required: false,
98
- formType: FORM_TYPES.color,
99
- propType: PROP_TYPES.THEME,
100
- defaultValue: null,
101
- },
102
- stepNumberUnfinishedColor: {
103
- group: GROUPS.basic,
104
- label: "Unfinished Number Color",
105
- description: "The color of the number within the step when unfinished",
106
- editable: true,
107
- required: false,
108
- formType: FORM_TYPES.color,
109
- propType: PROP_TYPES.THEME,
110
- defaultValue: null,
111
- },
112
- stepNumberFinishedColor: {
113
- group: GROUPS.basic,
114
- label: "Finished Number Color",
115
- description: "The color of the number within the step when finished",
116
- editable: true,
117
- required: false,
118
- formType: FORM_TYPES.color,
119
- propType: PROP_TYPES.THEME,
120
- defaultValue: null,
121
- },
122
- stepIndicatorCurrentColor: {
123
- group: GROUPS.basic,
124
- label: "Current Step Color",
125
- description: "The color of current step circle",
126
- editable: true,
127
- required: false,
128
- formType: FORM_TYPES.color,
129
- propType: PROP_TYPES.THEME,
130
- defaultValue: null,
131
- },
132
- stepIndicatorLabelCurrentColor: {
133
- group: GROUPS.basic,
134
- label: "Current Step Number Color",
135
- description: "The color of current number within the step circle",
136
- editable: true,
137
- required: false,
138
- formType: FORM_TYPES.color,
139
- propType: PROP_TYPES.THEME,
140
- defaultValue: null,
141
- },
142
- stepStrokeCurrentColor: {
143
- group: GROUPS.basic,
144
- label: "Current Step Border Color",
145
- description: "The color of current border color of the step",
146
- editable: true,
147
- required: false,
148
- formType: FORM_TYPES.color,
149
- propType: PROP_TYPES.THEME,
150
- defaultValue: null,
151
- },
152
- currentStepStrokeWidth: {
153
- group: GROUPS.basic,
154
- label: "Current Step Border Width",
155
- description: "The width of the border for the current step",
156
- editable: true,
157
- required: false,
158
- formType: FORM_TYPES.number,
159
- propType: PROP_TYPES.NUMBER,
160
- min: 1,
161
- max: 20,
162
- step: 1,
163
- precision: 0,
164
- defaultValue: 0,
165
- },
166
- currentStepIndicatorSize: {
167
- group: GROUPS.basic,
168
- label: "Current Step Size",
169
- description: "The size of the current step circle",
170
- editable: true,
171
- required: false,
172
- formType: FORM_TYPES.number,
173
- propType: PROP_TYPES.NUMBER,
174
- min: 10,
175
- max: 100,
176
- step: 5,
177
- precision: 0,
178
- defaultValue: null,
179
- },
180
- },
181
- };