@asd20/ui 3.2.1042 → 3.2.1044
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/package.json +1 -1
- package/src/components/molecules/Asd20CommitteeContactCard/index.vue +1 -1
- package/src/components/molecules/Asd20DepartmentContactCard/index.vue +1 -1
- package/src/components/organisms/Asd20CampaignPageHeader/index.vue +1 -25
- package/src/components/organisms/Asd20ChoiceHeader/index.vue +0 -3
- package/src/components/organisms/Asd20EventModal/index.vue +1 -1
- package/src/components/organisms/Asd20PersonModal/index.vue +1 -1
- package/src/components/organisms/Asd20SchoolPageHeader/index.vue +2 -2
- package/src/config/configurations.json +2 -2
- package/src/data/page-queries/campus-page-query-result.json +2 -2
- package/src/data/page-queries/digest-page-query-result.json +2 -2
- package/src/data/page-queries/filelist-page-query-result.json +2 -2
- package/src/data/page-queries/home-page-query-result.json +2 -2
- package/src/data/page-queries/landing-page-query-result.json +2 -2
- package/src/data/page-queries/page-not-found.json +2 -2
- package/src/data/page-queries/profile-page-query-result.json +2 -2
- package/src/data/page-queries/salary-calculator-page-result.json +2 -2
- package/src/data/page-queries/school-home-page-query-result.json +2 -2
- package/src/data/page-queries/story-index-page-query-result.json +2 -2
- package/src/data/page-queries/sublanding-page-query-result.json +2 -2
- package/src/data/page-queries/video-page-query-result.json +2 -2
- package/src/design/images/chalk-dark.png +0 -0
- package/src/design/images/chalk.png +0 -0
- package/src/design/tokens.base.json +2 -2
- package/src/design/tokens.css +2 -2
- package/src/design/tokens.json +2 -2
package/package.json
CHANGED
|
@@ -118,7 +118,7 @@ export default {
|
|
|
118
118
|
height: space(5);
|
|
119
119
|
width: 100%;
|
|
120
120
|
background-color: var(--color__secondary-t30);
|
|
121
|
-
background-image:
|
|
121
|
+
background-image: var(--website-texture__reverse);
|
|
122
122
|
background-position-y: top;
|
|
123
123
|
background-size: 640px auto;
|
|
124
124
|
}
|
|
@@ -195,7 +195,7 @@ export default {
|
|
|
195
195
|
height: space(5);
|
|
196
196
|
width: 100%;
|
|
197
197
|
background-color: var(--color__secondary-t30);
|
|
198
|
-
background-image:
|
|
198
|
+
background-image: var(--website-texture__reverse);
|
|
199
199
|
background-position-y: top;
|
|
200
200
|
background-size: 640px auto;
|
|
201
201
|
}
|
|
@@ -109,30 +109,6 @@ export default {
|
|
|
109
109
|
text-decoration: none;
|
|
110
110
|
box-shadow: 0 2px 0 0 #9fabc4;
|
|
111
111
|
}
|
|
112
|
-
// &::before {
|
|
113
|
-
// content: '';
|
|
114
|
-
// display: block;
|
|
115
|
-
// position: absolute;
|
|
116
|
-
// top: 0;
|
|
117
|
-
// bottom: space(2);
|
|
118
|
-
// left: space(1);
|
|
119
|
-
// right: 0;
|
|
120
|
-
// z-index: -1;
|
|
121
|
-
// background-color: var(--website-card__reverse-background-color);
|
|
122
|
-
// background-image: url('/statics/images/chalk.png');
|
|
123
|
-
// background-position-y: top;
|
|
124
|
-
// background-size: 640px auto;
|
|
125
|
-
// }
|
|
126
|
-
// &::after {
|
|
127
|
-
// content: '';
|
|
128
|
-
// display: block;
|
|
129
|
-
// position: absolute;
|
|
130
|
-
// height: space(1);
|
|
131
|
-
// bottom: space(0);
|
|
132
|
-
// left: space(2);
|
|
133
|
-
// right: 0;
|
|
134
|
-
// background-color: var(--color__tertiary);
|
|
135
|
-
// }
|
|
136
112
|
|
|
137
113
|
&__top {
|
|
138
114
|
--fill-one: rgba(255, 255, 255, 1);
|
|
@@ -321,7 +297,7 @@ $max: 4rem;
|
|
|
321
297
|
z-index: -1;
|
|
322
298
|
// background: var(--color__tertiary);
|
|
323
299
|
background-color: var(--website-card__reverse-background-color);
|
|
324
|
-
background-image:
|
|
300
|
+
background-image: var(--website-texture__reverse);
|
|
325
301
|
background-position-y: top;
|
|
326
302
|
background-size: 800px auto;
|
|
327
303
|
transform: translate3d(0, calc(5% * var(--scroll-progress)), 0);
|
|
@@ -307,11 +307,8 @@ $max: 4rem;
|
|
|
307
307
|
bottom: auto;
|
|
308
308
|
left: auto;
|
|
309
309
|
right: auto;
|
|
310
|
-
// background: rgba;
|
|
311
310
|
background: #08182b;
|
|
312
311
|
opacity: 0.8;
|
|
313
|
-
// background-image: url('/images/chalk.png');
|
|
314
|
-
// background-position-y: top;
|
|
315
312
|
background-size: 1024px auto;
|
|
316
313
|
grid-column: 1 / 8;
|
|
317
314
|
grid-row: 4 / 5;
|
|
@@ -145,7 +145,7 @@ export default {
|
|
|
145
145
|
height: space(5);
|
|
146
146
|
// var(--website-card__reverse-background-color)
|
|
147
147
|
background-color: var(--color__secondary-t30);
|
|
148
|
-
background-image:
|
|
148
|
+
background-image: var(--website-texture__reverse);
|
|
149
149
|
background-position-y: top;
|
|
150
150
|
background-size: 640px auto;
|
|
151
151
|
}
|
|
@@ -157,7 +157,7 @@ export default {
|
|
|
157
157
|
right: 0;
|
|
158
158
|
height: space(5);
|
|
159
159
|
background-color: var(--accent-color);
|
|
160
|
-
background-image:
|
|
160
|
+
background-image: var(--website-texture__reverse);
|
|
161
161
|
background-position-y: top;
|
|
162
162
|
background-size: 640px auto;
|
|
163
163
|
}
|
|
@@ -112,7 +112,7 @@ export default {
|
|
|
112
112
|
z-index: -1;
|
|
113
113
|
background: var(--website-header__background-color)
|
|
114
114
|
var(--website-header__background-style);
|
|
115
|
-
background-image:
|
|
115
|
+
background-image: var(--website-texture__reverse);
|
|
116
116
|
}
|
|
117
117
|
&::after {
|
|
118
118
|
content: '';
|
|
@@ -183,7 +183,7 @@ export default {
|
|
|
183
183
|
right: 0;
|
|
184
184
|
z-index: 5;
|
|
185
185
|
background: var(--color__tertiary) var(--website-header__background-style);
|
|
186
|
-
background-image:
|
|
186
|
+
background-image: var(--website-texture__reverse);
|
|
187
187
|
background-position-y: top;
|
|
188
188
|
background-size: 640px auto;
|
|
189
189
|
}
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"titleColor": "var(--color__primary)"
|
|
15
15
|
},
|
|
16
16
|
"websiteTexture": {
|
|
17
|
-
"reverse": "
|
|
18
|
-
"default": "
|
|
17
|
+
"reverse": "var(--website-texture__reverse)",
|
|
18
|
+
"default": "var(--website-texture__default)",
|
|
19
19
|
"sizeS": "240px auto",
|
|
20
20
|
"sizeM": "640px auto",
|
|
21
21
|
"position": "top left",
|
|
@@ -2383,7 +2383,7 @@
|
|
|
2383
2383
|
"id": "ab4ea111-3f5b-4556-9aca-75e3059efec9",
|
|
2384
2384
|
"title": "Default",
|
|
2385
2385
|
"type": "text",
|
|
2386
|
-
"value": "
|
|
2386
|
+
"value": "var(--website-texture__default)",
|
|
2387
2387
|
"validationPattern": "",
|
|
2388
2388
|
"required": false
|
|
2389
2389
|
},
|
|
@@ -2413,7 +2413,7 @@
|
|
|
2413
2413
|
"id": "b3973de4-d846-436c-a8c4-2791e831ea43",
|
|
2414
2414
|
"title": "Reverse",
|
|
2415
2415
|
"type": "text",
|
|
2416
|
-
"value": "
|
|
2416
|
+
"value": "var(--website-texture__reverse)",
|
|
2417
2417
|
"validationPattern": "",
|
|
2418
2418
|
"required": false
|
|
2419
2419
|
},
|
|
@@ -2102,7 +2102,7 @@
|
|
|
2102
2102
|
"id": "ab4ea111-3f5b-4556-9aca-75e3059efec9",
|
|
2103
2103
|
"title": "Default",
|
|
2104
2104
|
"type": "text",
|
|
2105
|
-
"value": "
|
|
2105
|
+
"value": "var(--website-texture__default)",
|
|
2106
2106
|
"validationPattern": "",
|
|
2107
2107
|
"required": false
|
|
2108
2108
|
},
|
|
@@ -2132,7 +2132,7 @@
|
|
|
2132
2132
|
"id": "b3973de4-d846-436c-a8c4-2791e831ea43",
|
|
2133
2133
|
"title": "Reverse",
|
|
2134
2134
|
"type": "text",
|
|
2135
|
-
"value": "
|
|
2135
|
+
"value": "var(--website-texture__reverse)",
|
|
2136
2136
|
"validationPattern": "",
|
|
2137
2137
|
"required": false
|
|
2138
2138
|
},
|
|
@@ -2027,7 +2027,7 @@
|
|
|
2027
2027
|
"id": "ab4ea111-3f5b-4556-9aca-75e3059efec9",
|
|
2028
2028
|
"title": "Default",
|
|
2029
2029
|
"type": "text",
|
|
2030
|
-
"value": "
|
|
2030
|
+
"value": "var(--website-texture__default)",
|
|
2031
2031
|
"validationPattern": "",
|
|
2032
2032
|
"required": false
|
|
2033
2033
|
},
|
|
@@ -2057,7 +2057,7 @@
|
|
|
2057
2057
|
"id": "b3973de4-d846-436c-a8c4-2791e831ea43",
|
|
2058
2058
|
"title": "Reverse",
|
|
2059
2059
|
"type": "text",
|
|
2060
|
-
"value": "
|
|
2060
|
+
"value": "var(--website-texture__reverse)",
|
|
2061
2061
|
"validationPattern": "",
|
|
2062
2062
|
"required": false
|
|
2063
2063
|
},
|
|
@@ -2529,7 +2529,7 @@
|
|
|
2529
2529
|
"id": "ab4ea111-3f5b-4556-9aca-75e3059efec9",
|
|
2530
2530
|
"title": "Default",
|
|
2531
2531
|
"type": "text",
|
|
2532
|
-
"value": "
|
|
2532
|
+
"value": "var(--website-texture__default)",
|
|
2533
2533
|
"validationPattern": "",
|
|
2534
2534
|
"required": false
|
|
2535
2535
|
},
|
|
@@ -2559,7 +2559,7 @@
|
|
|
2559
2559
|
"id": "b3973de4-d846-436c-a8c4-2791e831ea43",
|
|
2560
2560
|
"title": "Reverse",
|
|
2561
2561
|
"type": "text",
|
|
2562
|
-
"value": "
|
|
2562
|
+
"value": "var(--website-texture__reverse)",
|
|
2563
2563
|
"validationPattern": "",
|
|
2564
2564
|
"required": false
|
|
2565
2565
|
},
|
|
@@ -2886,7 +2886,7 @@
|
|
|
2886
2886
|
"id": "ab4ea111-3f5b-4556-9aca-75e3059efec9",
|
|
2887
2887
|
"title": "Default",
|
|
2888
2888
|
"type": "text",
|
|
2889
|
-
"value": "
|
|
2889
|
+
"value": "var(--website-texture__default)",
|
|
2890
2890
|
"validationPattern": "",
|
|
2891
2891
|
"required": false
|
|
2892
2892
|
},
|
|
@@ -2916,7 +2916,7 @@
|
|
|
2916
2916
|
"id": "b3973de4-d846-436c-a8c4-2791e831ea43",
|
|
2917
2917
|
"title": "Reverse",
|
|
2918
2918
|
"type": "text",
|
|
2919
|
-
"value": "
|
|
2919
|
+
"value": "var(--website-texture__reverse)",
|
|
2920
2920
|
"validationPattern": "",
|
|
2921
2921
|
"required": false
|
|
2922
2922
|
},
|
|
@@ -2006,7 +2006,7 @@
|
|
|
2006
2006
|
"id": "ab4ea111-3f5b-4556-9aca-75e3059efec9",
|
|
2007
2007
|
"title": "Default",
|
|
2008
2008
|
"type": "text",
|
|
2009
|
-
"value": "
|
|
2009
|
+
"value": "var(--website-texture__default)",
|
|
2010
2010
|
"validationPattern": "",
|
|
2011
2011
|
"required": false
|
|
2012
2012
|
},
|
|
@@ -2036,7 +2036,7 @@
|
|
|
2036
2036
|
"id": "b3973de4-d846-436c-a8c4-2791e831ea43",
|
|
2037
2037
|
"title": "Reverse",
|
|
2038
2038
|
"type": "text",
|
|
2039
|
-
"value": "
|
|
2039
|
+
"value": "var(--website-texture__reverse)",
|
|
2040
2040
|
"validationPattern": "",
|
|
2041
2041
|
"required": false
|
|
2042
2042
|
},
|
|
@@ -2599,7 +2599,7 @@
|
|
|
2599
2599
|
"id": "ab4ea111-3f5b-4556-9aca-75e3059efec9",
|
|
2600
2600
|
"title": "Default",
|
|
2601
2601
|
"type": "text",
|
|
2602
|
-
"value": "
|
|
2602
|
+
"value": "var(--website-texture__default)",
|
|
2603
2603
|
"validationPattern": "",
|
|
2604
2604
|
"required": false
|
|
2605
2605
|
},
|
|
@@ -2629,7 +2629,7 @@
|
|
|
2629
2629
|
"id": "b3973de4-d846-436c-a8c4-2791e831ea43",
|
|
2630
2630
|
"title": "Reverse",
|
|
2631
2631
|
"type": "text",
|
|
2632
|
-
"value": "
|
|
2632
|
+
"value": "var(--website-texture__reverse)",
|
|
2633
2633
|
"validationPattern": "",
|
|
2634
2634
|
"required": false
|
|
2635
2635
|
},
|
|
@@ -2163,7 +2163,7 @@
|
|
|
2163
2163
|
"id": "ab4ea111-3f5b-4556-9aca-75e3059efec9",
|
|
2164
2164
|
"title": "Default",
|
|
2165
2165
|
"type": "text",
|
|
2166
|
-
"value": "
|
|
2166
|
+
"value": "var(--website-texture__default)",
|
|
2167
2167
|
"validationPattern": "",
|
|
2168
2168
|
"required": false
|
|
2169
2169
|
},
|
|
@@ -2193,7 +2193,7 @@
|
|
|
2193
2193
|
"id": "b3973de4-d846-436c-a8c4-2791e831ea43",
|
|
2194
2194
|
"title": "Reverse",
|
|
2195
2195
|
"type": "text",
|
|
2196
|
-
"value": "
|
|
2196
|
+
"value": "var(--website-texture__reverse)",
|
|
2197
2197
|
"validationPattern": "",
|
|
2198
2198
|
"required": false
|
|
2199
2199
|
},
|
|
@@ -2331,7 +2331,7 @@
|
|
|
2331
2331
|
"id": "ab4ea111-3f5b-4556-9aca-75e3059efec9",
|
|
2332
2332
|
"title": "Default",
|
|
2333
2333
|
"type": "text",
|
|
2334
|
-
"value": "
|
|
2334
|
+
"value": "var(--website-texture__default)",
|
|
2335
2335
|
"validationPattern": "",
|
|
2336
2336
|
"required": false
|
|
2337
2337
|
},
|
|
@@ -2361,7 +2361,7 @@
|
|
|
2361
2361
|
"id": "b3973de4-d846-436c-a8c4-2791e831ea43",
|
|
2362
2362
|
"title": "Reverse",
|
|
2363
2363
|
"type": "text",
|
|
2364
|
-
"value": "
|
|
2364
|
+
"value": "var(--website-texture__reverse)",
|
|
2365
2365
|
"validationPattern": "",
|
|
2366
2366
|
"required": false
|
|
2367
2367
|
},
|
|
@@ -2058,7 +2058,7 @@
|
|
|
2058
2058
|
"id": "ab4ea111-3f5b-4556-9aca-75e3059efec9",
|
|
2059
2059
|
"title": "Default",
|
|
2060
2060
|
"type": "text",
|
|
2061
|
-
"value": "
|
|
2061
|
+
"value": "var(--website-texture__default)",
|
|
2062
2062
|
"validationPattern": "",
|
|
2063
2063
|
"required": false
|
|
2064
2064
|
},
|
|
@@ -2088,7 +2088,7 @@
|
|
|
2088
2088
|
"id": "b3973de4-d846-436c-a8c4-2791e831ea43",
|
|
2089
2089
|
"title": "Reverse",
|
|
2090
2090
|
"type": "text",
|
|
2091
|
-
"value": "
|
|
2091
|
+
"value": "var(--website-texture__reverse)",
|
|
2092
2092
|
"validationPattern": "",
|
|
2093
2093
|
"required": false
|
|
2094
2094
|
},
|
|
@@ -2781,7 +2781,7 @@
|
|
|
2781
2781
|
"id": "ab4ea111-3f5b-4556-9aca-75e3059efec9",
|
|
2782
2782
|
"title": "Default",
|
|
2783
2783
|
"type": "text",
|
|
2784
|
-
"value": "
|
|
2784
|
+
"value": "var(--website-texture__default)",
|
|
2785
2785
|
"validationPattern": "",
|
|
2786
2786
|
"required": false
|
|
2787
2787
|
},
|
|
@@ -2811,7 +2811,7 @@
|
|
|
2811
2811
|
"id": "b3973de4-d846-436c-a8c4-2791e831ea43",
|
|
2812
2812
|
"title": "Reverse",
|
|
2813
2813
|
"type": "text",
|
|
2814
|
-
"value": "
|
|
2814
|
+
"value": "var(--website-texture__reverse)",
|
|
2815
2815
|
"validationPattern": "",
|
|
2816
2816
|
"required": false
|
|
2817
2817
|
},
|
|
@@ -2391,7 +2391,7 @@
|
|
|
2391
2391
|
"id": "ab4ea111-3f5b-4556-9aca-75e3059efec9",
|
|
2392
2392
|
"title": "Default",
|
|
2393
2393
|
"type": "text",
|
|
2394
|
-
"value": "
|
|
2394
|
+
"value": "var(--website-texture__default)",
|
|
2395
2395
|
"validationPattern": "",
|
|
2396
2396
|
"required": false
|
|
2397
2397
|
},
|
|
@@ -2421,7 +2421,7 @@
|
|
|
2421
2421
|
"id": "b3973de4-d846-436c-a8c4-2791e831ea43",
|
|
2422
2422
|
"title": "Reverse",
|
|
2423
2423
|
"type": "text",
|
|
2424
|
-
"value": "
|
|
2424
|
+
"value": "var(--website-texture__reverse)",
|
|
2425
2425
|
"validationPattern": "",
|
|
2426
2426
|
"required": false
|
|
2427
2427
|
},
|
|
Binary file
|
|
Binary file
|
|
@@ -142,10 +142,10 @@
|
|
|
142
142
|
"transform": "none"
|
|
143
143
|
},
|
|
144
144
|
"websiteTexture": {
|
|
145
|
-
"default": "
|
|
145
|
+
"default": "var(--website-texture__default)",
|
|
146
146
|
"position": "center center",
|
|
147
147
|
"repeat": "repeat",
|
|
148
|
-
"reverse": "
|
|
148
|
+
"reverse": "var(--website-texture__reverse)",
|
|
149
149
|
"sizeM": "640px auto",
|
|
150
150
|
"sizeS": "240px auto"
|
|
151
151
|
},
|
package/src/design/tokens.css
CHANGED
|
@@ -197,10 +197,10 @@
|
|
|
197
197
|
--website-shape__radius-m: 5px;
|
|
198
198
|
--website-shape__radius-s: 2px;
|
|
199
199
|
--website-shape__transform: none;
|
|
200
|
-
--website-texture__default: url('
|
|
200
|
+
--website-texture__default: url('./images/chalk-dark.png');
|
|
201
201
|
--website-texture__position: center center;
|
|
202
202
|
--website-texture__repeat: repeat;
|
|
203
|
-
--website-texture__reverse: url('
|
|
203
|
+
--website-texture__reverse: url('./images/chalk.png');
|
|
204
204
|
--website-texture__size-m: 640px auto;
|
|
205
205
|
--website-texture__size-s: 240px auto;
|
|
206
206
|
--website-typography__font-family-body: 'Roboto Slab', serif;
|
package/src/design/tokens.json
CHANGED
|
@@ -142,10 +142,10 @@
|
|
|
142
142
|
"transform": "none"
|
|
143
143
|
},
|
|
144
144
|
"websiteTexture": {
|
|
145
|
-
"default": "
|
|
145
|
+
"default": "var(--website-texture__default)",
|
|
146
146
|
"position": "center center",
|
|
147
147
|
"repeat": "repeat",
|
|
148
|
-
"reverse": "
|
|
148
|
+
"reverse": "var(--website-texture__reverse)",
|
|
149
149
|
"sizeM": "640px auto",
|
|
150
150
|
"sizeS": "240px auto"
|
|
151
151
|
},
|