@digi-frontend/dgate-api-documentation 1.0.31 → 1.0.32

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 (104) hide show
  1. package/.editorconfig +12 -12
  2. package/.prettierignore +7 -7
  3. package/.prettierrc +15 -15
  4. package/dist/{2e10bbdb265df50e.svg → 43595976d1fdccbf.svg} +4 -4
  5. package/dist/{8789eb84283ea95b.svg → 56dc416b683db280.svg} +5 -5
  6. package/dist/{bb8b87cace25e052.svg → 64efc2716808c4a4.svg} +3 -3
  7. package/dist/{d32ce84bbd78babd.svg → 72db3b05a96dd600.svg} +3 -3
  8. package/dist/{d501922060662842.svg → 844eba3f2e42a9eb.svg} +3 -3
  9. package/dist/_virtual/index3.js +1 -1
  10. package/dist/_virtual/index4.js +1 -1
  11. package/dist/_virtual/index5.js +1 -1
  12. package/dist/_virtual/index6.js +1 -1
  13. package/dist/{070dc6ecd197bc80.svg → a7568b270e175038.svg} +8 -8
  14. package/dist/{9bdff13f8d8fa48a.svg → af16a554be8c4d69.svg} +3 -3
  15. package/dist/{7f54eeb0bb2d1150.svg → b82c7612e73342f3.svg} +3 -3
  16. package/dist/node_modules/toposort/index.js +1 -1
  17. package/dist/node_modules/yup/index.esm.js +1 -1
  18. package/dist/src/assets/icons/AddRow.svg.js +1 -1
  19. package/dist/src/assets/icons/AddRow.svg.js.map +1 -1
  20. package/dist/src/assets/icons/CheckMarkSquare.svg.js +1 -1
  21. package/dist/src/assets/icons/CheckMarkSquare.svg.js.map +1 -1
  22. package/dist/src/assets/icons/CloseIcon.svg.js +1 -1
  23. package/dist/src/assets/icons/CloseIcon.svg.js.map +1 -1
  24. package/dist/src/assets/icons/DeleteIcon.svg.js +1 -1
  25. package/dist/src/assets/icons/DeleteIcon.svg.js.map +1 -1
  26. package/dist/src/assets/icons/DownArrow.svg.js +1 -1
  27. package/dist/src/assets/icons/DownArrow.svg.js.map +1 -1
  28. package/dist/src/assets/icons/EditIcon.svg.js +1 -1
  29. package/dist/src/assets/icons/EditIcon.svg.js.map +1 -1
  30. package/dist/src/assets/icons/UpArrow.svg.js +1 -1
  31. package/dist/src/assets/icons/UpArrow.svg.js.map +1 -1
  32. package/dist/src/assets/icons/deleteOutlinedIcon.svg.js +1 -1
  33. package/dist/src/assets/icons/deleteOutlinedIcon.svg.js.map +1 -1
  34. package/dist/src/components/Chips/Chips.js.map +1 -1
  35. package/dist/src/components/InfoForm/InfoForm.js +1 -1
  36. package/dist/src/components/InfoForm/InfoForm.js.map +1 -1
  37. package/dist/src/components/JsonInput/JsonInput.js.map +1 -1
  38. package/dist/src/components/LivePreview/LivePreview.js.map +1 -1
  39. package/dist/src/components/MethodAccordion/MethodAccordion.js.map +1 -1
  40. package/dist/src/components/SVGLoader/SVGLoader.js.map +1 -1
  41. package/dist/src/components/SectionHead/SectionHead.js.map +1 -1
  42. package/dist/src/components/SimpleLabelValue/SimpleLabelValue.js.map +1 -1
  43. package/dist/src/components/Tooltip/Tooltip.js.map +1 -1
  44. package/dist/src/components/dialog/index.js.map +1 -1
  45. package/dist/src/components/table/table.js.map +1 -1
  46. package/dist/src/components/table/tags-table.js +1 -1
  47. package/dist/src/components/table/tags-table.js.map +1 -1
  48. package/dist/src/constants/index.js.map +1 -1
  49. package/dist/src/constants/regex.js +1 -1
  50. package/dist/src/constants/regex.js.map +1 -1
  51. package/dist/src/helpers/layout.helper.js.map +1 -1
  52. package/dist/src/helpers/methodAccordion.helper.js.map +1 -1
  53. package/dist/src/layout/layout.js.map +1 -1
  54. package/dist/src/validator/form.scheme.js.map +1 -1
  55. package/dist/styles.css +335 -335
  56. package/package.json +43 -43
  57. package/rollup.config.js +35 -35
  58. package/src/assets/icons/AddRow.svg +3 -3
  59. package/src/assets/icons/CheckMarkSquare.svg +5 -5
  60. package/src/assets/icons/CloseIcon.svg +4 -4
  61. package/src/assets/icons/DeleteIcon.svg +3 -3
  62. package/src/assets/icons/DownArrow.svg +3 -3
  63. package/src/assets/icons/EditIcon.svg +3 -3
  64. package/src/assets/icons/UpArrow.svg +3 -3
  65. package/src/assets/icons/deleteOutlinedIcon.svg +8 -8
  66. package/src/assets/icons/index.ts +8 -8
  67. package/src/components/Chips/Chips.tsx +87 -87
  68. package/src/components/Chips/style.scss +147 -147
  69. package/src/components/InfoForm/InfoForm.module.scss +165 -165
  70. package/src/components/InfoForm/InfoForm.tsx +424 -426
  71. package/src/components/JsonInput/JsonInput.tsx +149 -149
  72. package/src/components/JsonInput/style.module.scss +133 -133
  73. package/src/components/LivePreview/LivePreview.module.scss +24 -24
  74. package/src/components/LivePreview/LivePreview.tsx +184 -184
  75. package/src/components/MethodAccordion/MethodAccordion.module.scss +338 -338
  76. package/src/components/MethodAccordion/MethodAccordion.tsx +515 -515
  77. package/src/components/SVGLoader/SVGLoader.tsx +94 -94
  78. package/src/components/SectionHead/SectionHead.scss +29 -29
  79. package/src/components/SectionHead/SectionHead.tsx +22 -22
  80. package/src/components/SimpleLabelValue/SimpleLabelValue.tsx +31 -31
  81. package/src/components/SimpleLabelValue/index.ts +1 -1
  82. package/src/components/SimpleLabelValue/style.scss +30 -30
  83. package/src/components/Tooltip/Tooltip.scss +133 -133
  84. package/src/components/Tooltip/Tooltip.tsx +85 -85
  85. package/src/components/_global.scss +337 -337
  86. package/src/components/dialog/dialog.ts +54 -54
  87. package/src/components/dialog/index.tsx +85 -85
  88. package/src/components/dialog/style.scss +104 -104
  89. package/src/components/table/style.scss +190 -190
  90. package/src/components/table/table.tsx +327 -327
  91. package/src/components/table/tags-table.tsx +348 -348
  92. package/src/constants/index.ts +93 -93
  93. package/src/constants/regex.ts +7 -7
  94. package/src/global.d.ts +13 -13
  95. package/src/helpers/layout.helper.ts +162 -162
  96. package/src/helpers/methodAccordion.helper.ts +19 -19
  97. package/src/index.ts +1 -1
  98. package/src/layout/layout.module.css +61 -61
  99. package/src/layout/layout.tsx +150 -150
  100. package/src/types/layout.type.ts +30 -30
  101. package/src/types/openApi.ts +108 -108
  102. package/src/types/transformedOpenApi.ts +52 -52
  103. package/src/validator/form.scheme.ts +70 -70
  104. package/tsconfig.json +33 -33
