@d-zero/scaffold 5.0.0-beta.3 → 5.0.0-beta.5
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 +32 -0
- package/__assets/_libs/component/c-content-main.css +21 -11
- package/__assets/_libs/component/c-nav-breadcrumb.pug +17 -39
- package/__assets/_libs/component/c-pagination.css +2 -0
- package/__assets/_libs/component/c-title-page.pug +1 -1
- package/__assets/_libs/data/breadcrumbs.js +77 -0
- package/__assets/_libs/data/titlelist.js +16 -0
- package/__assets/_libs/layouts/home.pug +17 -0
- package/__assets/_libs/layouts/sub.pug +25 -0
- package/__assets/_libs/mixin/meta.pug +25 -21
- package/__assets/_libs/style/general/all.css +1 -0
- package/__assets/htdocs/__tmpl/000_home.json +4 -0
- package/__assets/htdocs/__tmpl/000_home.pug +2 -20
- package/__assets/htdocs/__tmpl/100_sub.json +4 -0
- package/__assets/htdocs/__tmpl/100_sub.pug +1 -23
- package/__assets/htdocs/__tmpl/200_blog_index.json +5 -0
- package/__assets/htdocs/__tmpl/200_blog_index.pug +14 -40
- package/__assets/htdocs/__tmpl/210_blog_index.json +5 -0
- package/__assets/htdocs/__tmpl/210_blog_index.pug +14 -40
- package/__assets/htdocs/__tmpl/300_form_input.json +4 -0
- package/__assets/htdocs/__tmpl/300_form_input.pug +529 -568
- package/__assets/htdocs/__tmpl/301_form_confirm.json +4 -0
- package/__assets/htdocs/__tmpl/301_form_confirm.pug +188 -212
- package/__assets/htdocs/__tmpl/302_form_complete.json +4 -0
- package/__assets/htdocs/__tmpl/302_form_complete.pug +3 -27
- package/__assets/htdocs/sample/index.html +15 -0
- package/__assets/htdocs/sub-folder.test/index.pug +1 -3
- package/burgereditor.config.js +2 -1
- package/eleventy.config.mjs +7 -1
- package/markuplint.config.js +4 -0
- package/package.json +24 -17
|
@@ -1,213 +1,189 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
+meta("__ページタイトル__ | __サイトタイトル__")
|
|
5
|
-
body.c-page-sub
|
|
6
|
-
.c-page-sub__base
|
|
7
|
-
.c-page-sub__header
|
|
8
|
-
include /component/c-header.pug
|
|
9
|
-
.c-page-sub__nav-global
|
|
10
|
-
include /component/c-nav-global.pug
|
|
1
|
+
.c-content-main
|
|
2
|
+
.cc-form-description
|
|
3
|
+
p 以下の内容を送信します。
|
|
11
4
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
div
|
|
198
|
-
.cc-form-fieldset-heading
|
|
199
|
-
span ファイル添付
|
|
200
|
-
span.optional 任意
|
|
201
|
-
.cc-form-fieldset-body
|
|
202
|
-
.mail-field(data-type="file")
|
|
203
|
-
span.mail-before-attachment 前見出し
|
|
204
|
-
span.mail-input __ファイル名__
|
|
205
|
-
span.mail-after-attachment 後見出し
|
|
206
|
-
.cc-form-submit
|
|
207
|
-
button(type="submit"): span 入力画面に戻る
|
|
208
|
-
button(type="submit"): span 送信する
|
|
209
|
-
|
|
210
|
-
.c-page-sub__nav-sitemap
|
|
211
|
-
include /component/c-nav-sitemap.pug
|
|
212
|
-
.c-page-sub__footer
|
|
213
|
-
include /component/c-footer.pug
|
|
5
|
+
form#MailMessageIndexForm.cc-form(
|
|
6
|
+
action="__PATH_TO__"
|
|
7
|
+
enctype="multipart/form-data"
|
|
8
|
+
method="post"
|
|
9
|
+
accept-charset="utf-8"
|
|
10
|
+
novalidate)
|
|
11
|
+
input(type="hidden" name="_method" value="POST")
|
|
12
|
+
input#Token__TOKEN__(type="hidden" name="data[_Token][key]" value="__TOKEN__")
|
|
13
|
+
input#MailMessageMode(type="hidden" name="data[MailMessage][mode]")
|
|
14
|
+
.cc-form-field-list
|
|
15
|
+
.cc-form-fieldset
|
|
16
|
+
div
|
|
17
|
+
.cc-form-fieldset-heading
|
|
18
|
+
span フィールドグループ名
|
|
19
|
+
span.required 必須
|
|
20
|
+
.cc-form-fieldset-body
|
|
21
|
+
.mail-field(data-type="text")
|
|
22
|
+
span.mail-before-attachment 前見出し
|
|
23
|
+
span.mail-input __入力内容__
|
|
24
|
+
span.mail-after-attachment 後見出し
|
|
25
|
+
.mail-field(data-type="text")
|
|
26
|
+
span.mail-before-attachment
|
|
27
|
+
span.mail-input __入力内容__
|
|
28
|
+
span.mail-after-attachment 後見出し
|
|
29
|
+
.cc-form-fieldset
|
|
30
|
+
div
|
|
31
|
+
.cc-form-fieldset-heading
|
|
32
|
+
span 単体フィールド名
|
|
33
|
+
span.required 必須
|
|
34
|
+
.cc-form-fieldset-body
|
|
35
|
+
.mail-field(data-type="text")
|
|
36
|
+
span.mail-before-attachment 前見出し
|
|
37
|
+
span.mail-input __入力内容__
|
|
38
|
+
span.mail-after-attachment 後見出し
|
|
39
|
+
.cc-form-fieldset
|
|
40
|
+
div
|
|
41
|
+
.cc-form-fieldset-heading
|
|
42
|
+
span 氏名
|
|
43
|
+
span.required 必須
|
|
44
|
+
.cc-form-fieldset-body
|
|
45
|
+
.mail-field(data-type="text")
|
|
46
|
+
span.mail-before-attachment 姓
|
|
47
|
+
span.mail-input __入力内容__
|
|
48
|
+
span.mail-after-attachment
|
|
49
|
+
.mail-field(data-type="text")
|
|
50
|
+
span.mail-before-attachment 名
|
|
51
|
+
span.mail-input __入力内容__
|
|
52
|
+
span.mail-after-attachment
|
|
53
|
+
.cc-form-fieldset
|
|
54
|
+
div
|
|
55
|
+
.cc-form-fieldset-heading
|
|
56
|
+
span フリガナ
|
|
57
|
+
span.optional 任意
|
|
58
|
+
.cc-form-fieldset-body
|
|
59
|
+
.mail-field(data-type="text")
|
|
60
|
+
span.mail-before-attachment セイ
|
|
61
|
+
span.mail-input __入力内容__
|
|
62
|
+
span.mail-after-attachment
|
|
63
|
+
.mail-field(data-type="text")
|
|
64
|
+
span.mail-before-attachment メイ
|
|
65
|
+
span.mail-input __入力内容__
|
|
66
|
+
span.mail-after-attachment
|
|
67
|
+
.cc-form-fieldset
|
|
68
|
+
div
|
|
69
|
+
.cc-form-fieldset-heading
|
|
70
|
+
span 住所
|
|
71
|
+
span.optional 任意
|
|
72
|
+
.cc-form-fieldset-body
|
|
73
|
+
.mail-field(data-type="text")
|
|
74
|
+
span.mail-before-attachment 〒
|
|
75
|
+
span.mail-input __入力内容__
|
|
76
|
+
span.mail-after-attachment
|
|
77
|
+
.mail-field(data-type="select")
|
|
78
|
+
span.mail-before-attachment 都道府県
|
|
79
|
+
span.mail-input __入力内容__
|
|
80
|
+
span.mail-after-attachment
|
|
81
|
+
.mail-field(data-type="text")
|
|
82
|
+
span.mail-before-attachment 市区町村
|
|
83
|
+
span.mail-input __入力内容__
|
|
84
|
+
span.mail-after-attachment
|
|
85
|
+
.mail-field(data-type="text")
|
|
86
|
+
span.mail-before-attachment 番地
|
|
87
|
+
span.mail-input __入力内容__
|
|
88
|
+
span.mail-after-attachment
|
|
89
|
+
.cc-form-fieldset
|
|
90
|
+
div
|
|
91
|
+
.cc-form-fieldset-heading
|
|
92
|
+
span チェックボックス単体
|
|
93
|
+
span.required 必須
|
|
94
|
+
.cc-form-fieldset-body
|
|
95
|
+
.mail-field(data-type="checkbox")
|
|
96
|
+
span.mail-before-attachment チェックボックス前見出し
|
|
97
|
+
div
|
|
98
|
+
ul
|
|
99
|
+
li __選択項目1__
|
|
100
|
+
li __選択項目2__
|
|
101
|
+
.cc-form-fieldset
|
|
102
|
+
div
|
|
103
|
+
.cc-form-fieldset-heading
|
|
104
|
+
span チェックボックス
|
|
105
|
+
span.required 必須
|
|
106
|
+
.cc-form-fieldset-body
|
|
107
|
+
.mail-field(data-type="checkbox")
|
|
108
|
+
div
|
|
109
|
+
ul
|
|
110
|
+
li __選択項目1__
|
|
111
|
+
li __選択項目2__
|
|
112
|
+
.mail-field(data-type="text")
|
|
113
|
+
span.mail-before-attachment その他
|
|
114
|
+
span.mail-input __入力内容__
|
|
115
|
+
span.mail-after-attachment
|
|
116
|
+
.cc-form-fieldset
|
|
117
|
+
div
|
|
118
|
+
.cc-form-fieldset-heading
|
|
119
|
+
span 電話番号
|
|
120
|
+
.cc-form-fieldset-body
|
|
121
|
+
.mail-field(data-type="text")
|
|
122
|
+
span.mail-before-attachment
|
|
123
|
+
span.mail-input __入力内容__
|
|
124
|
+
span.mail-after-attachment
|
|
125
|
+
.cc-form-fieldset
|
|
126
|
+
div
|
|
127
|
+
.cc-form-fieldset-heading
|
|
128
|
+
span メールアドレス
|
|
129
|
+
span.required 必須
|
|
130
|
+
.cc-form-fieldset-body
|
|
131
|
+
.mail-field(data-type="text")
|
|
132
|
+
span.mail-before-attachment
|
|
133
|
+
span.mail-input __入力内容__
|
|
134
|
+
span.mail-after-attachment
|
|
135
|
+
.cc-form-fieldset
|
|
136
|
+
div
|
|
137
|
+
.cc-form-fieldset-heading
|
|
138
|
+
span 生まれ年
|
|
139
|
+
span.required 必須
|
|
140
|
+
.cc-form-fieldset-body
|
|
141
|
+
.mail-field(data-type="select")
|
|
142
|
+
span.mail-before-attachment
|
|
143
|
+
span.mail-input __入力内容__
|
|
144
|
+
span.mail-after-attachment
|
|
145
|
+
.cc-form-fieldset
|
|
146
|
+
div
|
|
147
|
+
.cc-form-fieldset-heading
|
|
148
|
+
span 性別
|
|
149
|
+
span.optional 任意
|
|
150
|
+
.cc-form-fieldset-body
|
|
151
|
+
.mail-field(data-type="radio")
|
|
152
|
+
span.mail-before-attachment
|
|
153
|
+
.mail-radio
|
|
154
|
+
span.mail-input __選択項目__
|
|
155
|
+
.cc-form-fieldset
|
|
156
|
+
div
|
|
157
|
+
.cc-form-fieldset-heading
|
|
158
|
+
span テキストエリア
|
|
159
|
+
span.optional 任意
|
|
160
|
+
.cc-form-fieldset-attention
|
|
161
|
+
.mail-attention 注意書き
|
|
162
|
+
.cc-form-fieldset-body
|
|
163
|
+
.mail-field(data-type="textarea")
|
|
164
|
+
span.mail-before-attachment
|
|
165
|
+
p.mail-input __入力内容__
|
|
166
|
+
span.mail-after-attachment
|
|
167
|
+
.cc-form-fieldset
|
|
168
|
+
div
|
|
169
|
+
.cc-form-fieldset-heading
|
|
170
|
+
span テキストエリア
|
|
171
|
+
span.optional 任意
|
|
172
|
+
.cc-form-fieldset-body
|
|
173
|
+
.mail-field(data-type="textarea")
|
|
174
|
+
span.mail-before-attachment 前見出し
|
|
175
|
+
p.mail-input __入力内容__
|
|
176
|
+
span.mail-after-attachment 後見出し
|
|
177
|
+
.cc-form-fieldset
|
|
178
|
+
div
|
|
179
|
+
.cc-form-fieldset-heading
|
|
180
|
+
span ファイル添付
|
|
181
|
+
span.optional 任意
|
|
182
|
+
.cc-form-fieldset-body
|
|
183
|
+
.mail-field(data-type="file")
|
|
184
|
+
span.mail-before-attachment 前見出し
|
|
185
|
+
span.mail-input __ファイル名__
|
|
186
|
+
span.mail-after-attachment 後見出し
|
|
187
|
+
.cc-form-submit
|
|
188
|
+
button(type="submit"): span 入力画面に戻る
|
|
189
|
+
button(type="submit"): span 送信する
|
|
@@ -1,27 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
+meta("__ページタイトル__ | __サイトタイトル__")
|
|
5
|
-
body.c-page-sub
|
|
6
|
-
.c-page-sub__base
|
|
7
|
-
.c-page-sub__header
|
|
8
|
-
include /component/c-header.pug
|
|
9
|
-
.c-page-sub__nav-global
|
|
10
|
-
include /component/c-nav-global.pug
|
|
11
|
-
|
|
12
|
-
.c-page-sub__main
|
|
13
|
-
main
|
|
14
|
-
.c-page-sub__content
|
|
15
|
-
.c-page-sub__title-page
|
|
16
|
-
include /component/c-title-page.pug
|
|
17
|
-
.c-page-sub__nav-breadcrumb
|
|
18
|
-
include /component/c-nav-breadcrumb.pug
|
|
19
|
-
.c-page-sub__content-main
|
|
20
|
-
.c-content-main
|
|
21
|
-
.cc-form-description
|
|
22
|
-
p 送信ありがとうございました。
|
|
23
|
-
|
|
24
|
-
.c-page-sub__nav-sitemap
|
|
25
|
-
include /component/c-nav-sitemap.pug
|
|
26
|
-
.c-page-sub__footer
|
|
27
|
-
include /component/c-footer.pug
|
|
1
|
+
.c-content-main
|
|
2
|
+
.cc-form-description
|
|
3
|
+
p 送信ありがとうございました。
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: sub.pug
|
|
3
|
+
title: サンプルページ
|
|
4
|
+
description: サンプルページの説明
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
<div class="c-content-main">
|
|
8
|
+
<div data-bge-container="inline:immutable" data-bge-name="title">
|
|
9
|
+
<div data-bge-container-frame="">
|
|
10
|
+
<div data-bge-item="">
|
|
11
|
+
<div data-bgi="title-h2" data-bgi-ver="0.0.0"><h2 class="bge-title-h2" data-bge="title-h2">サンプルページ</h2></div>
|
|
12
|
+
</div>
|
|
13
|
+
</div>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
package/burgereditor.config.js
CHANGED
|
@@ -8,7 +8,8 @@ config();
|
|
|
8
8
|
* @type {import('@burger-editor/local').LocalServerConfig}
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
|
-
documentRoot: path.join(import.meta.dirname, 'htdocs'),
|
|
11
|
+
documentRoot: path.join(import.meta.dirname, '__assets', 'htdocs'),
|
|
12
|
+
assetsRoot: path.join(import.meta.dirname, 'htdocs'),
|
|
12
13
|
lang: 'ja',
|
|
13
14
|
stylesheets: ['/css/style.css'],
|
|
14
15
|
classList: ['c-content-main'],
|
package/eleventy.config.mjs
CHANGED
|
@@ -22,9 +22,15 @@ export default function (eleventyConfig) {
|
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
24
|
* Prettier options.
|
|
25
|
+
*
|
|
26
|
+
* If `true`, use the prettier config in the project root.
|
|
27
|
+
*
|
|
28
|
+
* If `false`, disable prettier.
|
|
29
|
+
*
|
|
30
|
+
* If `object`, use the options. Merge with the prettier config in the project root.
|
|
25
31
|
* @see https://prettier.io/docs/en/options
|
|
26
32
|
*/
|
|
27
|
-
|
|
33
|
+
prettier: true,
|
|
28
34
|
|
|
29
35
|
/**
|
|
30
36
|
* Minifier options.
|
package/markuplint.config.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d-zero/scaffold",
|
|
3
|
-
"version": "5.0.0-beta.
|
|
3
|
+
"version": "5.0.0-beta.5",
|
|
4
4
|
"description": "Frontend scaffold files of D-ZERO Co., Ltd.",
|
|
5
5
|
"repository": "https://github.com/d-zero-dev/frontend-env.git",
|
|
6
6
|
"author": "D-ZERO Co., Ltd.",
|
|
@@ -10,8 +10,13 @@
|
|
|
10
10
|
},
|
|
11
11
|
"type": "module",
|
|
12
12
|
"main": "package.json",
|
|
13
|
+
"production": {
|
|
14
|
+
"host": "https://example.com",
|
|
15
|
+
"siteName": "__サイト名__"
|
|
16
|
+
},
|
|
13
17
|
"scripts": {
|
|
14
|
-
"build": "npx @d-zero/builder",
|
|
18
|
+
"build": "yarn lint && npx @d-zero/builder",
|
|
19
|
+
"build:only": "npx @d-zero/builder",
|
|
15
20
|
"dev": "npx eleventy --serve --watch",
|
|
16
21
|
"d": "yarn dev",
|
|
17
22
|
"lint": "run-s \"lint:*\"",
|
|
@@ -38,30 +43,32 @@
|
|
|
38
43
|
"last 2 ios_saf version"
|
|
39
44
|
],
|
|
40
45
|
"devDependencies": {
|
|
41
|
-
"@burger-editor/local": "4.0.0-alpha.
|
|
42
|
-
"@d-zero/builder": "5.0.0-beta.
|
|
43
|
-
"@d-zero/linters": "5.0.0-alpha.
|
|
44
|
-
"@d-zero/postcss-config": "5.0.0-beta.
|
|
46
|
+
"@burger-editor/local": "4.0.0-alpha.20",
|
|
47
|
+
"@d-zero/builder": "5.0.0-beta.5",
|
|
48
|
+
"@d-zero/linters": "5.0.0-alpha.71",
|
|
49
|
+
"@d-zero/postcss-config": "5.0.0-beta.5",
|
|
45
50
|
"@d-zero/tsconfig": "0.5.0",
|
|
46
|
-
"@types/node": "
|
|
47
|
-
"cross-env": "
|
|
51
|
+
"@types/node": "24.5.1",
|
|
52
|
+
"cross-env": "10.0.0",
|
|
53
|
+
"dotenv": "17.2.2",
|
|
48
54
|
"husky": "9.1.7",
|
|
55
|
+
"jsdom": "27.0.0",
|
|
49
56
|
"npm-run-all2": "8.0.4",
|
|
50
|
-
"typescript": "5.
|
|
57
|
+
"typescript": "5.9.2",
|
|
51
58
|
"vitest": "3.2.4"
|
|
52
59
|
},
|
|
53
60
|
"dependencies": {
|
|
54
|
-
"@burger-editor/css": "4.0.0-alpha.
|
|
55
|
-
"@d-zero/custom-components": "5.0.0-beta.
|
|
61
|
+
"@burger-editor/css": "4.0.0-alpha.20",
|
|
62
|
+
"@d-zero/custom-components": "5.0.0-beta.5",
|
|
56
63
|
"dialog-toggle-events-polyfill": "1.1.4",
|
|
57
|
-
"invokers-polyfill": "0.5.
|
|
58
|
-
"kiso.css": "1.2.
|
|
64
|
+
"invokers-polyfill": "0.5.7",
|
|
65
|
+
"kiso.css": "1.2.2",
|
|
59
66
|
"tslib": "2.8.1"
|
|
60
67
|
},
|
|
61
|
-
"packageManager": "yarn@4.9.
|
|
68
|
+
"packageManager": "yarn@4.9.4",
|
|
62
69
|
"volta": {
|
|
63
|
-
"node": "
|
|
64
|
-
"yarn": "4.9.
|
|
70
|
+
"node": "24.8.0",
|
|
71
|
+
"yarn": "4.9.4"
|
|
65
72
|
},
|
|
66
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "d1c2f9a70e6d4c4d72e823489b1cc79468b20965"
|
|
67
74
|
}
|