@d-zero/scaffold 5.0.0-alpha.36 → 5.0.0-alpha.38
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 +22 -0
- package/__assets/_libs/component/{bge-content.scss → bge-contents.scss} +1 -1
- package/__assets/_libs/component/c-card.scss +2 -2
- package/__assets/_libs/component/c-media.scss +2 -2
- package/__assets/_libs/component/c-pagination.scss +1 -1
- package/__assets/_libs/data/bge-blocks.html +192 -270
- package/__assets/htdocs/__tmpl/301_form_confirm.pug +13 -12
- package/__assets/htdocs/css/{bge-style.scss → bge_style.scss} +2 -4
- package/__assets/htdocs/css/style.scss +16 -18
- package/package.json +10 -10
|
@@ -32,18 +32,19 @@ html(lang="ja")
|
|
|
32
32
|
input#MailMessageMode(type="hidden" name="data[MailMessage][mode]")
|
|
33
33
|
.cc-form-field-list
|
|
34
34
|
.cc-form-fieldset
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
.
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
35
|
+
div
|
|
36
|
+
.cc-form-fieldset-heading
|
|
37
|
+
span フィールドグループ名
|
|
38
|
+
span.required 必須
|
|
39
|
+
.cc-form-fieldset-body
|
|
40
|
+
.mail-field(data-type="text")
|
|
41
|
+
span.mail-before-attachment 前見出し
|
|
42
|
+
span.mail-input __入力内容__
|
|
43
|
+
span.mail-after-attachment 後見出し
|
|
44
|
+
.mail-field(data-type="text")
|
|
45
|
+
span.mail-before-attachment
|
|
46
|
+
span.mail-input __入力内容__
|
|
47
|
+
span.mail-after-attachment 後見出し
|
|
47
48
|
.cc-form-fieldset
|
|
48
49
|
div
|
|
49
50
|
.cc-form-fieldset-heading
|
|
@@ -11,22 +11,20 @@
|
|
|
11
11
|
@import '@/style/general/img.scss';
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
@
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
@import '@/component/c-content-main.scss';
|
|
30
|
-
}
|
|
14
|
+
@import '@/component/c-page-home.scss';
|
|
15
|
+
@import '@/component/c-page-sub.scss';
|
|
16
|
+
@import '@/component/c-header.scss';
|
|
17
|
+
@import '@/component/c-footer.scss';
|
|
18
|
+
@import '@/component/c-nav-global.scss';
|
|
19
|
+
@import '@/component/c-nav-sitemap.scss';
|
|
20
|
+
@import '@/component/c-nav-breadcrumb.scss';
|
|
21
|
+
@import '@/component/c-title-page.scss';
|
|
22
|
+
@import '@/component/c-pagination.scss';
|
|
23
|
+
@import '@/component/c-card-list.scss';
|
|
24
|
+
@import '@/component/c-card.scss';
|
|
25
|
+
@import '@/component/c-media-list.scss';
|
|
26
|
+
@import '@/component/c-media.scss';
|
|
27
|
+
@import '@/component/c-content-index.scss';
|
|
28
|
+
@import '@/component/c-content-main.scss';
|
|
31
29
|
|
|
32
|
-
@layer reset, base, general
|
|
30
|
+
@layer reset, base, general;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@d-zero/scaffold",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.38",
|
|
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.",
|
|
@@ -37,25 +37,25 @@
|
|
|
37
37
|
"last 2 ios_saf version"
|
|
38
38
|
],
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@d-zero/builder": "5.0.0-alpha.
|
|
41
|
-
"@d-zero/linters": "5.0.0-alpha.
|
|
42
|
-
"@d-zero/postcss-config": "5.0.0-alpha.
|
|
40
|
+
"@d-zero/builder": "5.0.0-alpha.38",
|
|
41
|
+
"@d-zero/linters": "5.0.0-alpha.56",
|
|
42
|
+
"@d-zero/postcss-config": "5.0.0-alpha.38",
|
|
43
43
|
"@d-zero/tsconfig": "0.4.1",
|
|
44
|
-
"@types/node": "22.
|
|
44
|
+
"@types/node": "22.13.1",
|
|
45
45
|
"cross-env": "7.0.3",
|
|
46
46
|
"husky": "9.1.7",
|
|
47
47
|
"npm-run-all2": "7.0.2",
|
|
48
|
-
"sass": "1.83.
|
|
49
|
-
"typescript": "5.7.
|
|
50
|
-
"vitest": "
|
|
48
|
+
"sass": "1.83.4",
|
|
49
|
+
"typescript": "5.7.3",
|
|
50
|
+
"vitest": "3.0.5"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"destyle.css": "4.0.1",
|
|
54
54
|
"tslib": "2.8.1"
|
|
55
55
|
},
|
|
56
56
|
"volta": {
|
|
57
|
-
"node": "22.
|
|
57
|
+
"node": "22.13.1",
|
|
58
58
|
"yarn": "1.22.22"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "1085093730b10d9edce867f4614a1e0570c38bf8"
|
|
61
61
|
}
|