@@ -1,149 +1,149 @@
1
- import React, { useEffect, useState } from 'react'
2
- import yaml from 'js-yaml'
3
- import styles from './style.module.scss'
4
- import regex from '../../constants/regex'
5
-
6
- const errorMapping = {
7
- BOTH: 'Invalid JSON or YAML format',
8
- JSON: 'Invalid JSON format',
9
- YML: 'Invalid YAML format',
10
- }
11
-
12
- const JsonInput = ({
13
- placeholder,
14
- label,
15
- value,
16
- onValidation,
17
- onChange,
18
- dataId,
19
- className = '',
20
- errorMessage,
21
- acceptType = 'BOTH',
22
- fieldIsDisabled,
23
- withFooter = true,
24
- }) => {
25
- const [isValid, setIsValid] = useState()
26
- const [disabledBeautify, setDisabledBeautify] = useState(true)
27
-
28
- const handlePrettify = (e) => {
29
- if (value === '') return
30
- e.preventDefault()
31
- try {
32
- let prettifiedData
33
- if ((acceptType === 'BOTH' || acceptType === 'JSON') && isValidJson(value)) {
34
- // If it's valid JSON, prettify JSON
35
- prettifiedData = JSON.stringify(JSON.parse(value), null, 2)
36
- } else if (acceptType === 'BOTH' || acceptType === 'YML') {
37
- // If it's not valid JSON, prettify YAML
38
- prettifiedData = yaml.dump(yaml.load(value), { indent: 0 })
39
- }
40
- onChange(prettifiedData)
41
- setIsValid(true) // Reset validity status
42
- } catch (error) {
43
- console.error(error)
44
- setIsValid(false)
45
- }
46
- }
47
-
48
- // Function to check if input is valid JSON
49
- const isValidJson = (str) => {
50
- try {
51
- JSON.parse(str)
52
- return true
53
- } catch (error) {
54
- return false
55
- }
56
- }
57
-
58
- const checkIsValid = () => {
59
- if (acceptType === 'BOTH' || acceptType === 'JSON') {
60
- return isValidJson(value)
61
- } else if (acceptType === 'BOTH' || acceptType === 'YML') {
62
- try {
63
- // Try parsing as YAML
64
- yaml.load(value)
65
- return true
66
- } catch (error) {
67
- console.error(error)
68
- return false
69
- }
70
- }
71
- }
72
-
73
- useEffect(() => {
74
- try {
75
- handlePrettify(value)
76
- } catch {}
77
- }, [])
78
-
79
- return (
80
- <div
81
- className={`${styles['json-editor-container']} ${className} ${
82
- fieldIsDisabled ? styles.disabled : ''
83
- }`}
84
- >
85
- {label && <p className={`${styles['json-editor-label']}`}>{label}</p>}
86
- <div
87
- className={`${styles['json-editor']} ${
88
- value !== '' && isValid === false ? styles.invalid : ''
89
- }`}
90
- >
91
- <textarea
92
- disabled={fieldIsDisabled}
93
- data-id={dataId}
94
- value={value}
95
- onChange={(e) => {
96
- if (fieldIsDisabled) return
97
- if (regex.ASCII.test(e.target.value)) {
98
- setIsValid(undefined)
99
- setDisabledBeautify(true)
100
- onChange(e.target.value)
101
- }
102
- }}
103
- onPaste={(e) => {
104
- if (fieldIsDisabled) return
105
- if (regex.ASCII.test(e.target.value)) {
106
- setIsValid(undefined)
107
- setDisabledBeautify(true)
108
- onChange(e.target.value)
109
- }
110
- }}
111
- min="1"
112
- placeholder={placeholder}
113
- />
114
- {withFooter && (
115
- <div className={`${styles['actions-container']}`}>
116
- <button
117
- type="button"
118
- className={styles.validate}
119
- onClick={() => {
120
- const valid = checkIsValid()
121
- setIsValid(valid)
122
- onValidation(valid)
123
- setDisabledBeautify(!checkIsValid())
124
- }}
125
- data-id={`${dataId}-VALIDATE-BUTTON`}
126
- disabled={value === ''}
127
- >
128
- Validate
129
- </button>
130
- <button
131
- type="button"
132
- disabled={value === '' || disabledBeautify}
133
- data-id={`${dataId}-BEAUTIFY-BUTTON`}
134
- className={styles.beautify}
135
- onClick={handlePrettify}
136
- >
137
- Beautify
138
- </button>
139
- </div>
140
- )}
141
- </div>
142
- {(errorMessage || (value !== '' && isValid === false)) && (
143
- <p className={styles['error-message']}>{errorMessage || errorMapping[acceptType]}</p>
144
- )}
145
- </div>
146
- )
147
- }
148
-
149
- export default JsonInput
1
+ import React, { useEffect, useState } from 'react'
2
+ import yaml from 'js-yaml'
3
+ import styles from './style.module.scss'
4
+ import regex from '../../constants/regex'
5
+
6
+ const errorMapping = {
7
+ BOTH: 'Invalid JSON or YAML format',
8
+ JSON: 'Invalid JSON format',
9
+ YML: 'Invalid YAML format',
10
+ }
11
+
12
+ const JsonInput = ({
13
+ placeholder,
14
+ label,
15
+ value,
16
+ onValidation,
17
+ onChange,
18
+ dataId,
19
+ className = '',
20
+ errorMessage,
21
+ acceptType = 'BOTH',
22
+ fieldIsDisabled,
23
+ withFooter = true,
24
+ }) => {
25
+ const [isValid, setIsValid] = useState()
26
+ const [disabledBeautify, setDisabledBeautify] = useState(true)
27
+
28
+ const handlePrettify = (e) => {
29
+ if (value === '') return
30
+ e.preventDefault()
31
+ try {
32
+ let prettifiedData
33
+ if ((acceptType === 'BOTH' || acceptType === 'JSON') && isValidJson(value)) {
34
+ // If it's valid JSON, prettify JSON
35
+ prettifiedData = JSON.stringify(JSON.parse(value), null, 2)
36
+ } else if (acceptType === 'BOTH' || acceptType === 'YML') {
37
+ // If it's not valid JSON, prettify YAML
38
+ prettifiedData = yaml.dump(yaml.load(value), { indent: 0 })
39
+ }
40
+ onChange(prettifiedData)
41
+ setIsValid(true) // Reset validity status
42
+ } catch (error) {
43
+ console.error(error)
44
+ setIsValid(false)
45
+ }
46
+ }
47
+
48
+ // Function to check if input is valid JSON
49
+ const isValidJson = (str) => {
50
+ try {
51
+ JSON.parse(str)
52
+ return true
53
+ } catch (error) {
54
+ return false
55
+ }
56
+ }
57
+
58
+ const checkIsValid = () => {
59
+ if (acceptType === 'BOTH' || acceptType === 'JSON') {
60
+ return isValidJson(value)
61
+ } else if (acceptType === 'BOTH' || acceptType === 'YML') {
62
+ try {
63
+ // Try parsing as YAML
64
+ yaml.load(value)
65
+ return true
66
+ } catch (error) {
67
+ console.error(error)
68
+ return false
69
+ }
70
+ }
71
+ }
72
+
73
+ useEffect(() => {
74
+ try {
75
+ handlePrettify(value)
76
+ } catch {}
77
+ }, [])
78
+
79
+ return (
80
+ <div
81
+ className={`${styles['json-editor-container']} ${className} ${
82
+ fieldIsDisabled ? styles.disabled : ''
83
+ }`}
84
+ >
85
+ {label && <p className={`${styles['json-editor-label']}`}>{label}</p>}
86
+ <div
87
+ className={`${styles['json-editor']} ${
88
+ value !== '' && isValid === false ? styles.invalid : ''
89
+ }`}
90
+ >
91
+ <textarea
92
+ disabled={fieldIsDisabled}
93
+ data-id={dataId}
94
+ value={value}
95
+ onChange={(e) => {
96
+ if (fieldIsDisabled) return
97
+ if (regex.ASCII.test(e.target.value)) {
98
+ setIsValid(undefined)
99
+ setDisabledBeautify(true)
100
+ onChange(e.target.value)
101
+ }
102
+ }}
103
+ onPaste={(e) => {
104
+ if (fieldIsDisabled) return
105
+ if (regex.ASCII.test(e.target.value)) {
106
+ setIsValid(undefined)
107
+ setDisabledBeautify(true)
108
+ onChange(e.target.value)
109
+ }
110
+ }}
111
+ min="1"
112
+ placeholder={placeholder}
113
+ />
114
+ {withFooter && (
115
+ <div className={`${styles['actions-container']}`}>
116
+ <button
117
+ type="button"
118
+ className={styles.validate}
119
+ onClick={() => {
120
+ const valid = checkIsValid()
121
+ setIsValid(valid)
122
+ onValidation(valid)
123
+ setDisabledBeautify(!checkIsValid())
124
+ }}
125
+ data-id={`${dataId}-VALIDATE-BUTTON`}
126
+ disabled={value === ''}
127
+ >
128
+ Validate
129
+ </button>
130
+ <button
131
+ type="button"
132
+ disabled={value === '' || disabledBeautify}
133
+ data-id={`${dataId}-BEAUTIFY-BUTTON`}
134
+ className={styles.beautify}
135
+ onClick={handlePrettify}
136
+ >
137
+ Beautify
138
+ </button>
139
+ </div>
140
+ )}
141
+ </div>
142
+ {(errorMessage || (value !== '' && isValid === false)) && (
143
+ <p className={styles['error-message']}>{errorMessage || errorMapping[acceptType]}</p>
144
+ )}
145
+ </div>
146
+ )
147
+ }
148
+
149
+ export default JsonInput
@@ -1,133 +1,133 @@
1
- .json-editor-container {
2
- overflow: hidden;
3
- border-bottom-right-radius: 0.3125rem;
4
- border-bottom-left-radius: 0.3125rem;
5
-
6
- .json-editor-label {
7
- font-size: 0.875rem;
8
- font-weight: 600;
9
- line-height: 1.25rem;
10
- margin-bottom: 0.3125rem;
11
- }
12
-
13
- .json-editor {
14
- display: flex;
15
- flex-direction: column;
16
- background-color: #142452;
17
- width: 100%;
18
- outline: 1px solid transparent;
19
- position: relative;
20
- overflow: hidden;
21
-
22
- .actions-container {
23
- width: 100%;
24
- height: 5rem;
25
- padding: 1.25rem;
26
- border-radius: 0 0 0.3125rem 0.3125rem;
27
- background: #101e47;
28
- display: flex;
29
- flex-direction: row;
30
- gap: 1.25rem;
31
- align-items: center;
32
-
33
- .validate {
34
- color: #fff;
35
- text-align: center;
36
- font-size: 1rem;
37
- font-style: normal;
38
- font-weight: 600;
39
- line-height: 1.25rem;
40
- width: 8.75rem;
41
- padding: 0.625rem 2.25rem;
42
- background-color: rgba(240, 248, 255, 0);
43
- border-radius: 0.3125rem;
44
- border: 0.0625rem solid #4d75d8;
45
- cursor: pointer;
46
-
47
- &:disabled {
48
- color: #babdcc;
49
- border-color: #a2a5b6;
50
- }
51
- }
52
-
53
- .beautify {
54
- color: #fff;
55
- text-align: center;
56
- font-size: 1rem;
57
- font-style: normal;
58
- font-weight: 600;
59
- line-height: 1.25rem;
60
- width: 8.75rem;
61
- padding: 0.625rem 2.25rem;
62
- background-color: rgba(240, 248, 255, 0);
63
- border-radius: 0.3125rem;
64
- border: 1px solid #babdcc;
65
- cursor: pointer;
66
-
67
- &:disabled {
68
- color: #a2a5b6;
69
- border-color: #a2a5b6;
70
- }
71
- }
72
- }
73
-
74
- textarea {
75
- width: 100%;
76
- padding: 1.25rem;
77
- font-size: 0.875rem;
78
- font-style: normal;
79
- font-weight: 400;
80
- line-height: 1.25rem;
81
- color: white;
82
- height: 25rem;
83
- background-color: #142452;
84
- border: none;
85
- resize: none;
86
-
87
- &:focus,
88
- &:focus-within,
89
- &:focus-visible &:active {
90
- outline: none;
91
- border: none;
92
- }
93
-
94
- &::-webkit-scrollbar {
95
- width: 0.5rem;
96
- }
97
-
98
- &::-webkit-scrollbar-track {
99
- background-color: #828699;
100
- border: none;
101
- border-color: transparent;
102
- border-top-left-radius: 0;
103
- }
104
-
105
- &::-webkit-scrollbar-thumb {
106
- background-color: #d8dae5;
107
- border: none;
108
- border-color: transparent;
109
- border-radius: 0;
110
- }
111
- }
112
-
113
- &.invalid {
114
- outline: 1px solid #ce2828 !important;
115
- }
116
- }
117
-
118
- .error-message {
119
- color: #ce2828;
120
- font-size: 0.75rem;
121
- line-height: 1.25rem;
122
- margin-top: 0.625rem;
123
- }
124
-
125
- &.disabled {
126
- .json-editor {
127
- textarea {
128
- background-color: white;
129
- color: #12131a;
130
- }
131
- }
132
- }
133
- }
1
+ .json-editor-container {
2
+ overflow: hidden;
3
+ border-bottom-right-radius: 0.3125rem;
4
+ border-bottom-left-radius: 0.3125rem;
5
+
6
+ .json-editor-label {
7
+ font-size: 0.875rem;
8
+ font-weight: 600;
9
+ line-height: 1.25rem;
10
+ margin-bottom: 0.3125rem;
11
+ }
12
+
13
+ .json-editor {
14
+ display: flex;
15
+ flex-direction: column;
16
+ background-color: #142452;
17
+ width: 100%;
18
+ outline: 1px solid transparent;
19
+ position: relative;
20
+ overflow: hidden;
21
+
22
+ .actions-container {
23
+ width: 100%;
24
+ height: 5rem;
25
+ padding: 1.25rem;
26
+ border-radius: 0 0 0.3125rem 0.3125rem;
27
+ background: #101e47;
28
+ display: flex;
29
+ flex-direction: row;
30
+ gap: 1.25rem;
31
+ align-items: center;
32
+
33
+ .validate {
34
+ color: #fff;
35
+ text-align: center;
36
+ font-size: 1rem;
37
+ font-style: normal;
38
+ font-weight: 600;
39
+ line-height: 1.25rem;
40
+ width: 8.75rem;
41
+ padding: 0.625rem 2.25rem;
42
+ background-color: rgba(240, 248, 255, 0);
43
+ border-radius: 0.3125rem;
44
+ border: 0.0625rem solid #4d75d8;
45
+ cursor: pointer;
46
+
47
+ &:disabled {
48
+ color: #babdcc;
49
+ border-color: #a2a5b6;
50
+ }
51
+ }
52
+
53
+ .beautify {
54
+ color: #fff;
55
+ text-align: center;
56
+ font-size: 1rem;
57
+ font-style: normal;
58
+ font-weight: 600;
59
+ line-height: 1.25rem;
60
+ width: 8.75rem;
61
+ padding: 0.625rem 2.25rem;
62
+ background-color: rgba(240, 248, 255, 0);
63
+ border-radius: 0.3125rem;
64
+ border: 1px solid #babdcc;
65
+ cursor: pointer;
66
+
67
+ &:disabled {
68
+ color: #a2a5b6;
69
+ border-color: #a2a5b6;
70
+ }
71
+ }
72
+ }
73
+
74
+ textarea {
75
+ width: 100%;
76
+ padding: 1.25rem;
77
+ font-size: 0.875rem;
78
+ font-style: normal;
79
+ font-weight: 400;
80
+ line-height: 1.25rem;
81
+ color: white;
82
+ height: 25rem;
83
+ background-color: #142452;
84
+ border: none;
85
+ resize: none;
86
+
87
+ &:focus,
88
+ &:focus-within,
89
+ &:focus-visible &:active {
90
+ outline: none;
91
+ border: none;
92
+ }
93
+
94
+ &::-webkit-scrollbar {
95
+ width: 0.5rem;
96
+ }
97
+
98
+ &::-webkit-scrollbar-track {
99
+ background-color: #828699;
100
+ border: none;
101
+ border-color: transparent;
102
+ border-top-left-radius: 0;
103
+ }
104
+
105
+ &::-webkit-scrollbar-thumb {
106
+ background-color: #d8dae5;
107
+ border: none;
108
+ border-color: transparent;
109
+ border-radius: 0;
110
+ }
111
+ }
112
+
113
+ &.invalid {
114
+ outline: 1px solid #ce2828 !important;
115
+ }
116
+ }
117
+
118
+ .error-message {
119
+ color: #ce2828;
120
+ font-size: 0.75rem;
121
+ line-height: 1.25rem;
122
+ margin-top: 0.625rem;
123
+ }
124
+
125
+ &.disabled {
126
+ .json-editor {
127
+ textarea {
128
+ background-color: white;
129
+ color: #12131a;
130
+ }
131
+ }
132
+ }
133
+ }
@@ -1,24 +1,24 @@
1
- .livePreviewContainer {
2
- .titleContainer {
3
- display: flex;
4
- justify-content: space-between;
5
- align-items: center;
6
- flex-wrap: wrap;
7
- max-width: 100%;
8
- gap: 1.25rem;
9
-
10
- p.apiName {
11
- font-size: 40px;
12
- line-height: 30px;
13
- font-weight: 500;
14
- word-wrap: break-word;
15
- overflow-wrap: break-word;
16
- word-break: break-all;
17
- }
18
-
19
- .livePreviewChip {
20
- background-color: #ebecf2;
21
- color: #12131a;
22
- }
23
- }
24
- }
1
+ .livePreviewContainer {
2
+ .titleContainer {
3
+ display: flex;
4
+ justify-content: space-between;
5
+ align-items: center;
6
+ flex-wrap: wrap;
7
+ max-width: 100%;
8
+ gap: 1.25rem;
9
+
10
+ p.apiName {
11
+ font-size: 40px;
12
+ line-height: 30px;
13
+ font-weight: 500;
14
+ word-wrap: break-word;
15
+ overflow-wrap: break-word;
16
+ word-break: break-all;
17
+ }
18
+
19
+ .livePreviewChip {
20
+ background-color: #ebecf2;
21
+ color: #12131a;
22
+ }
23
+ }
24
+ }