@trebired/frontend 0.5.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/README.md +56 -84
- package/dist/config/fonts.d.ts +5 -0
- package/dist/config/fonts.d.ts.map +1 -0
- package/dist/config/fonts.js +158 -0
- package/dist/config/fonts.js.map +1 -0
- package/dist/config/index.d.ts +1 -1
- package/dist/config/index.d.ts.map +1 -1
- package/dist/config/module.js +1 -1
- package/dist/config/module.js.map +1 -1
- package/dist/config/normalize.d.ts +1 -2
- package/dist/config/normalize.d.ts.map +1 -1
- package/dist/config/normalize.js +30 -13
- package/dist/config/normalize.js.map +1 -1
- package/dist/config/palette.d.ts +8 -0
- package/dist/config/palette.d.ts.map +1 -0
- package/dist/config/palette.js +104 -0
- package/dist/config/palette.js.map +1 -0
- package/dist/config/scales-css.d.ts +8 -0
- package/dist/config/scales-css.d.ts.map +1 -0
- package/dist/config/scales-css.js +103 -0
- package/dist/config/scales-css.js.map +1 -0
- package/dist/config/scales.d.ts +4 -0
- package/dist/config/scales.d.ts.map +1 -0
- package/dist/config/scales.js +55 -0
- package/dist/config/scales.js.map +1 -0
- package/dist/config/scss.d.ts.map +1 -1
- package/dist/config/scss.js +61 -7
- package/dist/config/scss.js.map +1 -1
- package/dist/config/types.d.ts +97 -2
- package/dist/config/types.d.ts.map +1 -1
- package/dist/flash/dialogs.d.ts +20 -2
- package/dist/flash/dialogs.d.ts.map +1 -1
- package/dist/flash/dialogs.js +185 -17
- package/dist/flash/dialogs.js.map +1 -1
- package/dist/flash/elements.d.ts +1 -1
- package/dist/flash/elements.d.ts.map +1 -1
- package/dist/flash/elements.js +17 -4
- package/dist/flash/elements.js.map +1 -1
- package/dist/flash/index.d.ts +5 -4
- package/dist/flash/index.d.ts.map +1 -1
- package/dist/flash/index.js +21 -3
- package/dist/flash/index.js.map +1 -1
- package/dist/flash/stack.d.ts.map +1 -1
- package/dist/flash/stack.js +26 -1
- package/dist/flash/stack.js.map +1 -1
- package/dist/flash/styles/index.scss +54 -2
- package/dist/flash/toast.d.ts +10 -1
- package/dist/flash/toast.d.ts.map +1 -1
- package/dist/flash/toast.js +23 -4
- package/dist/flash/toast.js.map +1 -1
- package/dist/flash/types.d.ts +38 -2
- package/dist/flash/types.d.ts.map +1 -1
- package/dist/fullscreen/components/index.d.ts +20 -0
- package/dist/fullscreen/components/index.d.ts.map +1 -0
- package/dist/fullscreen/components/index.js +19 -0
- package/dist/fullscreen/components/index.js.map +1 -0
- package/dist/fullscreen/index.d.ts +24 -3
- package/dist/fullscreen/index.d.ts.map +1 -1
- package/dist/fullscreen/index.js +268 -7
- package/dist/fullscreen/index.js.map +1 -1
- package/dist/fullscreen/styles/index.scss +71 -0
- package/dist/index.d.ts +7 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +9 -1
- package/dist/index.js.map +1 -1
- package/dist/layout/components/index.d.ts +43 -0
- package/dist/layout/components/index.d.ts.map +1 -0
- package/dist/layout/components/index.js +53 -0
- package/dist/layout/components/index.js.map +1 -0
- package/dist/layout/index.d.ts +27 -0
- package/dist/layout/index.d.ts.map +1 -0
- package/dist/layout/index.js +80 -0
- package/dist/layout/index.js.map +1 -0
- package/dist/layout/styles/index.scss +137 -0
- package/dist/react/index.d.ts +14 -0
- package/dist/react/index.d.ts.map +1 -1
- package/dist/react/index.js +14 -0
- package/dist/react/index.js.map +1 -1
- package/dist/server/index.d.ts +5 -0
- package/dist/server/index.d.ts.map +1 -0
- package/dist/server/index.js +5 -0
- package/dist/server/index.js.map +1 -0
- package/dist/sidebar/components/index.d.ts +35 -0
- package/dist/sidebar/components/index.d.ts.map +1 -0
- package/dist/sidebar/components/index.js +49 -0
- package/dist/sidebar/components/index.js.map +1 -0
- package/dist/sidebar/index.d.ts +62 -0
- package/dist/sidebar/index.d.ts.map +1 -0
- package/dist/sidebar/index.js +247 -0
- package/dist/sidebar/index.js.map +1 -0
- package/dist/sidebar/styles/index.scss +205 -0
- package/dist/src/config/fonts.d.ts +5 -0
- package/dist/src/config/fonts.d.ts.map +1 -0
- package/dist/src/config/fonts.js +158 -0
- package/dist/src/config/fonts.js.map +1 -0
- package/dist/src/config/index.d.ts +1 -1
- package/dist/src/config/index.d.ts.map +1 -1
- package/dist/src/config/module.js +1 -1
- package/dist/src/config/module.js.map +1 -1
- package/dist/src/config/normalize.d.ts +1 -2
- package/dist/src/config/normalize.d.ts.map +1 -1
- package/dist/src/config/normalize.js +30 -13
- package/dist/src/config/normalize.js.map +1 -1
- package/dist/src/config/palette.d.ts +8 -0
- package/dist/src/config/palette.d.ts.map +1 -0
- package/dist/src/config/palette.js +104 -0
- package/dist/src/config/palette.js.map +1 -0
- package/dist/src/config/scales-css.d.ts +8 -0
- package/dist/src/config/scales-css.d.ts.map +1 -0
- package/dist/src/config/scales-css.js +103 -0
- package/dist/src/config/scales-css.js.map +1 -0
- package/dist/src/config/scales.d.ts +4 -0
- package/dist/src/config/scales.d.ts.map +1 -0
- package/dist/src/config/scales.js +55 -0
- package/dist/src/config/scales.js.map +1 -0
- package/dist/src/config/scss.d.ts.map +1 -1
- package/dist/src/config/scss.js +61 -7
- package/dist/src/config/scss.js.map +1 -1
- package/dist/src/config/types.d.ts +97 -2
- package/dist/src/config/types.d.ts.map +1 -1
- package/dist/src/flash/dialogs.d.ts +20 -2
- package/dist/src/flash/dialogs.d.ts.map +1 -1
- package/dist/src/flash/dialogs.js +185 -17
- package/dist/src/flash/dialogs.js.map +1 -1
- package/dist/src/flash/elements.d.ts +1 -1
- package/dist/src/flash/elements.d.ts.map +1 -1
- package/dist/src/flash/elements.js +17 -4
- package/dist/src/flash/elements.js.map +1 -1
- package/dist/src/flash/index.d.ts +5 -4
- package/dist/src/flash/index.d.ts.map +1 -1
- package/dist/src/flash/index.js +21 -3
- package/dist/src/flash/index.js.map +1 -1
- package/dist/src/flash/stack.d.ts.map +1 -1
- package/dist/src/flash/stack.js +26 -1
- package/dist/src/flash/stack.js.map +1 -1
- package/dist/src/flash/toast.d.ts +10 -1
- package/dist/src/flash/toast.d.ts.map +1 -1
- package/dist/src/flash/toast.js +23 -4
- package/dist/src/flash/toast.js.map +1 -1
- package/dist/src/flash/types.d.ts +38 -2
- package/dist/src/flash/types.d.ts.map +1 -1
- package/dist/src/fullscreen/components/index.d.ts +20 -0
- package/dist/src/fullscreen/components/index.d.ts.map +1 -0
- package/dist/src/fullscreen/components/index.js +19 -0
- package/dist/src/fullscreen/components/index.js.map +1 -0
- package/dist/src/fullscreen/index.d.ts +24 -3
- package/dist/src/fullscreen/index.d.ts.map +1 -1
- package/dist/src/fullscreen/index.js +268 -7
- package/dist/src/fullscreen/index.js.map +1 -1
- package/dist/src/index.d.ts +7 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/index.js +9 -1
- package/dist/src/index.js.map +1 -1
- package/dist/src/layout/components/index.d.ts +43 -0
- package/dist/src/layout/components/index.d.ts.map +1 -0
- package/dist/src/layout/components/index.js +53 -0
- package/dist/src/layout/components/index.js.map +1 -0
- package/dist/src/layout/index.d.ts +27 -0
- package/dist/src/layout/index.d.ts.map +1 -0
- package/dist/src/layout/index.js +80 -0
- package/dist/src/layout/index.js.map +1 -0
- package/dist/src/react/index.d.ts +14 -0
- package/dist/src/react/index.d.ts.map +1 -1
- package/dist/src/react/index.js +14 -0
- package/dist/src/react/index.js.map +1 -1
- package/dist/src/server/index.d.ts +5 -0
- package/dist/src/server/index.d.ts.map +1 -0
- package/dist/src/server/index.js +5 -0
- package/dist/src/server/index.js.map +1 -0
- package/dist/src/sidebar/components/index.d.ts +35 -0
- package/dist/src/sidebar/components/index.d.ts.map +1 -0
- package/dist/src/sidebar/components/index.js +49 -0
- package/dist/src/sidebar/components/index.js.map +1 -0
- package/dist/src/sidebar/index.d.ts +62 -0
- package/dist/src/sidebar/index.d.ts.map +1 -0
- package/dist/src/sidebar/index.js +247 -0
- package/dist/src/sidebar/index.js.map +1 -0
- package/dist/styles/tokens.scss +61 -9
- package/dist/styles/utils.scss +479 -0
- package/package.json +4 -167
- package/dist/src/styles/index.d.ts +0 -3
- package/dist/src/styles/index.d.ts.map +0 -1
- package/dist/src/styles/index.js +0 -15
- package/dist/src/styles/index.js.map +0 -1
- package/dist/styles/index.d.ts +0 -3
- package/dist/styles/index.d.ts.map +0 -1
- package/dist/styles/index.js +0 -15
- package/dist/styles/index.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trebired/frontend",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Generic browser runtime systems for Trebired frontend packages and applications.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -22,180 +22,17 @@
|
|
|
22
22
|
"import": "./dist/index.js",
|
|
23
23
|
"types": "./dist/index.d.ts"
|
|
24
24
|
},
|
|
25
|
-
"./dom": {
|
|
26
|
-
"import": "./dist/dom/index.js",
|
|
27
|
-
"types": "./dist/dom/index.d.ts"
|
|
28
|
-
},
|
|
29
|
-
"./http": {
|
|
30
|
-
"import": "./dist/http/index.js",
|
|
31
|
-
"types": "./dist/http/index.d.ts"
|
|
32
|
-
},
|
|
33
25
|
"./config": {
|
|
34
26
|
"import": "./dist/config/index.js",
|
|
35
27
|
"types": "./dist/config/index.d.ts"
|
|
36
28
|
},
|
|
37
|
-
"./fullscreen": {
|
|
38
|
-
"import": "./dist/fullscreen/index.js",
|
|
39
|
-
"types": "./dist/fullscreen/index.d.ts"
|
|
40
|
-
},
|
|
41
|
-
"./icons": {
|
|
42
|
-
"import": "./dist/icons/index.js",
|
|
43
|
-
"types": "./dist/icons/index.d.ts"
|
|
44
|
-
},
|
|
45
|
-
"./icons/react": {
|
|
46
|
-
"import": "./dist/icons/react/index.js",
|
|
47
|
-
"types": "./dist/icons/react/index.d.ts"
|
|
48
|
-
},
|
|
49
|
-
"./icons/server": {
|
|
50
|
-
"import": "./dist/icons/server/index.js",
|
|
51
|
-
"types": "./dist/icons/server/index.d.ts"
|
|
52
|
-
},
|
|
53
|
-
"./icons/middleware": {
|
|
54
|
-
"import": "./dist/icons/middleware/index.js",
|
|
55
|
-
"types": "./dist/icons/middleware/index.d.ts"
|
|
56
|
-
},
|
|
57
|
-
"./icons/styles": {
|
|
58
|
-
"sass": "./dist/icons/styles/index.scss",
|
|
59
|
-
"style": "./dist/icons/styles/index.scss",
|
|
60
|
-
"default": "./dist/icons/styles/index.scss"
|
|
61
|
-
},
|
|
62
|
-
"./actions": {
|
|
63
|
-
"import": "./dist/actions/index.js",
|
|
64
|
-
"types": "./dist/actions/index.d.ts"
|
|
65
|
-
},
|
|
66
|
-
"./actions/components": {
|
|
67
|
-
"import": "./dist/actions/components/index.js",
|
|
68
|
-
"types": "./dist/actions/components/index.d.ts"
|
|
69
|
-
},
|
|
70
|
-
"./flash": {
|
|
71
|
-
"import": "./dist/flash/index.js",
|
|
72
|
-
"types": "./dist/flash/index.d.ts"
|
|
73
|
-
},
|
|
74
|
-
"./flash/components": {
|
|
75
|
-
"import": "./dist/flash/components/index.js",
|
|
76
|
-
"types": "./dist/flash/components/index.d.ts"
|
|
77
|
-
},
|
|
78
|
-
"./progress": {
|
|
79
|
-
"import": "./dist/progress/index.js",
|
|
80
|
-
"types": "./dist/progress/index.d.ts"
|
|
81
|
-
},
|
|
82
|
-
"./progress/components": {
|
|
83
|
-
"import": "./dist/progress/components/index.js",
|
|
84
|
-
"types": "./dist/progress/components/index.d.ts"
|
|
85
|
-
},
|
|
86
|
-
"./layer": {
|
|
87
|
-
"import": "./dist/layer/index.js",
|
|
88
|
-
"types": "./dist/layer/index.d.ts"
|
|
89
|
-
},
|
|
90
|
-
"./layer/components": {
|
|
91
|
-
"import": "./dist/layer/components/index.js",
|
|
92
|
-
"types": "./dist/layer/components/index.d.ts"
|
|
93
|
-
},
|
|
94
|
-
"./tooltip": {
|
|
95
|
-
"import": "./dist/tooltip/index.js",
|
|
96
|
-
"types": "./dist/tooltip/index.d.ts"
|
|
97
|
-
},
|
|
98
|
-
"./tooltip/components": {
|
|
99
|
-
"import": "./dist/tooltip/components/index.js",
|
|
100
|
-
"types": "./dist/tooltip/components/index.d.ts"
|
|
101
|
-
},
|
|
102
|
-
"./popover": {
|
|
103
|
-
"import": "./dist/popover/index.js",
|
|
104
|
-
"types": "./dist/popover/index.d.ts"
|
|
105
|
-
},
|
|
106
|
-
"./popover/components": {
|
|
107
|
-
"import": "./dist/popover/components/index.js",
|
|
108
|
-
"types": "./dist/popover/components/index.d.ts"
|
|
109
|
-
},
|
|
110
|
-
"./modal": {
|
|
111
|
-
"import": "./dist/modal/index.js",
|
|
112
|
-
"types": "./dist/modal/index.d.ts"
|
|
113
|
-
},
|
|
114
|
-
"./modal/components": {
|
|
115
|
-
"import": "./dist/modal/components/index.js",
|
|
116
|
-
"types": "./dist/modal/components/index.d.ts"
|
|
117
|
-
},
|
|
118
|
-
"./inputs": {
|
|
119
|
-
"import": "./dist/inputs/index.js",
|
|
120
|
-
"types": "./dist/inputs/index.d.ts"
|
|
121
|
-
},
|
|
122
|
-
"./inputs/components": {
|
|
123
|
-
"import": "./dist/inputs/components/index.js",
|
|
124
|
-
"types": "./dist/inputs/components/index.d.ts"
|
|
125
|
-
},
|
|
126
|
-
"./theme": {
|
|
127
|
-
"import": "./dist/theme/index.js",
|
|
128
|
-
"types": "./dist/theme/index.d.ts"
|
|
129
|
-
},
|
|
130
|
-
"./theme/components": {
|
|
131
|
-
"import": "./dist/theme/components/index.js",
|
|
132
|
-
"types": "./dist/theme/components/index.d.ts"
|
|
133
|
-
},
|
|
134
|
-
"./live": {
|
|
135
|
-
"import": "./dist/live/index.js",
|
|
136
|
-
"types": "./dist/live/index.d.ts"
|
|
137
|
-
},
|
|
138
|
-
"./live/components": {
|
|
139
|
-
"import": "./dist/live/components/index.js",
|
|
140
|
-
"types": "./dist/live/components/index.d.ts"
|
|
141
|
-
},
|
|
142
29
|
"./react": {
|
|
143
30
|
"import": "./dist/react/index.js",
|
|
144
31
|
"types": "./dist/react/index.d.ts"
|
|
145
32
|
},
|
|
146
|
-
"./
|
|
147
|
-
"import": "./dist/
|
|
148
|
-
"types": "./dist/
|
|
149
|
-
},
|
|
150
|
-
"./styles/tokens": {
|
|
151
|
-
"sass": "./dist/styles/tokens.scss",
|
|
152
|
-
"style": "./dist/styles/tokens.scss",
|
|
153
|
-
"default": "./dist/styles/tokens.scss"
|
|
154
|
-
},
|
|
155
|
-
"./styles/utils": {
|
|
156
|
-
"sass": "./dist/styles/utils.scss",
|
|
157
|
-
"style": "./dist/styles/utils.scss",
|
|
158
|
-
"default": "./dist/styles/utils.scss"
|
|
159
|
-
},
|
|
160
|
-
"./actions/styles": {
|
|
161
|
-
"sass": "./dist/actions/styles/index.scss",
|
|
162
|
-
"style": "./dist/actions/styles/index.scss",
|
|
163
|
-
"default": "./dist/actions/styles/index.scss"
|
|
164
|
-
},
|
|
165
|
-
"./flash/styles": {
|
|
166
|
-
"sass": "./dist/flash/styles/index.scss",
|
|
167
|
-
"style": "./dist/flash/styles/index.scss",
|
|
168
|
-
"default": "./dist/flash/styles/index.scss"
|
|
169
|
-
},
|
|
170
|
-
"./progress/styles": {
|
|
171
|
-
"sass": "./dist/progress/styles/index.scss",
|
|
172
|
-
"style": "./dist/progress/styles/index.scss",
|
|
173
|
-
"default": "./dist/progress/styles/index.scss"
|
|
174
|
-
},
|
|
175
|
-
"./layer/styles": {
|
|
176
|
-
"sass": "./dist/layer/styles/index.scss",
|
|
177
|
-
"style": "./dist/layer/styles/index.scss",
|
|
178
|
-
"default": "./dist/layer/styles/index.scss"
|
|
179
|
-
},
|
|
180
|
-
"./tooltip/styles": {
|
|
181
|
-
"sass": "./dist/tooltip/styles/index.scss",
|
|
182
|
-
"style": "./dist/tooltip/styles/index.scss",
|
|
183
|
-
"default": "./dist/tooltip/styles/index.scss"
|
|
184
|
-
},
|
|
185
|
-
"./popover/styles": {
|
|
186
|
-
"sass": "./dist/popover/styles/index.scss",
|
|
187
|
-
"style": "./dist/popover/styles/index.scss",
|
|
188
|
-
"default": "./dist/popover/styles/index.scss"
|
|
189
|
-
},
|
|
190
|
-
"./modal/styles": {
|
|
191
|
-
"sass": "./dist/modal/styles/index.scss",
|
|
192
|
-
"style": "./dist/modal/styles/index.scss",
|
|
193
|
-
"default": "./dist/modal/styles/index.scss"
|
|
194
|
-
},
|
|
195
|
-
"./inputs/styles": {
|
|
196
|
-
"sass": "./dist/inputs/styles/index.scss",
|
|
197
|
-
"style": "./dist/inputs/styles/index.scss",
|
|
198
|
-
"default": "./dist/inputs/styles/index.scss"
|
|
33
|
+
"./server": {
|
|
34
|
+
"import": "./dist/server/index.js",
|
|
35
|
+
"types": "./dist/server/index.d.ts"
|
|
199
36
|
}
|
|
200
37
|
},
|
|
201
38
|
"files": [
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/styles/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,qBAAqB,mBAYzB,CAAC;AAEH,OAAO,EAAE,qBAAqB,EAAE,CAAC"}
|
package/dist/src/styles/index.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
const frontendStyleSubpaths = Object.freeze([
|
|
2
|
-
"./styles/tokens",
|
|
3
|
-
"./styles/utils",
|
|
4
|
-
"./actions/styles",
|
|
5
|
-
"./flash/styles",
|
|
6
|
-
"./progress/styles",
|
|
7
|
-
"./layer/styles",
|
|
8
|
-
"./icons/styles",
|
|
9
|
-
"./tooltip/styles",
|
|
10
|
-
"./popover/styles",
|
|
11
|
-
"./modal/styles",
|
|
12
|
-
"./inputs/styles",
|
|
13
|
-
]);
|
|
14
|
-
export { frontendStyleSubpaths };
|
|
15
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/styles/index.ts"],"names":[],"mappings":"AAAA,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,CAAC;IAC1C,iBAAiB;IACjB,gBAAgB;IAChB,kBAAkB;IAClB,gBAAgB;IAChB,mBAAmB;IACnB,gBAAgB;IAChB,gBAAgB;IAChB,kBAAkB;IAClB,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;CAClB,CAAC,CAAC;AAEH,OAAO,EAAE,qBAAqB,EAAE,CAAC"}
|
package/dist/styles/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/styles/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,qBAAqB,mBAYzB,CAAC;AAEH,OAAO,EAAE,qBAAqB,EAAE,CAAC"}
|
package/dist/styles/index.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
const frontendStyleSubpaths = Object.freeze([
|
|
2
|
-
"./styles/tokens",
|
|
3
|
-
"./styles/utils",
|
|
4
|
-
"./actions/styles",
|
|
5
|
-
"./flash/styles",
|
|
6
|
-
"./progress/styles",
|
|
7
|
-
"./layer/styles",
|
|
8
|
-
"./icons/styles",
|
|
9
|
-
"./tooltip/styles",
|
|
10
|
-
"./popover/styles",
|
|
11
|
-
"./modal/styles",
|
|
12
|
-
"./inputs/styles",
|
|
13
|
-
]);
|
|
14
|
-
export { frontendStyleSubpaths };
|
|
15
|
-
//# sourceMappingURL=index.js.map
|
package/dist/styles/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/styles/index.ts"],"names":[],"mappings":"AAAA,MAAM,qBAAqB,GAAG,MAAM,CAAC,MAAM,CAAC;IAC1C,iBAAiB;IACjB,gBAAgB;IAChB,kBAAkB;IAClB,gBAAgB;IAChB,mBAAmB;IACnB,gBAAgB;IAChB,gBAAgB;IAChB,kBAAkB;IAClB,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;CAClB,CAAC,CAAC;AAEH,OAAO,EAAE,qBAAqB,EAAE,CAAC"}
|