@discourser/design-system 0.22.4 → 0.24.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/dist/{chunk-GLPWI7OF.js → chunk-HN2IHIMR.js} +13 -7
- package/dist/chunk-HN2IHIMR.js.map +1 -0
- package/dist/{chunk-NN4YW27E.cjs → chunk-KIJKNZ73.cjs} +13 -7
- package/dist/chunk-KIJKNZ73.cjs.map +1 -0
- package/dist/{chunk-NU6GI57K.js → chunk-VN2QX6S7.js} +437 -3
- package/dist/chunk-VN2QX6S7.js.map +1 -0
- package/dist/{chunk-WSJLKVXZ.cjs → chunk-VOH2QELR.cjs} +441 -2
- package/dist/chunk-VOH2QELR.cjs.map +1 -0
- package/dist/components/Icons/AppleLoginIcon.d.ts +6 -0
- package/dist/components/Icons/AppleLoginIcon.d.ts.map +1 -0
- package/dist/components/Icons/ChevronUpDownIcon.d.ts +6 -0
- package/dist/components/Icons/ChevronUpDownIcon.d.ts.map +1 -0
- package/dist/components/Icons/GoogleLoginIcon.d.ts +6 -0
- package/dist/components/Icons/GoogleLoginIcon.d.ts.map +1 -0
- package/dist/components/Icons/LoginIcon.d.ts +6 -0
- package/dist/components/Icons/LoginIcon.d.ts.map +1 -0
- package/dist/components/Icons/LogoutIcon.d.ts +6 -0
- package/dist/components/Icons/LogoutIcon.d.ts.map +1 -0
- package/dist/components/Icons/index.d.ts +5 -0
- package/dist/components/Icons/index.d.ts.map +1 -1
- package/dist/components/SettingsPopover/SettingsPopover.d.ts +3 -0
- package/dist/components/SettingsPopover/SettingsPopover.d.ts.map +1 -0
- package/dist/components/SettingsPopover/index.d.ts +3 -0
- package/dist/components/SettingsPopover/index.d.ts.map +1 -0
- package/dist/components/SettingsPopover/types.d.ts +30 -0
- package/dist/components/SettingsPopover/types.d.ts.map +1 -0
- package/dist/components/divider/divider.d.ts +9 -0
- package/dist/components/divider/divider.d.ts.map +1 -0
- package/dist/components/divider/index.d.ts +2 -0
- package/dist/components/divider/index.d.ts.map +1 -0
- package/dist/components/index.cjs +89 -69
- package/dist/components/index.d.ts +5 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -1
- package/dist/contracts/design-language.contract.d.ts +2 -0
- package/dist/contracts/design-language.contract.d.ts.map +1 -1
- package/dist/figma-codex.json +2 -2
- package/dist/index.cjs +93 -73
- package/dist/index.js +2 -2
- package/dist/languages/material3.language.d.ts.map +1 -1
- package/dist/languages/transform.d.ts +1 -0
- package/dist/languages/transform.d.ts.map +1 -1
- package/dist/preset/index.cjs +2 -2
- package/dist/preset/index.js +1 -1
- package/package.json +5 -1
- package/src/components/Icons/AppleLoginIcon.tsx +21 -0
- package/src/components/Icons/ChevronUpDownIcon.tsx +23 -0
- package/src/components/Icons/GoogleLoginIcon.tsx +36 -0
- package/src/components/Icons/LoginIcon.tsx +71 -0
- package/src/components/Icons/LogoutIcon.tsx +43 -0
- package/src/components/Icons/index.ts +8 -0
- package/src/components/SettingsPopover/SettingsPopover.test.tsx +256 -0
- package/src/components/SettingsPopover/SettingsPopover.tsx +159 -0
- package/src/components/SettingsPopover/index.ts +2 -0
- package/src/components/SettingsPopover/types.ts +37 -0
- package/src/components/divider/divider.tsx +125 -0
- package/src/components/divider/index.ts +1 -0
- package/src/components/index.ts +14 -0
- package/src/contracts/design-language.contract.ts +3 -1
- package/src/languages/material3.language.ts +55 -45
- package/src/languages/transform.ts +3 -0
- package/src/stories/foundations/Typography.mdx +5 -2
- package/dist/chunk-GLPWI7OF.js.map +0 -1
- package/dist/chunk-NN4YW27E.cjs.map +0 -1
- package/dist/chunk-NU6GI57K.js.map +0 -1
- package/dist/chunk-WSJLKVXZ.cjs.map +0 -1
- package/docs/context-share/STORY-001-VALIDATION-PASSED.md +0 -192
- package/docs/context-share/STORY-002-IMPLEMENTATION-COMPLETE.md +0 -161
- package/docs/context-share/STORYBOOK_MCP_STRATEGY.md +0 -867
- package/docs/context-share/m3-token-pipeline-audit.md +0 -125
- package/docs/context-share/storybook-mcp-kai-agent-revised-summary.md +0 -211
package/dist/figma-codex.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
3
|
"packageName": "@discourser/design-system",
|
|
4
|
-
"generatedAt": "2026-03-
|
|
5
|
-
"gitHash": "
|
|
4
|
+
"generatedAt": "2026-03-26T21:20:11.648Z",
|
|
5
|
+
"gitHash": "2a91da10",
|
|
6
6
|
"figmaFiles": {
|
|
7
7
|
"GaHmFfmvO4loUzuZS4TgEz": {
|
|
8
8
|
"fileKey": "GaHmFfmvO4loUzuZS4TgEz"
|
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkKIJKNZ73_cjs = require('./chunk-KIJKNZ73.cjs');
|
|
4
|
+
var chunkVOH2QELR_cjs = require('./chunk-VOH2QELR.cjs');
|
|
5
5
|
require('./chunk-EARF7VDF.cjs');
|
|
6
6
|
var clsx = require('clsx');
|
|
7
7
|
|
|
@@ -11,287 +11,307 @@ function cn(...inputs) {
|
|
|
11
11
|
|
|
12
12
|
Object.defineProperty(exports, "activeLanguage", {
|
|
13
13
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
14
|
+
get: function () { return chunkKIJKNZ73_cjs.material3Language; }
|
|
15
15
|
});
|
|
16
16
|
Object.defineProperty(exports, "discourserPandaPreset", {
|
|
17
17
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
18
|
+
get: function () { return chunkKIJKNZ73_cjs.discourserPandaPreset; }
|
|
19
19
|
});
|
|
20
20
|
Object.defineProperty(exports, "transformToPandaTheme", {
|
|
21
21
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
22
|
+
get: function () { return chunkKIJKNZ73_cjs.transformToPandaTheme; }
|
|
23
23
|
});
|
|
24
24
|
Object.defineProperty(exports, "AbsoluteCenter", {
|
|
25
25
|
enumerable: true,
|
|
26
|
-
get: function () { return
|
|
26
|
+
get: function () { return chunkVOH2QELR_cjs.AbsoluteCenter_exports; }
|
|
27
27
|
});
|
|
28
28
|
Object.defineProperty(exports, "Accordion", {
|
|
29
29
|
enumerable: true,
|
|
30
|
-
get: function () { return
|
|
30
|
+
get: function () { return chunkVOH2QELR_cjs.Accordion_exports; }
|
|
31
31
|
});
|
|
32
32
|
Object.defineProperty(exports, "AccountIcon", {
|
|
33
33
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
34
|
+
get: function () { return chunkVOH2QELR_cjs.AccountIcon; }
|
|
35
35
|
});
|
|
36
36
|
Object.defineProperty(exports, "AddScenarioDialog", {
|
|
37
37
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
38
|
+
get: function () { return chunkVOH2QELR_cjs.AddScenarioDialog; }
|
|
39
39
|
});
|
|
40
40
|
Object.defineProperty(exports, "AudienceIcon", {
|
|
41
41
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
42
|
+
get: function () { return chunkVOH2QELR_cjs.AudienceIcon; }
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(exports, "AudioSpeakerIcon", {
|
|
45
45
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
46
|
+
get: function () { return chunkVOH2QELR_cjs.AudioSpeakerIcon; }
|
|
47
47
|
});
|
|
48
48
|
Object.defineProperty(exports, "Avatar", {
|
|
49
49
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
50
|
+
get: function () { return chunkVOH2QELR_cjs.Avatar_exports; }
|
|
51
51
|
});
|
|
52
52
|
Object.defineProperty(exports, "Badge", {
|
|
53
53
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
54
|
+
get: function () { return chunkVOH2QELR_cjs.Badge; }
|
|
55
55
|
});
|
|
56
56
|
Object.defineProperty(exports, "BookmarkPlusIcon", {
|
|
57
57
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
58
|
+
get: function () { return chunkVOH2QELR_cjs.BookmarkPlusIcon; }
|
|
59
59
|
});
|
|
60
60
|
Object.defineProperty(exports, "Breadcrumb", {
|
|
61
61
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
62
|
+
get: function () { return chunkVOH2QELR_cjs.Breadcrumb_exports; }
|
|
63
63
|
});
|
|
64
64
|
Object.defineProperty(exports, "Button", {
|
|
65
65
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
66
|
+
get: function () { return chunkVOH2QELR_cjs.Button; }
|
|
67
67
|
});
|
|
68
68
|
Object.defineProperty(exports, "ButtonGroup", {
|
|
69
69
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
70
|
+
get: function () { return chunkVOH2QELR_cjs.ButtonGroup; }
|
|
71
71
|
});
|
|
72
72
|
Object.defineProperty(exports, "Card", {
|
|
73
73
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
74
|
+
get: function () { return chunkVOH2QELR_cjs.Card_exports; }
|
|
75
75
|
});
|
|
76
76
|
Object.defineProperty(exports, "Checkbox", {
|
|
77
77
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
78
|
+
get: function () { return chunkVOH2QELR_cjs.Checkbox_exports; }
|
|
79
|
+
});
|
|
80
|
+
Object.defineProperty(exports, "ChevronUpDownIcon", {
|
|
81
|
+
enumerable: true,
|
|
82
|
+
get: function () { return chunkVOH2QELR_cjs.ChevronUpDownIcon; }
|
|
79
83
|
});
|
|
80
84
|
Object.defineProperty(exports, "ChevronUpIcon", {
|
|
81
85
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
86
|
+
get: function () { return chunkVOH2QELR_cjs.ChevronUpIcon; }
|
|
83
87
|
});
|
|
84
88
|
Object.defineProperty(exports, "ClipBoardIcon", {
|
|
85
89
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
90
|
+
get: function () { return chunkVOH2QELR_cjs.ClipBoardIcon; }
|
|
87
91
|
});
|
|
88
92
|
Object.defineProperty(exports, "ClockIcon", {
|
|
89
93
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
94
|
+
get: function () { return chunkVOH2QELR_cjs.ClockIcon; }
|
|
91
95
|
});
|
|
92
96
|
Object.defineProperty(exports, "CloseButton", {
|
|
93
97
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
98
|
+
get: function () { return chunkVOH2QELR_cjs.CloseButton_exports; }
|
|
95
99
|
});
|
|
96
100
|
Object.defineProperty(exports, "ContentCard", {
|
|
97
101
|
enumerable: true,
|
|
98
|
-
get: function () { return
|
|
102
|
+
get: function () { return chunkVOH2QELR_cjs.ContentCard_exports; }
|
|
99
103
|
});
|
|
100
104
|
Object.defineProperty(exports, "DashboardIcon", {
|
|
101
105
|
enumerable: true,
|
|
102
|
-
get: function () { return
|
|
106
|
+
get: function () { return chunkVOH2QELR_cjs.DashboardIcon; }
|
|
103
107
|
});
|
|
104
108
|
Object.defineProperty(exports, "Dialog", {
|
|
105
109
|
enumerable: true,
|
|
106
|
-
get: function () { return
|
|
110
|
+
get: function () { return chunkVOH2QELR_cjs.Dialog_exports; }
|
|
107
111
|
});
|
|
108
112
|
Object.defineProperty(exports, "DiscourserLogo", {
|
|
109
113
|
enumerable: true,
|
|
110
|
-
get: function () { return
|
|
114
|
+
get: function () { return chunkVOH2QELR_cjs.DiscourserLogo; }
|
|
115
|
+
});
|
|
116
|
+
Object.defineProperty(exports, "Divider", {
|
|
117
|
+
enumerable: true,
|
|
118
|
+
get: function () { return chunkVOH2QELR_cjs.Divider; }
|
|
111
119
|
});
|
|
112
120
|
Object.defineProperty(exports, "Drawer", {
|
|
113
121
|
enumerable: true,
|
|
114
|
-
get: function () { return
|
|
122
|
+
get: function () { return chunkVOH2QELR_cjs.Drawer_exports; }
|
|
115
123
|
});
|
|
116
124
|
Object.defineProperty(exports, "ExitStudioIcon", {
|
|
117
125
|
enumerable: true,
|
|
118
|
-
get: function () { return
|
|
126
|
+
get: function () { return chunkVOH2QELR_cjs.ExitStudioIcon; }
|
|
119
127
|
});
|
|
120
128
|
Object.defineProperty(exports, "GripDotsVerticalIcon", {
|
|
121
129
|
enumerable: true,
|
|
122
|
-
get: function () { return
|
|
130
|
+
get: function () { return chunkVOH2QELR_cjs.GripDotsVerticalIcon; }
|
|
123
131
|
});
|
|
124
132
|
Object.defineProperty(exports, "Group", {
|
|
125
133
|
enumerable: true,
|
|
126
|
-
get: function () { return
|
|
134
|
+
get: function () { return chunkVOH2QELR_cjs.Group_exports; }
|
|
127
135
|
});
|
|
128
136
|
Object.defineProperty(exports, "Header", {
|
|
129
137
|
enumerable: true,
|
|
130
|
-
get: function () { return
|
|
138
|
+
get: function () { return chunkVOH2QELR_cjs.Header; }
|
|
131
139
|
});
|
|
132
140
|
Object.defineProperty(exports, "HelpIcon", {
|
|
133
141
|
enumerable: true,
|
|
134
|
-
get: function () { return
|
|
142
|
+
get: function () { return chunkVOH2QELR_cjs.HelpIcon; }
|
|
135
143
|
});
|
|
136
144
|
Object.defineProperty(exports, "Icon", {
|
|
137
145
|
enumerable: true,
|
|
138
|
-
get: function () { return
|
|
146
|
+
get: function () { return chunkVOH2QELR_cjs.Icon_exports; }
|
|
139
147
|
});
|
|
140
148
|
Object.defineProperty(exports, "IconButton", {
|
|
141
149
|
enumerable: true,
|
|
142
|
-
get: function () { return
|
|
150
|
+
get: function () { return chunkVOH2QELR_cjs.IconButton; }
|
|
143
151
|
});
|
|
144
152
|
Object.defineProperty(exports, "Input", {
|
|
145
153
|
enumerable: true,
|
|
146
|
-
get: function () { return
|
|
154
|
+
get: function () { return chunkVOH2QELR_cjs.Input; }
|
|
147
155
|
});
|
|
148
156
|
Object.defineProperty(exports, "InputAddon", {
|
|
149
157
|
enumerable: true,
|
|
150
|
-
get: function () { return
|
|
158
|
+
get: function () { return chunkVOH2QELR_cjs.InputAddon; }
|
|
151
159
|
});
|
|
152
160
|
Object.defineProperty(exports, "InputGroup", {
|
|
153
161
|
enumerable: true,
|
|
154
|
-
get: function () { return
|
|
162
|
+
get: function () { return chunkVOH2QELR_cjs.InputGroup; }
|
|
163
|
+
});
|
|
164
|
+
Object.defineProperty(exports, "LoginIcon", {
|
|
165
|
+
enumerable: true,
|
|
166
|
+
get: function () { return chunkVOH2QELR_cjs.LoginIcon; }
|
|
167
|
+
});
|
|
168
|
+
Object.defineProperty(exports, "LogoutIcon", {
|
|
169
|
+
enumerable: true,
|
|
170
|
+
get: function () { return chunkVOH2QELR_cjs.LogoutIcon; }
|
|
155
171
|
});
|
|
156
172
|
Object.defineProperty(exports, "MicrophoneIcon", {
|
|
157
173
|
enumerable: true,
|
|
158
|
-
get: function () { return
|
|
174
|
+
get: function () { return chunkVOH2QELR_cjs.MicrophoneIcon; }
|
|
159
175
|
});
|
|
160
176
|
Object.defineProperty(exports, "NavigationMenu", {
|
|
161
177
|
enumerable: true,
|
|
162
|
-
get: function () { return
|
|
178
|
+
get: function () { return chunkVOH2QELR_cjs.NavigationMenu; }
|
|
163
179
|
});
|
|
164
180
|
Object.defineProperty(exports, "NotebookIcon", {
|
|
165
181
|
enumerable: true,
|
|
166
|
-
get: function () { return
|
|
182
|
+
get: function () { return chunkVOH2QELR_cjs.NotebookIcon; }
|
|
167
183
|
});
|
|
168
184
|
Object.defineProperty(exports, "NotebookPenIcon", {
|
|
169
185
|
enumerable: true,
|
|
170
|
-
get: function () { return
|
|
186
|
+
get: function () { return chunkVOH2QELR_cjs.NotebookPenIcon; }
|
|
171
187
|
});
|
|
172
188
|
Object.defineProperty(exports, "PausePlayIcon", {
|
|
173
189
|
enumerable: true,
|
|
174
|
-
get: function () { return
|
|
190
|
+
get: function () { return chunkVOH2QELR_cjs.PausePlayIcon; }
|
|
175
191
|
});
|
|
176
192
|
Object.defineProperty(exports, "PlayIcon", {
|
|
177
193
|
enumerable: true,
|
|
178
|
-
get: function () { return
|
|
194
|
+
get: function () { return chunkVOH2QELR_cjs.PlayIcon; }
|
|
179
195
|
});
|
|
180
196
|
Object.defineProperty(exports, "Popover", {
|
|
181
197
|
enumerable: true,
|
|
182
|
-
get: function () { return
|
|
198
|
+
get: function () { return chunkVOH2QELR_cjs.Popover_exports; }
|
|
183
199
|
});
|
|
184
200
|
Object.defineProperty(exports, "Progress", {
|
|
185
201
|
enumerable: true,
|
|
186
|
-
get: function () { return
|
|
202
|
+
get: function () { return chunkVOH2QELR_cjs.Progress_exports; }
|
|
187
203
|
});
|
|
188
204
|
Object.defineProperty(exports, "RadioGroup", {
|
|
189
205
|
enumerable: true,
|
|
190
|
-
get: function () { return
|
|
206
|
+
get: function () { return chunkVOH2QELR_cjs.RadioGroup_exports; }
|
|
191
207
|
});
|
|
192
208
|
Object.defineProperty(exports, "RecordIcon", {
|
|
193
209
|
enumerable: true,
|
|
194
|
-
get: function () { return
|
|
210
|
+
get: function () { return chunkVOH2QELR_cjs.RecordIcon; }
|
|
195
211
|
});
|
|
196
212
|
Object.defineProperty(exports, "RepeatQuestionIcon", {
|
|
197
213
|
enumerable: true,
|
|
198
|
-
get: function () { return
|
|
214
|
+
get: function () { return chunkVOH2QELR_cjs.RepeatQuestionIcon; }
|
|
199
215
|
});
|
|
200
216
|
Object.defineProperty(exports, "RightArrowIcon", {
|
|
201
217
|
enumerable: true,
|
|
202
|
-
get: function () { return
|
|
218
|
+
get: function () { return chunkVOH2QELR_cjs.RightArrowIcon; }
|
|
203
219
|
});
|
|
204
220
|
Object.defineProperty(exports, "ScenarioCard", {
|
|
205
221
|
enumerable: true,
|
|
206
|
-
get: function () { return
|
|
222
|
+
get: function () { return chunkVOH2QELR_cjs.ScenarioCard; }
|
|
207
223
|
});
|
|
208
224
|
Object.defineProperty(exports, "ScenarioIcon", {
|
|
209
225
|
enumerable: true,
|
|
210
|
-
get: function () { return
|
|
226
|
+
get: function () { return chunkVOH2QELR_cjs.ScenarioIcon; }
|
|
211
227
|
});
|
|
212
228
|
Object.defineProperty(exports, "ScenarioQueue", {
|
|
213
229
|
enumerable: true,
|
|
214
|
-
get: function () { return
|
|
230
|
+
get: function () { return chunkVOH2QELR_cjs.ScenarioQueue; }
|
|
215
231
|
});
|
|
216
232
|
Object.defineProperty(exports, "ScenarioSettings", {
|
|
217
233
|
enumerable: true,
|
|
218
|
-
get: function () { return
|
|
234
|
+
get: function () { return chunkVOH2QELR_cjs.ScenarioSettings; }
|
|
219
235
|
});
|
|
220
236
|
Object.defineProperty(exports, "ScrollTextIcon", {
|
|
221
237
|
enumerable: true,
|
|
222
|
-
get: function () { return
|
|
238
|
+
get: function () { return chunkVOH2QELR_cjs.ScrollTextIcon; }
|
|
223
239
|
});
|
|
224
240
|
Object.defineProperty(exports, "Select", {
|
|
225
241
|
enumerable: true,
|
|
226
|
-
get: function () { return
|
|
242
|
+
get: function () { return chunkVOH2QELR_cjs.Select_exports; }
|
|
243
|
+
});
|
|
244
|
+
Object.defineProperty(exports, "SettingsPopover", {
|
|
245
|
+
enumerable: true,
|
|
246
|
+
get: function () { return chunkVOH2QELR_cjs.SettingsPopover; }
|
|
227
247
|
});
|
|
228
248
|
Object.defineProperty(exports, "Skeleton", {
|
|
229
249
|
enumerable: true,
|
|
230
|
-
get: function () { return
|
|
250
|
+
get: function () { return chunkVOH2QELR_cjs.Skeleton_exports; }
|
|
231
251
|
});
|
|
232
252
|
Object.defineProperty(exports, "Slider", {
|
|
233
253
|
enumerable: true,
|
|
234
|
-
get: function () { return
|
|
254
|
+
get: function () { return chunkVOH2QELR_cjs.Slider_exports; }
|
|
235
255
|
});
|
|
236
256
|
Object.defineProperty(exports, "SparklesIcon", {
|
|
237
257
|
enumerable: true,
|
|
238
|
-
get: function () { return
|
|
258
|
+
get: function () { return chunkVOH2QELR_cjs.SparklesIcon; }
|
|
239
259
|
});
|
|
240
260
|
Object.defineProperty(exports, "SpeechIcon", {
|
|
241
261
|
enumerable: true,
|
|
242
|
-
get: function () { return
|
|
262
|
+
get: function () { return chunkVOH2QELR_cjs.SpeechIcon; }
|
|
243
263
|
});
|
|
244
264
|
Object.defineProperty(exports, "Spinner", {
|
|
245
265
|
enumerable: true,
|
|
246
|
-
get: function () { return
|
|
266
|
+
get: function () { return chunkVOH2QELR_cjs.Spinner; }
|
|
247
267
|
});
|
|
248
268
|
Object.defineProperty(exports, "Stepper", {
|
|
249
269
|
enumerable: true,
|
|
250
|
-
get: function () { return
|
|
270
|
+
get: function () { return chunkVOH2QELR_cjs.Stepper; }
|
|
251
271
|
});
|
|
252
272
|
Object.defineProperty(exports, "StopPlayIcon", {
|
|
253
273
|
enumerable: true,
|
|
254
|
-
get: function () { return
|
|
274
|
+
get: function () { return chunkVOH2QELR_cjs.StopPlayIcon; }
|
|
255
275
|
});
|
|
256
276
|
Object.defineProperty(exports, "Switch", {
|
|
257
277
|
enumerable: true,
|
|
258
|
-
get: function () { return
|
|
278
|
+
get: function () { return chunkVOH2QELR_cjs.Switch_exports; }
|
|
259
279
|
});
|
|
260
280
|
Object.defineProperty(exports, "Tabs", {
|
|
261
281
|
enumerable: true,
|
|
262
|
-
get: function () { return
|
|
282
|
+
get: function () { return chunkVOH2QELR_cjs.Tabs_exports; }
|
|
263
283
|
});
|
|
264
284
|
Object.defineProperty(exports, "Textarea", {
|
|
265
285
|
enumerable: true,
|
|
266
|
-
get: function () { return
|
|
286
|
+
get: function () { return chunkVOH2QELR_cjs.Textarea; }
|
|
267
287
|
});
|
|
268
288
|
Object.defineProperty(exports, "TimerIcon", {
|
|
269
289
|
enumerable: true,
|
|
270
|
-
get: function () { return
|
|
290
|
+
get: function () { return chunkVOH2QELR_cjs.TimerIcon; }
|
|
271
291
|
});
|
|
272
292
|
Object.defineProperty(exports, "Toaster", {
|
|
273
293
|
enumerable: true,
|
|
274
|
-
get: function () { return
|
|
294
|
+
get: function () { return chunkVOH2QELR_cjs.Toaster; }
|
|
275
295
|
});
|
|
276
296
|
Object.defineProperty(exports, "Tooltip", {
|
|
277
297
|
enumerable: true,
|
|
278
|
-
get: function () { return
|
|
298
|
+
get: function () { return chunkVOH2QELR_cjs.Tooltip_exports; }
|
|
279
299
|
});
|
|
280
300
|
Object.defineProperty(exports, "UserProfileIcon", {
|
|
281
301
|
enumerable: true,
|
|
282
|
-
get: function () { return
|
|
302
|
+
get: function () { return chunkVOH2QELR_cjs.UserProfileIcon; }
|
|
283
303
|
});
|
|
284
304
|
Object.defineProperty(exports, "difficultyColorMap", {
|
|
285
305
|
enumerable: true,
|
|
286
|
-
get: function () { return
|
|
306
|
+
get: function () { return chunkVOH2QELR_cjs.difficultyColorMap; }
|
|
287
307
|
});
|
|
288
308
|
Object.defineProperty(exports, "difficultyLabel", {
|
|
289
309
|
enumerable: true,
|
|
290
|
-
get: function () { return
|
|
310
|
+
get: function () { return chunkVOH2QELR_cjs.difficultyLabel; }
|
|
291
311
|
});
|
|
292
312
|
Object.defineProperty(exports, "toaster", {
|
|
293
313
|
enumerable: true,
|
|
294
|
-
get: function () { return
|
|
314
|
+
get: function () { return chunkVOH2QELR_cjs.toaster; }
|
|
295
315
|
});
|
|
296
316
|
exports.cn = cn;
|
|
297
317
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { material3Language as activeLanguage, discourserPandaPreset, transformToPandaTheme } from './chunk-
|
|
2
|
-
export { AbsoluteCenter_exports as AbsoluteCenter, Accordion_exports as Accordion, AccountIcon, AddScenarioDialog, AudienceIcon, AudioSpeakerIcon, Avatar_exports as Avatar, Badge, BookmarkPlusIcon, Breadcrumb_exports as Breadcrumb, Button, ButtonGroup, Card_exports as Card, Checkbox_exports as Checkbox, ChevronUpIcon, ClipBoardIcon, ClockIcon, CloseButton_exports as CloseButton, ContentCard_exports as ContentCard, DashboardIcon, Dialog_exports as Dialog, DiscourserLogo, Drawer_exports as Drawer, ExitStudioIcon, GripDotsVerticalIcon, Group_exports as Group, Header, HelpIcon, Icon_exports as Icon, IconButton, Input, InputAddon, InputGroup, MicrophoneIcon, NavigationMenu, NotebookIcon, NotebookPenIcon, PausePlayIcon, PlayIcon, Popover_exports as Popover, Progress_exports as Progress, RadioGroup_exports as RadioGroup, RecordIcon, RepeatQuestionIcon, RightArrowIcon, ScenarioCard, ScenarioIcon, ScenarioQueue, ScenarioSettings, ScrollTextIcon, Select_exports as Select, Skeleton_exports as Skeleton, Slider_exports as Slider, SparklesIcon, SpeechIcon, Spinner, Stepper, StopPlayIcon, Switch_exports as Switch, Tabs_exports as Tabs, Textarea, TimerIcon, Toaster, Tooltip_exports as Tooltip, UserProfileIcon, difficultyColorMap, difficultyLabel, toaster } from './chunk-
|
|
1
|
+
export { material3Language as activeLanguage, discourserPandaPreset, transformToPandaTheme } from './chunk-HN2IHIMR.js';
|
|
2
|
+
export { AbsoluteCenter_exports as AbsoluteCenter, Accordion_exports as Accordion, AccountIcon, AddScenarioDialog, AudienceIcon, AudioSpeakerIcon, Avatar_exports as Avatar, Badge, BookmarkPlusIcon, Breadcrumb_exports as Breadcrumb, Button, ButtonGroup, Card_exports as Card, Checkbox_exports as Checkbox, ChevronUpDownIcon, ChevronUpIcon, ClipBoardIcon, ClockIcon, CloseButton_exports as CloseButton, ContentCard_exports as ContentCard, DashboardIcon, Dialog_exports as Dialog, DiscourserLogo, Divider, Drawer_exports as Drawer, ExitStudioIcon, GripDotsVerticalIcon, Group_exports as Group, Header, HelpIcon, Icon_exports as Icon, IconButton, Input, InputAddon, InputGroup, LoginIcon, LogoutIcon, MicrophoneIcon, NavigationMenu, NotebookIcon, NotebookPenIcon, PausePlayIcon, PlayIcon, Popover_exports as Popover, Progress_exports as Progress, RadioGroup_exports as RadioGroup, RecordIcon, RepeatQuestionIcon, RightArrowIcon, ScenarioCard, ScenarioIcon, ScenarioQueue, ScenarioSettings, ScrollTextIcon, Select_exports as Select, SettingsPopover, Skeleton_exports as Skeleton, Slider_exports as Slider, SparklesIcon, SpeechIcon, Spinner, Stepper, StopPlayIcon, Switch_exports as Switch, Tabs_exports as Tabs, Textarea, TimerIcon, Toaster, Tooltip_exports as Tooltip, UserProfileIcon, difficultyColorMap, difficultyLabel, toaster } from './chunk-VN2QX6S7.js';
|
|
3
3
|
import './chunk-WR5Z5QMQ.js';
|
|
4
4
|
import { clsx } from 'clsx';
|
|
5
5
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"material3.language.d.ts","sourceRoot":"","sources":["../../src/languages/material3.language.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAEpF;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"material3.language.d.ts","sourceRoot":"","sources":["../../src/languages/material3.language.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,uCAAuC,CAAC;AAEpF;;;;;GAKG;AACH,eAAO,MAAM,iBAAiB,EAAE,sBA4X/B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transform.d.ts","sourceRoot":"","sources":["../../src/languages/transform.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,sBAAsB,EAEvB,MAAM,uCAAuC,CAAC;AAC/C;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,sBAAsB
|
|
1
|
+
{"version":3,"file":"transform.d.ts","sourceRoot":"","sources":["../../src/languages/transform.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,sBAAsB,EAEvB,MAAM,uCAAuC,CAAC;AAC/C;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,QAAQ,EAAE,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMrE"}
|
package/dist/preset/index.cjs
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var chunkKIJKNZ73_cjs = require('../chunk-KIJKNZ73.cjs');
|
|
4
4
|
require('../chunk-EARF7VDF.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "discourserPandaPreset", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunkKIJKNZ73_cjs.discourserPandaPreset; }
|
|
11
11
|
});
|
|
12
12
|
//# sourceMappingURL=index.cjs.map
|
|
13
13
|
//# sourceMappingURL=index.cjs.map
|
package/dist/preset/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@discourser/design-system",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.24.0",
|
|
4
4
|
"description": "Aesthetic-agnostic design system with Panda CSS and Ark UI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -170,6 +170,10 @@
|
|
|
170
170
|
"types": "./src/components/ContentCard/index.ts",
|
|
171
171
|
"import": "./src/components/ContentCard/index.ts"
|
|
172
172
|
},
|
|
173
|
+
"./SettingsPopover": {
|
|
174
|
+
"types": "./src/components/SettingsPopover/index.ts",
|
|
175
|
+
"import": "./src/components/SettingsPopover/index.ts"
|
|
176
|
+
},
|
|
173
177
|
"./figma-codex": {
|
|
174
178
|
"import": "./dist/figma-codex.json",
|
|
175
179
|
"require": "./dist/figma-codex.json"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { ark } from '@ark-ui/react/factory';
|
|
2
|
+
import type { ComponentProps } from 'react';
|
|
3
|
+
import { styled } from 'styled-system/jsx';
|
|
4
|
+
|
|
5
|
+
const StyledSvg = styled(ark.svg);
|
|
6
|
+
|
|
7
|
+
export type AppleLoginIconProps = ComponentProps<typeof StyledSvg>;
|
|
8
|
+
|
|
9
|
+
export const AppleLoginIcon = (props: AppleLoginIconProps) => (
|
|
10
|
+
<StyledSvg
|
|
11
|
+
viewBox="0 0 24 24"
|
|
12
|
+
fill="currentColor"
|
|
13
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
+
width="1em"
|
|
15
|
+
height="1em"
|
|
16
|
+
aria-hidden="true"
|
|
17
|
+
{...props}
|
|
18
|
+
>
|
|
19
|
+
<path d="M12.152 6.896c-.948 0-2.415-1.078-3.96-1.04-2.04.027-3.91 1.183-4.961 3.014-2.117 3.675-.546 9.103 1.519 12.09 1.013 1.454 2.208 3.09 3.792 3.039 1.52-.065 2.09-.987 3.935-.987 1.831 0 2.35.987 3.96.948 1.637-.026 2.676-1.48 3.676-2.948 1.156-1.688 1.636-3.325 1.662-3.415-.039-.013-3.182-1.221-3.22-4.857-.026-3.04 2.48-4.494 2.597-4.559-1.429-2.09-3.623-2.324-4.39-2.376-2-.156-3.675 1.09-4.61 1.09zM15.53 3.83c.843-1.012 1.4-2.427 1.245-3.83-1.207.052-2.662.805-3.532 1.818-.78.896-1.454 2.338-1.273 3.714 1.338.104 2.715-.688 3.559-1.701" />
|
|
20
|
+
</StyledSvg>
|
|
21
|
+
);
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ark } from '@ark-ui/react/factory';
|
|
2
|
+
import type { ComponentProps } from 'react';
|
|
3
|
+
import { styled } from 'styled-system/jsx';
|
|
4
|
+
|
|
5
|
+
const StyledSvg = styled(ark.svg);
|
|
6
|
+
|
|
7
|
+
export type ChevronUpDownIconProps = ComponentProps<typeof StyledSvg>;
|
|
8
|
+
|
|
9
|
+
export const ChevronUpDownIcon = (props: ChevronUpDownIconProps) => (
|
|
10
|
+
<StyledSvg
|
|
11
|
+
viewBox="0 0 40 40"
|
|
12
|
+
fill="none"
|
|
13
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
+
width="1em"
|
|
15
|
+
height="1em"
|
|
16
|
+
{...props}
|
|
17
|
+
>
|
|
18
|
+
<path
|
|
19
|
+
d="M20.0001 5.18457C19.6318 5.18457 19.2635 5.33521 18.8617 5.67007L7.57822 14.8274C7.29365 15.0786 7.12622 15.4301 7.12622 15.9324C7.12622 16.8029 7.77908 17.4558 8.66636 17.4558C9.01794 17.4558 9.38622 17.3219 9.77129 17.0205L20.0001 8.68343L30.2289 17.0205C30.6139 17.3219 30.9822 17.4558 31.3505 17.4558C32.2211 17.4558 32.8739 16.8029 32.8739 15.9324C32.8739 15.4301 32.7065 15.0786 32.4219 14.8274L21.1384 5.65328C20.7366 5.33521 20.3851 5.18457 20.0001 5.18457ZM20.0001 34.8163C20.3851 34.8163 20.7366 34.6656 21.1384 34.3475L32.4219 25.1734C32.7065 24.9223 32.8739 24.5707 32.8739 24.0685C32.8739 23.1979 32.2211 22.5284 31.3505 22.5284C30.9822 22.5284 30.6139 22.679 30.2289 22.9803L20.0001 31.3174L9.77129 22.9803C9.38622 22.679 9.01794 22.5284 8.66636 22.5284C7.77908 22.5284 7.12622 23.1979 7.12622 24.0685C7.12622 24.5707 7.29365 24.9223 7.57822 25.1734L18.8617 34.3308C19.2635 34.6656 19.6318 34.8163 20.0001 34.8163Z"
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
/>
|
|
22
|
+
</StyledSvg>
|
|
23
|
+
);
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { ark } from '@ark-ui/react/factory';
|
|
2
|
+
import type { ComponentProps } from 'react';
|
|
3
|
+
import { styled } from 'styled-system/jsx';
|
|
4
|
+
|
|
5
|
+
const StyledSvg = styled(ark.svg);
|
|
6
|
+
|
|
7
|
+
export type GoogleLoginIconProps = ComponentProps<typeof StyledSvg>;
|
|
8
|
+
|
|
9
|
+
export const GoogleLoginIcon = (props: GoogleLoginIconProps) => (
|
|
10
|
+
<StyledSvg
|
|
11
|
+
viewBox="0 0 20 20"
|
|
12
|
+
fill="none"
|
|
13
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
+
width="1em"
|
|
15
|
+
height="1em"
|
|
16
|
+
aria-hidden="true"
|
|
17
|
+
{...props}
|
|
18
|
+
>
|
|
19
|
+
<path
|
|
20
|
+
d="M9.99905 6.01284C11.2196 6.01284 12.0429 6.54007 12.5124 6.98062L14.3468 5.18951C13.2202 4.14229 11.7541 3.49951 9.99905 3.49951C7.45683 3.49951 5.26127 4.9584 4.19238 7.08173L6.29405 8.71396C6.82127 7.14673 8.28016 6.01284 9.99905 6.01284Z"
|
|
21
|
+
fill="#EA4335"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="M16.2393 10.1443C16.2393 9.60987 16.1959 9.21987 16.102 8.81543H9.99927V11.2277H13.5815C13.5093 11.8271 13.1193 12.7299 12.2526 13.3365L14.3037 14.9254C15.5315 13.7915 16.2393 12.1232 16.2393 10.1443Z"
|
|
25
|
+
fill="#4285F4"
|
|
26
|
+
/>
|
|
27
|
+
<path
|
|
28
|
+
d="M6.30125 11.2854C6.16402 10.8809 6.08458 10.4476 6.08458 9.99981C6.08458 9.55203 6.16402 9.1187 6.29402 8.71425L4.19236 7.08203C3.7518 7.96314 3.49902 8.95259 3.49902 9.99981C3.49902 11.047 3.7518 12.0365 4.19236 12.9176L6.30125 11.2854Z"
|
|
29
|
+
fill="#FBBC05"
|
|
30
|
+
/>
|
|
31
|
+
<path
|
|
32
|
+
d="M9.99915 16.4996C11.7542 16.4996 13.2275 15.9218 14.3036 14.9252L12.2525 13.3363C11.7036 13.719 10.9669 13.9863 9.99915 13.9863C8.28026 13.9863 6.82137 12.8524 6.30137 11.2852L4.19971 12.9174C5.2686 15.0407 7.45693 16.4996 9.99915 16.4996Z"
|
|
33
|
+
fill="#34A853"
|
|
34
|
+
/>
|
|
35
|
+
</StyledSvg>
|
|
36
|
+
);
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { ark } from '@ark-ui/react/factory';
|
|
2
|
+
import type { ComponentProps } from 'react';
|
|
3
|
+
import { styled } from 'styled-system/jsx';
|
|
4
|
+
|
|
5
|
+
const StyledSvg = styled(ark.svg);
|
|
6
|
+
|
|
7
|
+
export type LoginIconProps = ComponentProps<typeof StyledSvg>;
|
|
8
|
+
|
|
9
|
+
export const LoginIcon = (props: LoginIconProps) => (
|
|
10
|
+
<StyledSvg
|
|
11
|
+
viewBox="0 0 60 60"
|
|
12
|
+
fill="none"
|
|
13
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
+
width="60"
|
|
15
|
+
height="60"
|
|
16
|
+
{...props}
|
|
17
|
+
>
|
|
18
|
+
<g clipPath="url(#clip0_810_5359)">
|
|
19
|
+
<rect width="60" height="60" rx="30" fill="#EFF2E3" />
|
|
20
|
+
<g clipPath="url(#clip1_810_5359)">
|
|
21
|
+
<path
|
|
22
|
+
d="M58.2074 53.6551C56.0505 44.955 51.9734 48.5287 50.1618 45.9222C48.3501 43.3156 53.7632 40.7681 51.3115 36.8336C48.8599 32.8992 45.8286 36.1732 43.959 33.3333C42.0895 30.4934 47.2004 25.9235 44.3253 23.4153C41.4503 20.9072 38.9964 25.3685 37.0151 22.3911C35.0338 19.4137 39.2784 15.2232 35.3633 13.2207C33.1782 12.103 31.2507 13.8852 30.3548 15.5812C29.7402 16.7448 28.16 16.7995 27.4091 15.686C25.9125 13.4667 23.7114 11.0403 21.7122 12.0628C15.9463 15.0114 24.5391 21.2722 20.2401 23.9896C15.9411 26.707 18.9131 31.1731 21.298 31.0775C23.6828 30.9819 26.8853 33.2435 24.8134 36.4825C22.133 40.6728 24.0309 43.3075 26.2838 44.2939C28.16 45.1155 30.2028 46.6258 27.4648 50.9382C24.3066 55.9124 33.0268 59.8973 33.0268 59.8973L58.2072 53.655L58.2073 53.6552L58.2074 53.6551Z"
|
|
23
|
+
fill="#7DBD2A"
|
|
24
|
+
/>
|
|
25
|
+
<path
|
|
26
|
+
d="M32.9312 36.9196C33.4259 36.6468 33.8985 36.398 34.3502 36.1698L37.0204 34.9296C40.1757 33.5796 42.31 32.9121 43.631 30.9425C44.1434 28.3406 46.4826 25.2977 44.3253 23.4155C43.3785 22.5895 42.4773 22.5195 41.6236 22.6907C40.2876 25.2942 37.3929 26.8556 33.1812 28.6978L30.2087 30.1009C27.8446 31.4474 26.3406 33.0908 25.4743 34.2766C25.5158 34.938 25.3266 35.6803 24.8133 36.4826C22.1329 40.6729 24.0308 43.3076 26.2837 44.2941C26.4246 44.3557 26.5663 44.4214 26.7069 44.4917C26.8141 43.6459 27.5836 39.8694 32.9312 36.9196Z"
|
|
27
|
+
fill="#518500"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
d="M27.1679 24.0775C31.9037 21.4652 34.7207 21.4528 36.4723 19.9778C36.6491 17.451 38.2974 14.7215 35.3634 13.2209C33.1783 12.1033 31.2508 13.8854 30.3549 15.5814C29.7403 16.745 28.1601 16.7997 27.4092 15.6862C25.9126 13.4668 23.7116 11.0405 21.7123 12.0628C15.9464 15.0114 24.5392 21.2722 20.2403 23.9897C16.3791 26.4305 18.3834 30.2811 20.5597 30.9708C21.0906 29.6569 22.7542 26.5122 27.1679 24.0775Z"
|
|
31
|
+
fill="#518500"
|
|
32
|
+
/>
|
|
33
|
+
<path
|
|
34
|
+
d="M40.5293 50.4103L43.3352 49.0129C46.7426 47.7798 48.6584 46.7792 49.8901 45.3951C49.0453 42.9657 53.5978 40.5027 51.3115 36.8335C50.6611 35.7898 49.97 35.2535 49.2706 34.9756C47.8093 38.0239 45.7211 39.0062 40.7542 41.1786L37.2123 43.0869C32.8389 45.5777 28.9853 54.4251 28.1756 56.3789C29.6569 58.1014 31.8897 59.3273 32.7096 59.7423C33.4884 58.184 36.15 53.3516 40.5293 50.4103Z"
|
|
35
|
+
fill="#518500"
|
|
36
|
+
/>
|
|
37
|
+
<path
|
|
38
|
+
d="M56.3507 49.2182C55.5853 51.1704 51.7999 54.3341 48.5698 56.0444L58.2074 53.6552C57.6822 51.5369 57.043 50.1476 56.3507 49.2182Z"
|
|
39
|
+
fill="#518500"
|
|
40
|
+
/>
|
|
41
|
+
<path
|
|
42
|
+
d="M42.2323 57.6155C42.2257 57.5769 41.6356 53.4276 39.6494 47.8693C37.8238 42.7603 34.4792 35.1364 28.9141 27.8296C28.3993 27.1539 28.4895 26.1809 29.1154 25.6566C29.7414 25.1324 30.6663 25.2553 31.181 25.9312C37.0197 33.5972 40.5161 41.5821 42.4209 46.9308C44.4909 52.7426 45.1734 56.7133 45.2015 56.8795L42.2323 57.6156L42.2323 57.6155Z"
|
|
43
|
+
fill="#6C7D56"
|
|
44
|
+
/>
|
|
45
|
+
<g opacity="0.19">
|
|
46
|
+
<path
|
|
47
|
+
d="M20.3146 17.4446C21.0655 18.5581 22.6456 18.5034 23.2603 17.3398C23.8897 16.1482 25.0286 14.9157 26.408 14.6746C24.9812 12.8344 23.1604 11.2612 21.4818 12.1197C19.3214 13.2244 19.1769 14.7944 19.6147 16.4685C19.8611 16.7906 20.0956 17.1197 20.3146 17.4446Z"
|
|
48
|
+
fill="#6C7D56"
|
|
49
|
+
/>
|
|
50
|
+
<path
|
|
51
|
+
d="M49.9311 45.9789C48.1194 43.3723 53.5325 40.8249 51.0808 36.8904C48.6292 32.9559 45.5979 36.23 43.7283 33.3901C41.8588 30.5502 46.9697 25.9803 44.0947 23.4721C41.2196 20.964 38.7657 25.4253 36.7844 22.4479C34.8031 19.4705 39.0477 15.2799 35.1326 13.2775C32.9475 12.1599 31.02 13.942 30.1241 15.638C29.9997 15.8733 29.8355 16.0625 29.6471 16.2066C30.8936 18.4046 28.2842 21.6906 29.9204 24.1495C31.9017 27.1269 34.3556 22.6656 37.2307 25.1737C40.1057 27.6819 34.9948 32.2517 36.8644 35.0917C38.7339 37.9316 41.7652 34.6576 44.2168 38.592C46.6684 42.5264 41.2554 45.074 43.0671 47.6806C44.8788 50.2872 48.9559 46.7134 51.1127 55.4136L57.9767 53.7119C55.8198 45.0117 51.7427 48.5854 49.9311 45.9789Z"
|
|
52
|
+
fill="#6C7D56"
|
|
53
|
+
/>
|
|
54
|
+
</g>
|
|
55
|
+
</g>
|
|
56
|
+
</g>
|
|
57
|
+
<defs>
|
|
58
|
+
<clipPath id="clip0_810_5359">
|
|
59
|
+
<rect width="60" height="60" rx="30" fill="white" />
|
|
60
|
+
</clipPath>
|
|
61
|
+
<clipPath id="clip1_810_5359">
|
|
62
|
+
<rect
|
|
63
|
+
width="46.2988"
|
|
64
|
+
height="49.2114"
|
|
65
|
+
fill="white"
|
|
66
|
+
transform="translate(8 15.4004) rotate(-13.9232)"
|
|
67
|
+
/>
|
|
68
|
+
</clipPath>
|
|
69
|
+
</defs>
|
|
70
|
+
</StyledSvg>
|
|
71
|
+
);
|