@wwawing/styles 3.9.0-beta.0 → 3.9.0-beta.3
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/output/wwa.css +6 -10
- package/output/wwa_classic.css +6 -10
- package/package.json +6 -6
package/output/wwa.css
CHANGED
|
@@ -24,7 +24,7 @@ div#wwa-wrapper {
|
|
|
24
24
|
text-align: center;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
#wwa-
|
|
27
|
+
#wwa-controller {
|
|
28
28
|
position: absolute;
|
|
29
29
|
top: 0;
|
|
30
30
|
left: 0;
|
|
@@ -32,11 +32,6 @@ div#wwa-wrapper {
|
|
|
32
32
|
height: 440px;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
#wwa-audio-wrapper {
|
|
36
|
-
display: none;
|
|
37
|
-
overflow: hidden;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
35
|
/**
|
|
41
36
|
* common は WWA Wing で共通で利用できるクラス名や mixin が含まれています。
|
|
42
37
|
* UI 構築の際はこれらのセレクターもご活用ください。
|
|
@@ -677,6 +672,11 @@ div.savedata > div.ss > span {
|
|
|
677
672
|
grid-area: fast;
|
|
678
673
|
}
|
|
679
674
|
|
|
675
|
+
#virtualpad-controller {
|
|
676
|
+
margin: 1rem;
|
|
677
|
+
text-align: center;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
680
|
/*
|
|
681
681
|
* z-index.css はIDで指定されている要素に対してのみ z-index を指定するSASSファイルです。
|
|
682
682
|
* アイテムボックスのエフェクトなど、一定条件で発生する、クラス指定の要素は別のSASSファイルをご利用ください。
|
|
@@ -928,10 +928,6 @@ div#wwa-sidebar {
|
|
|
928
928
|
z-index: 400;
|
|
929
929
|
}
|
|
930
930
|
|
|
931
|
-
#wwa-audio-wrapper {
|
|
932
|
-
z-index: -9999;
|
|
933
|
-
}
|
|
934
|
-
|
|
935
931
|
#wwa-virtualpad-left {
|
|
936
932
|
z-index: 500;
|
|
937
933
|
}
|
package/output/wwa_classic.css
CHANGED
|
@@ -24,7 +24,7 @@ div#wwa-wrapper {
|
|
|
24
24
|
text-align: center;
|
|
25
25
|
}
|
|
26
26
|
|
|
27
|
-
#wwa-
|
|
27
|
+
#wwa-controller {
|
|
28
28
|
position: absolute;
|
|
29
29
|
top: 0;
|
|
30
30
|
left: 0;
|
|
@@ -32,11 +32,6 @@ div#wwa-wrapper {
|
|
|
32
32
|
height: 440px;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
#wwa-audio-wrapper {
|
|
36
|
-
display: none;
|
|
37
|
-
overflow: hidden;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
35
|
/**
|
|
41
36
|
* common は WWA Wing で共通で利用できるクラス名や mixin が含まれています。
|
|
42
37
|
* UI 構築の際はこれらのセレクターもご活用ください。
|
|
@@ -677,6 +672,11 @@ div.savedata > div.ss > span {
|
|
|
677
672
|
grid-area: fast;
|
|
678
673
|
}
|
|
679
674
|
|
|
675
|
+
#virtualpad-controller {
|
|
676
|
+
margin: 1rem;
|
|
677
|
+
text-align: center;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
680
|
/*
|
|
681
681
|
* z-index.css はIDで指定されている要素に対してのみ z-index を指定するSASSファイルです。
|
|
682
682
|
* アイテムボックスのエフェクトなど、一定条件で発生する、クラス指定の要素は別のSASSファイルをご利用ください。
|
|
@@ -928,10 +928,6 @@ div#wwa-sidebar {
|
|
|
928
928
|
z-index: 400;
|
|
929
929
|
}
|
|
930
930
|
|
|
931
|
-
#wwa-audio-wrapper {
|
|
932
|
-
z-index: -9999;
|
|
933
|
-
}
|
|
934
|
-
|
|
935
931
|
#wwa-virtualpad-left {
|
|
936
932
|
z-index: 500;
|
|
937
933
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wwawing/styles",
|
|
3
|
-
"version": "3.9.0-beta.
|
|
3
|
+
"version": "3.9.0-beta.3",
|
|
4
4
|
"description": "WWA Wing stylesheet files",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@types/sass": "^1.43.1",
|
|
18
|
-
"sass": "^1.
|
|
19
|
-
"shx": "^0.3.
|
|
20
|
-
"ts-node": "^10.
|
|
21
|
-
"typescript": "^4.
|
|
18
|
+
"sass": "^1.52.3",
|
|
19
|
+
"shx": "^0.3.4",
|
|
20
|
+
"ts-node": "^10.8.1",
|
|
21
|
+
"typescript": "^4.7.3"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "42a88c02b75b6f8ce6bb22fb38f2b8a952ee38d6"
|
|
24
24
|
}
|