@hanzogui/themes 2.0.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/LICENSE +21 -0
- package/dist/cjs/componentThemeDefinitions.cjs +124 -0
- package/dist/cjs/componentThemeDefinitions.native.js +127 -0
- package/dist/cjs/componentThemeDefinitions.native.js.map +1 -0
- package/dist/cjs/generated-new.cjs +2021 -0
- package/dist/cjs/generated-new.native.js +2040 -0
- package/dist/cjs/generated-new.native.js.map +1 -0
- package/dist/cjs/generated-v3.cjs +1099 -0
- package/dist/cjs/generated-v3.native.js +1118 -0
- package/dist/cjs/generated-v3.native.js.map +1 -0
- package/dist/cjs/generated-v4-gui.cjs +933 -0
- package/dist/cjs/generated-v4-gui.native.js +952 -0
- package/dist/cjs/generated-v4-gui.native.js.map +1 -0
- package/dist/cjs/generated-v4.cjs +391 -0
- package/dist/cjs/generated-v4.native.js +410 -0
- package/dist/cjs/generated-v4.native.js.map +1 -0
- package/dist/cjs/generated-v5-subtle.cjs +549 -0
- package/dist/cjs/generated-v5-subtle.native.js +568 -0
- package/dist/cjs/generated-v5-subtle.native.js.map +1 -0
- package/dist/cjs/generated-v5.cjs +549 -0
- package/dist/cjs/generated-v5.native.js +568 -0
- package/dist/cjs/generated-v5.native.js.map +1 -0
- package/dist/cjs/helpers.cjs +34 -0
- package/dist/cjs/helpers.native.js +39 -0
- package/dist/cjs/helpers.native.js.map +1 -0
- package/dist/cjs/index.cjs +25 -0
- package/dist/cjs/index.native.js +28 -0
- package/dist/cjs/index.native.js.map +1 -0
- package/dist/cjs/opacify.cjs +96 -0
- package/dist/cjs/opacify.native.js +106 -0
- package/dist/cjs/opacify.native.js.map +1 -0
- package/dist/cjs/palettes.cjs +52 -0
- package/dist/cjs/palettes.native.js +63 -0
- package/dist/cjs/palettes.native.js.map +1 -0
- package/dist/cjs/shadows.cjs +43 -0
- package/dist/cjs/shadows.native.js +46 -0
- package/dist/cjs/shadows.native.js.map +1 -0
- package/dist/cjs/subtleChildrenThemes.cjs +65 -0
- package/dist/cjs/subtleChildrenThemes.native.js +74 -0
- package/dist/cjs/subtleChildrenThemes.native.js.map +1 -0
- package/dist/cjs/templates.cjs +118 -0
- package/dist/cjs/templates.native.js +121 -0
- package/dist/cjs/templates.native.js.map +1 -0
- package/dist/cjs/themes-new.cjs +86 -0
- package/dist/cjs/themes-new.native.js +88 -0
- package/dist/cjs/themes-new.native.js.map +1 -0
- package/dist/cjs/themes-old.cjs +284 -0
- package/dist/cjs/themes-old.native.js +303 -0
- package/dist/cjs/themes-old.native.js.map +1 -0
- package/dist/cjs/themes.cjs +26 -0
- package/dist/cjs/themes.native.js +29 -0
- package/dist/cjs/themes.native.js.map +1 -0
- package/dist/cjs/tokens.cjs +155 -0
- package/dist/cjs/tokens.native.js +167 -0
- package/dist/cjs/tokens.native.js.map +1 -0
- package/dist/cjs/utils.cjs +40 -0
- package/dist/cjs/utils.native.js +46 -0
- package/dist/cjs/utils.native.js.map +1 -0
- package/dist/cjs/v3-themes.cjs +472 -0
- package/dist/cjs/v3-themes.native.js +487 -0
- package/dist/cjs/v3-themes.native.js.map +1 -0
- package/dist/cjs/v3-tokens.cjs +99 -0
- package/dist/cjs/v3-tokens.native.js +108 -0
- package/dist/cjs/v3-tokens.native.js.map +1 -0
- package/dist/cjs/v3.cjs +52 -0
- package/dist/cjs/v3.native.js +55 -0
- package/dist/cjs/v3.native.js.map +1 -0
- package/dist/cjs/v4-default.cjs +167 -0
- package/dist/cjs/v4-default.native.js +170 -0
- package/dist/cjs/v4-default.native.js.map +1 -0
- package/dist/cjs/v4-gui.cjs +235 -0
- package/dist/cjs/v4-gui.native.js +243 -0
- package/dist/cjs/v4-gui.native.js.map +1 -0
- package/dist/cjs/v4-tokens.cjs +99 -0
- package/dist/cjs/v4-tokens.native.js +108 -0
- package/dist/cjs/v4-tokens.native.js.map +1 -0
- package/dist/cjs/v4.cjs +32 -0
- package/dist/cjs/v4.native.js +35 -0
- package/dist/cjs/v4.native.js.map +1 -0
- package/dist/cjs/v5-subtle.cjs +34 -0
- package/dist/cjs/v5-subtle.native.js +37 -0
- package/dist/cjs/v5-subtle.native.js.map +1 -0
- package/dist/cjs/v5-templates.cjs +110 -0
- package/dist/cjs/v5-templates.native.js +126 -0
- package/dist/cjs/v5-templates.native.js.map +1 -0
- package/dist/cjs/v5-themes-subtle.cjs +37 -0
- package/dist/cjs/v5-themes-subtle.native.js +40 -0
- package/dist/cjs/v5-themes-subtle.native.js.map +1 -0
- package/dist/cjs/v5-themes.cjs +400 -0
- package/dist/cjs/v5-themes.native.js +445 -0
- package/dist/cjs/v5-themes.native.js.map +1 -0
- package/dist/cjs/v5-tokens.cjs +99 -0
- package/dist/cjs/v5-tokens.native.js +108 -0
- package/dist/cjs/v5-tokens.native.js.map +1 -0
- package/dist/cjs/v5.cjs +34 -0
- package/dist/cjs/v5.native.js +37 -0
- package/dist/cjs/v5.native.js.map +1 -0
- package/dist/esm/componentThemeDefinitions.mjs +100 -0
- package/dist/esm/componentThemeDefinitions.mjs.map +1 -0
- package/dist/esm/componentThemeDefinitions.native.js +100 -0
- package/dist/esm/componentThemeDefinitions.native.js.map +1 -0
- package/dist/esm/generated-new.mjs +1997 -0
- package/dist/esm/generated-new.mjs.map +1 -0
- package/dist/esm/generated-new.native.js +2013 -0
- package/dist/esm/generated-new.native.js.map +1 -0
- package/dist/esm/generated-v3.mjs +1075 -0
- package/dist/esm/generated-v3.mjs.map +1 -0
- package/dist/esm/generated-v3.native.js +1091 -0
- package/dist/esm/generated-v3.native.js.map +1 -0
- package/dist/esm/generated-v4-gui.mjs +909 -0
- package/dist/esm/generated-v4-gui.mjs.map +1 -0
- package/dist/esm/generated-v4-gui.native.js +925 -0
- package/dist/esm/generated-v4-gui.native.js.map +1 -0
- package/dist/esm/generated-v4.mjs +367 -0
- package/dist/esm/generated-v4.mjs.map +1 -0
- package/dist/esm/generated-v4.native.js +383 -0
- package/dist/esm/generated-v4.native.js.map +1 -0
- package/dist/esm/generated-v5-subtle.mjs +525 -0
- package/dist/esm/generated-v5-subtle.mjs.map +1 -0
- package/dist/esm/generated-v5-subtle.native.js +541 -0
- package/dist/esm/generated-v5-subtle.native.js.map +1 -0
- package/dist/esm/generated-v5.mjs +525 -0
- package/dist/esm/generated-v5.mjs.map +1 -0
- package/dist/esm/generated-v5.native.js +541 -0
- package/dist/esm/generated-v5.native.js.map +1 -0
- package/dist/esm/helpers.mjs +9 -0
- package/dist/esm/helpers.mjs.map +1 -0
- package/dist/esm/helpers.native.js +11 -0
- package/dist/esm/helpers.native.js.map +1 -0
- package/dist/esm/index.js +9 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/index.mjs +9 -0
- package/dist/esm/index.mjs.map +1 -0
- package/dist/esm/index.native.js +9 -0
- package/dist/esm/index.native.js.map +1 -0
- package/dist/esm/opacify.mjs +72 -0
- package/dist/esm/opacify.mjs.map +1 -0
- package/dist/esm/opacify.native.js +79 -0
- package/dist/esm/opacify.native.js.map +1 -0
- package/dist/esm/palettes.mjs +29 -0
- package/dist/esm/palettes.mjs.map +1 -0
- package/dist/esm/palettes.native.js +37 -0
- package/dist/esm/palettes.native.js.map +1 -0
- package/dist/esm/shadows.mjs +20 -0
- package/dist/esm/shadows.mjs.map +1 -0
- package/dist/esm/shadows.native.js +20 -0
- package/dist/esm/shadows.native.js.map +1 -0
- package/dist/esm/subtleChildrenThemes.mjs +41 -0
- package/dist/esm/subtleChildrenThemes.mjs.map +1 -0
- package/dist/esm/subtleChildrenThemes.native.js +47 -0
- package/dist/esm/subtleChildrenThemes.native.js.map +1 -0
- package/dist/esm/templates.mjs +94 -0
- package/dist/esm/templates.mjs.map +1 -0
- package/dist/esm/templates.native.js +94 -0
- package/dist/esm/templates.native.js.map +1 -0
- package/dist/esm/themes-new.mjs +63 -0
- package/dist/esm/themes-new.mjs.map +1 -0
- package/dist/esm/themes-new.native.js +62 -0
- package/dist/esm/themes-new.native.js.map +1 -0
- package/dist/esm/themes-old.mjs +261 -0
- package/dist/esm/themes-old.mjs.map +1 -0
- package/dist/esm/themes-old.native.js +277 -0
- package/dist/esm/themes-old.native.js.map +1 -0
- package/dist/esm/themes.mjs +3 -0
- package/dist/esm/themes.mjs.map +1 -0
- package/dist/esm/themes.native.js +3 -0
- package/dist/esm/themes.native.js.map +1 -0
- package/dist/esm/tokens.mjs +124 -0
- package/dist/esm/tokens.mjs.map +1 -0
- package/dist/esm/tokens.native.js +133 -0
- package/dist/esm/tokens.native.js.map +1 -0
- package/dist/esm/utils.mjs +14 -0
- package/dist/esm/utils.mjs.map +1 -0
- package/dist/esm/utils.native.js +17 -0
- package/dist/esm/utils.native.js.map +1 -0
- package/dist/esm/v3-themes.mjs +444 -0
- package/dist/esm/v3-themes.mjs.map +1 -0
- package/dist/esm/v3-themes.native.js +456 -0
- package/dist/esm/v3-themes.native.js.map +1 -0
- package/dist/esm/v3-tokens.mjs +70 -0
- package/dist/esm/v3-tokens.mjs.map +1 -0
- package/dist/esm/v3-tokens.native.js +76 -0
- package/dist/esm/v3-tokens.native.js.map +1 -0
- package/dist/esm/v3.mjs +12 -0
- package/dist/esm/v3.mjs.map +1 -0
- package/dist/esm/v3.native.js +12 -0
- package/dist/esm/v3.native.js.map +1 -0
- package/dist/esm/v4-default.mjs +133 -0
- package/dist/esm/v4-default.mjs.map +1 -0
- package/dist/esm/v4-default.native.js +133 -0
- package/dist/esm/v4-default.native.js.map +1 -0
- package/dist/esm/v4-gui.mjs +201 -0
- package/dist/esm/v4-gui.mjs.map +1 -0
- package/dist/esm/v4-gui.native.js +206 -0
- package/dist/esm/v4-gui.native.js.map +1 -0
- package/dist/esm/v4-tokens.mjs +70 -0
- package/dist/esm/v4-tokens.mjs.map +1 -0
- package/dist/esm/v4-tokens.native.js +76 -0
- package/dist/esm/v4-tokens.native.js.map +1 -0
- package/dist/esm/v4.mjs +6 -0
- package/dist/esm/v4.mjs.map +1 -0
- package/dist/esm/v4.native.js +6 -0
- package/dist/esm/v4.native.js.map +1 -0
- package/dist/esm/v5-subtle.mjs +7 -0
- package/dist/esm/v5-subtle.mjs.map +1 -0
- package/dist/esm/v5-subtle.native.js +7 -0
- package/dist/esm/v5-subtle.native.js.map +1 -0
- package/dist/esm/v5-templates.mjs +87 -0
- package/dist/esm/v5-templates.mjs.map +1 -0
- package/dist/esm/v5-templates.native.js +100 -0
- package/dist/esm/v5-templates.native.js.map +1 -0
- package/dist/esm/v5-themes-subtle.mjs +13 -0
- package/dist/esm/v5-themes-subtle.mjs.map +1 -0
- package/dist/esm/v5-themes-subtle.native.js +13 -0
- package/dist/esm/v5-themes-subtle.native.js.map +1 -0
- package/dist/esm/v5-themes.mjs +361 -0
- package/dist/esm/v5-themes.mjs.map +1 -0
- package/dist/esm/v5-themes.native.js +403 -0
- package/dist/esm/v5-themes.native.js.map +1 -0
- package/dist/esm/v5-tokens.mjs +70 -0
- package/dist/esm/v5-tokens.mjs.map +1 -0
- package/dist/esm/v5-tokens.native.js +76 -0
- package/dist/esm/v5-tokens.native.js.map +1 -0
- package/dist/esm/v5.mjs +7 -0
- package/dist/esm/v5.mjs.map +1 -0
- package/dist/esm/v5.native.js +7 -0
- package/dist/esm/v5.native.js.map +1 -0
- package/package.json +95 -0
- package/src/componentThemeDefinitions.tsx +129 -0
- package/src/generated-new.ts +2571 -0
- package/src/generated-v3.ts +1826 -0
- package/src/generated-v4-gui.ts +2200 -0
- package/src/generated-v4.ts +1004 -0
- package/src/generated-v5-subtle.ts +2170 -0
- package/src/generated-v5.ts +2188 -0
- package/src/helpers.ts +44 -0
- package/src/index.tsx +8 -0
- package/src/opacify.ts +125 -0
- package/src/palettes.tsx +91 -0
- package/src/shadows.tsx +19 -0
- package/src/subtleChildrenThemes.ts +54 -0
- package/src/templates.tsx +104 -0
- package/src/themes-new.ts +74 -0
- package/src/themes-old.tsx +378 -0
- package/src/themes.tsx +1 -0
- package/src/tokens.tsx +199 -0
- package/src/utils.ts +51 -0
- package/src/v3-themes.ts +650 -0
- package/src/v3-tokens.ts +103 -0
- package/src/v3.tsx +12 -0
- package/src/v4-default.ts +191 -0
- package/src/v4-gui.ts +287 -0
- package/src/v4-tokens.ts +105 -0
- package/src/v4.tsx +4 -0
- package/src/v5-subtle.tsx +11 -0
- package/src/v5-templates.ts +126 -0
- package/src/v5-themes-subtle.ts +18 -0
- package/src/v5-themes.ts +626 -0
- package/src/v5-tokens.ts +107 -0
- package/src/v5.tsx +11 -0
- package/tests/v5-themes.test.ts +215 -0
- package/tsconfig.json +43 -0
- package/types/componentThemeDefinitions.d.ts +771 -0
- package/types/generated-new.d.ts +135 -0
- package/types/generated-v3.d.ts +144 -0
- package/types/generated-v4-gui.d.ts +190 -0
- package/types/generated-v4.d.ts +137 -0
- package/types/generated-v5-subtle.d.ts +244 -0
- package/types/generated-v5.d.ts +244 -0
- package/types/helpers.d.ts +24 -0
- package/types/index.d.ts +9 -0
- package/types/opacify.d.ts +9 -0
- package/types/palettes.d.ts +21 -0
- package/types/shadows.d.ts +15 -0
- package/types/subtleChildrenThemes.d.ts +305 -0
- package/types/templates.d.ts +155 -0
- package/types/themes-new.d.ts +42243 -0
- package/types/themes-old.d.ts +51411 -0
- package/types/themes.d.ts +2 -0
- package/types/tokens.d.ts +1308 -0
- package/types/utils.d.ts +21 -0
- package/types/v3-themes.d.ts +16304 -0
- package/types/v3-tokens.d.ts +184 -0
- package/types/v3.d.ts +11 -0
- package/types/v4-default.d.ts +274 -0
- package/types/v4-gui.d.ts +195 -0
- package/types/v4-tokens.d.ts +184 -0
- package/types/v4.d.ts +5 -0
- package/types/v5-subtle.d.ts +8 -0
- package/types/v5-templates.d.ts +42 -0
- package/types/v5-themes-subtle.d.ts +250 -0
- package/types/v5-themes.d.ts +752 -0
- package/types/v5-tokens.d.ts +185 -0
- package/types/v5.d.ts +8 -0
- package/v3/index.cjs +2 -0
- package/v3/index.js +2 -0
- package/v3/index.native.cjs +2 -0
- package/v3/index.native.js +2 -0
- package/v3-themes/index.cjs +2 -0
- package/v3-themes/index.js +2 -0
- package/v3-themes/index.native.cjs +2 -0
- package/v3-themes/index.native.js +2 -0
- package/v3-themes.cjs +1 -0
- package/v3-themes.d.ts +1 -0
- package/v3.cjs +1 -0
- package/v3.d.ts +1 -0
- package/v4/index.cjs +2 -0
- package/v4/index.js +2 -0
- package/v4/index.native.cjs +2 -0
- package/v4/index.native.js +2 -0
- package/v4.cjs +1 -0
- package/v4.d.ts +1 -0
- package/v5/index.cjs +2 -0
- package/v5/index.js +2 -0
- package/v5/index.native.cjs +2 -0
- package/v5/index.native.js +2 -0
- package/v5-subtle/index.cjs +2 -0
- package/v5-subtle/index.js +2 -0
- package/v5-subtle/index.native.cjs +2 -0
- package/v5-subtle/index.native.js +2 -0
- package/v5-subtle.cjs +1 -0
- package/v5-subtle.d.ts +1 -0
- package/v5.cjs +1 -0
- package/v5.d.ts +1 -0
|
@@ -0,0 +1,2571 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
type Theme = {
|
|
3
|
+
color1: string;
|
|
4
|
+
color2: string;
|
|
5
|
+
color3: string;
|
|
6
|
+
color4: string;
|
|
7
|
+
color5: string;
|
|
8
|
+
color6: string;
|
|
9
|
+
color7: string;
|
|
10
|
+
color8: string;
|
|
11
|
+
color9: string;
|
|
12
|
+
color10: string;
|
|
13
|
+
color11: string;
|
|
14
|
+
color12: string;
|
|
15
|
+
background: string;
|
|
16
|
+
backgroundHover: string;
|
|
17
|
+
backgroundPress: string;
|
|
18
|
+
backgroundFocus: string;
|
|
19
|
+
backgroundStrong: string;
|
|
20
|
+
backgroundTransparent: string;
|
|
21
|
+
color: string;
|
|
22
|
+
colorHover: string;
|
|
23
|
+
colorPress: string;
|
|
24
|
+
colorFocus: string;
|
|
25
|
+
colorTransparent: string;
|
|
26
|
+
borderColor: string;
|
|
27
|
+
borderColorHover: string;
|
|
28
|
+
borderColorFocus: string;
|
|
29
|
+
borderColorPress: string;
|
|
30
|
+
placeholderColor: string;
|
|
31
|
+
blue1: string;
|
|
32
|
+
blue2: string;
|
|
33
|
+
blue3: string;
|
|
34
|
+
blue4: string;
|
|
35
|
+
blue5: string;
|
|
36
|
+
blue6: string;
|
|
37
|
+
blue7: string;
|
|
38
|
+
blue8: string;
|
|
39
|
+
blue9: string;
|
|
40
|
+
blue10: string;
|
|
41
|
+
blue11: string;
|
|
42
|
+
blue12: string;
|
|
43
|
+
gray1: string;
|
|
44
|
+
gray2: string;
|
|
45
|
+
gray3: string;
|
|
46
|
+
gray4: string;
|
|
47
|
+
gray5: string;
|
|
48
|
+
gray6: string;
|
|
49
|
+
gray7: string;
|
|
50
|
+
gray8: string;
|
|
51
|
+
gray9: string;
|
|
52
|
+
gray10: string;
|
|
53
|
+
gray11: string;
|
|
54
|
+
gray12: string;
|
|
55
|
+
green1: string;
|
|
56
|
+
green2: string;
|
|
57
|
+
green3: string;
|
|
58
|
+
green4: string;
|
|
59
|
+
green5: string;
|
|
60
|
+
green6: string;
|
|
61
|
+
green7: string;
|
|
62
|
+
green8: string;
|
|
63
|
+
green9: string;
|
|
64
|
+
green10: string;
|
|
65
|
+
green11: string;
|
|
66
|
+
green12: string;
|
|
67
|
+
orange1: string;
|
|
68
|
+
orange2: string;
|
|
69
|
+
orange3: string;
|
|
70
|
+
orange4: string;
|
|
71
|
+
orange5: string;
|
|
72
|
+
orange6: string;
|
|
73
|
+
orange7: string;
|
|
74
|
+
orange8: string;
|
|
75
|
+
orange9: string;
|
|
76
|
+
orange10: string;
|
|
77
|
+
orange11: string;
|
|
78
|
+
orange12: string;
|
|
79
|
+
pink1: string;
|
|
80
|
+
pink2: string;
|
|
81
|
+
pink3: string;
|
|
82
|
+
pink4: string;
|
|
83
|
+
pink5: string;
|
|
84
|
+
pink6: string;
|
|
85
|
+
pink7: string;
|
|
86
|
+
pink8: string;
|
|
87
|
+
pink9: string;
|
|
88
|
+
pink10: string;
|
|
89
|
+
pink11: string;
|
|
90
|
+
pink12: string;
|
|
91
|
+
purple1: string;
|
|
92
|
+
purple2: string;
|
|
93
|
+
purple3: string;
|
|
94
|
+
purple4: string;
|
|
95
|
+
purple5: string;
|
|
96
|
+
purple6: string;
|
|
97
|
+
purple7: string;
|
|
98
|
+
purple8: string;
|
|
99
|
+
purple9: string;
|
|
100
|
+
purple10: string;
|
|
101
|
+
purple11: string;
|
|
102
|
+
purple12: string;
|
|
103
|
+
red1: string;
|
|
104
|
+
red2: string;
|
|
105
|
+
red3: string;
|
|
106
|
+
red4: string;
|
|
107
|
+
red5: string;
|
|
108
|
+
red6: string;
|
|
109
|
+
red7: string;
|
|
110
|
+
red8: string;
|
|
111
|
+
red9: string;
|
|
112
|
+
red10: string;
|
|
113
|
+
red11: string;
|
|
114
|
+
red12: string;
|
|
115
|
+
yellow1: string;
|
|
116
|
+
yellow2: string;
|
|
117
|
+
yellow3: string;
|
|
118
|
+
yellow4: string;
|
|
119
|
+
yellow5: string;
|
|
120
|
+
yellow6: string;
|
|
121
|
+
yellow7: string;
|
|
122
|
+
yellow8: string;
|
|
123
|
+
yellow9: string;
|
|
124
|
+
yellow10: string;
|
|
125
|
+
yellow11: string;
|
|
126
|
+
yellow12: string;
|
|
127
|
+
shadowColor: string;
|
|
128
|
+
shadowColorHover: string;
|
|
129
|
+
shadowColorPress: string;
|
|
130
|
+
shadowColorFocus: string;
|
|
131
|
+
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
function t(a: [number, number][]) {
|
|
135
|
+
let res: Record<string,string> = {}
|
|
136
|
+
for (const [ki, vi] of a) {
|
|
137
|
+
res[ks[ki] as string] = colors[vi] as string
|
|
138
|
+
}
|
|
139
|
+
return res as Theme
|
|
140
|
+
}
|
|
141
|
+
export const colors = [
|
|
142
|
+
'#fff',
|
|
143
|
+
'#f8f8f8',
|
|
144
|
+
'hsl(0, 0%, 96.3%)',
|
|
145
|
+
'hsl(0, 0%, 94.1%)',
|
|
146
|
+
'hsl(0, 0%, 92.0%)',
|
|
147
|
+
'hsl(0, 0%, 90.0%)',
|
|
148
|
+
'hsl(0, 0%, 88.5%)',
|
|
149
|
+
'hsl(0, 0%, 81.0%)',
|
|
150
|
+
'hsl(0, 0%, 56.1%)',
|
|
151
|
+
'hsl(0, 0%, 50.3%)',
|
|
152
|
+
'hsl(0, 0%, 42.5%)',
|
|
153
|
+
'hsl(0, 0%, 9.0%)',
|
|
154
|
+
'rgba(255,255,255,0)',
|
|
155
|
+
'rgba(10,10,10,0)',
|
|
156
|
+
'hsl(206, 100%, 99.2%)',
|
|
157
|
+
'hsl(210, 100%, 98.0%)',
|
|
158
|
+
'hsl(209, 100%, 96.5%)',
|
|
159
|
+
'hsl(210, 98.8%, 94.0%)',
|
|
160
|
+
'hsl(209, 95.0%, 90.1%)',
|
|
161
|
+
'hsl(209, 81.2%, 84.5%)',
|
|
162
|
+
'hsl(208, 77.5%, 76.9%)',
|
|
163
|
+
'hsl(206, 81.9%, 65.3%)',
|
|
164
|
+
'hsl(206, 100%, 50.0%)',
|
|
165
|
+
'hsl(208, 100%, 47.3%)',
|
|
166
|
+
'hsl(211, 100%, 43.2%)',
|
|
167
|
+
'hsl(211, 100%, 15.0%)',
|
|
168
|
+
'hsl(0, 0%, 99.0%)',
|
|
169
|
+
'hsl(0, 0%, 97.3%)',
|
|
170
|
+
'hsl(0, 0%, 95.1%)',
|
|
171
|
+
'hsl(0, 0%, 93.0%)',
|
|
172
|
+
'hsl(0, 0%, 90.9%)',
|
|
173
|
+
'hsl(0, 0%, 88.7%)',
|
|
174
|
+
'hsl(0, 0%, 85.8%)',
|
|
175
|
+
'hsl(0, 0%, 78.0%)',
|
|
176
|
+
'hsl(0, 0%, 52.3%)',
|
|
177
|
+
'hsl(0, 0%, 43.5%)',
|
|
178
|
+
'hsl(136, 50.0%, 98.9%)',
|
|
179
|
+
'hsl(138, 62.5%, 96.9%)',
|
|
180
|
+
'hsl(139, 55.2%, 94.5%)',
|
|
181
|
+
'hsl(140, 48.7%, 91.0%)',
|
|
182
|
+
'hsl(141, 43.7%, 86.0%)',
|
|
183
|
+
'hsl(143, 40.3%, 79.0%)',
|
|
184
|
+
'hsl(146, 38.5%, 69.0%)',
|
|
185
|
+
'hsl(151, 40.2%, 54.1%)',
|
|
186
|
+
'hsl(151, 55.0%, 41.5%)',
|
|
187
|
+
'hsl(152, 57.5%, 37.6%)',
|
|
188
|
+
'hsl(153, 67.0%, 28.5%)',
|
|
189
|
+
'hsl(155, 40.0%, 14.0%)',
|
|
190
|
+
'hsl(24, 70.0%, 99.0%)',
|
|
191
|
+
'hsl(24, 83.3%, 97.6%)',
|
|
192
|
+
'hsl(24, 100%, 95.3%)',
|
|
193
|
+
'hsl(25, 100%, 92.2%)',
|
|
194
|
+
'hsl(25, 100%, 88.2%)',
|
|
195
|
+
'hsl(25, 100%, 82.8%)',
|
|
196
|
+
'hsl(24, 100%, 75.3%)',
|
|
197
|
+
'hsl(24, 94.5%, 64.3%)',
|
|
198
|
+
'hsl(24, 94.0%, 50.0%)',
|
|
199
|
+
'hsl(24, 100%, 46.5%)',
|
|
200
|
+
'hsl(24, 100%, 37.0%)',
|
|
201
|
+
'hsl(15, 60.0%, 17.0%)',
|
|
202
|
+
'hsl(322, 100%, 99.4%)',
|
|
203
|
+
'hsl(323, 100%, 98.4%)',
|
|
204
|
+
'hsl(323, 86.3%, 96.5%)',
|
|
205
|
+
'hsl(323, 78.7%, 94.2%)',
|
|
206
|
+
'hsl(323, 72.2%, 91.1%)',
|
|
207
|
+
'hsl(323, 66.3%, 86.6%)',
|
|
208
|
+
'hsl(323, 62.0%, 80.1%)',
|
|
209
|
+
'hsl(323, 60.3%, 72.4%)',
|
|
210
|
+
'hsl(322, 65.0%, 54.5%)',
|
|
211
|
+
'hsl(322, 63.9%, 50.7%)',
|
|
212
|
+
'hsl(322, 75.0%, 46.0%)',
|
|
213
|
+
'hsl(320, 70.0%, 13.5%)',
|
|
214
|
+
'hsl(280, 65.0%, 99.4%)',
|
|
215
|
+
'hsl(276, 100%, 99.0%)',
|
|
216
|
+
'hsl(276, 83.1%, 97.0%)',
|
|
217
|
+
'hsl(275, 76.4%, 94.7%)',
|
|
218
|
+
'hsl(275, 70.8%, 91.8%)',
|
|
219
|
+
'hsl(274, 65.4%, 87.8%)',
|
|
220
|
+
'hsl(273, 61.0%, 81.7%)',
|
|
221
|
+
'hsl(272, 60.0%, 73.5%)',
|
|
222
|
+
'hsl(272, 51.0%, 54.0%)',
|
|
223
|
+
'hsl(272, 46.8%, 50.3%)',
|
|
224
|
+
'hsl(272, 50.0%, 45.8%)',
|
|
225
|
+
'hsl(272, 66.0%, 16.0%)',
|
|
226
|
+
'hsl(359, 100%, 99.4%)',
|
|
227
|
+
'hsl(359, 100%, 98.6%)',
|
|
228
|
+
'hsl(360, 100%, 96.8%)',
|
|
229
|
+
'hsl(360, 97.9%, 94.8%)',
|
|
230
|
+
'hsl(360, 90.2%, 91.9%)',
|
|
231
|
+
'hsl(360, 81.7%, 87.8%)',
|
|
232
|
+
'hsl(359, 74.2%, 81.7%)',
|
|
233
|
+
'hsl(359, 69.5%, 74.3%)',
|
|
234
|
+
'hsl(358, 75.0%, 59.0%)',
|
|
235
|
+
'hsl(358, 69.4%, 55.2%)',
|
|
236
|
+
'hsl(358, 65.0%, 48.7%)',
|
|
237
|
+
'hsl(354, 50.0%, 14.6%)',
|
|
238
|
+
'hsl(60, 54.0%, 98.5%)',
|
|
239
|
+
'hsl(52, 100%, 95.5%)',
|
|
240
|
+
'hsl(55, 100%, 90.9%)',
|
|
241
|
+
'hsl(54, 100%, 86.6%)',
|
|
242
|
+
'hsl(52, 97.9%, 82.0%)',
|
|
243
|
+
'hsl(50, 89.4%, 76.1%)',
|
|
244
|
+
'hsl(47, 80.4%, 68.0%)',
|
|
245
|
+
'hsl(48, 100%, 46.1%)',
|
|
246
|
+
'hsl(53, 92.0%, 50.0%)',
|
|
247
|
+
'hsl(50, 100%, 48.5%)',
|
|
248
|
+
'hsl(42, 100%, 29.0%)',
|
|
249
|
+
'hsl(40, 55.0%, 13.5%)',
|
|
250
|
+
'rgba(0,0,0,0.085)',
|
|
251
|
+
'rgba(0,0,0,0.04)',
|
|
252
|
+
'#050505',
|
|
253
|
+
'#151515',
|
|
254
|
+
'#191919',
|
|
255
|
+
'#232323',
|
|
256
|
+
'#282828',
|
|
257
|
+
'#323232',
|
|
258
|
+
'#424242',
|
|
259
|
+
'#494949',
|
|
260
|
+
'#545454',
|
|
261
|
+
'#626262',
|
|
262
|
+
'#a5a5a5',
|
|
263
|
+
'hsl(212, 35.0%, 9.2%)',
|
|
264
|
+
'hsl(216, 50.0%, 11.8%)',
|
|
265
|
+
'hsl(214, 59.4%, 15.3%)',
|
|
266
|
+
'hsl(214, 65.8%, 17.9%)',
|
|
267
|
+
'hsl(213, 71.2%, 20.2%)',
|
|
268
|
+
'hsl(212, 77.4%, 23.1%)',
|
|
269
|
+
'hsl(211, 85.1%, 27.4%)',
|
|
270
|
+
'hsl(211, 89.7%, 34.1%)',
|
|
271
|
+
'hsl(209, 100%, 60.6%)',
|
|
272
|
+
'hsl(210, 100%, 66.1%)',
|
|
273
|
+
'hsl(206, 98.0%, 95.8%)',
|
|
274
|
+
'hsl(0, 0%, 8.5%)',
|
|
275
|
+
'hsl(0, 0%, 11.0%)',
|
|
276
|
+
'hsl(0, 0%, 13.6%)',
|
|
277
|
+
'hsl(0, 0%, 15.8%)',
|
|
278
|
+
'hsl(0, 0%, 17.9%)',
|
|
279
|
+
'hsl(0, 0%, 20.5%)',
|
|
280
|
+
'hsl(0, 0%, 24.3%)',
|
|
281
|
+
'hsl(0, 0%, 31.2%)',
|
|
282
|
+
'hsl(0, 0%, 43.9%)',
|
|
283
|
+
'hsl(0, 0%, 49.4%)',
|
|
284
|
+
'hsl(0, 0%, 62.8%)',
|
|
285
|
+
'hsl(146, 30.0%, 7.4%)',
|
|
286
|
+
'hsl(155, 44.2%, 8.4%)',
|
|
287
|
+
'hsl(155, 46.7%, 10.9%)',
|
|
288
|
+
'hsl(154, 48.4%, 12.9%)',
|
|
289
|
+
'hsl(154, 49.7%, 14.9%)',
|
|
290
|
+
'hsl(154, 50.9%, 17.6%)',
|
|
291
|
+
'hsl(153, 51.8%, 21.8%)',
|
|
292
|
+
'hsl(151, 51.7%, 28.4%)',
|
|
293
|
+
'hsl(151, 49.3%, 46.5%)',
|
|
294
|
+
'hsl(151, 50.0%, 53.2%)',
|
|
295
|
+
'hsl(137, 72.0%, 94.0%)',
|
|
296
|
+
'hsl(30, 70.0%, 7.2%)',
|
|
297
|
+
'hsl(28, 100%, 8.4%)',
|
|
298
|
+
'hsl(26, 91.1%, 11.6%)',
|
|
299
|
+
'hsl(25, 88.3%, 14.1%)',
|
|
300
|
+
'hsl(24, 87.6%, 16.6%)',
|
|
301
|
+
'hsl(24, 88.6%, 19.8%)',
|
|
302
|
+
'hsl(24, 92.4%, 24.0%)',
|
|
303
|
+
'hsl(25, 100%, 29.0%)',
|
|
304
|
+
'hsl(24, 100%, 58.5%)',
|
|
305
|
+
'hsl(24, 100%, 62.2%)',
|
|
306
|
+
'hsl(24, 97.0%, 93.2%)',
|
|
307
|
+
'hsl(318, 25.0%, 9.6%)',
|
|
308
|
+
'hsl(319, 32.2%, 11.6%)',
|
|
309
|
+
'hsl(319, 41.0%, 16.0%)',
|
|
310
|
+
'hsl(320, 45.4%, 18.7%)',
|
|
311
|
+
'hsl(320, 49.0%, 21.1%)',
|
|
312
|
+
'hsl(321, 53.6%, 24.4%)',
|
|
313
|
+
'hsl(321, 61.1%, 29.7%)',
|
|
314
|
+
'hsl(322, 74.9%, 37.5%)',
|
|
315
|
+
'hsl(323, 72.8%, 59.2%)',
|
|
316
|
+
'hsl(325, 90.0%, 66.4%)',
|
|
317
|
+
'hsl(322, 90.0%, 95.8%)',
|
|
318
|
+
'hsl(284, 20.0%, 9.6%)',
|
|
319
|
+
'hsl(283, 30.0%, 11.8%)',
|
|
320
|
+
'hsl(281, 37.5%, 16.5%)',
|
|
321
|
+
'hsl(280, 41.2%, 20.0%)',
|
|
322
|
+
'hsl(279, 43.8%, 23.3%)',
|
|
323
|
+
'hsl(277, 46.4%, 27.5%)',
|
|
324
|
+
'hsl(275, 49.3%, 34.6%)',
|
|
325
|
+
'hsl(272, 52.1%, 45.9%)',
|
|
326
|
+
'hsl(273, 57.3%, 59.1%)',
|
|
327
|
+
'hsl(275, 80.0%, 71.0%)',
|
|
328
|
+
'hsl(279, 75.0%, 95.7%)',
|
|
329
|
+
'hsl(353, 23.0%, 9.8%)',
|
|
330
|
+
'hsl(357, 34.4%, 12.0%)',
|
|
331
|
+
'hsl(356, 43.4%, 16.4%)',
|
|
332
|
+
'hsl(356, 47.6%, 19.2%)',
|
|
333
|
+
'hsl(356, 51.1%, 21.9%)',
|
|
334
|
+
'hsl(356, 55.2%, 25.9%)',
|
|
335
|
+
'hsl(357, 60.2%, 31.8%)',
|
|
336
|
+
'hsl(358, 65.0%, 40.4%)',
|
|
337
|
+
'hsl(358, 85.3%, 64.0%)',
|
|
338
|
+
'hsl(358, 100%, 69.5%)',
|
|
339
|
+
'hsl(351, 89.0%, 96.0%)',
|
|
340
|
+
'hsl(45, 100%, 5.5%)',
|
|
341
|
+
'hsl(46, 100%, 6.7%)',
|
|
342
|
+
'hsl(45, 100%, 8.7%)',
|
|
343
|
+
'hsl(45, 100%, 10.4%)',
|
|
344
|
+
'hsl(47, 100%, 12.1%)',
|
|
345
|
+
'hsl(49, 100%, 14.3%)',
|
|
346
|
+
'hsl(49, 90.3%, 18.4%)',
|
|
347
|
+
'hsl(50, 100%, 22.0%)',
|
|
348
|
+
'hsl(54, 100%, 68.0%)',
|
|
349
|
+
'hsl(48, 100%, 47.0%)',
|
|
350
|
+
'hsl(53, 100%, 91.0%)',
|
|
351
|
+
'rgba(0,0,0,0.3)',
|
|
352
|
+
'rgba(0,0,0,0.2)',
|
|
353
|
+
'hsla(24, 70.0%, 99.0%, 0)',
|
|
354
|
+
'hsla(15, 60.0%, 17.0%, 0)',
|
|
355
|
+
'hsla(60, 54.0%, 98.5%, 0)',
|
|
356
|
+
'hsla(40, 55.0%, 13.5%, 0)',
|
|
357
|
+
'hsla(136, 50.0%, 98.9%, 0)',
|
|
358
|
+
'hsla(155, 40.0%, 14.0%, 0)',
|
|
359
|
+
'hsla(206, 100%, 99.2%, 0)',
|
|
360
|
+
'hsla(211, 100%, 15.0%, 0)',
|
|
361
|
+
'hsla(280, 65.0%, 99.4%, 0)',
|
|
362
|
+
'hsla(272, 66.0%, 16.0%, 0)',
|
|
363
|
+
'hsla(322, 100%, 99.4%, 0)',
|
|
364
|
+
'hsla(320, 70.0%, 13.5%, 0)',
|
|
365
|
+
'hsla(359, 100%, 99.4%, 0)',
|
|
366
|
+
'hsla(354, 50.0%, 14.6%, 0)',
|
|
367
|
+
'hsla(30, 70.0%, 7.2%, 0)',
|
|
368
|
+
'hsla(24, 97.0%, 93.2%, 0)',
|
|
369
|
+
'hsla(45, 100%, 5.5%, 0)',
|
|
370
|
+
'hsla(53, 100%, 91.0%, 0)',
|
|
371
|
+
'hsla(146, 30.0%, 7.4%, 0)',
|
|
372
|
+
'hsla(137, 72.0%, 94.0%, 0)',
|
|
373
|
+
'hsla(212, 35.0%, 9.2%, 0)',
|
|
374
|
+
'hsla(206, 98.0%, 95.8%, 0)',
|
|
375
|
+
'hsla(284, 20.0%, 9.6%, 0)',
|
|
376
|
+
'hsla(279, 75.0%, 95.7%, 0)',
|
|
377
|
+
'hsla(318, 25.0%, 9.6%, 0)',
|
|
378
|
+
'hsla(322, 90.0%, 95.8%, 0)',
|
|
379
|
+
'hsla(353, 23.0%, 9.8%, 0)',
|
|
380
|
+
'hsla(351, 89.0%, 96.0%, 0)',
|
|
381
|
+
'rgba(0,0,0,0.5)',
|
|
382
|
+
'rgba(0,0,0,0.9)',
|
|
383
|
+
'transparent',
|
|
384
|
+
]
|
|
385
|
+
|
|
386
|
+
const ks = [
|
|
387
|
+
'color1',
|
|
388
|
+
'color2',
|
|
389
|
+
'color3',
|
|
390
|
+
'color4',
|
|
391
|
+
'color5',
|
|
392
|
+
'color6',
|
|
393
|
+
'color7',
|
|
394
|
+
'color8',
|
|
395
|
+
'color9',
|
|
396
|
+
'color10',
|
|
397
|
+
'color11',
|
|
398
|
+
'color12',
|
|
399
|
+
'background',
|
|
400
|
+
'backgroundHover',
|
|
401
|
+
'backgroundPress',
|
|
402
|
+
'backgroundFocus',
|
|
403
|
+
'backgroundStrong',
|
|
404
|
+
'backgroundTransparent',
|
|
405
|
+
'color',
|
|
406
|
+
'colorHover',
|
|
407
|
+
'colorPress',
|
|
408
|
+
'colorFocus',
|
|
409
|
+
'colorTransparent',
|
|
410
|
+
'borderColor',
|
|
411
|
+
'borderColorHover',
|
|
412
|
+
'borderColorFocus',
|
|
413
|
+
'borderColorPress',
|
|
414
|
+
'placeholderColor',
|
|
415
|
+
'blue1',
|
|
416
|
+
'blue2',
|
|
417
|
+
'blue3',
|
|
418
|
+
'blue4',
|
|
419
|
+
'blue5',
|
|
420
|
+
'blue6',
|
|
421
|
+
'blue7',
|
|
422
|
+
'blue8',
|
|
423
|
+
'blue9',
|
|
424
|
+
'blue10',
|
|
425
|
+
'blue11',
|
|
426
|
+
'blue12',
|
|
427
|
+
'gray1',
|
|
428
|
+
'gray2',
|
|
429
|
+
'gray3',
|
|
430
|
+
'gray4',
|
|
431
|
+
'gray5',
|
|
432
|
+
'gray6',
|
|
433
|
+
'gray7',
|
|
434
|
+
'gray8',
|
|
435
|
+
'gray9',
|
|
436
|
+
'gray10',
|
|
437
|
+
'gray11',
|
|
438
|
+
'gray12',
|
|
439
|
+
'green1',
|
|
440
|
+
'green2',
|
|
441
|
+
'green3',
|
|
442
|
+
'green4',
|
|
443
|
+
'green5',
|
|
444
|
+
'green6',
|
|
445
|
+
'green7',
|
|
446
|
+
'green8',
|
|
447
|
+
'green9',
|
|
448
|
+
'green10',
|
|
449
|
+
'green11',
|
|
450
|
+
'green12',
|
|
451
|
+
'orange1',
|
|
452
|
+
'orange2',
|
|
453
|
+
'orange3',
|
|
454
|
+
'orange4',
|
|
455
|
+
'orange5',
|
|
456
|
+
'orange6',
|
|
457
|
+
'orange7',
|
|
458
|
+
'orange8',
|
|
459
|
+
'orange9',
|
|
460
|
+
'orange10',
|
|
461
|
+
'orange11',
|
|
462
|
+
'orange12',
|
|
463
|
+
'pink1',
|
|
464
|
+
'pink2',
|
|
465
|
+
'pink3',
|
|
466
|
+
'pink4',
|
|
467
|
+
'pink5',
|
|
468
|
+
'pink6',
|
|
469
|
+
'pink7',
|
|
470
|
+
'pink8',
|
|
471
|
+
'pink9',
|
|
472
|
+
'pink10',
|
|
473
|
+
'pink11',
|
|
474
|
+
'pink12',
|
|
475
|
+
'purple1',
|
|
476
|
+
'purple2',
|
|
477
|
+
'purple3',
|
|
478
|
+
'purple4',
|
|
479
|
+
'purple5',
|
|
480
|
+
'purple6',
|
|
481
|
+
'purple7',
|
|
482
|
+
'purple8',
|
|
483
|
+
'purple9',
|
|
484
|
+
'purple10',
|
|
485
|
+
'purple11',
|
|
486
|
+
'purple12',
|
|
487
|
+
'red1',
|
|
488
|
+
'red2',
|
|
489
|
+
'red3',
|
|
490
|
+
'red4',
|
|
491
|
+
'red5',
|
|
492
|
+
'red6',
|
|
493
|
+
'red7',
|
|
494
|
+
'red8',
|
|
495
|
+
'red9',
|
|
496
|
+
'red10',
|
|
497
|
+
'red11',
|
|
498
|
+
'red12',
|
|
499
|
+
'yellow1',
|
|
500
|
+
'yellow2',
|
|
501
|
+
'yellow3',
|
|
502
|
+
'yellow4',
|
|
503
|
+
'yellow5',
|
|
504
|
+
'yellow6',
|
|
505
|
+
'yellow7',
|
|
506
|
+
'yellow8',
|
|
507
|
+
'yellow9',
|
|
508
|
+
'yellow10',
|
|
509
|
+
'yellow11',
|
|
510
|
+
'yellow12',
|
|
511
|
+
'shadowColor',
|
|
512
|
+
'shadowColorHover',
|
|
513
|
+
'shadowColorPress',
|
|
514
|
+
'shadowColorFocus']
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
const n1 = t([[0, 0],[1, 1],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 1],[13, 2],[14, 3],[15, 4],[16, 0],[17, 12],[18, 11],[19, 10],[20, 11],[21, 10],[22, 13],[23, 4],[24, 5],[25, 3],[26, 4],[27, 8],[28, 14],[29, 15],[30, 16],[31, 17],[32, 18],[33, 19],[34, 20],[35, 21],[36, 22],[37, 23],[38, 24],[39, 25],[40, 26],[41, 27],[42, 28],[43, 29],[44, 30],[45, 31],[46, 32],[47, 33],[48, 8],[49, 34],[50, 35],[51, 11],[52, 36],[53, 37],[54, 38],[55, 39],[56, 40],[57, 41],[58, 42],[59, 43],[60, 44],[61, 45],[62, 46],[63, 47],[64, 48],[65, 49],[66, 50],[67, 51],[68, 52],[69, 53],[70, 54],[71, 55],[72, 56],[73, 57],[74, 58],[75, 59],[76, 60],[77, 61],[78, 62],[79, 63],[80, 64],[81, 65],[82, 66],[83, 67],[84, 68],[85, 69],[86, 70],[87, 71],[88, 72],[89, 73],[90, 74],[91, 75],[92, 76],[93, 77],[94, 78],[95, 79],[96, 80],[97, 81],[98, 82],[99, 83],[100, 84],[101, 85],[102, 86],[103, 87],[104, 88],[105, 89],[106, 90],[107, 91],[108, 92],[109, 93],[110, 94],[111, 95],[112, 96],[113, 97],[114, 98],[115, 99],[116, 100],[117, 101],[118, 102],[119, 103],[120, 104],[121, 105],[122, 106],[123, 107],[124, 108],[125, 108],[126, 109],[127, 109]])
|
|
518
|
+
const n2 = t([[0, 110],[1, 111],[2, 112],[3, 113],[4, 114],[5, 115],[6, 116],[7, 117],[8, 118],[9, 119],[10, 120],[11, 0],[12, 111],[13, 112],[14, 113],[15, 114],[16, 110],[17, 13],[18, 0],[19, 120],[20, 0],[21, 120],[22, 12],[23, 114],[24, 115],[25, 113],[26, 114],[27, 118],[28, 121],[29, 122],[30, 123],[31, 124],[32, 125],[33, 126],[34, 127],[35, 128],[36, 22],[37, 129],[38, 130],[39, 131],[40, 132],[41, 133],[42, 134],[43, 135],[44, 136],[45, 137],[46, 138],[47, 139],[48, 140],[49, 141],[50, 142],[51, 29],[52, 143],[53, 144],[54, 145],[55, 146],[56, 147],[57, 148],[58, 149],[59, 150],[60, 44],[61, 151],[62, 152],[63, 153],[64, 154],[65, 155],[66, 156],[67, 157],[68, 158],[69, 159],[70, 160],[71, 161],[72, 56],[73, 162],[74, 163],[75, 164],[76, 165],[77, 166],[78, 167],[79, 168],[80, 169],[81, 170],[82, 171],[83, 172],[84, 68],[85, 173],[86, 174],[87, 175],[88, 176],[89, 177],[90, 178],[91, 179],[92, 180],[93, 181],[94, 182],[95, 183],[96, 80],[97, 184],[98, 185],[99, 186],[100, 187],[101, 188],[102, 189],[103, 190],[104, 191],[105, 192],[106, 193],[107, 194],[108, 92],[109, 195],[110, 196],[111, 197],[112, 198],[113, 199],[114, 200],[115, 201],[116, 202],[117, 203],[118, 204],[119, 205],[120, 104],[121, 206],[122, 207],[123, 208],[124, 209],[125, 209],[126, 210],[127, 210]])
|
|
519
|
+
const n3 = t([[0, 48],[1, 49],[2, 50],[3, 51],[4, 52],[5, 53],[6, 55],[7, 56],[8, 57],[9, 58],[10, 59],[11, 11],[12, 49],[13, 50],[14, 51],[15, 52],[16, 48],[17, 211],[18, 11],[19, 59],[20, 11],[21, 59],[22, 212],[23, 51],[24, 52],[25, 51],[26, 51],[27, 57]])
|
|
520
|
+
const n4 = t([[0, 96],[1, 97],[2, 98],[3, 99],[4, 100],[5, 101],[6, 103],[7, 104],[8, 105],[9, 106],[10, 107],[11, 11],[12, 97],[13, 98],[14, 99],[15, 100],[16, 96],[17, 213],[18, 11],[19, 107],[20, 11],[21, 107],[22, 214],[23, 99],[24, 100],[25, 99],[26, 99],[27, 105]])
|
|
521
|
+
const n5 = t([[0, 36],[1, 37],[2, 38],[3, 39],[4, 40],[5, 41],[6, 43],[7, 44],[8, 45],[9, 46],[10, 47],[11, 11],[12, 37],[13, 38],[14, 39],[15, 40],[16, 36],[17, 215],[18, 11],[19, 47],[20, 11],[21, 47],[22, 216],[23, 39],[24, 40],[25, 39],[26, 39],[27, 45]])
|
|
522
|
+
const n6 = t([[0, 14],[1, 15],[2, 16],[3, 17],[4, 18],[5, 19],[6, 21],[7, 22],[8, 23],[9, 24],[10, 25],[11, 11],[12, 15],[13, 16],[14, 17],[15, 18],[16, 14],[17, 217],[18, 11],[19, 25],[20, 11],[21, 25],[22, 218],[23, 17],[24, 18],[25, 17],[26, 17],[27, 23]])
|
|
523
|
+
const n7 = t([[0, 72],[1, 73],[2, 74],[3, 75],[4, 76],[5, 77],[6, 79],[7, 80],[8, 81],[9, 82],[10, 83],[11, 11],[12, 73],[13, 74],[14, 75],[15, 76],[16, 72],[17, 219],[18, 11],[19, 83],[20, 11],[21, 83],[22, 220],[23, 75],[24, 76],[25, 75],[26, 75],[27, 81]])
|
|
524
|
+
const n8 = t([[0, 60],[1, 61],[2, 62],[3, 63],[4, 64],[5, 65],[6, 67],[7, 68],[8, 69],[9, 70],[10, 71],[11, 11],[12, 61],[13, 62],[14, 63],[15, 64],[16, 60],[17, 221],[18, 11],[19, 71],[20, 11],[21, 71],[22, 222],[23, 63],[24, 64],[25, 63],[26, 63],[27, 69]])
|
|
525
|
+
const n9 = t([[0, 84],[1, 85],[2, 86],[3, 87],[4, 88],[5, 89],[6, 91],[7, 92],[8, 93],[9, 94],[10, 95],[11, 11],[12, 85],[13, 86],[14, 87],[15, 88],[16, 84],[17, 223],[18, 11],[19, 95],[20, 11],[21, 95],[22, 224],[23, 87],[24, 88],[25, 87],[26, 87],[27, 93]])
|
|
526
|
+
const n10 = t([[0, 154],[1, 155],[2, 156],[3, 157],[4, 158],[5, 159],[6, 161],[7, 56],[8, 162],[9, 163],[10, 164],[11, 0],[12, 155],[13, 156],[14, 157],[15, 158],[16, 154],[17, 225],[18, 0],[19, 164],[20, 0],[21, 164],[22, 226],[23, 158],[24, 159],[25, 157],[26, 158],[27, 162]])
|
|
527
|
+
const n11 = t([[0, 198],[1, 199],[2, 200],[3, 201],[4, 202],[5, 203],[6, 205],[7, 104],[8, 206],[9, 207],[10, 208],[11, 0],[12, 199],[13, 200],[14, 201],[15, 202],[16, 198],[17, 227],[18, 0],[19, 208],[20, 0],[21, 208],[22, 228],[23, 202],[24, 203],[25, 201],[26, 202],[27, 206]])
|
|
528
|
+
const n12 = t([[0, 143],[1, 144],[2, 145],[3, 146],[4, 147],[5, 148],[6, 150],[7, 44],[8, 151],[9, 152],[10, 153],[11, 0],[12, 144],[13, 145],[14, 146],[15, 147],[16, 143],[17, 229],[18, 0],[19, 153],[20, 0],[21, 153],[22, 230],[23, 147],[24, 148],[25, 146],[26, 147],[27, 151]])
|
|
529
|
+
const n13 = t([[0, 121],[1, 122],[2, 123],[3, 124],[4, 125],[5, 126],[6, 128],[7, 22],[8, 129],[9, 130],[10, 131],[11, 0],[12, 122],[13, 123],[14, 124],[15, 125],[16, 121],[17, 231],[18, 0],[19, 131],[20, 0],[21, 131],[22, 232],[23, 125],[24, 126],[25, 124],[26, 125],[27, 129]])
|
|
530
|
+
const n14 = t([[0, 176],[1, 177],[2, 178],[3, 179],[4, 180],[5, 181],[6, 183],[7, 80],[8, 184],[9, 185],[10, 186],[11, 0],[12, 177],[13, 178],[14, 179],[15, 180],[16, 176],[17, 233],[18, 0],[19, 186],[20, 0],[21, 186],[22, 234],[23, 180],[24, 181],[25, 179],[26, 180],[27, 184]])
|
|
531
|
+
const n15 = t([[0, 165],[1, 166],[2, 167],[3, 168],[4, 169],[5, 170],[6, 172],[7, 68],[8, 173],[9, 174],[10, 175],[11, 0],[12, 166],[13, 167],[14, 168],[15, 169],[16, 165],[17, 235],[18, 0],[19, 175],[20, 0],[21, 175],[22, 236],[23, 169],[24, 170],[25, 168],[26, 169],[27, 173]])
|
|
532
|
+
const n16 = t([[0, 187],[1, 188],[2, 189],[3, 190],[4, 191],[5, 192],[6, 194],[7, 92],[8, 195],[9, 196],[10, 197],[11, 0],[12, 188],[13, 189],[14, 190],[15, 191],[16, 187],[17, 237],[18, 0],[19, 197],[20, 0],[21, 197],[22, 238],[23, 191],[24, 192],[25, 190],[26, 191],[27, 195]])
|
|
533
|
+
const n17 = t([[12, 239]])
|
|
534
|
+
const n18 = t([[12, 240]])
|
|
535
|
+
const n19 = t([[0, 1],[1, 2],[2, 3],[3, 4],[4, 5],[5, 6],[6, 7],[7, 8],[8, 9],[9, 10],[10, 11],[11, 11],[12, 2],[13, 3],[14, 4],[15, 5],[16, 1],[17, 0],[18, 10],[19, 9],[20, 10],[21, 9],[22, 11],[23, 5],[24, 6],[25, 4],[26, 5],[27, 7]])
|
|
536
|
+
const n20 = t([[0, 2],[1, 3],[2, 4],[3, 5],[4, 6],[5, 7],[6, 8],[7, 9],[8, 10],[9, 11],[10, 11],[11, 11],[12, 3],[13, 4],[14, 5],[15, 6],[16, 2],[17, 1],[18, 9],[19, 8],[20, 9],[21, 8],[22, 10],[23, 6],[24, 7],[25, 5],[26, 6],[27, 6]])
|
|
537
|
+
const n21 = t([[0, 3],[1, 4],[2, 5],[3, 6],[4, 7],[5, 8],[6, 9],[7, 10],[8, 11],[9, 13],[10, 13],[11, 13],[12, 4],[13, 5],[14, 6],[15, 7],[16, 3],[17, 2],[19, 7],[20, 8],[21, 7],[22, 9],[23, 7],[24, 8],[25, 6],[26, 7],[27, 5]])
|
|
538
|
+
const n22 = t([[0, 111],[1, 112],[2, 113],[3, 114],[4, 115],[5, 116],[6, 117],[7, 118],[8, 119],[9, 120],[10, 0],[11, 0],[12, 112],[13, 113],[14, 114],[15, 115],[16, 111],[17, 110],[18, 120],[19, 119],[20, 120],[21, 119],[22, 0],[23, 115],[24, 116],[25, 114],[26, 115],[27, 117]])
|
|
539
|
+
const n23 = t([[0, 112],[1, 113],[2, 114],[3, 115],[4, 116],[5, 117],[6, 118],[7, 119],[8, 120],[9, 0],[10, 0],[11, 0],[12, 113],[13, 114],[14, 115],[15, 116],[16, 112],[17, 111],[18, 119],[19, 118],[20, 119],[21, 118],[22, 120],[23, 116],[24, 117],[25, 115],[26, 116],[27, 116]])
|
|
540
|
+
const n24 = t([[0, 113],[1, 114],[2, 115],[3, 116],[4, 117],[5, 118],[6, 119],[7, 120],[8, 0],[9, 12],[10, 12],[11, 12],[12, 114],[13, 115],[14, 116],[15, 117],[16, 113],[17, 112],[19, 117],[20, 118],[21, 117],[22, 119],[23, 117],[24, 118],[25, 116],[26, 117],[27, 115]])
|
|
541
|
+
const n25 = t([[0, 49],[1, 50],[2, 51],[3, 52],[4, 53],[5, 55],[6, 56],[7, 57],[8, 58],[9, 59],[10, 11],[11, 11],[12, 50],[13, 51],[14, 52],[15, 53],[16, 49],[17, 48],[18, 59],[19, 58],[20, 59],[21, 58],[22, 11],[23, 52],[24, 53],[25, 52],[26, 52],[27, 56]])
|
|
542
|
+
const n26 = t([[0, 50],[1, 51],[2, 52],[3, 53],[4, 55],[5, 56],[6, 57],[7, 58],[8, 59],[9, 11],[10, 11],[11, 11],[12, 51],[13, 52],[14, 53],[15, 55],[16, 50],[17, 49],[18, 58],[19, 57],[20, 58],[21, 57],[22, 59],[23, 53],[24, 55],[25, 53],[26, 53],[27, 55]])
|
|
543
|
+
const n27 = t([[0, 51],[1, 52],[2, 53],[3, 55],[4, 56],[5, 57],[6, 58],[7, 59],[8, 11],[9, 212],[10, 212],[11, 212],[12, 52],[13, 53],[14, 55],[15, 56],[16, 51],[17, 50],[19, 56],[20, 57],[21, 56],[22, 58],[23, 55],[24, 56],[25, 55],[26, 55],[27, 53]])
|
|
544
|
+
const n28 = t([[0, 97],[1, 98],[2, 99],[3, 100],[4, 101],[5, 103],[6, 104],[7, 105],[8, 106],[9, 107],[10, 11],[11, 11],[12, 98],[13, 99],[14, 100],[15, 101],[16, 97],[17, 96],[18, 107],[19, 106],[20, 107],[21, 106],[22, 11],[23, 100],[24, 101],[25, 100],[26, 100],[27, 104]])
|
|
545
|
+
const n29 = t([[0, 98],[1, 99],[2, 100],[3, 101],[4, 103],[5, 104],[6, 105],[7, 106],[8, 107],[9, 11],[10, 11],[11, 11],[12, 99],[13, 100],[14, 101],[15, 103],[16, 98],[17, 97],[18, 106],[19, 105],[20, 106],[21, 105],[22, 107],[23, 101],[24, 103],[25, 101],[26, 101],[27, 103]])
|
|
546
|
+
const n30 = t([[0, 99],[1, 100],[2, 101],[3, 103],[4, 104],[5, 105],[6, 106],[7, 107],[8, 11],[9, 214],[10, 214],[11, 214],[12, 100],[13, 101],[14, 103],[15, 104],[16, 99],[17, 98],[19, 104],[20, 105],[21, 104],[22, 106],[23, 103],[24, 104],[25, 103],[26, 103],[27, 101]])
|
|
547
|
+
const n31 = t([[0, 37],[1, 38],[2, 39],[3, 40],[4, 41],[5, 43],[6, 44],[7, 45],[8, 46],[9, 47],[10, 11],[11, 11],[12, 38],[13, 39],[14, 40],[15, 41],[16, 37],[17, 36],[18, 47],[19, 46],[20, 47],[21, 46],[22, 11],[23, 40],[24, 41],[25, 40],[26, 40],[27, 44]])
|
|
548
|
+
const n32 = t([[0, 38],[1, 39],[2, 40],[3, 41],[4, 43],[5, 44],[6, 45],[7, 46],[8, 47],[9, 11],[10, 11],[11, 11],[12, 39],[13, 40],[14, 41],[15, 43],[16, 38],[17, 37],[18, 46],[19, 45],[20, 46],[21, 45],[22, 47],[23, 41],[24, 43],[25, 41],[26, 41],[27, 43]])
|
|
549
|
+
const n33 = t([[0, 39],[1, 40],[2, 41],[3, 43],[4, 44],[5, 45],[6, 46],[7, 47],[8, 11],[9, 216],[10, 216],[11, 216],[12, 40],[13, 41],[14, 43],[15, 44],[16, 39],[17, 38],[19, 44],[20, 45],[21, 44],[22, 46],[23, 43],[24, 44],[25, 43],[26, 43],[27, 41]])
|
|
550
|
+
const n34 = t([[0, 15],[1, 16],[2, 17],[3, 18],[4, 19],[5, 21],[6, 22],[7, 23],[8, 24],[9, 25],[10, 11],[11, 11],[12, 16],[13, 17],[14, 18],[15, 19],[16, 15],[17, 14],[18, 25],[19, 24],[20, 25],[21, 24],[22, 11],[23, 18],[24, 19],[25, 18],[26, 18],[27, 22]])
|
|
551
|
+
const n35 = t([[0, 16],[1, 17],[2, 18],[3, 19],[4, 21],[5, 22],[6, 23],[7, 24],[8, 25],[9, 11],[10, 11],[11, 11],[12, 17],[13, 18],[14, 19],[15, 21],[16, 16],[17, 15],[18, 24],[19, 23],[20, 24],[21, 23],[22, 25],[23, 19],[24, 21],[25, 19],[26, 19],[27, 21]])
|
|
552
|
+
const n36 = t([[0, 17],[1, 18],[2, 19],[3, 21],[4, 22],[5, 23],[6, 24],[7, 25],[8, 11],[9, 218],[10, 218],[11, 218],[12, 18],[13, 19],[14, 21],[15, 22],[16, 17],[17, 16],[19, 22],[20, 23],[21, 22],[22, 24],[23, 21],[24, 22],[25, 21],[26, 21],[27, 19]])
|
|
553
|
+
const n37 = t([[0, 73],[1, 74],[2, 75],[3, 76],[4, 77],[5, 79],[6, 80],[7, 81],[8, 82],[9, 83],[10, 11],[11, 11],[12, 74],[13, 75],[14, 76],[15, 77],[16, 73],[17, 72],[18, 83],[19, 82],[20, 83],[21, 82],[22, 11],[23, 76],[24, 77],[25, 76],[26, 76],[27, 80]])
|
|
554
|
+
const n38 = t([[0, 74],[1, 75],[2, 76],[3, 77],[4, 79],[5, 80],[6, 81],[7, 82],[8, 83],[9, 11],[10, 11],[11, 11],[12, 75],[13, 76],[14, 77],[15, 79],[16, 74],[17, 73],[18, 82],[19, 81],[20, 82],[21, 81],[22, 83],[23, 77],[24, 79],[25, 77],[26, 77],[27, 79]])
|
|
555
|
+
const n39 = t([[0, 75],[1, 76],[2, 77],[3, 79],[4, 80],[5, 81],[6, 82],[7, 83],[8, 11],[9, 220],[10, 220],[11, 220],[12, 76],[13, 77],[14, 79],[15, 80],[16, 75],[17, 74],[19, 80],[20, 81],[21, 80],[22, 82],[23, 79],[24, 80],[25, 79],[26, 79],[27, 77]])
|
|
556
|
+
const n40 = t([[0, 61],[1, 62],[2, 63],[3, 64],[4, 65],[5, 67],[6, 68],[7, 69],[8, 70],[9, 71],[10, 11],[11, 11],[12, 62],[13, 63],[14, 64],[15, 65],[16, 61],[17, 60],[18, 71],[19, 70],[20, 71],[21, 70],[22, 11],[23, 64],[24, 65],[25, 64],[26, 64],[27, 68]])
|
|
557
|
+
const n41 = t([[0, 62],[1, 63],[2, 64],[3, 65],[4, 67],[5, 68],[6, 69],[7, 70],[8, 71],[9, 11],[10, 11],[11, 11],[12, 63],[13, 64],[14, 65],[15, 67],[16, 62],[17, 61],[18, 70],[19, 69],[20, 70],[21, 69],[22, 71],[23, 65],[24, 67],[25, 65],[26, 65],[27, 67]])
|
|
558
|
+
const n42 = t([[0, 63],[1, 64],[2, 65],[3, 67],[4, 68],[5, 69],[6, 70],[7, 71],[8, 11],[9, 222],[10, 222],[11, 222],[12, 64],[13, 65],[14, 67],[15, 68],[16, 63],[17, 62],[19, 68],[20, 69],[21, 68],[22, 70],[23, 67],[24, 68],[25, 67],[26, 67],[27, 65]])
|
|
559
|
+
const n43 = t([[0, 85],[1, 86],[2, 87],[3, 88],[4, 89],[5, 91],[6, 92],[7, 93],[8, 94],[9, 95],[10, 11],[11, 11],[12, 86],[13, 87],[14, 88],[15, 89],[16, 85],[17, 84],[18, 95],[19, 94],[20, 95],[21, 94],[22, 11],[23, 88],[24, 89],[25, 88],[26, 88],[27, 92]])
|
|
560
|
+
const n44 = t([[0, 86],[1, 87],[2, 88],[3, 89],[4, 91],[5, 92],[6, 93],[7, 94],[8, 95],[9, 11],[10, 11],[11, 11],[12, 87],[13, 88],[14, 89],[15, 91],[16, 86],[17, 85],[18, 94],[19, 93],[20, 94],[21, 93],[22, 95],[23, 89],[24, 91],[25, 89],[26, 89],[27, 91]])
|
|
561
|
+
const n45 = t([[0, 87],[1, 88],[2, 89],[3, 91],[4, 92],[5, 93],[6, 94],[7, 95],[8, 11],[9, 224],[10, 224],[11, 224],[12, 88],[13, 89],[14, 91],[15, 92],[16, 87],[17, 86],[19, 92],[20, 93],[21, 92],[22, 94],[23, 91],[24, 92],[25, 91],[26, 91],[27, 89]])
|
|
562
|
+
const n46 = t([[0, 155],[1, 156],[2, 157],[3, 158],[4, 159],[5, 161],[6, 56],[7, 162],[8, 163],[9, 164],[10, 0],[11, 0],[12, 156],[13, 157],[14, 158],[15, 159],[16, 155],[17, 154],[18, 164],[19, 163],[20, 164],[21, 163],[22, 0],[23, 159],[24, 161],[25, 158],[26, 159],[27, 56]])
|
|
563
|
+
const n47 = t([[0, 156],[1, 157],[2, 158],[3, 159],[4, 161],[5, 56],[6, 162],[7, 163],[8, 164],[9, 0],[10, 0],[11, 0],[12, 157],[13, 158],[14, 159],[15, 161],[16, 156],[17, 155],[18, 163],[19, 162],[20, 163],[21, 162],[22, 164],[23, 161],[24, 56],[25, 159],[26, 161],[27, 161]])
|
|
564
|
+
const n48 = t([[0, 157],[1, 158],[2, 159],[3, 161],[4, 56],[5, 162],[6, 163],[7, 164],[8, 0],[9, 226],[10, 226],[11, 226],[12, 158],[13, 159],[14, 161],[15, 56],[16, 157],[17, 156],[19, 56],[20, 162],[21, 56],[22, 163],[23, 56],[24, 162],[25, 161],[26, 56],[27, 159]])
|
|
565
|
+
const n49 = t([[0, 199],[1, 200],[2, 201],[3, 202],[4, 203],[5, 205],[6, 104],[7, 206],[8, 207],[9, 208],[10, 0],[11, 0],[12, 200],[13, 201],[14, 202],[15, 203],[16, 199],[17, 198],[18, 208],[19, 207],[20, 208],[21, 207],[22, 0],[23, 203],[24, 205],[25, 202],[26, 203],[27, 104]])
|
|
566
|
+
const n50 = t([[0, 200],[1, 201],[2, 202],[3, 203],[4, 205],[5, 104],[6, 206],[7, 207],[8, 208],[9, 0],[10, 0],[11, 0],[12, 201],[13, 202],[14, 203],[15, 205],[16, 200],[17, 199],[18, 207],[19, 206],[20, 207],[21, 206],[22, 208],[23, 205],[24, 104],[25, 203],[26, 205],[27, 205]])
|
|
567
|
+
const n51 = t([[0, 201],[1, 202],[2, 203],[3, 205],[4, 104],[5, 206],[6, 207],[7, 208],[8, 0],[9, 228],[10, 228],[11, 228],[12, 202],[13, 203],[14, 205],[15, 104],[16, 201],[17, 200],[19, 104],[20, 206],[21, 104],[22, 207],[23, 104],[24, 206],[25, 205],[26, 104],[27, 203]])
|
|
568
|
+
const n52 = t([[0, 144],[1, 145],[2, 146],[3, 147],[4, 148],[5, 150],[6, 44],[7, 151],[8, 152],[9, 153],[10, 0],[11, 0],[12, 145],[13, 146],[14, 147],[15, 148],[16, 144],[17, 143],[18, 153],[19, 152],[20, 153],[21, 152],[22, 0],[23, 148],[24, 150],[25, 147],[26, 148],[27, 44]])
|
|
569
|
+
const n53 = t([[0, 145],[1, 146],[2, 147],[3, 148],[4, 150],[5, 44],[6, 151],[7, 152],[8, 153],[9, 0],[10, 0],[11, 0],[12, 146],[13, 147],[14, 148],[15, 150],[16, 145],[17, 144],[18, 152],[19, 151],[20, 152],[21, 151],[22, 153],[23, 150],[24, 44],[25, 148],[26, 150],[27, 150]])
|
|
570
|
+
const n54 = t([[0, 146],[1, 147],[2, 148],[3, 150],[4, 44],[5, 151],[6, 152],[7, 153],[8, 0],[9, 230],[10, 230],[11, 230],[12, 147],[13, 148],[14, 150],[15, 44],[16, 146],[17, 145],[19, 44],[20, 151],[21, 44],[22, 152],[23, 44],[24, 151],[25, 150],[26, 44],[27, 148]])
|
|
571
|
+
const n55 = t([[0, 122],[1, 123],[2, 124],[3, 125],[4, 126],[5, 128],[6, 22],[7, 129],[8, 130],[9, 131],[10, 0],[11, 0],[12, 123],[13, 124],[14, 125],[15, 126],[16, 122],[17, 121],[18, 131],[19, 130],[20, 131],[21, 130],[22, 0],[23, 126],[24, 128],[25, 125],[26, 126],[27, 22]])
|
|
572
|
+
const n56 = t([[0, 123],[1, 124],[2, 125],[3, 126],[4, 128],[5, 22],[6, 129],[7, 130],[8, 131],[9, 0],[10, 0],[11, 0],[12, 124],[13, 125],[14, 126],[15, 128],[16, 123],[17, 122],[18, 130],[19, 129],[20, 130],[21, 129],[22, 131],[23, 128],[24, 22],[25, 126],[26, 128],[27, 128]])
|
|
573
|
+
const n57 = t([[0, 124],[1, 125],[2, 126],[3, 128],[4, 22],[5, 129],[6, 130],[7, 131],[8, 0],[9, 232],[10, 232],[11, 232],[12, 125],[13, 126],[14, 128],[15, 22],[16, 124],[17, 123],[19, 22],[20, 129],[21, 22],[22, 130],[23, 22],[24, 129],[25, 128],[26, 22],[27, 126]])
|
|
574
|
+
const n58 = t([[0, 177],[1, 178],[2, 179],[3, 180],[4, 181],[5, 183],[6, 80],[7, 184],[8, 185],[9, 186],[10, 0],[11, 0],[12, 178],[13, 179],[14, 180],[15, 181],[16, 177],[17, 176],[18, 186],[19, 185],[20, 186],[21, 185],[22, 0],[23, 181],[24, 183],[25, 180],[26, 181],[27, 80]])
|
|
575
|
+
const n59 = t([[0, 178],[1, 179],[2, 180],[3, 181],[4, 183],[5, 80],[6, 184],[7, 185],[8, 186],[9, 0],[10, 0],[11, 0],[12, 179],[13, 180],[14, 181],[15, 183],[16, 178],[17, 177],[18, 185],[19, 184],[20, 185],[21, 184],[22, 186],[23, 183],[24, 80],[25, 181],[26, 183],[27, 183]])
|
|
576
|
+
const n60 = t([[0, 179],[1, 180],[2, 181],[3, 183],[4, 80],[5, 184],[6, 185],[7, 186],[8, 0],[9, 234],[10, 234],[11, 234],[12, 180],[13, 181],[14, 183],[15, 80],[16, 179],[17, 178],[19, 80],[20, 184],[21, 80],[22, 185],[23, 80],[24, 184],[25, 183],[26, 80],[27, 181]])
|
|
577
|
+
const n61 = t([[0, 166],[1, 167],[2, 168],[3, 169],[4, 170],[5, 172],[6, 68],[7, 173],[8, 174],[9, 175],[10, 0],[11, 0],[12, 167],[13, 168],[14, 169],[15, 170],[16, 166],[17, 165],[18, 175],[19, 174],[20, 175],[21, 174],[22, 0],[23, 170],[24, 172],[25, 169],[26, 170],[27, 68]])
|
|
578
|
+
const n62 = t([[0, 167],[1, 168],[2, 169],[3, 170],[4, 172],[5, 68],[6, 173],[7, 174],[8, 175],[9, 0],[10, 0],[11, 0],[12, 168],[13, 169],[14, 170],[15, 172],[16, 167],[17, 166],[18, 174],[19, 173],[20, 174],[21, 173],[22, 175],[23, 172],[24, 68],[25, 170],[26, 172],[27, 172]])
|
|
579
|
+
const n63 = t([[0, 168],[1, 169],[2, 170],[3, 172],[4, 68],[5, 173],[6, 174],[7, 175],[8, 0],[9, 236],[10, 236],[11, 236],[12, 169],[13, 170],[14, 172],[15, 68],[16, 168],[17, 167],[19, 68],[20, 173],[21, 68],[22, 174],[23, 68],[24, 173],[25, 172],[26, 68],[27, 170]])
|
|
580
|
+
const n64 = t([[0, 188],[1, 189],[2, 190],[3, 191],[4, 192],[5, 194],[6, 92],[7, 195],[8, 196],[9, 197],[10, 0],[11, 0],[12, 189],[13, 190],[14, 191],[15, 192],[16, 188],[17, 187],[18, 197],[19, 196],[20, 197],[21, 196],[22, 0],[23, 192],[24, 194],[25, 191],[26, 192],[27, 92]])
|
|
581
|
+
const n65 = t([[0, 189],[1, 190],[2, 191],[3, 192],[4, 194],[5, 92],[6, 195],[7, 196],[8, 197],[9, 0],[10, 0],[11, 0],[12, 190],[13, 191],[14, 192],[15, 194],[16, 189],[17, 188],[18, 196],[19, 195],[20, 196],[21, 195],[22, 197],[23, 194],[24, 92],[25, 192],[26, 194],[27, 194]])
|
|
582
|
+
const n66 = t([[0, 190],[1, 191],[2, 192],[3, 194],[4, 92],[5, 195],[6, 196],[7, 197],[8, 0],[9, 238],[10, 238],[11, 238],[12, 191],[13, 192],[14, 194],[15, 92],[16, 190],[17, 189],[19, 92],[20, 195],[21, 92],[22, 196],[23, 92],[24, 195],[25, 194],[26, 92],[27, 192]])
|
|
583
|
+
const n67 = t([[12, 0],[13, 1],[14, 2],[15, 3],[16, 0],[17, 0],[18, 11],[19, 10],[20, 11],[21, 10],[22, 11],[23, 3],[24, 4],[25, 2],[26, 3],[27, 9]])
|
|
584
|
+
const n68 = t([[12, 2],[13, 3],[14, 4],[15, 5],[16, 1],[17, 0],[18, 11],[19, 10],[20, 11],[21, 10],[22, 11],[23, 5],[24, 6],[25, 4],[26, 5],[27, 7]])
|
|
585
|
+
const n69 = t([[12, 3],[13, 4],[14, 5],[15, 6],[16, 2],[17, 1],[18, 11],[19, 10],[20, 11],[21, 10],[22, 10],[23, 241],[24, 241],[25, 5],[26, 6],[27, 6]])
|
|
586
|
+
const n70 = t([[12, 1],[13, 2],[14, 3],[15, 4],[16, 0],[17, 12],[18, 11],[19, 10],[20, 11],[21, 10],[22, 13],[23, 6],[24, 7],[25, 5],[26, 6],[27, 8]])
|
|
587
|
+
const n71 = t([[12, 3],[13, 4],[14, 5],[15, 6],[16, 2],[17, 1],[18, 11],[19, 10],[20, 11],[21, 10],[22, 10],[23, 6],[24, 7],[25, 5],[26, 6],[27, 6]])
|
|
588
|
+
const n72 = t([[12, 11],[13, 11],[14, 10],[15, 9],[16, 11],[17, 11],[18, 0],[19, 1],[20, 0],[21, 1],[22, 0],[23, 9],[24, 8],[25, 10],[26, 9],[27, 1]])
|
|
589
|
+
const n73 = t([[12, 8],[13, 7],[14, 6],[15, 5],[16, 9],[17, 10],[18, 0],[19, 1],[20, 0],[21, 1],[22, 1],[23, 5],[24, 4],[25, 6],[26, 5],[27, 5]])
|
|
590
|
+
const n74 = t([[12, 10],[13, 9],[14, 8],[15, 7],[16, 11],[17, 13],[18, 0],[19, 1],[20, 0],[21, 1],[22, 12],[23, 7],[24, 6],[25, 8],[26, 7],[27, 3]])
|
|
591
|
+
const n75 = t([[12, 111],[13, 112],[14, 113],[15, 114],[16, 110],[17, 13],[18, 0],[19, 120],[20, 0],[21, 120],[22, 12],[23, 114],[24, 115],[25, 113],[26, 114],[27, 118]])
|
|
592
|
+
const n76 = t([[12, 112],[13, 113],[14, 114],[15, 115],[16, 111],[17, 110],[18, 0],[19, 120],[20, 0],[21, 120],[22, 0],[23, 115],[24, 116],[25, 114],[26, 115],[27, 117]])
|
|
593
|
+
const n77 = t([[12, 113],[13, 114],[14, 115],[15, 116],[16, 112],[17, 111],[18, 0],[19, 120],[20, 0],[21, 120],[22, 120],[23, 241],[24, 241],[25, 115],[26, 116],[27, 116]])
|
|
594
|
+
const n78 = t([[12, 111],[13, 112],[14, 113],[15, 114],[16, 110],[17, 13],[18, 0],[19, 120],[20, 0],[21, 120],[22, 12],[23, 116],[24, 117],[25, 115],[26, 116],[27, 118]])
|
|
595
|
+
const n79 = t([[12, 113],[13, 114],[14, 115],[15, 116],[16, 112],[17, 111],[18, 0],[19, 120],[20, 0],[21, 120],[22, 120],[23, 116],[24, 117],[25, 115],[26, 116],[27, 116]])
|
|
596
|
+
const n80 = t([[12, 0],[13, 0],[14, 120],[15, 119],[16, 0],[17, 0],[18, 110],[19, 111],[20, 110],[21, 111],[22, 110],[23, 119],[24, 118],[25, 120],[26, 119],[27, 111]])
|
|
597
|
+
const n81 = t([[12, 118],[13, 117],[14, 116],[15, 115],[16, 119],[17, 120],[18, 110],[19, 111],[20, 110],[21, 111],[22, 111],[23, 115],[24, 114],[25, 116],[26, 115],[27, 115]])
|
|
598
|
+
const n82 = t([[12, 120],[13, 119],[14, 118],[15, 117],[16, 0],[17, 12],[18, 110],[19, 111],[20, 110],[21, 111],[22, 13],[23, 117],[24, 116],[25, 118],[26, 117],[27, 113]])
|
|
599
|
+
const n83 = t([[12, 48],[13, 49],[14, 50],[15, 51],[16, 48],[17, 48],[18, 11],[19, 59],[20, 11],[21, 59],[22, 11],[23, 50],[24, 51],[25, 50],[26, 50],[27, 58]])
|
|
600
|
+
const n84 = t([[12, 50],[13, 51],[14, 52],[15, 53],[16, 49],[17, 48],[18, 11],[19, 59],[20, 11],[21, 59],[22, 11],[23, 52],[24, 53],[25, 52],[26, 52],[27, 56]])
|
|
601
|
+
const n85 = t([[12, 51],[13, 52],[14, 53],[15, 55],[16, 50],[17, 49],[18, 11],[19, 59],[20, 11],[21, 59],[22, 59],[23, 241],[24, 241],[25, 53],[26, 53],[27, 55]])
|
|
602
|
+
const n86 = t([[12, 49],[13, 50],[14, 51],[15, 52],[16, 48],[17, 211],[18, 11],[19, 59],[20, 11],[21, 59],[22, 212],[23, 53],[24, 55],[25, 53],[26, 53],[27, 57]])
|
|
603
|
+
const n87 = t([[12, 51],[13, 52],[14, 53],[15, 55],[16, 50],[17, 49],[18, 11],[19, 59],[20, 11],[21, 59],[22, 59],[23, 53],[24, 55],[25, 53],[26, 53],[27, 55]])
|
|
604
|
+
const n88 = t([[12, 11],[13, 11],[14, 59],[15, 58],[16, 11],[17, 11],[18, 48],[19, 49],[20, 48],[21, 49],[22, 48],[23, 59],[24, 58],[25, 59],[26, 59],[27, 49]])
|
|
605
|
+
const n89 = t([[12, 57],[13, 56],[14, 55],[15, 53],[16, 58],[17, 59],[18, 48],[19, 49],[20, 48],[21, 49],[22, 49],[23, 55],[24, 53],[25, 55],[26, 55],[27, 53]])
|
|
606
|
+
const n90 = t([[12, 59],[13, 58],[14, 57],[15, 56],[16, 11],[17, 212],[18, 48],[19, 49],[20, 48],[21, 49],[22, 211],[23, 57],[24, 56],[25, 57],[26, 57],[27, 51]])
|
|
607
|
+
const n91 = t([[12, 96],[13, 97],[14, 98],[15, 99],[16, 96],[17, 96],[18, 11],[19, 107],[20, 11],[21, 107],[22, 11],[23, 98],[24, 99],[25, 98],[26, 98],[27, 106]])
|
|
608
|
+
const n92 = t([[12, 98],[13, 99],[14, 100],[15, 101],[16, 97],[17, 96],[18, 11],[19, 107],[20, 11],[21, 107],[22, 11],[23, 100],[24, 101],[25, 100],[26, 100],[27, 104]])
|
|
609
|
+
const n93 = t([[12, 99],[13, 100],[14, 101],[15, 103],[16, 98],[17, 97],[18, 11],[19, 107],[20, 11],[21, 107],[22, 107],[23, 241],[24, 241],[25, 101],[26, 101],[27, 103]])
|
|
610
|
+
const n94 = t([[12, 97],[13, 98],[14, 99],[15, 100],[16, 96],[17, 213],[18, 11],[19, 107],[20, 11],[21, 107],[22, 214],[23, 101],[24, 103],[25, 101],[26, 101],[27, 105]])
|
|
611
|
+
const n95 = t([[12, 99],[13, 100],[14, 101],[15, 103],[16, 98],[17, 97],[18, 11],[19, 107],[20, 11],[21, 107],[22, 107],[23, 101],[24, 103],[25, 101],[26, 101],[27, 103]])
|
|
612
|
+
const n96 = t([[12, 11],[13, 11],[14, 107],[15, 106],[16, 11],[17, 11],[18, 96],[19, 97],[20, 96],[21, 97],[22, 96],[23, 107],[24, 106],[25, 107],[26, 107],[27, 97]])
|
|
613
|
+
const n97 = t([[12, 105],[13, 104],[14, 103],[15, 101],[16, 106],[17, 107],[18, 96],[19, 97],[20, 96],[21, 97],[22, 97],[23, 103],[24, 101],[25, 103],[26, 103],[27, 101]])
|
|
614
|
+
const n98 = t([[12, 107],[13, 106],[14, 105],[15, 104],[16, 11],[17, 214],[18, 96],[19, 97],[20, 96],[21, 97],[22, 213],[23, 105],[24, 104],[25, 105],[26, 105],[27, 99]])
|
|
615
|
+
const n99 = t([[12, 36],[13, 37],[14, 38],[15, 39],[16, 36],[17, 36],[18, 11],[19, 47],[20, 11],[21, 47],[22, 11],[23, 38],[24, 39],[25, 38],[26, 38],[27, 46]])
|
|
616
|
+
const n100 = t([[12, 38],[13, 39],[14, 40],[15, 41],[16, 37],[17, 36],[18, 11],[19, 47],[20, 11],[21, 47],[22, 11],[23, 40],[24, 41],[25, 40],[26, 40],[27, 44]])
|
|
617
|
+
const n101 = t([[12, 39],[13, 40],[14, 41],[15, 43],[16, 38],[17, 37],[18, 11],[19, 47],[20, 11],[21, 47],[22, 47],[23, 241],[24, 241],[25, 41],[26, 41],[27, 43]])
|
|
618
|
+
const n102 = t([[12, 37],[13, 38],[14, 39],[15, 40],[16, 36],[17, 215],[18, 11],[19, 47],[20, 11],[21, 47],[22, 216],[23, 41],[24, 43],[25, 41],[26, 41],[27, 45]])
|
|
619
|
+
const n103 = t([[12, 39],[13, 40],[14, 41],[15, 43],[16, 38],[17, 37],[18, 11],[19, 47],[20, 11],[21, 47],[22, 47],[23, 41],[24, 43],[25, 41],[26, 41],[27, 43]])
|
|
620
|
+
const n104 = t([[12, 11],[13, 11],[14, 47],[15, 46],[16, 11],[17, 11],[18, 36],[19, 37],[20, 36],[21, 37],[22, 36],[23, 47],[24, 46],[25, 47],[26, 47],[27, 37]])
|
|
621
|
+
const n105 = t([[12, 45],[13, 44],[14, 43],[15, 41],[16, 46],[17, 47],[18, 36],[19, 37],[20, 36],[21, 37],[22, 37],[23, 43],[24, 41],[25, 43],[26, 43],[27, 41]])
|
|
622
|
+
const n106 = t([[12, 47],[13, 46],[14, 45],[15, 44],[16, 11],[17, 216],[18, 36],[19, 37],[20, 36],[21, 37],[22, 215],[23, 45],[24, 44],[25, 45],[26, 45],[27, 39]])
|
|
623
|
+
const n107 = t([[12, 14],[13, 15],[14, 16],[15, 17],[16, 14],[17, 14],[18, 11],[19, 25],[20, 11],[21, 25],[22, 11],[23, 16],[24, 17],[25, 16],[26, 16],[27, 24]])
|
|
624
|
+
const n108 = t([[12, 16],[13, 17],[14, 18],[15, 19],[16, 15],[17, 14],[18, 11],[19, 25],[20, 11],[21, 25],[22, 11],[23, 18],[24, 19],[25, 18],[26, 18],[27, 22]])
|
|
625
|
+
const n109 = t([[12, 17],[13, 18],[14, 19],[15, 21],[16, 16],[17, 15],[18, 11],[19, 25],[20, 11],[21, 25],[22, 25],[23, 241],[24, 241],[25, 19],[26, 19],[27, 21]])
|
|
626
|
+
const n110 = t([[12, 15],[13, 16],[14, 17],[15, 18],[16, 14],[17, 217],[18, 11],[19, 25],[20, 11],[21, 25],[22, 218],[23, 19],[24, 21],[25, 19],[26, 19],[27, 23]])
|
|
627
|
+
const n111 = t([[12, 17],[13, 18],[14, 19],[15, 21],[16, 16],[17, 15],[18, 11],[19, 25],[20, 11],[21, 25],[22, 25],[23, 19],[24, 21],[25, 19],[26, 19],[27, 21]])
|
|
628
|
+
const n112 = t([[12, 11],[13, 11],[14, 25],[15, 24],[16, 11],[17, 11],[18, 14],[19, 15],[20, 14],[21, 15],[22, 14],[23, 25],[24, 24],[25, 25],[26, 25],[27, 15]])
|
|
629
|
+
const n113 = t([[12, 23],[13, 22],[14, 21],[15, 19],[16, 24],[17, 25],[18, 14],[19, 15],[20, 14],[21, 15],[22, 15],[23, 21],[24, 19],[25, 21],[26, 21],[27, 19]])
|
|
630
|
+
const n114 = t([[12, 25],[13, 24],[14, 23],[15, 22],[16, 11],[17, 218],[18, 14],[19, 15],[20, 14],[21, 15],[22, 217],[23, 23],[24, 22],[25, 23],[26, 23],[27, 17]])
|
|
631
|
+
const n115 = t([[12, 72],[13, 73],[14, 74],[15, 75],[16, 72],[17, 72],[18, 11],[19, 83],[20, 11],[21, 83],[22, 11],[23, 74],[24, 75],[25, 74],[26, 74],[27, 82]])
|
|
632
|
+
const n116 = t([[12, 74],[13, 75],[14, 76],[15, 77],[16, 73],[17, 72],[18, 11],[19, 83],[20, 11],[21, 83],[22, 11],[23, 76],[24, 77],[25, 76],[26, 76],[27, 80]])
|
|
633
|
+
const n117 = t([[12, 75],[13, 76],[14, 77],[15, 79],[16, 74],[17, 73],[18, 11],[19, 83],[20, 11],[21, 83],[22, 83],[23, 241],[24, 241],[25, 77],[26, 77],[27, 79]])
|
|
634
|
+
const n118 = t([[12, 73],[13, 74],[14, 75],[15, 76],[16, 72],[17, 219],[18, 11],[19, 83],[20, 11],[21, 83],[22, 220],[23, 77],[24, 79],[25, 77],[26, 77],[27, 81]])
|
|
635
|
+
const n119 = t([[12, 75],[13, 76],[14, 77],[15, 79],[16, 74],[17, 73],[18, 11],[19, 83],[20, 11],[21, 83],[22, 83],[23, 77],[24, 79],[25, 77],[26, 77],[27, 79]])
|
|
636
|
+
const n120 = t([[12, 11],[13, 11],[14, 83],[15, 82],[16, 11],[17, 11],[18, 72],[19, 73],[20, 72],[21, 73],[22, 72],[23, 83],[24, 82],[25, 83],[26, 83],[27, 73]])
|
|
637
|
+
const n121 = t([[12, 81],[13, 80],[14, 79],[15, 77],[16, 82],[17, 83],[18, 72],[19, 73],[20, 72],[21, 73],[22, 73],[23, 79],[24, 77],[25, 79],[26, 79],[27, 77]])
|
|
638
|
+
const n122 = t([[12, 83],[13, 82],[14, 81],[15, 80],[16, 11],[17, 220],[18, 72],[19, 73],[20, 72],[21, 73],[22, 219],[23, 81],[24, 80],[25, 81],[26, 81],[27, 75]])
|
|
639
|
+
const n123 = t([[12, 60],[13, 61],[14, 62],[15, 63],[16, 60],[17, 60],[18, 11],[19, 71],[20, 11],[21, 71],[22, 11],[23, 62],[24, 63],[25, 62],[26, 62],[27, 70]])
|
|
640
|
+
const n124 = t([[12, 62],[13, 63],[14, 64],[15, 65],[16, 61],[17, 60],[18, 11],[19, 71],[20, 11],[21, 71],[22, 11],[23, 64],[24, 65],[25, 64],[26, 64],[27, 68]])
|
|
641
|
+
const n125 = t([[12, 63],[13, 64],[14, 65],[15, 67],[16, 62],[17, 61],[18, 11],[19, 71],[20, 11],[21, 71],[22, 71],[23, 241],[24, 241],[25, 65],[26, 65],[27, 67]])
|
|
642
|
+
const n126 = t([[12, 61],[13, 62],[14, 63],[15, 64],[16, 60],[17, 221],[18, 11],[19, 71],[20, 11],[21, 71],[22, 222],[23, 65],[24, 67],[25, 65],[26, 65],[27, 69]])
|
|
643
|
+
const n127 = t([[12, 63],[13, 64],[14, 65],[15, 67],[16, 62],[17, 61],[18, 11],[19, 71],[20, 11],[21, 71],[22, 71],[23, 65],[24, 67],[25, 65],[26, 65],[27, 67]])
|
|
644
|
+
const n128 = t([[12, 11],[13, 11],[14, 71],[15, 70],[16, 11],[17, 11],[18, 60],[19, 61],[20, 60],[21, 61],[22, 60],[23, 71],[24, 70],[25, 71],[26, 71],[27, 61]])
|
|
645
|
+
const n129 = t([[12, 69],[13, 68],[14, 67],[15, 65],[16, 70],[17, 71],[18, 60],[19, 61],[20, 60],[21, 61],[22, 61],[23, 67],[24, 65],[25, 67],[26, 67],[27, 65]])
|
|
646
|
+
const n130 = t([[12, 71],[13, 70],[14, 69],[15, 68],[16, 11],[17, 222],[18, 60],[19, 61],[20, 60],[21, 61],[22, 221],[23, 69],[24, 68],[25, 69],[26, 69],[27, 63]])
|
|
647
|
+
const n131 = t([[12, 84],[13, 85],[14, 86],[15, 87],[16, 84],[17, 84],[18, 11],[19, 95],[20, 11],[21, 95],[22, 11],[23, 86],[24, 87],[25, 86],[26, 86],[27, 94]])
|
|
648
|
+
const n132 = t([[12, 86],[13, 87],[14, 88],[15, 89],[16, 85],[17, 84],[18, 11],[19, 95],[20, 11],[21, 95],[22, 11],[23, 88],[24, 89],[25, 88],[26, 88],[27, 92]])
|
|
649
|
+
const n133 = t([[12, 87],[13, 88],[14, 89],[15, 91],[16, 86],[17, 85],[18, 11],[19, 95],[20, 11],[21, 95],[22, 95],[23, 241],[24, 241],[25, 89],[26, 89],[27, 91]])
|
|
650
|
+
const n134 = t([[12, 85],[13, 86],[14, 87],[15, 88],[16, 84],[17, 223],[18, 11],[19, 95],[20, 11],[21, 95],[22, 224],[23, 89],[24, 91],[25, 89],[26, 89],[27, 93]])
|
|
651
|
+
const n135 = t([[12, 87],[13, 88],[14, 89],[15, 91],[16, 86],[17, 85],[18, 11],[19, 95],[20, 11],[21, 95],[22, 95],[23, 89],[24, 91],[25, 89],[26, 89],[27, 91]])
|
|
652
|
+
const n136 = t([[12, 11],[13, 11],[14, 95],[15, 94],[16, 11],[17, 11],[18, 84],[19, 85],[20, 84],[21, 85],[22, 84],[23, 95],[24, 94],[25, 95],[26, 95],[27, 85]])
|
|
653
|
+
const n137 = t([[12, 93],[13, 92],[14, 91],[15, 89],[16, 94],[17, 95],[18, 84],[19, 85],[20, 84],[21, 85],[22, 85],[23, 91],[24, 89],[25, 91],[26, 91],[27, 89]])
|
|
654
|
+
const n138 = t([[12, 95],[13, 94],[14, 93],[15, 92],[16, 11],[17, 224],[18, 84],[19, 85],[20, 84],[21, 85],[22, 223],[23, 93],[24, 92],[25, 93],[26, 93],[27, 87]])
|
|
655
|
+
const n139 = t([[12, 155],[13, 156],[14, 157],[15, 158],[16, 154],[17, 225],[18, 0],[19, 164],[20, 0],[21, 164],[22, 226],[23, 158],[24, 159],[25, 157],[26, 158],[27, 162]])
|
|
656
|
+
const n140 = t([[12, 156],[13, 157],[14, 158],[15, 159],[16, 155],[17, 154],[18, 0],[19, 164],[20, 0],[21, 164],[22, 0],[23, 159],[24, 161],[25, 158],[26, 159],[27, 56]])
|
|
657
|
+
const n141 = t([[12, 157],[13, 158],[14, 159],[15, 161],[16, 156],[17, 155],[18, 0],[19, 164],[20, 0],[21, 164],[22, 164],[23, 241],[24, 241],[25, 159],[26, 161],[27, 161]])
|
|
658
|
+
const n142 = t([[12, 155],[13, 156],[14, 157],[15, 158],[16, 154],[17, 225],[18, 0],[19, 164],[20, 0],[21, 164],[22, 226],[23, 161],[24, 56],[25, 159],[26, 161],[27, 162]])
|
|
659
|
+
const n143 = t([[12, 157],[13, 158],[14, 159],[15, 161],[16, 156],[17, 155],[18, 0],[19, 164],[20, 0],[21, 164],[22, 164],[23, 161],[24, 56],[25, 159],[26, 161],[27, 161]])
|
|
660
|
+
const n144 = t([[12, 0],[13, 0],[14, 164],[15, 163],[16, 0],[17, 0],[18, 154],[19, 155],[20, 154],[21, 155],[22, 154],[23, 163],[24, 162],[25, 164],[26, 163],[27, 155]])
|
|
661
|
+
const n145 = t([[12, 162],[13, 56],[14, 161],[15, 159],[16, 163],[17, 164],[18, 154],[19, 155],[20, 154],[21, 155],[22, 155],[23, 159],[24, 158],[25, 161],[26, 159],[27, 159]])
|
|
662
|
+
const n146 = t([[12, 164],[13, 163],[14, 162],[15, 56],[16, 0],[17, 226],[18, 154],[19, 155],[20, 154],[21, 155],[22, 225],[23, 56],[24, 161],[25, 162],[26, 56],[27, 157]])
|
|
663
|
+
const n147 = t([[12, 199],[13, 200],[14, 201],[15, 202],[16, 198],[17, 227],[18, 0],[19, 208],[20, 0],[21, 208],[22, 228],[23, 202],[24, 203],[25, 201],[26, 202],[27, 206]])
|
|
664
|
+
const n148 = t([[12, 200],[13, 201],[14, 202],[15, 203],[16, 199],[17, 198],[18, 0],[19, 208],[20, 0],[21, 208],[22, 0],[23, 203],[24, 205],[25, 202],[26, 203],[27, 104]])
|
|
665
|
+
const n149 = t([[12, 201],[13, 202],[14, 203],[15, 205],[16, 200],[17, 199],[18, 0],[19, 208],[20, 0],[21, 208],[22, 208],[23, 241],[24, 241],[25, 203],[26, 205],[27, 205]])
|
|
666
|
+
const n150 = t([[12, 199],[13, 200],[14, 201],[15, 202],[16, 198],[17, 227],[18, 0],[19, 208],[20, 0],[21, 208],[22, 228],[23, 205],[24, 104],[25, 203],[26, 205],[27, 206]])
|
|
667
|
+
const n151 = t([[12, 201],[13, 202],[14, 203],[15, 205],[16, 200],[17, 199],[18, 0],[19, 208],[20, 0],[21, 208],[22, 208],[23, 205],[24, 104],[25, 203],[26, 205],[27, 205]])
|
|
668
|
+
const n152 = t([[12, 0],[13, 0],[14, 208],[15, 207],[16, 0],[17, 0],[18, 198],[19, 199],[20, 198],[21, 199],[22, 198],[23, 207],[24, 206],[25, 208],[26, 207],[27, 199]])
|
|
669
|
+
const n153 = t([[12, 206],[13, 104],[14, 205],[15, 203],[16, 207],[17, 208],[18, 198],[19, 199],[20, 198],[21, 199],[22, 199],[23, 203],[24, 202],[25, 205],[26, 203],[27, 203]])
|
|
670
|
+
const n154 = t([[12, 208],[13, 207],[14, 206],[15, 104],[16, 0],[17, 228],[18, 198],[19, 199],[20, 198],[21, 199],[22, 227],[23, 104],[24, 205],[25, 206],[26, 104],[27, 201]])
|
|
671
|
+
const n155 = t([[12, 144],[13, 145],[14, 146],[15, 147],[16, 143],[17, 229],[18, 0],[19, 153],[20, 0],[21, 153],[22, 230],[23, 147],[24, 148],[25, 146],[26, 147],[27, 151]])
|
|
672
|
+
const n156 = t([[12, 145],[13, 146],[14, 147],[15, 148],[16, 144],[17, 143],[18, 0],[19, 153],[20, 0],[21, 153],[22, 0],[23, 148],[24, 150],[25, 147],[26, 148],[27, 44]])
|
|
673
|
+
const n157 = t([[12, 146],[13, 147],[14, 148],[15, 150],[16, 145],[17, 144],[18, 0],[19, 153],[20, 0],[21, 153],[22, 153],[23, 241],[24, 241],[25, 148],[26, 150],[27, 150]])
|
|
674
|
+
const n158 = t([[12, 144],[13, 145],[14, 146],[15, 147],[16, 143],[17, 229],[18, 0],[19, 153],[20, 0],[21, 153],[22, 230],[23, 150],[24, 44],[25, 148],[26, 150],[27, 151]])
|
|
675
|
+
const n159 = t([[12, 146],[13, 147],[14, 148],[15, 150],[16, 145],[17, 144],[18, 0],[19, 153],[20, 0],[21, 153],[22, 153],[23, 150],[24, 44],[25, 148],[26, 150],[27, 150]])
|
|
676
|
+
const n160 = t([[12, 0],[13, 0],[14, 153],[15, 152],[16, 0],[17, 0],[18, 143],[19, 144],[20, 143],[21, 144],[22, 143],[23, 152],[24, 151],[25, 153],[26, 152],[27, 144]])
|
|
677
|
+
const n161 = t([[12, 151],[13, 44],[14, 150],[15, 148],[16, 152],[17, 153],[18, 143],[19, 144],[20, 143],[21, 144],[22, 144],[23, 148],[24, 147],[25, 150],[26, 148],[27, 148]])
|
|
678
|
+
const n162 = t([[12, 153],[13, 152],[14, 151],[15, 44],[16, 0],[17, 230],[18, 143],[19, 144],[20, 143],[21, 144],[22, 229],[23, 44],[24, 150],[25, 151],[26, 44],[27, 146]])
|
|
679
|
+
const n163 = t([[12, 122],[13, 123],[14, 124],[15, 125],[16, 121],[17, 231],[18, 0],[19, 131],[20, 0],[21, 131],[22, 232],[23, 125],[24, 126],[25, 124],[26, 125],[27, 129]])
|
|
680
|
+
const n164 = t([[12, 123],[13, 124],[14, 125],[15, 126],[16, 122],[17, 121],[18, 0],[19, 131],[20, 0],[21, 131],[22, 0],[23, 126],[24, 128],[25, 125],[26, 126],[27, 22]])
|
|
681
|
+
const n165 = t([[12, 124],[13, 125],[14, 126],[15, 128],[16, 123],[17, 122],[18, 0],[19, 131],[20, 0],[21, 131],[22, 131],[23, 241],[24, 241],[25, 126],[26, 128],[27, 128]])
|
|
682
|
+
const n166 = t([[12, 122],[13, 123],[14, 124],[15, 125],[16, 121],[17, 231],[18, 0],[19, 131],[20, 0],[21, 131],[22, 232],[23, 128],[24, 22],[25, 126],[26, 128],[27, 129]])
|
|
683
|
+
const n167 = t([[12, 124],[13, 125],[14, 126],[15, 128],[16, 123],[17, 122],[18, 0],[19, 131],[20, 0],[21, 131],[22, 131],[23, 128],[24, 22],[25, 126],[26, 128],[27, 128]])
|
|
684
|
+
const n168 = t([[12, 0],[13, 0],[14, 131],[15, 130],[16, 0],[17, 0],[18, 121],[19, 122],[20, 121],[21, 122],[22, 121],[23, 130],[24, 129],[25, 131],[26, 130],[27, 122]])
|
|
685
|
+
const n169 = t([[12, 129],[13, 22],[14, 128],[15, 126],[16, 130],[17, 131],[18, 121],[19, 122],[20, 121],[21, 122],[22, 122],[23, 126],[24, 125],[25, 128],[26, 126],[27, 126]])
|
|
686
|
+
const n170 = t([[12, 131],[13, 130],[14, 129],[15, 22],[16, 0],[17, 232],[18, 121],[19, 122],[20, 121],[21, 122],[22, 231],[23, 22],[24, 128],[25, 129],[26, 22],[27, 124]])
|
|
687
|
+
const n171 = t([[12, 177],[13, 178],[14, 179],[15, 180],[16, 176],[17, 233],[18, 0],[19, 186],[20, 0],[21, 186],[22, 234],[23, 180],[24, 181],[25, 179],[26, 180],[27, 184]])
|
|
688
|
+
const n172 = t([[12, 178],[13, 179],[14, 180],[15, 181],[16, 177],[17, 176],[18, 0],[19, 186],[20, 0],[21, 186],[22, 0],[23, 181],[24, 183],[25, 180],[26, 181],[27, 80]])
|
|
689
|
+
const n173 = t([[12, 179],[13, 180],[14, 181],[15, 183],[16, 178],[17, 177],[18, 0],[19, 186],[20, 0],[21, 186],[22, 186],[23, 241],[24, 241],[25, 181],[26, 183],[27, 183]])
|
|
690
|
+
const n174 = t([[12, 177],[13, 178],[14, 179],[15, 180],[16, 176],[17, 233],[18, 0],[19, 186],[20, 0],[21, 186],[22, 234],[23, 183],[24, 80],[25, 181],[26, 183],[27, 184]])
|
|
691
|
+
const n175 = t([[12, 179],[13, 180],[14, 181],[15, 183],[16, 178],[17, 177],[18, 0],[19, 186],[20, 0],[21, 186],[22, 186],[23, 183],[24, 80],[25, 181],[26, 183],[27, 183]])
|
|
692
|
+
const n176 = t([[12, 0],[13, 0],[14, 186],[15, 185],[16, 0],[17, 0],[18, 176],[19, 177],[20, 176],[21, 177],[22, 176],[23, 185],[24, 184],[25, 186],[26, 185],[27, 177]])
|
|
693
|
+
const n177 = t([[12, 184],[13, 80],[14, 183],[15, 181],[16, 185],[17, 186],[18, 176],[19, 177],[20, 176],[21, 177],[22, 177],[23, 181],[24, 180],[25, 183],[26, 181],[27, 181]])
|
|
694
|
+
const n178 = t([[12, 186],[13, 185],[14, 184],[15, 80],[16, 0],[17, 234],[18, 176],[19, 177],[20, 176],[21, 177],[22, 233],[23, 80],[24, 183],[25, 184],[26, 80],[27, 179]])
|
|
695
|
+
const n179 = t([[12, 166],[13, 167],[14, 168],[15, 169],[16, 165],[17, 235],[18, 0],[19, 175],[20, 0],[21, 175],[22, 236],[23, 169],[24, 170],[25, 168],[26, 169],[27, 173]])
|
|
696
|
+
const n180 = t([[12, 167],[13, 168],[14, 169],[15, 170],[16, 166],[17, 165],[18, 0],[19, 175],[20, 0],[21, 175],[22, 0],[23, 170],[24, 172],[25, 169],[26, 170],[27, 68]])
|
|
697
|
+
const n181 = t([[12, 168],[13, 169],[14, 170],[15, 172],[16, 167],[17, 166],[18, 0],[19, 175],[20, 0],[21, 175],[22, 175],[23, 241],[24, 241],[25, 170],[26, 172],[27, 172]])
|
|
698
|
+
const n182 = t([[12, 166],[13, 167],[14, 168],[15, 169],[16, 165],[17, 235],[18, 0],[19, 175],[20, 0],[21, 175],[22, 236],[23, 172],[24, 68],[25, 170],[26, 172],[27, 173]])
|
|
699
|
+
const n183 = t([[12, 168],[13, 169],[14, 170],[15, 172],[16, 167],[17, 166],[18, 0],[19, 175],[20, 0],[21, 175],[22, 175],[23, 172],[24, 68],[25, 170],[26, 172],[27, 172]])
|
|
700
|
+
const n184 = t([[12, 0],[13, 0],[14, 175],[15, 174],[16, 0],[17, 0],[18, 165],[19, 166],[20, 165],[21, 166],[22, 165],[23, 174],[24, 173],[25, 175],[26, 174],[27, 166]])
|
|
701
|
+
const n185 = t([[12, 173],[13, 68],[14, 172],[15, 170],[16, 174],[17, 175],[18, 165],[19, 166],[20, 165],[21, 166],[22, 166],[23, 170],[24, 169],[25, 172],[26, 170],[27, 170]])
|
|
702
|
+
const n186 = t([[12, 175],[13, 174],[14, 173],[15, 68],[16, 0],[17, 236],[18, 165],[19, 166],[20, 165],[21, 166],[22, 235],[23, 68],[24, 172],[25, 173],[26, 68],[27, 168]])
|
|
703
|
+
const n187 = t([[12, 188],[13, 189],[14, 190],[15, 191],[16, 187],[17, 237],[18, 0],[19, 197],[20, 0],[21, 197],[22, 238],[23, 191],[24, 192],[25, 190],[26, 191],[27, 195]])
|
|
704
|
+
const n188 = t([[12, 189],[13, 190],[14, 191],[15, 192],[16, 188],[17, 187],[18, 0],[19, 197],[20, 0],[21, 197],[22, 0],[23, 192],[24, 194],[25, 191],[26, 192],[27, 92]])
|
|
705
|
+
const n189 = t([[12, 190],[13, 191],[14, 192],[15, 194],[16, 189],[17, 188],[18, 0],[19, 197],[20, 0],[21, 197],[22, 197],[23, 241],[24, 241],[25, 192],[26, 194],[27, 194]])
|
|
706
|
+
const n190 = t([[12, 188],[13, 189],[14, 190],[15, 191],[16, 187],[17, 237],[18, 0],[19, 197],[20, 0],[21, 197],[22, 238],[23, 194],[24, 92],[25, 192],[26, 194],[27, 195]])
|
|
707
|
+
const n191 = t([[12, 190],[13, 191],[14, 192],[15, 194],[16, 189],[17, 188],[18, 0],[19, 197],[20, 0],[21, 197],[22, 197],[23, 194],[24, 92],[25, 192],[26, 194],[27, 194]])
|
|
708
|
+
const n192 = t([[12, 0],[13, 0],[14, 197],[15, 196],[16, 0],[17, 0],[18, 187],[19, 188],[20, 187],[21, 188],[22, 187],[23, 196],[24, 195],[25, 197],[26, 196],[27, 188]])
|
|
709
|
+
const n193 = t([[12, 195],[13, 92],[14, 194],[15, 192],[16, 196],[17, 197],[18, 187],[19, 188],[20, 187],[21, 188],[22, 188],[23, 192],[24, 191],[25, 194],[26, 192],[27, 192]])
|
|
710
|
+
const n194 = t([[12, 197],[13, 196],[14, 195],[15, 92],[16, 0],[17, 238],[18, 187],[19, 188],[20, 187],[21, 188],[22, 237],[23, 92],[24, 194],[25, 195],[26, 92],[27, 190]])
|
|
711
|
+
const n195 = t([[12, 1],[13, 2],[14, 3],[15, 4],[16, 0],[17, 0],[18, 10],[19, 9],[20, 10],[21, 9],[22, 11],[23, 4],[24, 5],[25, 3],[26, 4],[27, 8]])
|
|
712
|
+
const n196 = t([[12, 3],[13, 4],[14, 5],[15, 6],[16, 2],[17, 1],[18, 10],[19, 9],[20, 10],[21, 9],[22, 10],[23, 6],[24, 7],[25, 5],[26, 6],[27, 6]])
|
|
713
|
+
const n197 = t([[12, 4],[13, 5],[14, 6],[15, 7],[16, 3],[17, 2],[18, 10],[19, 9],[20, 10],[21, 9],[22, 9],[23, 241],[24, 241],[25, 6],[26, 7],[27, 5]])
|
|
714
|
+
const n198 = t([[12, 2],[13, 3],[14, 4],[15, 5],[16, 1],[17, 0],[18, 10],[19, 9],[20, 10],[21, 9],[22, 11],[23, 7],[24, 8],[25, 6],[26, 7],[27, 7]])
|
|
715
|
+
const n199 = t([[12, 4],[13, 5],[14, 6],[15, 7],[16, 3],[17, 2],[18, 10],[19, 9],[20, 10],[21, 9],[22, 9],[23, 7],[24, 8],[25, 6],[26, 7],[27, 5]])
|
|
716
|
+
const n200 = t([[12, 11],[13, 10],[14, 9],[15, 8],[16, 11],[17, 11],[18, 1],[19, 2],[20, 1],[21, 2],[22, 0],[23, 8],[24, 7],[25, 9],[26, 8],[27, 2]])
|
|
717
|
+
const n201 = t([[12, 7],[13, 6],[14, 5],[15, 4],[16, 8],[17, 9],[18, 1],[19, 2],[20, 1],[21, 2],[22, 2],[23, 4],[24, 3],[25, 5],[26, 4],[27, 6]])
|
|
718
|
+
const n202 = t([[12, 9],[13, 8],[14, 7],[15, 6],[16, 10],[17, 11],[18, 1],[19, 2],[20, 1],[21, 2],[22, 0],[23, 6],[24, 5],[25, 7],[26, 6],[27, 4]])
|
|
719
|
+
const n203 = t([[12, 2],[13, 3],[14, 4],[15, 5],[16, 1],[17, 0],[18, 9],[19, 8],[20, 9],[21, 8],[22, 11],[23, 5],[24, 6],[25, 4],[26, 5],[27, 7]])
|
|
720
|
+
const n204 = t([[12, 4],[13, 5],[14, 6],[15, 7],[16, 3],[17, 2],[18, 9],[19, 8],[20, 9],[21, 8],[22, 9],[23, 7],[24, 8],[25, 6],[26, 7],[27, 5]])
|
|
721
|
+
const n205 = t([[12, 5],[13, 6],[14, 7],[15, 8],[16, 4],[17, 3],[18, 9],[19, 8],[20, 9],[21, 8],[22, 8],[23, 241],[24, 241],[25, 7],[26, 8],[27, 4]])
|
|
722
|
+
const n206 = t([[12, 3],[13, 4],[14, 5],[15, 6],[16, 2],[17, 1],[18, 9],[19, 8],[20, 9],[21, 8],[22, 10],[23, 8],[24, 9],[25, 7],[26, 8],[27, 6]])
|
|
723
|
+
const n207 = t([[12, 5],[13, 6],[14, 7],[15, 8],[16, 4],[17, 3],[18, 9],[19, 8],[20, 9],[21, 8],[22, 8],[23, 8],[24, 9],[25, 7],[26, 8],[27, 4]])
|
|
724
|
+
const n208 = t([[12, 10],[13, 9],[14, 8],[15, 7],[16, 11],[17, 11],[18, 2],[19, 3],[20, 2],[21, 3],[22, 0],[23, 7],[24, 6],[25, 8],[26, 7],[27, 3]])
|
|
725
|
+
const n209 = t([[12, 6],[13, 5],[14, 4],[15, 3],[16, 7],[17, 8],[18, 2],[19, 3],[20, 2],[21, 3],[22, 3],[23, 3],[24, 2],[25, 4],[26, 3],[27, 7]])
|
|
726
|
+
const n210 = t([[12, 8],[13, 7],[14, 6],[15, 5],[16, 9],[17, 10],[18, 2],[19, 3],[20, 2],[21, 3],[22, 1],[23, 5],[24, 4],[25, 6],[26, 5],[27, 5]])
|
|
727
|
+
const n211 = t([[12, 3],[13, 4],[14, 5],[15, 6],[16, 2],[17, 1],[19, 7],[20, 8],[21, 7],[22, 10],[23, 6],[24, 7],[25, 5],[26, 6],[27, 6]])
|
|
728
|
+
const n212 = t([[12, 5],[13, 6],[14, 7],[15, 8],[16, 4],[17, 3],[19, 7],[20, 8],[21, 7],[22, 8],[23, 8],[24, 9],[25, 7],[26, 8],[27, 4]])
|
|
729
|
+
const n213 = t([[12, 6],[13, 7],[14, 8],[15, 9],[16, 5],[17, 4],[19, 7],[20, 8],[21, 7],[22, 7],[23, 241],[24, 241],[25, 8],[26, 9],[27, 3]])
|
|
730
|
+
const n214 = t([[12, 4],[13, 5],[14, 6],[15, 7],[16, 3],[17, 2],[19, 7],[20, 8],[21, 7],[22, 9],[23, 9],[24, 10],[25, 8],[26, 9],[27, 5]])
|
|
731
|
+
const n215 = t([[12, 6],[13, 7],[14, 8],[15, 9],[16, 5],[17, 4],[19, 7],[20, 8],[21, 7],[22, 7],[23, 9],[24, 10],[25, 8],[26, 9],[27, 3]])
|
|
732
|
+
const n216 = t([[12, 9],[13, 8],[14, 7],[15, 6],[16, 10],[17, 11],[19, 4],[20, 3],[21, 4],[22, 0],[23, 6],[24, 5],[25, 7],[26, 6],[27, 4]])
|
|
733
|
+
const n217 = t([[12, 5],[13, 4],[14, 3],[15, 2],[16, 6],[17, 7],[19, 4],[20, 3],[21, 4],[22, 4],[23, 2],[24, 1],[25, 3],[26, 2],[27, 8]])
|
|
734
|
+
const n218 = t([[12, 7],[13, 6],[14, 5],[15, 4],[16, 8],[17, 9],[19, 4],[20, 3],[21, 4],[22, 2],[23, 4],[24, 3],[25, 5],[26, 4],[27, 6]])
|
|
735
|
+
const n219 = t([[12, 112],[13, 113],[14, 114],[15, 115],[16, 111],[17, 110],[18, 120],[19, 119],[20, 120],[21, 119],[22, 0],[23, 115],[24, 116],[25, 114],[26, 115],[27, 117]])
|
|
736
|
+
const n220 = t([[12, 113],[13, 114],[14, 115],[15, 116],[16, 112],[17, 111],[18, 120],[19, 119],[20, 120],[21, 119],[22, 120],[23, 116],[24, 117],[25, 115],[26, 116],[27, 116]])
|
|
737
|
+
const n221 = t([[12, 114],[13, 115],[14, 116],[15, 117],[16, 113],[17, 112],[18, 120],[19, 119],[20, 120],[21, 119],[22, 119],[23, 241],[24, 241],[25, 116],[26, 117],[27, 115]])
|
|
738
|
+
const n222 = t([[12, 112],[13, 113],[14, 114],[15, 115],[16, 111],[17, 110],[18, 120],[19, 119],[20, 120],[21, 119],[22, 0],[23, 117],[24, 118],[25, 116],[26, 117],[27, 117]])
|
|
739
|
+
const n223 = t([[12, 114],[13, 115],[14, 116],[15, 117],[16, 113],[17, 112],[18, 120],[19, 119],[20, 120],[21, 119],[22, 119],[23, 117],[24, 118],[25, 116],[26, 117],[27, 115]])
|
|
740
|
+
const n224 = t([[12, 0],[13, 120],[14, 119],[15, 118],[16, 0],[17, 0],[18, 111],[19, 112],[20, 111],[21, 112],[22, 110],[23, 118],[24, 117],[25, 119],[26, 118],[27, 112]])
|
|
741
|
+
const n225 = t([[12, 117],[13, 116],[14, 115],[15, 114],[16, 118],[17, 119],[18, 111],[19, 112],[20, 111],[21, 112],[22, 112],[23, 114],[24, 113],[25, 115],[26, 114],[27, 116]])
|
|
742
|
+
const n226 = t([[12, 119],[13, 118],[14, 117],[15, 116],[16, 120],[17, 0],[18, 111],[19, 112],[20, 111],[21, 112],[22, 110],[23, 116],[24, 115],[25, 117],[26, 116],[27, 114]])
|
|
743
|
+
const n227 = t([[12, 113],[13, 114],[14, 115],[15, 116],[16, 112],[17, 111],[18, 119],[19, 118],[20, 119],[21, 118],[22, 120],[23, 116],[24, 117],[25, 115],[26, 116],[27, 116]])
|
|
744
|
+
const n228 = t([[12, 114],[13, 115],[14, 116],[15, 117],[16, 113],[17, 112],[18, 119],[19, 118],[20, 119],[21, 118],[22, 119],[23, 117],[24, 118],[25, 116],[26, 117],[27, 115]])
|
|
745
|
+
const n229 = t([[12, 115],[13, 116],[14, 117],[15, 118],[16, 114],[17, 113],[18, 119],[19, 118],[20, 119],[21, 118],[22, 118],[23, 241],[24, 241],[25, 117],[26, 118],[27, 114]])
|
|
746
|
+
const n230 = t([[12, 113],[13, 114],[14, 115],[15, 116],[16, 112],[17, 111],[18, 119],[19, 118],[20, 119],[21, 118],[22, 120],[23, 118],[24, 119],[25, 117],[26, 118],[27, 116]])
|
|
747
|
+
const n231 = t([[12, 115],[13, 116],[14, 117],[15, 118],[16, 114],[17, 113],[18, 119],[19, 118],[20, 119],[21, 118],[22, 118],[23, 118],[24, 119],[25, 117],[26, 118],[27, 114]])
|
|
748
|
+
const n232 = t([[12, 120],[13, 119],[14, 118],[15, 117],[16, 0],[17, 0],[18, 112],[19, 113],[20, 112],[21, 113],[22, 110],[23, 117],[24, 116],[25, 118],[26, 117],[27, 113]])
|
|
749
|
+
const n233 = t([[12, 116],[13, 115],[14, 114],[15, 113],[16, 117],[17, 118],[18, 112],[19, 113],[20, 112],[21, 113],[22, 113],[23, 113],[24, 112],[25, 114],[26, 113],[27, 117]])
|
|
750
|
+
const n234 = t([[12, 118],[13, 117],[14, 116],[15, 115],[16, 119],[17, 120],[18, 112],[19, 113],[20, 112],[21, 113],[22, 111],[23, 115],[24, 114],[25, 116],[26, 115],[27, 115]])
|
|
751
|
+
const n235 = t([[12, 114],[13, 115],[14, 116],[15, 117],[16, 113],[17, 112],[19, 117],[20, 118],[21, 117],[22, 119],[23, 117],[24, 118],[25, 116],[26, 117],[27, 115]])
|
|
752
|
+
const n236 = t([[12, 115],[13, 116],[14, 117],[15, 118],[16, 114],[17, 113],[19, 117],[20, 118],[21, 117],[22, 118],[23, 118],[24, 119],[25, 117],[26, 118],[27, 114]])
|
|
753
|
+
const n237 = t([[12, 116],[13, 117],[14, 118],[15, 119],[16, 115],[17, 114],[19, 117],[20, 118],[21, 117],[22, 117],[23, 241],[24, 241],[25, 118],[26, 119],[27, 113]])
|
|
754
|
+
const n238 = t([[12, 114],[13, 115],[14, 116],[15, 117],[16, 113],[17, 112],[19, 117],[20, 118],[21, 117],[22, 119],[23, 119],[24, 120],[25, 118],[26, 119],[27, 115]])
|
|
755
|
+
const n239 = t([[12, 116],[13, 117],[14, 118],[15, 119],[16, 115],[17, 114],[19, 117],[20, 118],[21, 117],[22, 117],[23, 119],[24, 120],[25, 118],[26, 119],[27, 113]])
|
|
756
|
+
const n240 = t([[12, 119],[13, 118],[14, 117],[15, 116],[16, 120],[17, 0],[19, 114],[20, 113],[21, 114],[22, 110],[23, 116],[24, 115],[25, 117],[26, 116],[27, 114]])
|
|
757
|
+
const n241 = t([[12, 115],[13, 114],[14, 113],[15, 112],[16, 116],[17, 117],[19, 114],[20, 113],[21, 114],[22, 114],[23, 112],[24, 111],[25, 113],[26, 112],[27, 118]])
|
|
758
|
+
const n242 = t([[12, 117],[13, 116],[14, 115],[15, 114],[16, 118],[17, 119],[19, 114],[20, 113],[21, 114],[22, 112],[23, 114],[24, 113],[25, 115],[26, 114],[27, 116]])
|
|
759
|
+
const n243 = t([[12, 49],[13, 50],[14, 51],[15, 52],[16, 48],[17, 48],[18, 59],[19, 58],[20, 59],[21, 58],[22, 11],[23, 51],[24, 52],[25, 51],[26, 51],[27, 57]])
|
|
760
|
+
const n244 = t([[12, 51],[13, 52],[14, 53],[15, 55],[16, 50],[17, 49],[18, 59],[19, 58],[20, 59],[21, 58],[22, 59],[23, 53],[24, 55],[25, 53],[26, 53],[27, 55]])
|
|
761
|
+
const n245 = t([[12, 52],[13, 53],[14, 55],[15, 56],[16, 51],[17, 50],[18, 59],[19, 58],[20, 59],[21, 58],[22, 58],[23, 241],[24, 241],[25, 55],[26, 55],[27, 53]])
|
|
762
|
+
const n246 = t([[12, 50],[13, 51],[14, 52],[15, 53],[16, 49],[17, 48],[18, 59],[19, 58],[20, 59],[21, 58],[22, 11],[23, 55],[24, 56],[25, 55],[26, 55],[27, 56]])
|
|
763
|
+
const n247 = t([[12, 52],[13, 53],[14, 55],[15, 56],[16, 51],[17, 50],[18, 59],[19, 58],[20, 59],[21, 58],[22, 58],[23, 55],[24, 56],[25, 55],[26, 55],[27, 53]])
|
|
764
|
+
const n248 = t([[12, 11],[13, 59],[14, 58],[15, 57],[16, 11],[17, 11],[18, 49],[19, 50],[20, 49],[21, 50],[22, 48],[23, 58],[24, 57],[25, 58],[26, 58],[27, 50]])
|
|
765
|
+
const n249 = t([[12, 56],[13, 55],[14, 53],[15, 52],[16, 57],[17, 58],[18, 49],[19, 50],[20, 49],[21, 50],[22, 50],[23, 53],[24, 52],[25, 53],[26, 53],[27, 55]])
|
|
766
|
+
const n250 = t([[12, 58],[13, 57],[14, 56],[15, 55],[16, 59],[17, 11],[18, 49],[19, 50],[20, 49],[21, 50],[22, 48],[23, 56],[24, 55],[25, 56],[26, 56],[27, 52]])
|
|
767
|
+
const n251 = t([[12, 50],[13, 51],[14, 52],[15, 53],[16, 49],[17, 48],[18, 58],[19, 57],[20, 58],[21, 57],[22, 11],[23, 52],[24, 53],[25, 52],[26, 52],[27, 56]])
|
|
768
|
+
const n252 = t([[12, 52],[13, 53],[14, 55],[15, 56],[16, 51],[17, 50],[18, 58],[19, 57],[20, 58],[21, 57],[22, 58],[23, 55],[24, 56],[25, 55],[26, 55],[27, 53]])
|
|
769
|
+
const n253 = t([[12, 53],[13, 55],[14, 56],[15, 57],[16, 52],[17, 51],[18, 58],[19, 57],[20, 58],[21, 57],[22, 57],[23, 241],[24, 241],[25, 56],[26, 56],[27, 52]])
|
|
770
|
+
const n254 = t([[12, 51],[13, 52],[14, 53],[15, 55],[16, 50],[17, 49],[18, 58],[19, 57],[20, 58],[21, 57],[22, 59],[23, 56],[24, 57],[25, 56],[26, 56],[27, 55]])
|
|
771
|
+
const n255 = t([[12, 53],[13, 55],[14, 56],[15, 57],[16, 52],[17, 51],[18, 58],[19, 57],[20, 58],[21, 57],[22, 57],[23, 56],[24, 57],[25, 56],[26, 56],[27, 52]])
|
|
772
|
+
const n256 = t([[12, 59],[13, 58],[14, 57],[15, 56],[16, 11],[17, 11],[18, 50],[19, 51],[20, 50],[21, 51],[22, 48],[23, 57],[24, 56],[25, 57],[26, 57],[27, 51]])
|
|
773
|
+
const n257 = t([[12, 55],[13, 53],[14, 52],[15, 51],[16, 56],[17, 57],[18, 50],[19, 51],[20, 50],[21, 51],[22, 51],[23, 52],[24, 51],[25, 52],[26, 52],[27, 56]])
|
|
774
|
+
const n258 = t([[12, 57],[13, 56],[14, 55],[15, 53],[16, 58],[17, 59],[18, 50],[19, 51],[20, 50],[21, 51],[22, 49],[23, 55],[24, 53],[25, 55],[26, 55],[27, 53]])
|
|
775
|
+
const n259 = t([[12, 51],[13, 52],[14, 53],[15, 55],[16, 50],[17, 49],[19, 56],[20, 57],[21, 56],[22, 59],[23, 53],[24, 55],[25, 53],[26, 53],[27, 55]])
|
|
776
|
+
const n260 = t([[12, 53],[13, 55],[14, 56],[15, 57],[16, 52],[17, 51],[19, 56],[20, 57],[21, 56],[22, 57],[23, 56],[24, 57],[25, 56],[26, 56],[27, 52]])
|
|
777
|
+
const n261 = t([[12, 55],[13, 56],[14, 57],[15, 58],[16, 53],[17, 52],[19, 56],[20, 57],[21, 56],[22, 56],[23, 241],[24, 241],[25, 57],[26, 57],[27, 51]])
|
|
778
|
+
const n262 = t([[12, 52],[13, 53],[14, 55],[15, 56],[16, 51],[17, 50],[19, 56],[20, 57],[21, 56],[22, 58],[23, 57],[24, 58],[25, 57],[26, 57],[27, 53]])
|
|
779
|
+
const n263 = t([[12, 55],[13, 56],[14, 57],[15, 58],[16, 53],[17, 52],[19, 56],[20, 57],[21, 56],[22, 56],[23, 57],[24, 58],[25, 57],[26, 57],[27, 51]])
|
|
780
|
+
const n264 = t([[12, 58],[13, 57],[14, 56],[15, 55],[16, 59],[17, 11],[19, 52],[20, 51],[21, 52],[22, 48],[23, 56],[24, 55],[25, 56],[26, 56],[27, 52]])
|
|
781
|
+
const n265 = t([[12, 53],[13, 52],[14, 51],[15, 50],[16, 55],[17, 56],[19, 52],[20, 51],[21, 52],[22, 52],[23, 51],[24, 50],[25, 51],[26, 51],[27, 57]])
|
|
782
|
+
const n266 = t([[12, 56],[13, 55],[14, 53],[15, 52],[16, 57],[17, 58],[19, 52],[20, 51],[21, 52],[22, 50],[23, 53],[24, 52],[25, 53],[26, 53],[27, 55]])
|
|
783
|
+
const n267 = t([[12, 97],[13, 98],[14, 99],[15, 100],[16, 96],[17, 96],[18, 107],[19, 106],[20, 107],[21, 106],[22, 11],[23, 99],[24, 100],[25, 99],[26, 99],[27, 105]])
|
|
784
|
+
const n268 = t([[12, 99],[13, 100],[14, 101],[15, 103],[16, 98],[17, 97],[18, 107],[19, 106],[20, 107],[21, 106],[22, 107],[23, 101],[24, 103],[25, 101],[26, 101],[27, 103]])
|
|
785
|
+
const n269 = t([[12, 100],[13, 101],[14, 103],[15, 104],[16, 99],[17, 98],[18, 107],[19, 106],[20, 107],[21, 106],[22, 106],[23, 241],[24, 241],[25, 103],[26, 103],[27, 101]])
|
|
786
|
+
const n270 = t([[12, 98],[13, 99],[14, 100],[15, 101],[16, 97],[17, 96],[18, 107],[19, 106],[20, 107],[21, 106],[22, 11],[23, 103],[24, 104],[25, 103],[26, 103],[27, 104]])
|
|
787
|
+
const n271 = t([[12, 100],[13, 101],[14, 103],[15, 104],[16, 99],[17, 98],[18, 107],[19, 106],[20, 107],[21, 106],[22, 106],[23, 103],[24, 104],[25, 103],[26, 103],[27, 101]])
|
|
788
|
+
const n272 = t([[12, 11],[13, 107],[14, 106],[15, 105],[16, 11],[17, 11],[18, 97],[19, 98],[20, 97],[21, 98],[22, 96],[23, 106],[24, 105],[25, 106],[26, 106],[27, 98]])
|
|
789
|
+
const n273 = t([[12, 104],[13, 103],[14, 101],[15, 100],[16, 105],[17, 106],[18, 97],[19, 98],[20, 97],[21, 98],[22, 98],[23, 101],[24, 100],[25, 101],[26, 101],[27, 103]])
|
|
790
|
+
const n274 = t([[12, 106],[13, 105],[14, 104],[15, 103],[16, 107],[17, 11],[18, 97],[19, 98],[20, 97],[21, 98],[22, 96],[23, 104],[24, 103],[25, 104],[26, 104],[27, 100]])
|
|
791
|
+
const n275 = t([[12, 98],[13, 99],[14, 100],[15, 101],[16, 97],[17, 96],[18, 106],[19, 105],[20, 106],[21, 105],[22, 11],[23, 100],[24, 101],[25, 100],[26, 100],[27, 104]])
|
|
792
|
+
const n276 = t([[12, 100],[13, 101],[14, 103],[15, 104],[16, 99],[17, 98],[18, 106],[19, 105],[20, 106],[21, 105],[22, 106],[23, 103],[24, 104],[25, 103],[26, 103],[27, 101]])
|
|
793
|
+
const n277 = t([[12, 101],[13, 103],[14, 104],[15, 105],[16, 100],[17, 99],[18, 106],[19, 105],[20, 106],[21, 105],[22, 105],[23, 241],[24, 241],[25, 104],[26, 104],[27, 100]])
|
|
794
|
+
const n278 = t([[12, 99],[13, 100],[14, 101],[15, 103],[16, 98],[17, 97],[18, 106],[19, 105],[20, 106],[21, 105],[22, 107],[23, 104],[24, 105],[25, 104],[26, 104],[27, 103]])
|
|
795
|
+
const n279 = t([[12, 101],[13, 103],[14, 104],[15, 105],[16, 100],[17, 99],[18, 106],[19, 105],[20, 106],[21, 105],[22, 105],[23, 104],[24, 105],[25, 104],[26, 104],[27, 100]])
|
|
796
|
+
const n280 = t([[12, 107],[13, 106],[14, 105],[15, 104],[16, 11],[17, 11],[18, 98],[19, 99],[20, 98],[21, 99],[22, 96],[23, 105],[24, 104],[25, 105],[26, 105],[27, 99]])
|
|
797
|
+
const n281 = t([[12, 103],[13, 101],[14, 100],[15, 99],[16, 104],[17, 105],[18, 98],[19, 99],[20, 98],[21, 99],[22, 99],[23, 100],[24, 99],[25, 100],[26, 100],[27, 104]])
|
|
798
|
+
const n282 = t([[12, 105],[13, 104],[14, 103],[15, 101],[16, 106],[17, 107],[18, 98],[19, 99],[20, 98],[21, 99],[22, 97],[23, 103],[24, 101],[25, 103],[26, 103],[27, 101]])
|
|
799
|
+
const n283 = t([[12, 99],[13, 100],[14, 101],[15, 103],[16, 98],[17, 97],[19, 104],[20, 105],[21, 104],[22, 107],[23, 101],[24, 103],[25, 101],[26, 101],[27, 103]])
|
|
800
|
+
const n284 = t([[12, 101],[13, 103],[14, 104],[15, 105],[16, 100],[17, 99],[19, 104],[20, 105],[21, 104],[22, 105],[23, 104],[24, 105],[25, 104],[26, 104],[27, 100]])
|
|
801
|
+
const n285 = t([[12, 103],[13, 104],[14, 105],[15, 106],[16, 101],[17, 100],[19, 104],[20, 105],[21, 104],[22, 104],[23, 241],[24, 241],[25, 105],[26, 105],[27, 99]])
|
|
802
|
+
const n286 = t([[12, 100],[13, 101],[14, 103],[15, 104],[16, 99],[17, 98],[19, 104],[20, 105],[21, 104],[22, 106],[23, 105],[24, 106],[25, 105],[26, 105],[27, 101]])
|
|
803
|
+
const n287 = t([[12, 103],[13, 104],[14, 105],[15, 106],[16, 101],[17, 100],[19, 104],[20, 105],[21, 104],[22, 104],[23, 105],[24, 106],[25, 105],[26, 105],[27, 99]])
|
|
804
|
+
const n288 = t([[12, 106],[13, 105],[14, 104],[15, 103],[16, 107],[17, 11],[19, 100],[20, 99],[21, 100],[22, 96],[23, 104],[24, 103],[25, 104],[26, 104],[27, 100]])
|
|
805
|
+
const n289 = t([[12, 101],[13, 100],[14, 99],[15, 98],[16, 103],[17, 104],[19, 100],[20, 99],[21, 100],[22, 100],[23, 99],[24, 98],[25, 99],[26, 99],[27, 105]])
|
|
806
|
+
const n290 = t([[12, 104],[13, 103],[14, 101],[15, 100],[16, 105],[17, 106],[19, 100],[20, 99],[21, 100],[22, 98],[23, 101],[24, 100],[25, 101],[26, 101],[27, 103]])
|
|
807
|
+
const n291 = t([[12, 37],[13, 38],[14, 39],[15, 40],[16, 36],[17, 36],[18, 47],[19, 46],[20, 47],[21, 46],[22, 11],[23, 39],[24, 40],[25, 39],[26, 39],[27, 45]])
|
|
808
|
+
const n292 = t([[12, 39],[13, 40],[14, 41],[15, 43],[16, 38],[17, 37],[18, 47],[19, 46],[20, 47],[21, 46],[22, 47],[23, 41],[24, 43],[25, 41],[26, 41],[27, 43]])
|
|
809
|
+
const n293 = t([[12, 40],[13, 41],[14, 43],[15, 44],[16, 39],[17, 38],[18, 47],[19, 46],[20, 47],[21, 46],[22, 46],[23, 241],[24, 241],[25, 43],[26, 43],[27, 41]])
|
|
810
|
+
const n294 = t([[12, 38],[13, 39],[14, 40],[15, 41],[16, 37],[17, 36],[18, 47],[19, 46],[20, 47],[21, 46],[22, 11],[23, 43],[24, 44],[25, 43],[26, 43],[27, 44]])
|
|
811
|
+
const n295 = t([[12, 40],[13, 41],[14, 43],[15, 44],[16, 39],[17, 38],[18, 47],[19, 46],[20, 47],[21, 46],[22, 46],[23, 43],[24, 44],[25, 43],[26, 43],[27, 41]])
|
|
812
|
+
const n296 = t([[12, 11],[13, 47],[14, 46],[15, 45],[16, 11],[17, 11],[18, 37],[19, 38],[20, 37],[21, 38],[22, 36],[23, 46],[24, 45],[25, 46],[26, 46],[27, 38]])
|
|
813
|
+
const n297 = t([[12, 44],[13, 43],[14, 41],[15, 40],[16, 45],[17, 46],[18, 37],[19, 38],[20, 37],[21, 38],[22, 38],[23, 41],[24, 40],[25, 41],[26, 41],[27, 43]])
|
|
814
|
+
const n298 = t([[12, 46],[13, 45],[14, 44],[15, 43],[16, 47],[17, 11],[18, 37],[19, 38],[20, 37],[21, 38],[22, 36],[23, 44],[24, 43],[25, 44],[26, 44],[27, 40]])
|
|
815
|
+
const n299 = t([[12, 38],[13, 39],[14, 40],[15, 41],[16, 37],[17, 36],[18, 46],[19, 45],[20, 46],[21, 45],[22, 11],[23, 40],[24, 41],[25, 40],[26, 40],[27, 44]])
|
|
816
|
+
const n300 = t([[12, 40],[13, 41],[14, 43],[15, 44],[16, 39],[17, 38],[18, 46],[19, 45],[20, 46],[21, 45],[22, 46],[23, 43],[24, 44],[25, 43],[26, 43],[27, 41]])
|
|
817
|
+
const n301 = t([[12, 41],[13, 43],[14, 44],[15, 45],[16, 40],[17, 39],[18, 46],[19, 45],[20, 46],[21, 45],[22, 45],[23, 241],[24, 241],[25, 44],[26, 44],[27, 40]])
|
|
818
|
+
const n302 = t([[12, 39],[13, 40],[14, 41],[15, 43],[16, 38],[17, 37],[18, 46],[19, 45],[20, 46],[21, 45],[22, 47],[23, 44],[24, 45],[25, 44],[26, 44],[27, 43]])
|
|
819
|
+
const n303 = t([[12, 41],[13, 43],[14, 44],[15, 45],[16, 40],[17, 39],[18, 46],[19, 45],[20, 46],[21, 45],[22, 45],[23, 44],[24, 45],[25, 44],[26, 44],[27, 40]])
|
|
820
|
+
const n304 = t([[12, 47],[13, 46],[14, 45],[15, 44],[16, 11],[17, 11],[18, 38],[19, 39],[20, 38],[21, 39],[22, 36],[23, 45],[24, 44],[25, 45],[26, 45],[27, 39]])
|
|
821
|
+
const n305 = t([[12, 43],[13, 41],[14, 40],[15, 39],[16, 44],[17, 45],[18, 38],[19, 39],[20, 38],[21, 39],[22, 39],[23, 40],[24, 39],[25, 40],[26, 40],[27, 44]])
|
|
822
|
+
const n306 = t([[12, 45],[13, 44],[14, 43],[15, 41],[16, 46],[17, 47],[18, 38],[19, 39],[20, 38],[21, 39],[22, 37],[23, 43],[24, 41],[25, 43],[26, 43],[27, 41]])
|
|
823
|
+
const n307 = t([[12, 39],[13, 40],[14, 41],[15, 43],[16, 38],[17, 37],[19, 44],[20, 45],[21, 44],[22, 47],[23, 41],[24, 43],[25, 41],[26, 41],[27, 43]])
|
|
824
|
+
const n308 = t([[12, 41],[13, 43],[14, 44],[15, 45],[16, 40],[17, 39],[19, 44],[20, 45],[21, 44],[22, 45],[23, 44],[24, 45],[25, 44],[26, 44],[27, 40]])
|
|
825
|
+
const n309 = t([[12, 43],[13, 44],[14, 45],[15, 46],[16, 41],[17, 40],[19, 44],[20, 45],[21, 44],[22, 44],[23, 241],[24, 241],[25, 45],[26, 45],[27, 39]])
|
|
826
|
+
const n310 = t([[12, 40],[13, 41],[14, 43],[15, 44],[16, 39],[17, 38],[19, 44],[20, 45],[21, 44],[22, 46],[23, 45],[24, 46],[25, 45],[26, 45],[27, 41]])
|
|
827
|
+
const n311 = t([[12, 43],[13, 44],[14, 45],[15, 46],[16, 41],[17, 40],[19, 44],[20, 45],[21, 44],[22, 44],[23, 45],[24, 46],[25, 45],[26, 45],[27, 39]])
|
|
828
|
+
const n312 = t([[12, 46],[13, 45],[14, 44],[15, 43],[16, 47],[17, 11],[19, 40],[20, 39],[21, 40],[22, 36],[23, 44],[24, 43],[25, 44],[26, 44],[27, 40]])
|
|
829
|
+
const n313 = t([[12, 41],[13, 40],[14, 39],[15, 38],[16, 43],[17, 44],[19, 40],[20, 39],[21, 40],[22, 40],[23, 39],[24, 38],[25, 39],[26, 39],[27, 45]])
|
|
830
|
+
const n314 = t([[12, 44],[13, 43],[14, 41],[15, 40],[16, 45],[17, 46],[19, 40],[20, 39],[21, 40],[22, 38],[23, 41],[24, 40],[25, 41],[26, 41],[27, 43]])
|
|
831
|
+
const n315 = t([[12, 15],[13, 16],[14, 17],[15, 18],[16, 14],[17, 14],[18, 25],[19, 24],[20, 25],[21, 24],[22, 11],[23, 17],[24, 18],[25, 17],[26, 17],[27, 23]])
|
|
832
|
+
const n316 = t([[12, 17],[13, 18],[14, 19],[15, 21],[16, 16],[17, 15],[18, 25],[19, 24],[20, 25],[21, 24],[22, 25],[23, 19],[24, 21],[25, 19],[26, 19],[27, 21]])
|
|
833
|
+
const n317 = t([[12, 18],[13, 19],[14, 21],[15, 22],[16, 17],[17, 16],[18, 25],[19, 24],[20, 25],[21, 24],[22, 24],[23, 241],[24, 241],[25, 21],[26, 21],[27, 19]])
|
|
834
|
+
const n318 = t([[12, 16],[13, 17],[14, 18],[15, 19],[16, 15],[17, 14],[18, 25],[19, 24],[20, 25],[21, 24],[22, 11],[23, 21],[24, 22],[25, 21],[26, 21],[27, 22]])
|
|
835
|
+
const n319 = t([[12, 18],[13, 19],[14, 21],[15, 22],[16, 17],[17, 16],[18, 25],[19, 24],[20, 25],[21, 24],[22, 24],[23, 21],[24, 22],[25, 21],[26, 21],[27, 19]])
|
|
836
|
+
const n320 = t([[12, 11],[13, 25],[14, 24],[15, 23],[16, 11],[17, 11],[18, 15],[19, 16],[20, 15],[21, 16],[22, 14],[23, 24],[24, 23],[25, 24],[26, 24],[27, 16]])
|
|
837
|
+
const n321 = t([[12, 22],[13, 21],[14, 19],[15, 18],[16, 23],[17, 24],[18, 15],[19, 16],[20, 15],[21, 16],[22, 16],[23, 19],[24, 18],[25, 19],[26, 19],[27, 21]])
|
|
838
|
+
const n322 = t([[12, 24],[13, 23],[14, 22],[15, 21],[16, 25],[17, 11],[18, 15],[19, 16],[20, 15],[21, 16],[22, 14],[23, 22],[24, 21],[25, 22],[26, 22],[27, 18]])
|
|
839
|
+
const n323 = t([[12, 16],[13, 17],[14, 18],[15, 19],[16, 15],[17, 14],[18, 24],[19, 23],[20, 24],[21, 23],[22, 11],[23, 18],[24, 19],[25, 18],[26, 18],[27, 22]])
|
|
840
|
+
const n324 = t([[12, 18],[13, 19],[14, 21],[15, 22],[16, 17],[17, 16],[18, 24],[19, 23],[20, 24],[21, 23],[22, 24],[23, 21],[24, 22],[25, 21],[26, 21],[27, 19]])
|
|
841
|
+
const n325 = t([[12, 19],[13, 21],[14, 22],[15, 23],[16, 18],[17, 17],[18, 24],[19, 23],[20, 24],[21, 23],[22, 23],[23, 241],[24, 241],[25, 22],[26, 22],[27, 18]])
|
|
842
|
+
const n326 = t([[12, 17],[13, 18],[14, 19],[15, 21],[16, 16],[17, 15],[18, 24],[19, 23],[20, 24],[21, 23],[22, 25],[23, 22],[24, 23],[25, 22],[26, 22],[27, 21]])
|
|
843
|
+
const n327 = t([[12, 19],[13, 21],[14, 22],[15, 23],[16, 18],[17, 17],[18, 24],[19, 23],[20, 24],[21, 23],[22, 23],[23, 22],[24, 23],[25, 22],[26, 22],[27, 18]])
|
|
844
|
+
const n328 = t([[12, 25],[13, 24],[14, 23],[15, 22],[16, 11],[17, 11],[18, 16],[19, 17],[20, 16],[21, 17],[22, 14],[23, 23],[24, 22],[25, 23],[26, 23],[27, 17]])
|
|
845
|
+
const n329 = t([[12, 21],[13, 19],[14, 18],[15, 17],[16, 22],[17, 23],[18, 16],[19, 17],[20, 16],[21, 17],[22, 17],[23, 18],[24, 17],[25, 18],[26, 18],[27, 22]])
|
|
846
|
+
const n330 = t([[12, 23],[13, 22],[14, 21],[15, 19],[16, 24],[17, 25],[18, 16],[19, 17],[20, 16],[21, 17],[22, 15],[23, 21],[24, 19],[25, 21],[26, 21],[27, 19]])
|
|
847
|
+
const n331 = t([[12, 17],[13, 18],[14, 19],[15, 21],[16, 16],[17, 15],[19, 22],[20, 23],[21, 22],[22, 25],[23, 19],[24, 21],[25, 19],[26, 19],[27, 21]])
|
|
848
|
+
const n332 = t([[12, 19],[13, 21],[14, 22],[15, 23],[16, 18],[17, 17],[19, 22],[20, 23],[21, 22],[22, 23],[23, 22],[24, 23],[25, 22],[26, 22],[27, 18]])
|
|
849
|
+
const n333 = t([[12, 21],[13, 22],[14, 23],[15, 24],[16, 19],[17, 18],[19, 22],[20, 23],[21, 22],[22, 22],[23, 241],[24, 241],[25, 23],[26, 23],[27, 17]])
|
|
850
|
+
const n334 = t([[12, 18],[13, 19],[14, 21],[15, 22],[16, 17],[17, 16],[19, 22],[20, 23],[21, 22],[22, 24],[23, 23],[24, 24],[25, 23],[26, 23],[27, 19]])
|
|
851
|
+
const n335 = t([[12, 21],[13, 22],[14, 23],[15, 24],[16, 19],[17, 18],[19, 22],[20, 23],[21, 22],[22, 22],[23, 23],[24, 24],[25, 23],[26, 23],[27, 17]])
|
|
852
|
+
const n336 = t([[12, 24],[13, 23],[14, 22],[15, 21],[16, 25],[17, 11],[19, 18],[20, 17],[21, 18],[22, 14],[23, 22],[24, 21],[25, 22],[26, 22],[27, 18]])
|
|
853
|
+
const n337 = t([[12, 19],[13, 18],[14, 17],[15, 16],[16, 21],[17, 22],[19, 18],[20, 17],[21, 18],[22, 18],[23, 17],[24, 16],[25, 17],[26, 17],[27, 23]])
|
|
854
|
+
const n338 = t([[12, 22],[13, 21],[14, 19],[15, 18],[16, 23],[17, 24],[19, 18],[20, 17],[21, 18],[22, 16],[23, 19],[24, 18],[25, 19],[26, 19],[27, 21]])
|
|
855
|
+
const n339 = t([[12, 73],[13, 74],[14, 75],[15, 76],[16, 72],[17, 72],[18, 83],[19, 82],[20, 83],[21, 82],[22, 11],[23, 75],[24, 76],[25, 75],[26, 75],[27, 81]])
|
|
856
|
+
const n340 = t([[12, 75],[13, 76],[14, 77],[15, 79],[16, 74],[17, 73],[18, 83],[19, 82],[20, 83],[21, 82],[22, 83],[23, 77],[24, 79],[25, 77],[26, 77],[27, 79]])
|
|
857
|
+
const n341 = t([[12, 76],[13, 77],[14, 79],[15, 80],[16, 75],[17, 74],[18, 83],[19, 82],[20, 83],[21, 82],[22, 82],[23, 241],[24, 241],[25, 79],[26, 79],[27, 77]])
|
|
858
|
+
const n342 = t([[12, 74],[13, 75],[14, 76],[15, 77],[16, 73],[17, 72],[18, 83],[19, 82],[20, 83],[21, 82],[22, 11],[23, 79],[24, 80],[25, 79],[26, 79],[27, 80]])
|
|
859
|
+
const n343 = t([[12, 76],[13, 77],[14, 79],[15, 80],[16, 75],[17, 74],[18, 83],[19, 82],[20, 83],[21, 82],[22, 82],[23, 79],[24, 80],[25, 79],[26, 79],[27, 77]])
|
|
860
|
+
const n344 = t([[12, 11],[13, 83],[14, 82],[15, 81],[16, 11],[17, 11],[18, 73],[19, 74],[20, 73],[21, 74],[22, 72],[23, 82],[24, 81],[25, 82],[26, 82],[27, 74]])
|
|
861
|
+
const n345 = t([[12, 80],[13, 79],[14, 77],[15, 76],[16, 81],[17, 82],[18, 73],[19, 74],[20, 73],[21, 74],[22, 74],[23, 77],[24, 76],[25, 77],[26, 77],[27, 79]])
|
|
862
|
+
const n346 = t([[12, 82],[13, 81],[14, 80],[15, 79],[16, 83],[17, 11],[18, 73],[19, 74],[20, 73],[21, 74],[22, 72],[23, 80],[24, 79],[25, 80],[26, 80],[27, 76]])
|
|
863
|
+
const n347 = t([[12, 74],[13, 75],[14, 76],[15, 77],[16, 73],[17, 72],[18, 82],[19, 81],[20, 82],[21, 81],[22, 11],[23, 76],[24, 77],[25, 76],[26, 76],[27, 80]])
|
|
864
|
+
const n348 = t([[12, 76],[13, 77],[14, 79],[15, 80],[16, 75],[17, 74],[18, 82],[19, 81],[20, 82],[21, 81],[22, 82],[23, 79],[24, 80],[25, 79],[26, 79],[27, 77]])
|
|
865
|
+
const n349 = t([[12, 77],[13, 79],[14, 80],[15, 81],[16, 76],[17, 75],[18, 82],[19, 81],[20, 82],[21, 81],[22, 81],[23, 241],[24, 241],[25, 80],[26, 80],[27, 76]])
|
|
866
|
+
const n350 = t([[12, 75],[13, 76],[14, 77],[15, 79],[16, 74],[17, 73],[18, 82],[19, 81],[20, 82],[21, 81],[22, 83],[23, 80],[24, 81],[25, 80],[26, 80],[27, 79]])
|
|
867
|
+
const n351 = t([[12, 77],[13, 79],[14, 80],[15, 81],[16, 76],[17, 75],[18, 82],[19, 81],[20, 82],[21, 81],[22, 81],[23, 80],[24, 81],[25, 80],[26, 80],[27, 76]])
|
|
868
|
+
const n352 = t([[12, 83],[13, 82],[14, 81],[15, 80],[16, 11],[17, 11],[18, 74],[19, 75],[20, 74],[21, 75],[22, 72],[23, 81],[24, 80],[25, 81],[26, 81],[27, 75]])
|
|
869
|
+
const n353 = t([[12, 79],[13, 77],[14, 76],[15, 75],[16, 80],[17, 81],[18, 74],[19, 75],[20, 74],[21, 75],[22, 75],[23, 76],[24, 75],[25, 76],[26, 76],[27, 80]])
|
|
870
|
+
const n354 = t([[12, 81],[13, 80],[14, 79],[15, 77],[16, 82],[17, 83],[18, 74],[19, 75],[20, 74],[21, 75],[22, 73],[23, 79],[24, 77],[25, 79],[26, 79],[27, 77]])
|
|
871
|
+
const n355 = t([[12, 75],[13, 76],[14, 77],[15, 79],[16, 74],[17, 73],[19, 80],[20, 81],[21, 80],[22, 83],[23, 77],[24, 79],[25, 77],[26, 77],[27, 79]])
|
|
872
|
+
const n356 = t([[12, 77],[13, 79],[14, 80],[15, 81],[16, 76],[17, 75],[19, 80],[20, 81],[21, 80],[22, 81],[23, 80],[24, 81],[25, 80],[26, 80],[27, 76]])
|
|
873
|
+
const n357 = t([[12, 79],[13, 80],[14, 81],[15, 82],[16, 77],[17, 76],[19, 80],[20, 81],[21, 80],[22, 80],[23, 241],[24, 241],[25, 81],[26, 81],[27, 75]])
|
|
874
|
+
const n358 = t([[12, 76],[13, 77],[14, 79],[15, 80],[16, 75],[17, 74],[19, 80],[20, 81],[21, 80],[22, 82],[23, 81],[24, 82],[25, 81],[26, 81],[27, 77]])
|
|
875
|
+
const n359 = t([[12, 79],[13, 80],[14, 81],[15, 82],[16, 77],[17, 76],[19, 80],[20, 81],[21, 80],[22, 80],[23, 81],[24, 82],[25, 81],[26, 81],[27, 75]])
|
|
876
|
+
const n360 = t([[12, 82],[13, 81],[14, 80],[15, 79],[16, 83],[17, 11],[19, 76],[20, 75],[21, 76],[22, 72],[23, 80],[24, 79],[25, 80],[26, 80],[27, 76]])
|
|
877
|
+
const n361 = t([[12, 77],[13, 76],[14, 75],[15, 74],[16, 79],[17, 80],[19, 76],[20, 75],[21, 76],[22, 76],[23, 75],[24, 74],[25, 75],[26, 75],[27, 81]])
|
|
878
|
+
const n362 = t([[12, 80],[13, 79],[14, 77],[15, 76],[16, 81],[17, 82],[19, 76],[20, 75],[21, 76],[22, 74],[23, 77],[24, 76],[25, 77],[26, 77],[27, 79]])
|
|
879
|
+
const n363 = t([[12, 61],[13, 62],[14, 63],[15, 64],[16, 60],[17, 60],[18, 71],[19, 70],[20, 71],[21, 70],[22, 11],[23, 63],[24, 64],[25, 63],[26, 63],[27, 69]])
|
|
880
|
+
const n364 = t([[12, 63],[13, 64],[14, 65],[15, 67],[16, 62],[17, 61],[18, 71],[19, 70],[20, 71],[21, 70],[22, 71],[23, 65],[24, 67],[25, 65],[26, 65],[27, 67]])
|
|
881
|
+
const n365 = t([[12, 64],[13, 65],[14, 67],[15, 68],[16, 63],[17, 62],[18, 71],[19, 70],[20, 71],[21, 70],[22, 70],[23, 241],[24, 241],[25, 67],[26, 67],[27, 65]])
|
|
882
|
+
const n366 = t([[12, 62],[13, 63],[14, 64],[15, 65],[16, 61],[17, 60],[18, 71],[19, 70],[20, 71],[21, 70],[22, 11],[23, 67],[24, 68],[25, 67],[26, 67],[27, 68]])
|
|
883
|
+
const n367 = t([[12, 64],[13, 65],[14, 67],[15, 68],[16, 63],[17, 62],[18, 71],[19, 70],[20, 71],[21, 70],[22, 70],[23, 67],[24, 68],[25, 67],[26, 67],[27, 65]])
|
|
884
|
+
const n368 = t([[12, 11],[13, 71],[14, 70],[15, 69],[16, 11],[17, 11],[18, 61],[19, 62],[20, 61],[21, 62],[22, 60],[23, 70],[24, 69],[25, 70],[26, 70],[27, 62]])
|
|
885
|
+
const n369 = t([[12, 68],[13, 67],[14, 65],[15, 64],[16, 69],[17, 70],[18, 61],[19, 62],[20, 61],[21, 62],[22, 62],[23, 65],[24, 64],[25, 65],[26, 65],[27, 67]])
|
|
886
|
+
const n370 = t([[12, 70],[13, 69],[14, 68],[15, 67],[16, 71],[17, 11],[18, 61],[19, 62],[20, 61],[21, 62],[22, 60],[23, 68],[24, 67],[25, 68],[26, 68],[27, 64]])
|
|
887
|
+
const n371 = t([[12, 62],[13, 63],[14, 64],[15, 65],[16, 61],[17, 60],[18, 70],[19, 69],[20, 70],[21, 69],[22, 11],[23, 64],[24, 65],[25, 64],[26, 64],[27, 68]])
|
|
888
|
+
const n372 = t([[12, 64],[13, 65],[14, 67],[15, 68],[16, 63],[17, 62],[18, 70],[19, 69],[20, 70],[21, 69],[22, 70],[23, 67],[24, 68],[25, 67],[26, 67],[27, 65]])
|
|
889
|
+
const n373 = t([[12, 65],[13, 67],[14, 68],[15, 69],[16, 64],[17, 63],[18, 70],[19, 69],[20, 70],[21, 69],[22, 69],[23, 241],[24, 241],[25, 68],[26, 68],[27, 64]])
|
|
890
|
+
const n374 = t([[12, 63],[13, 64],[14, 65],[15, 67],[16, 62],[17, 61],[18, 70],[19, 69],[20, 70],[21, 69],[22, 71],[23, 68],[24, 69],[25, 68],[26, 68],[27, 67]])
|
|
891
|
+
const n375 = t([[12, 65],[13, 67],[14, 68],[15, 69],[16, 64],[17, 63],[18, 70],[19, 69],[20, 70],[21, 69],[22, 69],[23, 68],[24, 69],[25, 68],[26, 68],[27, 64]])
|
|
892
|
+
const n376 = t([[12, 71],[13, 70],[14, 69],[15, 68],[16, 11],[17, 11],[18, 62],[19, 63],[20, 62],[21, 63],[22, 60],[23, 69],[24, 68],[25, 69],[26, 69],[27, 63]])
|
|
893
|
+
const n377 = t([[12, 67],[13, 65],[14, 64],[15, 63],[16, 68],[17, 69],[18, 62],[19, 63],[20, 62],[21, 63],[22, 63],[23, 64],[24, 63],[25, 64],[26, 64],[27, 68]])
|
|
894
|
+
const n378 = t([[12, 69],[13, 68],[14, 67],[15, 65],[16, 70],[17, 71],[18, 62],[19, 63],[20, 62],[21, 63],[22, 61],[23, 67],[24, 65],[25, 67],[26, 67],[27, 65]])
|
|
895
|
+
const n379 = t([[12, 63],[13, 64],[14, 65],[15, 67],[16, 62],[17, 61],[19, 68],[20, 69],[21, 68],[22, 71],[23, 65],[24, 67],[25, 65],[26, 65],[27, 67]])
|
|
896
|
+
const n380 = t([[12, 65],[13, 67],[14, 68],[15, 69],[16, 64],[17, 63],[19, 68],[20, 69],[21, 68],[22, 69],[23, 68],[24, 69],[25, 68],[26, 68],[27, 64]])
|
|
897
|
+
const n381 = t([[12, 67],[13, 68],[14, 69],[15, 70],[16, 65],[17, 64],[19, 68],[20, 69],[21, 68],[22, 68],[23, 241],[24, 241],[25, 69],[26, 69],[27, 63]])
|
|
898
|
+
const n382 = t([[12, 64],[13, 65],[14, 67],[15, 68],[16, 63],[17, 62],[19, 68],[20, 69],[21, 68],[22, 70],[23, 69],[24, 70],[25, 69],[26, 69],[27, 65]])
|
|
899
|
+
const n383 = t([[12, 67],[13, 68],[14, 69],[15, 70],[16, 65],[17, 64],[19, 68],[20, 69],[21, 68],[22, 68],[23, 69],[24, 70],[25, 69],[26, 69],[27, 63]])
|
|
900
|
+
const n384 = t([[12, 70],[13, 69],[14, 68],[15, 67],[16, 71],[17, 11],[19, 64],[20, 63],[21, 64],[22, 60],[23, 68],[24, 67],[25, 68],[26, 68],[27, 64]])
|
|
901
|
+
const n385 = t([[12, 65],[13, 64],[14, 63],[15, 62],[16, 67],[17, 68],[19, 64],[20, 63],[21, 64],[22, 64],[23, 63],[24, 62],[25, 63],[26, 63],[27, 69]])
|
|
902
|
+
const n386 = t([[12, 68],[13, 67],[14, 65],[15, 64],[16, 69],[17, 70],[19, 64],[20, 63],[21, 64],[22, 62],[23, 65],[24, 64],[25, 65],[26, 65],[27, 67]])
|
|
903
|
+
const n387 = t([[12, 85],[13, 86],[14, 87],[15, 88],[16, 84],[17, 84],[18, 95],[19, 94],[20, 95],[21, 94],[22, 11],[23, 87],[24, 88],[25, 87],[26, 87],[27, 93]])
|
|
904
|
+
const n388 = t([[12, 87],[13, 88],[14, 89],[15, 91],[16, 86],[17, 85],[18, 95],[19, 94],[20, 95],[21, 94],[22, 95],[23, 89],[24, 91],[25, 89],[26, 89],[27, 91]])
|
|
905
|
+
const n389 = t([[12, 88],[13, 89],[14, 91],[15, 92],[16, 87],[17, 86],[18, 95],[19, 94],[20, 95],[21, 94],[22, 94],[23, 241],[24, 241],[25, 91],[26, 91],[27, 89]])
|
|
906
|
+
const n390 = t([[12, 86],[13, 87],[14, 88],[15, 89],[16, 85],[17, 84],[18, 95],[19, 94],[20, 95],[21, 94],[22, 11],[23, 91],[24, 92],[25, 91],[26, 91],[27, 92]])
|
|
907
|
+
const n391 = t([[12, 88],[13, 89],[14, 91],[15, 92],[16, 87],[17, 86],[18, 95],[19, 94],[20, 95],[21, 94],[22, 94],[23, 91],[24, 92],[25, 91],[26, 91],[27, 89]])
|
|
908
|
+
const n392 = t([[12, 11],[13, 95],[14, 94],[15, 93],[16, 11],[17, 11],[18, 85],[19, 86],[20, 85],[21, 86],[22, 84],[23, 94],[24, 93],[25, 94],[26, 94],[27, 86]])
|
|
909
|
+
const n393 = t([[12, 92],[13, 91],[14, 89],[15, 88],[16, 93],[17, 94],[18, 85],[19, 86],[20, 85],[21, 86],[22, 86],[23, 89],[24, 88],[25, 89],[26, 89],[27, 91]])
|
|
910
|
+
const n394 = t([[12, 94],[13, 93],[14, 92],[15, 91],[16, 95],[17, 11],[18, 85],[19, 86],[20, 85],[21, 86],[22, 84],[23, 92],[24, 91],[25, 92],[26, 92],[27, 88]])
|
|
911
|
+
const n395 = t([[12, 86],[13, 87],[14, 88],[15, 89],[16, 85],[17, 84],[18, 94],[19, 93],[20, 94],[21, 93],[22, 11],[23, 88],[24, 89],[25, 88],[26, 88],[27, 92]])
|
|
912
|
+
const n396 = t([[12, 88],[13, 89],[14, 91],[15, 92],[16, 87],[17, 86],[18, 94],[19, 93],[20, 94],[21, 93],[22, 94],[23, 91],[24, 92],[25, 91],[26, 91],[27, 89]])
|
|
913
|
+
const n397 = t([[12, 89],[13, 91],[14, 92],[15, 93],[16, 88],[17, 87],[18, 94],[19, 93],[20, 94],[21, 93],[22, 93],[23, 241],[24, 241],[25, 92],[26, 92],[27, 88]])
|
|
914
|
+
const n398 = t([[12, 87],[13, 88],[14, 89],[15, 91],[16, 86],[17, 85],[18, 94],[19, 93],[20, 94],[21, 93],[22, 95],[23, 92],[24, 93],[25, 92],[26, 92],[27, 91]])
|
|
915
|
+
const n399 = t([[12, 89],[13, 91],[14, 92],[15, 93],[16, 88],[17, 87],[18, 94],[19, 93],[20, 94],[21, 93],[22, 93],[23, 92],[24, 93],[25, 92],[26, 92],[27, 88]])
|
|
916
|
+
const n400 = t([[12, 95],[13, 94],[14, 93],[15, 92],[16, 11],[17, 11],[18, 86],[19, 87],[20, 86],[21, 87],[22, 84],[23, 93],[24, 92],[25, 93],[26, 93],[27, 87]])
|
|
917
|
+
const n401 = t([[12, 91],[13, 89],[14, 88],[15, 87],[16, 92],[17, 93],[18, 86],[19, 87],[20, 86],[21, 87],[22, 87],[23, 88],[24, 87],[25, 88],[26, 88],[27, 92]])
|
|
918
|
+
const n402 = t([[12, 93],[13, 92],[14, 91],[15, 89],[16, 94],[17, 95],[18, 86],[19, 87],[20, 86],[21, 87],[22, 85],[23, 91],[24, 89],[25, 91],[26, 91],[27, 89]])
|
|
919
|
+
const n403 = t([[12, 87],[13, 88],[14, 89],[15, 91],[16, 86],[17, 85],[19, 92],[20, 93],[21, 92],[22, 95],[23, 89],[24, 91],[25, 89],[26, 89],[27, 91]])
|
|
920
|
+
const n404 = t([[12, 89],[13, 91],[14, 92],[15, 93],[16, 88],[17, 87],[19, 92],[20, 93],[21, 92],[22, 93],[23, 92],[24, 93],[25, 92],[26, 92],[27, 88]])
|
|
921
|
+
const n405 = t([[12, 91],[13, 92],[14, 93],[15, 94],[16, 89],[17, 88],[19, 92],[20, 93],[21, 92],[22, 92],[23, 241],[24, 241],[25, 93],[26, 93],[27, 87]])
|
|
922
|
+
const n406 = t([[12, 88],[13, 89],[14, 91],[15, 92],[16, 87],[17, 86],[19, 92],[20, 93],[21, 92],[22, 94],[23, 93],[24, 94],[25, 93],[26, 93],[27, 89]])
|
|
923
|
+
const n407 = t([[12, 91],[13, 92],[14, 93],[15, 94],[16, 89],[17, 88],[19, 92],[20, 93],[21, 92],[22, 92],[23, 93],[24, 94],[25, 93],[26, 93],[27, 87]])
|
|
924
|
+
const n408 = t([[12, 94],[13, 93],[14, 92],[15, 91],[16, 95],[17, 11],[19, 88],[20, 87],[21, 88],[22, 84],[23, 92],[24, 91],[25, 92],[26, 92],[27, 88]])
|
|
925
|
+
const n409 = t([[12, 89],[13, 88],[14, 87],[15, 86],[16, 91],[17, 92],[19, 88],[20, 87],[21, 88],[22, 88],[23, 87],[24, 86],[25, 87],[26, 87],[27, 93]])
|
|
926
|
+
const n410 = t([[12, 92],[13, 91],[14, 89],[15, 88],[16, 93],[17, 94],[19, 88],[20, 87],[21, 88],[22, 86],[23, 89],[24, 88],[25, 89],[26, 89],[27, 91]])
|
|
927
|
+
const n411 = t([[12, 156],[13, 157],[14, 158],[15, 159],[16, 155],[17, 154],[18, 164],[19, 163],[20, 164],[21, 163],[22, 0],[23, 159],[24, 161],[25, 158],[26, 159],[27, 56]])
|
|
928
|
+
const n412 = t([[12, 157],[13, 158],[14, 159],[15, 161],[16, 156],[17, 155],[18, 164],[19, 163],[20, 164],[21, 163],[22, 164],[23, 161],[24, 56],[25, 159],[26, 161],[27, 161]])
|
|
929
|
+
const n413 = t([[12, 158],[13, 159],[14, 161],[15, 56],[16, 157],[17, 156],[18, 164],[19, 163],[20, 164],[21, 163],[22, 163],[23, 241],[24, 241],[25, 161],[26, 56],[27, 159]])
|
|
930
|
+
const n414 = t([[12, 156],[13, 157],[14, 158],[15, 159],[16, 155],[17, 154],[18, 164],[19, 163],[20, 164],[21, 163],[22, 0],[23, 56],[24, 162],[25, 161],[26, 56],[27, 56]])
|
|
931
|
+
const n415 = t([[12, 158],[13, 159],[14, 161],[15, 56],[16, 157],[17, 156],[18, 164],[19, 163],[20, 164],[21, 163],[22, 163],[23, 56],[24, 162],[25, 161],[26, 56],[27, 159]])
|
|
932
|
+
const n416 = t([[12, 0],[13, 164],[14, 163],[15, 162],[16, 0],[17, 0],[18, 155],[19, 156],[20, 155],[21, 156],[22, 154],[23, 162],[24, 56],[25, 163],[26, 162],[27, 156]])
|
|
933
|
+
const n417 = t([[12, 56],[13, 161],[14, 159],[15, 158],[16, 162],[17, 163],[18, 155],[19, 156],[20, 155],[21, 156],[22, 156],[23, 158],[24, 157],[25, 159],[26, 158],[27, 161]])
|
|
934
|
+
const n418 = t([[12, 163],[13, 162],[14, 56],[15, 161],[16, 164],[17, 0],[18, 155],[19, 156],[20, 155],[21, 156],[22, 154],[23, 161],[24, 159],[25, 56],[26, 161],[27, 158]])
|
|
935
|
+
const n419 = t([[12, 157],[13, 158],[14, 159],[15, 161],[16, 156],[17, 155],[18, 163],[19, 162],[20, 163],[21, 162],[22, 164],[23, 161],[24, 56],[25, 159],[26, 161],[27, 161]])
|
|
936
|
+
const n420 = t([[12, 158],[13, 159],[14, 161],[15, 56],[16, 157],[17, 156],[18, 163],[19, 162],[20, 163],[21, 162],[22, 163],[23, 56],[24, 162],[25, 161],[26, 56],[27, 159]])
|
|
937
|
+
const n421 = t([[12, 159],[13, 161],[14, 56],[15, 162],[16, 158],[17, 157],[18, 163],[19, 162],[20, 163],[21, 162],[22, 162],[23, 241],[24, 241],[25, 56],[26, 162],[27, 158]])
|
|
938
|
+
const n422 = t([[12, 157],[13, 158],[14, 159],[15, 161],[16, 156],[17, 155],[18, 163],[19, 162],[20, 163],[21, 162],[22, 164],[23, 162],[24, 163],[25, 56],[26, 162],[27, 161]])
|
|
939
|
+
const n423 = t([[12, 159],[13, 161],[14, 56],[15, 162],[16, 158],[17, 157],[18, 163],[19, 162],[20, 163],[21, 162],[22, 162],[23, 162],[24, 163],[25, 56],[26, 162],[27, 158]])
|
|
940
|
+
const n424 = t([[12, 164],[13, 163],[14, 162],[15, 56],[16, 0],[17, 0],[18, 156],[19, 157],[20, 156],[21, 157],[22, 154],[23, 56],[24, 161],[25, 162],[26, 56],[27, 157]])
|
|
941
|
+
const n425 = t([[12, 161],[13, 159],[14, 158],[15, 157],[16, 56],[17, 162],[18, 156],[19, 157],[20, 156],[21, 157],[22, 157],[23, 157],[24, 156],[25, 158],[26, 157],[27, 56]])
|
|
942
|
+
const n426 = t([[12, 162],[13, 56],[14, 161],[15, 159],[16, 163],[17, 164],[18, 156],[19, 157],[20, 156],[21, 157],[22, 155],[23, 159],[24, 158],[25, 161],[26, 159],[27, 159]])
|
|
943
|
+
const n427 = t([[12, 158],[13, 159],[14, 161],[15, 56],[16, 157],[17, 156],[19, 56],[20, 162],[21, 56],[22, 163],[23, 56],[24, 162],[25, 161],[26, 56],[27, 159]])
|
|
944
|
+
const n428 = t([[12, 159],[13, 161],[14, 56],[15, 162],[16, 158],[17, 157],[19, 56],[20, 162],[21, 56],[22, 162],[23, 162],[24, 163],[25, 56],[26, 162],[27, 158]])
|
|
945
|
+
const n429 = t([[12, 161],[13, 56],[14, 162],[15, 163],[16, 159],[17, 158],[19, 56],[20, 162],[21, 56],[22, 56],[23, 241],[24, 241],[25, 162],[26, 163],[27, 157]])
|
|
946
|
+
const n430 = t([[12, 158],[13, 159],[14, 161],[15, 56],[16, 157],[17, 156],[19, 56],[20, 162],[21, 56],[22, 163],[23, 163],[24, 164],[25, 162],[26, 163],[27, 159]])
|
|
947
|
+
const n431 = t([[12, 161],[13, 56],[14, 162],[15, 163],[16, 159],[17, 158],[19, 56],[20, 162],[21, 56],[22, 56],[23, 163],[24, 164],[25, 162],[26, 163],[27, 157]])
|
|
948
|
+
const n432 = t([[12, 163],[13, 162],[14, 56],[15, 161],[16, 164],[17, 0],[19, 158],[20, 157],[21, 158],[22, 154],[23, 161],[24, 159],[25, 56],[26, 161],[27, 158]])
|
|
949
|
+
const n433 = t([[12, 159],[13, 158],[14, 157],[15, 156],[16, 161],[17, 56],[19, 158],[20, 157],[21, 158],[22, 158],[23, 156],[24, 155],[25, 157],[26, 156],[27, 162]])
|
|
950
|
+
const n434 = t([[12, 56],[13, 161],[14, 159],[15, 158],[16, 162],[17, 163],[19, 158],[20, 157],[21, 158],[22, 156],[23, 158],[24, 157],[25, 159],[26, 158],[27, 161]])
|
|
951
|
+
const n435 = t([[12, 200],[13, 201],[14, 202],[15, 203],[16, 199],[17, 198],[18, 208],[19, 207],[20, 208],[21, 207],[22, 0],[23, 203],[24, 205],[25, 202],[26, 203],[27, 104]])
|
|
952
|
+
const n436 = t([[12, 201],[13, 202],[14, 203],[15, 205],[16, 200],[17, 199],[18, 208],[19, 207],[20, 208],[21, 207],[22, 208],[23, 205],[24, 104],[25, 203],[26, 205],[27, 205]])
|
|
953
|
+
const n437 = t([[12, 202],[13, 203],[14, 205],[15, 104],[16, 201],[17, 200],[18, 208],[19, 207],[20, 208],[21, 207],[22, 207],[23, 241],[24, 241],[25, 205],[26, 104],[27, 203]])
|
|
954
|
+
const n438 = t([[12, 200],[13, 201],[14, 202],[15, 203],[16, 199],[17, 198],[18, 208],[19, 207],[20, 208],[21, 207],[22, 0],[23, 104],[24, 206],[25, 205],[26, 104],[27, 104]])
|
|
955
|
+
const n439 = t([[12, 202],[13, 203],[14, 205],[15, 104],[16, 201],[17, 200],[18, 208],[19, 207],[20, 208],[21, 207],[22, 207],[23, 104],[24, 206],[25, 205],[26, 104],[27, 203]])
|
|
956
|
+
const n440 = t([[12, 0],[13, 208],[14, 207],[15, 206],[16, 0],[17, 0],[18, 199],[19, 200],[20, 199],[21, 200],[22, 198],[23, 206],[24, 104],[25, 207],[26, 206],[27, 200]])
|
|
957
|
+
const n441 = t([[12, 104],[13, 205],[14, 203],[15, 202],[16, 206],[17, 207],[18, 199],[19, 200],[20, 199],[21, 200],[22, 200],[23, 202],[24, 201],[25, 203],[26, 202],[27, 205]])
|
|
958
|
+
const n442 = t([[12, 207],[13, 206],[14, 104],[15, 205],[16, 208],[17, 0],[18, 199],[19, 200],[20, 199],[21, 200],[22, 198],[23, 205],[24, 203],[25, 104],[26, 205],[27, 202]])
|
|
959
|
+
const n443 = t([[12, 201],[13, 202],[14, 203],[15, 205],[16, 200],[17, 199],[18, 207],[19, 206],[20, 207],[21, 206],[22, 208],[23, 205],[24, 104],[25, 203],[26, 205],[27, 205]])
|
|
960
|
+
const n444 = t([[12, 202],[13, 203],[14, 205],[15, 104],[16, 201],[17, 200],[18, 207],[19, 206],[20, 207],[21, 206],[22, 207],[23, 104],[24, 206],[25, 205],[26, 104],[27, 203]])
|
|
961
|
+
const n445 = t([[12, 203],[13, 205],[14, 104],[15, 206],[16, 202],[17, 201],[18, 207],[19, 206],[20, 207],[21, 206],[22, 206],[23, 241],[24, 241],[25, 104],[26, 206],[27, 202]])
|
|
962
|
+
const n446 = t([[12, 201],[13, 202],[14, 203],[15, 205],[16, 200],[17, 199],[18, 207],[19, 206],[20, 207],[21, 206],[22, 208],[23, 206],[24, 207],[25, 104],[26, 206],[27, 205]])
|
|
963
|
+
const n447 = t([[12, 203],[13, 205],[14, 104],[15, 206],[16, 202],[17, 201],[18, 207],[19, 206],[20, 207],[21, 206],[22, 206],[23, 206],[24, 207],[25, 104],[26, 206],[27, 202]])
|
|
964
|
+
const n448 = t([[12, 208],[13, 207],[14, 206],[15, 104],[16, 0],[17, 0],[18, 200],[19, 201],[20, 200],[21, 201],[22, 198],[23, 104],[24, 205],[25, 206],[26, 104],[27, 201]])
|
|
965
|
+
const n449 = t([[12, 205],[13, 203],[14, 202],[15, 201],[16, 104],[17, 206],[18, 200],[19, 201],[20, 200],[21, 201],[22, 201],[23, 201],[24, 200],[25, 202],[26, 201],[27, 104]])
|
|
966
|
+
const n450 = t([[12, 206],[13, 104],[14, 205],[15, 203],[16, 207],[17, 208],[18, 200],[19, 201],[20, 200],[21, 201],[22, 199],[23, 203],[24, 202],[25, 205],[26, 203],[27, 203]])
|
|
967
|
+
const n451 = t([[12, 202],[13, 203],[14, 205],[15, 104],[16, 201],[17, 200],[19, 104],[20, 206],[21, 104],[22, 207],[23, 104],[24, 206],[25, 205],[26, 104],[27, 203]])
|
|
968
|
+
const n452 = t([[12, 203],[13, 205],[14, 104],[15, 206],[16, 202],[17, 201],[19, 104],[20, 206],[21, 104],[22, 206],[23, 206],[24, 207],[25, 104],[26, 206],[27, 202]])
|
|
969
|
+
const n453 = t([[12, 205],[13, 104],[14, 206],[15, 207],[16, 203],[17, 202],[19, 104],[20, 206],[21, 104],[22, 104],[23, 241],[24, 241],[25, 206],[26, 207],[27, 201]])
|
|
970
|
+
const n454 = t([[12, 202],[13, 203],[14, 205],[15, 104],[16, 201],[17, 200],[19, 104],[20, 206],[21, 104],[22, 207],[23, 207],[24, 208],[25, 206],[26, 207],[27, 203]])
|
|
971
|
+
const n455 = t([[12, 205],[13, 104],[14, 206],[15, 207],[16, 203],[17, 202],[19, 104],[20, 206],[21, 104],[22, 104],[23, 207],[24, 208],[25, 206],[26, 207],[27, 201]])
|
|
972
|
+
const n456 = t([[12, 207],[13, 206],[14, 104],[15, 205],[16, 208],[17, 0],[19, 202],[20, 201],[21, 202],[22, 198],[23, 205],[24, 203],[25, 104],[26, 205],[27, 202]])
|
|
973
|
+
const n457 = t([[12, 203],[13, 202],[14, 201],[15, 200],[16, 205],[17, 104],[19, 202],[20, 201],[21, 202],[22, 202],[23, 200],[24, 199],[25, 201],[26, 200],[27, 206]])
|
|
974
|
+
const n458 = t([[12, 104],[13, 205],[14, 203],[15, 202],[16, 206],[17, 207],[19, 202],[20, 201],[21, 202],[22, 200],[23, 202],[24, 201],[25, 203],[26, 202],[27, 205]])
|
|
975
|
+
const n459 = t([[12, 145],[13, 146],[14, 147],[15, 148],[16, 144],[17, 143],[18, 153],[19, 152],[20, 153],[21, 152],[22, 0],[23, 148],[24, 150],[25, 147],[26, 148],[27, 44]])
|
|
976
|
+
const n460 = t([[12, 146],[13, 147],[14, 148],[15, 150],[16, 145],[17, 144],[18, 153],[19, 152],[20, 153],[21, 152],[22, 153],[23, 150],[24, 44],[25, 148],[26, 150],[27, 150]])
|
|
977
|
+
const n461 = t([[12, 147],[13, 148],[14, 150],[15, 44],[16, 146],[17, 145],[18, 153],[19, 152],[20, 153],[21, 152],[22, 152],[23, 241],[24, 241],[25, 150],[26, 44],[27, 148]])
|
|
978
|
+
const n462 = t([[12, 145],[13, 146],[14, 147],[15, 148],[16, 144],[17, 143],[18, 153],[19, 152],[20, 153],[21, 152],[22, 0],[23, 44],[24, 151],[25, 150],[26, 44],[27, 44]])
|
|
979
|
+
const n463 = t([[12, 147],[13, 148],[14, 150],[15, 44],[16, 146],[17, 145],[18, 153],[19, 152],[20, 153],[21, 152],[22, 152],[23, 44],[24, 151],[25, 150],[26, 44],[27, 148]])
|
|
980
|
+
const n464 = t([[12, 0],[13, 153],[14, 152],[15, 151],[16, 0],[17, 0],[18, 144],[19, 145],[20, 144],[21, 145],[22, 143],[23, 151],[24, 44],[25, 152],[26, 151],[27, 145]])
|
|
981
|
+
const n465 = t([[12, 44],[13, 150],[14, 148],[15, 147],[16, 151],[17, 152],[18, 144],[19, 145],[20, 144],[21, 145],[22, 145],[23, 147],[24, 146],[25, 148],[26, 147],[27, 150]])
|
|
982
|
+
const n466 = t([[12, 152],[13, 151],[14, 44],[15, 150],[16, 153],[17, 0],[18, 144],[19, 145],[20, 144],[21, 145],[22, 143],[23, 150],[24, 148],[25, 44],[26, 150],[27, 147]])
|
|
983
|
+
const n467 = t([[12, 146],[13, 147],[14, 148],[15, 150],[16, 145],[17, 144],[18, 152],[19, 151],[20, 152],[21, 151],[22, 153],[23, 150],[24, 44],[25, 148],[26, 150],[27, 150]])
|
|
984
|
+
const n468 = t([[12, 147],[13, 148],[14, 150],[15, 44],[16, 146],[17, 145],[18, 152],[19, 151],[20, 152],[21, 151],[22, 152],[23, 44],[24, 151],[25, 150],[26, 44],[27, 148]])
|
|
985
|
+
const n469 = t([[12, 148],[13, 150],[14, 44],[15, 151],[16, 147],[17, 146],[18, 152],[19, 151],[20, 152],[21, 151],[22, 151],[23, 241],[24, 241],[25, 44],[26, 151],[27, 147]])
|
|
986
|
+
const n470 = t([[12, 146],[13, 147],[14, 148],[15, 150],[16, 145],[17, 144],[18, 152],[19, 151],[20, 152],[21, 151],[22, 153],[23, 151],[24, 152],[25, 44],[26, 151],[27, 150]])
|
|
987
|
+
const n471 = t([[12, 148],[13, 150],[14, 44],[15, 151],[16, 147],[17, 146],[18, 152],[19, 151],[20, 152],[21, 151],[22, 151],[23, 151],[24, 152],[25, 44],[26, 151],[27, 147]])
|
|
988
|
+
const n472 = t([[12, 153],[13, 152],[14, 151],[15, 44],[16, 0],[17, 0],[18, 145],[19, 146],[20, 145],[21, 146],[22, 143],[23, 44],[24, 150],[25, 151],[26, 44],[27, 146]])
|
|
989
|
+
const n473 = t([[12, 150],[13, 148],[14, 147],[15, 146],[16, 44],[17, 151],[18, 145],[19, 146],[20, 145],[21, 146],[22, 146],[23, 146],[24, 145],[25, 147],[26, 146],[27, 44]])
|
|
990
|
+
const n474 = t([[12, 151],[13, 44],[14, 150],[15, 148],[16, 152],[17, 153],[18, 145],[19, 146],[20, 145],[21, 146],[22, 144],[23, 148],[24, 147],[25, 150],[26, 148],[27, 148]])
|
|
991
|
+
const n475 = t([[12, 147],[13, 148],[14, 150],[15, 44],[16, 146],[17, 145],[19, 44],[20, 151],[21, 44],[22, 152],[23, 44],[24, 151],[25, 150],[26, 44],[27, 148]])
|
|
992
|
+
const n476 = t([[12, 148],[13, 150],[14, 44],[15, 151],[16, 147],[17, 146],[19, 44],[20, 151],[21, 44],[22, 151],[23, 151],[24, 152],[25, 44],[26, 151],[27, 147]])
|
|
993
|
+
const n477 = t([[12, 150],[13, 44],[14, 151],[15, 152],[16, 148],[17, 147],[19, 44],[20, 151],[21, 44],[22, 44],[23, 241],[24, 241],[25, 151],[26, 152],[27, 146]])
|
|
994
|
+
const n478 = t([[12, 147],[13, 148],[14, 150],[15, 44],[16, 146],[17, 145],[19, 44],[20, 151],[21, 44],[22, 152],[23, 152],[24, 153],[25, 151],[26, 152],[27, 148]])
|
|
995
|
+
const n479 = t([[12, 150],[13, 44],[14, 151],[15, 152],[16, 148],[17, 147],[19, 44],[20, 151],[21, 44],[22, 44],[23, 152],[24, 153],[25, 151],[26, 152],[27, 146]])
|
|
996
|
+
const n480 = t([[12, 152],[13, 151],[14, 44],[15, 150],[16, 153],[17, 0],[19, 147],[20, 146],[21, 147],[22, 143],[23, 150],[24, 148],[25, 44],[26, 150],[27, 147]])
|
|
997
|
+
const n481 = t([[12, 148],[13, 147],[14, 146],[15, 145],[16, 150],[17, 44],[19, 147],[20, 146],[21, 147],[22, 147],[23, 145],[24, 144],[25, 146],[26, 145],[27, 151]])
|
|
998
|
+
const n482 = t([[12, 44],[13, 150],[14, 148],[15, 147],[16, 151],[17, 152],[19, 147],[20, 146],[21, 147],[22, 145],[23, 147],[24, 146],[25, 148],[26, 147],[27, 150]])
|
|
999
|
+
const n483 = t([[12, 123],[13, 124],[14, 125],[15, 126],[16, 122],[17, 121],[18, 131],[19, 130],[20, 131],[21, 130],[22, 0],[23, 126],[24, 128],[25, 125],[26, 126],[27, 22]])
|
|
1000
|
+
const n484 = t([[12, 124],[13, 125],[14, 126],[15, 128],[16, 123],[17, 122],[18, 131],[19, 130],[20, 131],[21, 130],[22, 131],[23, 128],[24, 22],[25, 126],[26, 128],[27, 128]])
|
|
1001
|
+
const n485 = t([[12, 125],[13, 126],[14, 128],[15, 22],[16, 124],[17, 123],[18, 131],[19, 130],[20, 131],[21, 130],[22, 130],[23, 241],[24, 241],[25, 128],[26, 22],[27, 126]])
|
|
1002
|
+
const n486 = t([[12, 123],[13, 124],[14, 125],[15, 126],[16, 122],[17, 121],[18, 131],[19, 130],[20, 131],[21, 130],[22, 0],[23, 22],[24, 129],[25, 128],[26, 22],[27, 22]])
|
|
1003
|
+
const n487 = t([[12, 125],[13, 126],[14, 128],[15, 22],[16, 124],[17, 123],[18, 131],[19, 130],[20, 131],[21, 130],[22, 130],[23, 22],[24, 129],[25, 128],[26, 22],[27, 126]])
|
|
1004
|
+
const n488 = t([[12, 0],[13, 131],[14, 130],[15, 129],[16, 0],[17, 0],[18, 122],[19, 123],[20, 122],[21, 123],[22, 121],[23, 129],[24, 22],[25, 130],[26, 129],[27, 123]])
|
|
1005
|
+
const n489 = t([[12, 22],[13, 128],[14, 126],[15, 125],[16, 129],[17, 130],[18, 122],[19, 123],[20, 122],[21, 123],[22, 123],[23, 125],[24, 124],[25, 126],[26, 125],[27, 128]])
|
|
1006
|
+
const n490 = t([[12, 130],[13, 129],[14, 22],[15, 128],[16, 131],[17, 0],[18, 122],[19, 123],[20, 122],[21, 123],[22, 121],[23, 128],[24, 126],[25, 22],[26, 128],[27, 125]])
|
|
1007
|
+
const n491 = t([[12, 124],[13, 125],[14, 126],[15, 128],[16, 123],[17, 122],[18, 130],[19, 129],[20, 130],[21, 129],[22, 131],[23, 128],[24, 22],[25, 126],[26, 128],[27, 128]])
|
|
1008
|
+
const n492 = t([[12, 125],[13, 126],[14, 128],[15, 22],[16, 124],[17, 123],[18, 130],[19, 129],[20, 130],[21, 129],[22, 130],[23, 22],[24, 129],[25, 128],[26, 22],[27, 126]])
|
|
1009
|
+
const n493 = t([[12, 126],[13, 128],[14, 22],[15, 129],[16, 125],[17, 124],[18, 130],[19, 129],[20, 130],[21, 129],[22, 129],[23, 241],[24, 241],[25, 22],[26, 129],[27, 125]])
|
|
1010
|
+
const n494 = t([[12, 124],[13, 125],[14, 126],[15, 128],[16, 123],[17, 122],[18, 130],[19, 129],[20, 130],[21, 129],[22, 131],[23, 129],[24, 130],[25, 22],[26, 129],[27, 128]])
|
|
1011
|
+
const n495 = t([[12, 126],[13, 128],[14, 22],[15, 129],[16, 125],[17, 124],[18, 130],[19, 129],[20, 130],[21, 129],[22, 129],[23, 129],[24, 130],[25, 22],[26, 129],[27, 125]])
|
|
1012
|
+
const n496 = t([[12, 131],[13, 130],[14, 129],[15, 22],[16, 0],[17, 0],[18, 123],[19, 124],[20, 123],[21, 124],[22, 121],[23, 22],[24, 128],[25, 129],[26, 22],[27, 124]])
|
|
1013
|
+
const n497 = t([[12, 128],[13, 126],[14, 125],[15, 124],[16, 22],[17, 129],[18, 123],[19, 124],[20, 123],[21, 124],[22, 124],[23, 124],[24, 123],[25, 125],[26, 124],[27, 22]])
|
|
1014
|
+
const n498 = t([[12, 129],[13, 22],[14, 128],[15, 126],[16, 130],[17, 131],[18, 123],[19, 124],[20, 123],[21, 124],[22, 122],[23, 126],[24, 125],[25, 128],[26, 126],[27, 126]])
|
|
1015
|
+
const n499 = t([[12, 125],[13, 126],[14, 128],[15, 22],[16, 124],[17, 123],[19, 22],[20, 129],[21, 22],[22, 130],[23, 22],[24, 129],[25, 128],[26, 22],[27, 126]])
|
|
1016
|
+
const n500 = t([[12, 126],[13, 128],[14, 22],[15, 129],[16, 125],[17, 124],[19, 22],[20, 129],[21, 22],[22, 129],[23, 129],[24, 130],[25, 22],[26, 129],[27, 125]])
|
|
1017
|
+
const n501 = t([[12, 128],[13, 22],[14, 129],[15, 130],[16, 126],[17, 125],[19, 22],[20, 129],[21, 22],[22, 22],[23, 241],[24, 241],[25, 129],[26, 130],[27, 124]])
|
|
1018
|
+
const n502 = t([[12, 125],[13, 126],[14, 128],[15, 22],[16, 124],[17, 123],[19, 22],[20, 129],[21, 22],[22, 130],[23, 130],[24, 131],[25, 129],[26, 130],[27, 126]])
|
|
1019
|
+
const n503 = t([[12, 128],[13, 22],[14, 129],[15, 130],[16, 126],[17, 125],[19, 22],[20, 129],[21, 22],[22, 22],[23, 130],[24, 131],[25, 129],[26, 130],[27, 124]])
|
|
1020
|
+
const n504 = t([[12, 130],[13, 129],[14, 22],[15, 128],[16, 131],[17, 0],[19, 125],[20, 124],[21, 125],[22, 121],[23, 128],[24, 126],[25, 22],[26, 128],[27, 125]])
|
|
1021
|
+
const n505 = t([[12, 126],[13, 125],[14, 124],[15, 123],[16, 128],[17, 22],[19, 125],[20, 124],[21, 125],[22, 125],[23, 123],[24, 122],[25, 124],[26, 123],[27, 129]])
|
|
1022
|
+
const n506 = t([[12, 22],[13, 128],[14, 126],[15, 125],[16, 129],[17, 130],[19, 125],[20, 124],[21, 125],[22, 123],[23, 125],[24, 124],[25, 126],[26, 125],[27, 128]])
|
|
1023
|
+
const n507 = t([[12, 178],[13, 179],[14, 180],[15, 181],[16, 177],[17, 176],[18, 186],[19, 185],[20, 186],[21, 185],[22, 0],[23, 181],[24, 183],[25, 180],[26, 181],[27, 80]])
|
|
1024
|
+
const n508 = t([[12, 179],[13, 180],[14, 181],[15, 183],[16, 178],[17, 177],[18, 186],[19, 185],[20, 186],[21, 185],[22, 186],[23, 183],[24, 80],[25, 181],[26, 183],[27, 183]])
|
|
1025
|
+
const n509 = t([[12, 180],[13, 181],[14, 183],[15, 80],[16, 179],[17, 178],[18, 186],[19, 185],[20, 186],[21, 185],[22, 185],[23, 241],[24, 241],[25, 183],[26, 80],[27, 181]])
|
|
1026
|
+
const n510 = t([[12, 178],[13, 179],[14, 180],[15, 181],[16, 177],[17, 176],[18, 186],[19, 185],[20, 186],[21, 185],[22, 0],[23, 80],[24, 184],[25, 183],[26, 80],[27, 80]])
|
|
1027
|
+
const n511 = t([[12, 180],[13, 181],[14, 183],[15, 80],[16, 179],[17, 178],[18, 186],[19, 185],[20, 186],[21, 185],[22, 185],[23, 80],[24, 184],[25, 183],[26, 80],[27, 181]])
|
|
1028
|
+
const n512 = t([[12, 0],[13, 186],[14, 185],[15, 184],[16, 0],[17, 0],[18, 177],[19, 178],[20, 177],[21, 178],[22, 176],[23, 184],[24, 80],[25, 185],[26, 184],[27, 178]])
|
|
1029
|
+
const n513 = t([[12, 80],[13, 183],[14, 181],[15, 180],[16, 184],[17, 185],[18, 177],[19, 178],[20, 177],[21, 178],[22, 178],[23, 180],[24, 179],[25, 181],[26, 180],[27, 183]])
|
|
1030
|
+
const n514 = t([[12, 185],[13, 184],[14, 80],[15, 183],[16, 186],[17, 0],[18, 177],[19, 178],[20, 177],[21, 178],[22, 176],[23, 183],[24, 181],[25, 80],[26, 183],[27, 180]])
|
|
1031
|
+
const n515 = t([[12, 179],[13, 180],[14, 181],[15, 183],[16, 178],[17, 177],[18, 185],[19, 184],[20, 185],[21, 184],[22, 186],[23, 183],[24, 80],[25, 181],[26, 183],[27, 183]])
|
|
1032
|
+
const n516 = t([[12, 180],[13, 181],[14, 183],[15, 80],[16, 179],[17, 178],[18, 185],[19, 184],[20, 185],[21, 184],[22, 185],[23, 80],[24, 184],[25, 183],[26, 80],[27, 181]])
|
|
1033
|
+
const n517 = t([[12, 181],[13, 183],[14, 80],[15, 184],[16, 180],[17, 179],[18, 185],[19, 184],[20, 185],[21, 184],[22, 184],[23, 241],[24, 241],[25, 80],[26, 184],[27, 180]])
|
|
1034
|
+
const n518 = t([[12, 179],[13, 180],[14, 181],[15, 183],[16, 178],[17, 177],[18, 185],[19, 184],[20, 185],[21, 184],[22, 186],[23, 184],[24, 185],[25, 80],[26, 184],[27, 183]])
|
|
1035
|
+
const n519 = t([[12, 181],[13, 183],[14, 80],[15, 184],[16, 180],[17, 179],[18, 185],[19, 184],[20, 185],[21, 184],[22, 184],[23, 184],[24, 185],[25, 80],[26, 184],[27, 180]])
|
|
1036
|
+
const n520 = t([[12, 186],[13, 185],[14, 184],[15, 80],[16, 0],[17, 0],[18, 178],[19, 179],[20, 178],[21, 179],[22, 176],[23, 80],[24, 183],[25, 184],[26, 80],[27, 179]])
|
|
1037
|
+
const n521 = t([[12, 183],[13, 181],[14, 180],[15, 179],[16, 80],[17, 184],[18, 178],[19, 179],[20, 178],[21, 179],[22, 179],[23, 179],[24, 178],[25, 180],[26, 179],[27, 80]])
|
|
1038
|
+
const n522 = t([[12, 184],[13, 80],[14, 183],[15, 181],[16, 185],[17, 186],[18, 178],[19, 179],[20, 178],[21, 179],[22, 177],[23, 181],[24, 180],[25, 183],[26, 181],[27, 181]])
|
|
1039
|
+
const n523 = t([[12, 180],[13, 181],[14, 183],[15, 80],[16, 179],[17, 178],[19, 80],[20, 184],[21, 80],[22, 185],[23, 80],[24, 184],[25, 183],[26, 80],[27, 181]])
|
|
1040
|
+
const n524 = t([[12, 181],[13, 183],[14, 80],[15, 184],[16, 180],[17, 179],[19, 80],[20, 184],[21, 80],[22, 184],[23, 184],[24, 185],[25, 80],[26, 184],[27, 180]])
|
|
1041
|
+
const n525 = t([[12, 183],[13, 80],[14, 184],[15, 185],[16, 181],[17, 180],[19, 80],[20, 184],[21, 80],[22, 80],[23, 241],[24, 241],[25, 184],[26, 185],[27, 179]])
|
|
1042
|
+
const n526 = t([[12, 180],[13, 181],[14, 183],[15, 80],[16, 179],[17, 178],[19, 80],[20, 184],[21, 80],[22, 185],[23, 185],[24, 186],[25, 184],[26, 185],[27, 181]])
|
|
1043
|
+
const n527 = t([[12, 183],[13, 80],[14, 184],[15, 185],[16, 181],[17, 180],[19, 80],[20, 184],[21, 80],[22, 80],[23, 185],[24, 186],[25, 184],[26, 185],[27, 179]])
|
|
1044
|
+
const n528 = t([[12, 185],[13, 184],[14, 80],[15, 183],[16, 186],[17, 0],[19, 180],[20, 179],[21, 180],[22, 176],[23, 183],[24, 181],[25, 80],[26, 183],[27, 180]])
|
|
1045
|
+
const n529 = t([[12, 181],[13, 180],[14, 179],[15, 178],[16, 183],[17, 80],[19, 180],[20, 179],[21, 180],[22, 180],[23, 178],[24, 177],[25, 179],[26, 178],[27, 184]])
|
|
1046
|
+
const n530 = t([[12, 80],[13, 183],[14, 181],[15, 180],[16, 184],[17, 185],[19, 180],[20, 179],[21, 180],[22, 178],[23, 180],[24, 179],[25, 181],[26, 180],[27, 183]])
|
|
1047
|
+
const n531 = t([[12, 167],[13, 168],[14, 169],[15, 170],[16, 166],[17, 165],[18, 175],[19, 174],[20, 175],[21, 174],[22, 0],[23, 170],[24, 172],[25, 169],[26, 170],[27, 68]])
|
|
1048
|
+
const n532 = t([[12, 168],[13, 169],[14, 170],[15, 172],[16, 167],[17, 166],[18, 175],[19, 174],[20, 175],[21, 174],[22, 175],[23, 172],[24, 68],[25, 170],[26, 172],[27, 172]])
|
|
1049
|
+
const n533 = t([[12, 169],[13, 170],[14, 172],[15, 68],[16, 168],[17, 167],[18, 175],[19, 174],[20, 175],[21, 174],[22, 174],[23, 241],[24, 241],[25, 172],[26, 68],[27, 170]])
|
|
1050
|
+
const n534 = t([[12, 167],[13, 168],[14, 169],[15, 170],[16, 166],[17, 165],[18, 175],[19, 174],[20, 175],[21, 174],[22, 0],[23, 68],[24, 173],[25, 172],[26, 68],[27, 68]])
|
|
1051
|
+
const n535 = t([[12, 169],[13, 170],[14, 172],[15, 68],[16, 168],[17, 167],[18, 175],[19, 174],[20, 175],[21, 174],[22, 174],[23, 68],[24, 173],[25, 172],[26, 68],[27, 170]])
|
|
1052
|
+
const n536 = t([[12, 0],[13, 175],[14, 174],[15, 173],[16, 0],[17, 0],[18, 166],[19, 167],[20, 166],[21, 167],[22, 165],[23, 173],[24, 68],[25, 174],[26, 173],[27, 167]])
|
|
1053
|
+
const n537 = t([[12, 68],[13, 172],[14, 170],[15, 169],[16, 173],[17, 174],[18, 166],[19, 167],[20, 166],[21, 167],[22, 167],[23, 169],[24, 168],[25, 170],[26, 169],[27, 172]])
|
|
1054
|
+
const n538 = t([[12, 174],[13, 173],[14, 68],[15, 172],[16, 175],[17, 0],[18, 166],[19, 167],[20, 166],[21, 167],[22, 165],[23, 172],[24, 170],[25, 68],[26, 172],[27, 169]])
|
|
1055
|
+
const n539 = t([[12, 168],[13, 169],[14, 170],[15, 172],[16, 167],[17, 166],[18, 174],[19, 173],[20, 174],[21, 173],[22, 175],[23, 172],[24, 68],[25, 170],[26, 172],[27, 172]])
|
|
1056
|
+
const n540 = t([[12, 169],[13, 170],[14, 172],[15, 68],[16, 168],[17, 167],[18, 174],[19, 173],[20, 174],[21, 173],[22, 174],[23, 68],[24, 173],[25, 172],[26, 68],[27, 170]])
|
|
1057
|
+
const n541 = t([[12, 170],[13, 172],[14, 68],[15, 173],[16, 169],[17, 168],[18, 174],[19, 173],[20, 174],[21, 173],[22, 173],[23, 241],[24, 241],[25, 68],[26, 173],[27, 169]])
|
|
1058
|
+
const n542 = t([[12, 168],[13, 169],[14, 170],[15, 172],[16, 167],[17, 166],[18, 174],[19, 173],[20, 174],[21, 173],[22, 175],[23, 173],[24, 174],[25, 68],[26, 173],[27, 172]])
|
|
1059
|
+
const n543 = t([[12, 170],[13, 172],[14, 68],[15, 173],[16, 169],[17, 168],[18, 174],[19, 173],[20, 174],[21, 173],[22, 173],[23, 173],[24, 174],[25, 68],[26, 173],[27, 169]])
|
|
1060
|
+
const n544 = t([[12, 175],[13, 174],[14, 173],[15, 68],[16, 0],[17, 0],[18, 167],[19, 168],[20, 167],[21, 168],[22, 165],[23, 68],[24, 172],[25, 173],[26, 68],[27, 168]])
|
|
1061
|
+
const n545 = t([[12, 172],[13, 170],[14, 169],[15, 168],[16, 68],[17, 173],[18, 167],[19, 168],[20, 167],[21, 168],[22, 168],[23, 168],[24, 167],[25, 169],[26, 168],[27, 68]])
|
|
1062
|
+
const n546 = t([[12, 173],[13, 68],[14, 172],[15, 170],[16, 174],[17, 175],[18, 167],[19, 168],[20, 167],[21, 168],[22, 166],[23, 170],[24, 169],[25, 172],[26, 170],[27, 170]])
|
|
1063
|
+
const n547 = t([[12, 169],[13, 170],[14, 172],[15, 68],[16, 168],[17, 167],[19, 68],[20, 173],[21, 68],[22, 174],[23, 68],[24, 173],[25, 172],[26, 68],[27, 170]])
|
|
1064
|
+
const n548 = t([[12, 170],[13, 172],[14, 68],[15, 173],[16, 169],[17, 168],[19, 68],[20, 173],[21, 68],[22, 173],[23, 173],[24, 174],[25, 68],[26, 173],[27, 169]])
|
|
1065
|
+
const n549 = t([[12, 172],[13, 68],[14, 173],[15, 174],[16, 170],[17, 169],[19, 68],[20, 173],[21, 68],[22, 68],[23, 241],[24, 241],[25, 173],[26, 174],[27, 168]])
|
|
1066
|
+
const n550 = t([[12, 169],[13, 170],[14, 172],[15, 68],[16, 168],[17, 167],[19, 68],[20, 173],[21, 68],[22, 174],[23, 174],[24, 175],[25, 173],[26, 174],[27, 170]])
|
|
1067
|
+
const n551 = t([[12, 172],[13, 68],[14, 173],[15, 174],[16, 170],[17, 169],[19, 68],[20, 173],[21, 68],[22, 68],[23, 174],[24, 175],[25, 173],[26, 174],[27, 168]])
|
|
1068
|
+
const n552 = t([[12, 174],[13, 173],[14, 68],[15, 172],[16, 175],[17, 0],[19, 169],[20, 168],[21, 169],[22, 165],[23, 172],[24, 170],[25, 68],[26, 172],[27, 169]])
|
|
1069
|
+
const n553 = t([[12, 170],[13, 169],[14, 168],[15, 167],[16, 172],[17, 68],[19, 169],[20, 168],[21, 169],[22, 169],[23, 167],[24, 166],[25, 168],[26, 167],[27, 173]])
|
|
1070
|
+
const n554 = t([[12, 68],[13, 172],[14, 170],[15, 169],[16, 173],[17, 174],[19, 169],[20, 168],[21, 169],[22, 167],[23, 169],[24, 168],[25, 170],[26, 169],[27, 172]])
|
|
1071
|
+
const n555 = t([[12, 189],[13, 190],[14, 191],[15, 192],[16, 188],[17, 187],[18, 197],[19, 196],[20, 197],[21, 196],[22, 0],[23, 192],[24, 194],[25, 191],[26, 192],[27, 92]])
|
|
1072
|
+
const n556 = t([[12, 190],[13, 191],[14, 192],[15, 194],[16, 189],[17, 188],[18, 197],[19, 196],[20, 197],[21, 196],[22, 197],[23, 194],[24, 92],[25, 192],[26, 194],[27, 194]])
|
|
1073
|
+
const n557 = t([[12, 191],[13, 192],[14, 194],[15, 92],[16, 190],[17, 189],[18, 197],[19, 196],[20, 197],[21, 196],[22, 196],[23, 241],[24, 241],[25, 194],[26, 92],[27, 192]])
|
|
1074
|
+
const n558 = t([[12, 189],[13, 190],[14, 191],[15, 192],[16, 188],[17, 187],[18, 197],[19, 196],[20, 197],[21, 196],[22, 0],[23, 92],[24, 195],[25, 194],[26, 92],[27, 92]])
|
|
1075
|
+
const n559 = t([[12, 191],[13, 192],[14, 194],[15, 92],[16, 190],[17, 189],[18, 197],[19, 196],[20, 197],[21, 196],[22, 196],[23, 92],[24, 195],[25, 194],[26, 92],[27, 192]])
|
|
1076
|
+
const n560 = t([[12, 0],[13, 197],[14, 196],[15, 195],[16, 0],[17, 0],[18, 188],[19, 189],[20, 188],[21, 189],[22, 187],[23, 195],[24, 92],[25, 196],[26, 195],[27, 189]])
|
|
1077
|
+
const n561 = t([[12, 92],[13, 194],[14, 192],[15, 191],[16, 195],[17, 196],[18, 188],[19, 189],[20, 188],[21, 189],[22, 189],[23, 191],[24, 190],[25, 192],[26, 191],[27, 194]])
|
|
1078
|
+
const n562 = t([[12, 196],[13, 195],[14, 92],[15, 194],[16, 197],[17, 0],[18, 188],[19, 189],[20, 188],[21, 189],[22, 187],[23, 194],[24, 192],[25, 92],[26, 194],[27, 191]])
|
|
1079
|
+
const n563 = t([[12, 190],[13, 191],[14, 192],[15, 194],[16, 189],[17, 188],[18, 196],[19, 195],[20, 196],[21, 195],[22, 197],[23, 194],[24, 92],[25, 192],[26, 194],[27, 194]])
|
|
1080
|
+
const n564 = t([[12, 191],[13, 192],[14, 194],[15, 92],[16, 190],[17, 189],[18, 196],[19, 195],[20, 196],[21, 195],[22, 196],[23, 92],[24, 195],[25, 194],[26, 92],[27, 192]])
|
|
1081
|
+
const n565 = t([[12, 192],[13, 194],[14, 92],[15, 195],[16, 191],[17, 190],[18, 196],[19, 195],[20, 196],[21, 195],[22, 195],[23, 241],[24, 241],[25, 92],[26, 195],[27, 191]])
|
|
1082
|
+
const n566 = t([[12, 190],[13, 191],[14, 192],[15, 194],[16, 189],[17, 188],[18, 196],[19, 195],[20, 196],[21, 195],[22, 197],[23, 195],[24, 196],[25, 92],[26, 195],[27, 194]])
|
|
1083
|
+
const n567 = t([[12, 192],[13, 194],[14, 92],[15, 195],[16, 191],[17, 190],[18, 196],[19, 195],[20, 196],[21, 195],[22, 195],[23, 195],[24, 196],[25, 92],[26, 195],[27, 191]])
|
|
1084
|
+
const n568 = t([[12, 197],[13, 196],[14, 195],[15, 92],[16, 0],[17, 0],[18, 189],[19, 190],[20, 189],[21, 190],[22, 187],[23, 92],[24, 194],[25, 195],[26, 92],[27, 190]])
|
|
1085
|
+
const n569 = t([[12, 194],[13, 192],[14, 191],[15, 190],[16, 92],[17, 195],[18, 189],[19, 190],[20, 189],[21, 190],[22, 190],[23, 190],[24, 189],[25, 191],[26, 190],[27, 92]])
|
|
1086
|
+
const n570 = t([[12, 195],[13, 92],[14, 194],[15, 192],[16, 196],[17, 197],[18, 189],[19, 190],[20, 189],[21, 190],[22, 188],[23, 192],[24, 191],[25, 194],[26, 192],[27, 192]])
|
|
1087
|
+
const n571 = t([[12, 191],[13, 192],[14, 194],[15, 92],[16, 190],[17, 189],[19, 92],[20, 195],[21, 92],[22, 196],[23, 92],[24, 195],[25, 194],[26, 92],[27, 192]])
|
|
1088
|
+
const n572 = t([[12, 192],[13, 194],[14, 92],[15, 195],[16, 191],[17, 190],[19, 92],[20, 195],[21, 92],[22, 195],[23, 195],[24, 196],[25, 92],[26, 195],[27, 191]])
|
|
1089
|
+
const n573 = t([[12, 194],[13, 92],[14, 195],[15, 196],[16, 192],[17, 191],[19, 92],[20, 195],[21, 92],[22, 92],[23, 241],[24, 241],[25, 195],[26, 196],[27, 190]])
|
|
1090
|
+
const n574 = t([[12, 191],[13, 192],[14, 194],[15, 92],[16, 190],[17, 189],[19, 92],[20, 195],[21, 92],[22, 196],[23, 196],[24, 197],[25, 195],[26, 196],[27, 192]])
|
|
1091
|
+
const n575 = t([[12, 194],[13, 92],[14, 195],[15, 196],[16, 192],[17, 191],[19, 92],[20, 195],[21, 92],[22, 92],[23, 196],[24, 197],[25, 195],[26, 196],[27, 190]])
|
|
1092
|
+
const n576 = t([[12, 196],[13, 195],[14, 92],[15, 194],[16, 197],[17, 0],[19, 191],[20, 190],[21, 191],[22, 187],[23, 194],[24, 192],[25, 92],[26, 194],[27, 191]])
|
|
1093
|
+
const n577 = t([[12, 192],[13, 191],[14, 190],[15, 189],[16, 194],[17, 92],[19, 191],[20, 190],[21, 191],[22, 191],[23, 189],[24, 188],[25, 190],[26, 189],[27, 195]])
|
|
1094
|
+
const n578 = t([[12, 92],[13, 194],[14, 192],[15, 191],[16, 195],[17, 196],[19, 191],[20, 190],[21, 191],[22, 189],[23, 191],[24, 190],[25, 192],[26, 191],[27, 194]])
|
|
1095
|
+
|
|
1096
|
+
type ThemeNames =
|
|
1097
|
+
| 'light'
|
|
1098
|
+
| 'dark'
|
|
1099
|
+
| 'light_orange'
|
|
1100
|
+
| 'light_yellow'
|
|
1101
|
+
| 'light_green'
|
|
1102
|
+
| 'light_blue'
|
|
1103
|
+
| 'light_purple'
|
|
1104
|
+
| 'light_pink'
|
|
1105
|
+
| 'light_red'
|
|
1106
|
+
| 'dark_orange'
|
|
1107
|
+
| 'dark_yellow'
|
|
1108
|
+
| 'dark_green'
|
|
1109
|
+
| 'dark_blue'
|
|
1110
|
+
| 'dark_purple'
|
|
1111
|
+
| 'dark_pink'
|
|
1112
|
+
| 'dark_red'
|
|
1113
|
+
| 'light_alt1'
|
|
1114
|
+
| 'light_alt2'
|
|
1115
|
+
| 'light_active'
|
|
1116
|
+
| 'dark_alt1'
|
|
1117
|
+
| 'dark_alt2'
|
|
1118
|
+
| 'dark_active'
|
|
1119
|
+
| 'light_orange_alt1'
|
|
1120
|
+
| 'light_orange_alt2'
|
|
1121
|
+
| 'light_orange_active'
|
|
1122
|
+
| 'light_yellow_alt1'
|
|
1123
|
+
| 'light_yellow_alt2'
|
|
1124
|
+
| 'light_yellow_active'
|
|
1125
|
+
| 'light_green_alt1'
|
|
1126
|
+
| 'light_green_alt2'
|
|
1127
|
+
| 'light_green_active'
|
|
1128
|
+
| 'light_blue_alt1'
|
|
1129
|
+
| 'light_blue_alt2'
|
|
1130
|
+
| 'light_blue_active'
|
|
1131
|
+
| 'light_purple_alt1'
|
|
1132
|
+
| 'light_purple_alt2'
|
|
1133
|
+
| 'light_purple_active'
|
|
1134
|
+
| 'light_pink_alt1'
|
|
1135
|
+
| 'light_pink_alt2'
|
|
1136
|
+
| 'light_pink_active'
|
|
1137
|
+
| 'light_red_alt1'
|
|
1138
|
+
| 'light_red_alt2'
|
|
1139
|
+
| 'light_red_active'
|
|
1140
|
+
| 'dark_orange_alt1'
|
|
1141
|
+
| 'dark_orange_alt2'
|
|
1142
|
+
| 'dark_orange_active'
|
|
1143
|
+
| 'dark_yellow_alt1'
|
|
1144
|
+
| 'dark_yellow_alt2'
|
|
1145
|
+
| 'dark_yellow_active'
|
|
1146
|
+
| 'dark_green_alt1'
|
|
1147
|
+
| 'dark_green_alt2'
|
|
1148
|
+
| 'dark_green_active'
|
|
1149
|
+
| 'dark_blue_alt1'
|
|
1150
|
+
| 'dark_blue_alt2'
|
|
1151
|
+
| 'dark_blue_active'
|
|
1152
|
+
| 'dark_purple_alt1'
|
|
1153
|
+
| 'dark_purple_alt2'
|
|
1154
|
+
| 'dark_purple_active'
|
|
1155
|
+
| 'dark_pink_alt1'
|
|
1156
|
+
| 'dark_pink_alt2'
|
|
1157
|
+
| 'dark_pink_active'
|
|
1158
|
+
| 'dark_red_alt1'
|
|
1159
|
+
| 'dark_red_alt2'
|
|
1160
|
+
| 'dark_red_active'
|
|
1161
|
+
|
|
1162
|
+
export const themes: Record<ThemeNames, Theme> = {
|
|
1163
|
+
light: n1,
|
|
1164
|
+
dark: n2,
|
|
1165
|
+
light_orange: n3,
|
|
1166
|
+
light_yellow: n4,
|
|
1167
|
+
light_green: n5,
|
|
1168
|
+
light_blue: n6,
|
|
1169
|
+
light_purple: n7,
|
|
1170
|
+
light_pink: n8,
|
|
1171
|
+
light_red: n9,
|
|
1172
|
+
dark_orange: n10,
|
|
1173
|
+
dark_yellow: n11,
|
|
1174
|
+
dark_green: n12,
|
|
1175
|
+
dark_blue: n13,
|
|
1176
|
+
dark_purple: n14,
|
|
1177
|
+
dark_pink: n15,
|
|
1178
|
+
dark_red: n16,
|
|
1179
|
+
light_SheetOverlay: n17,
|
|
1180
|
+
light_DialogOverlay: n17,
|
|
1181
|
+
light_ModalOverlay: n17,
|
|
1182
|
+
light_orange_SheetOverlay: n17,
|
|
1183
|
+
light_orange_DialogOverlay: n17,
|
|
1184
|
+
light_orange_ModalOverlay: n17,
|
|
1185
|
+
light_yellow_SheetOverlay: n17,
|
|
1186
|
+
light_yellow_DialogOverlay: n17,
|
|
1187
|
+
light_yellow_ModalOverlay: n17,
|
|
1188
|
+
light_green_SheetOverlay: n17,
|
|
1189
|
+
light_green_DialogOverlay: n17,
|
|
1190
|
+
light_green_ModalOverlay: n17,
|
|
1191
|
+
light_blue_SheetOverlay: n17,
|
|
1192
|
+
light_blue_DialogOverlay: n17,
|
|
1193
|
+
light_blue_ModalOverlay: n17,
|
|
1194
|
+
light_purple_SheetOverlay: n17,
|
|
1195
|
+
light_purple_DialogOverlay: n17,
|
|
1196
|
+
light_purple_ModalOverlay: n17,
|
|
1197
|
+
light_pink_SheetOverlay: n17,
|
|
1198
|
+
light_pink_DialogOverlay: n17,
|
|
1199
|
+
light_pink_ModalOverlay: n17,
|
|
1200
|
+
light_red_SheetOverlay: n17,
|
|
1201
|
+
light_red_DialogOverlay: n17,
|
|
1202
|
+
light_red_ModalOverlay: n17,
|
|
1203
|
+
light_alt1_SheetOverlay: n17,
|
|
1204
|
+
light_alt1_DialogOverlay: n17,
|
|
1205
|
+
light_alt1_ModalOverlay: n17,
|
|
1206
|
+
light_alt2_SheetOverlay: n17,
|
|
1207
|
+
light_alt2_DialogOverlay: n17,
|
|
1208
|
+
light_alt2_ModalOverlay: n17,
|
|
1209
|
+
light_active_SheetOverlay: n17,
|
|
1210
|
+
light_active_DialogOverlay: n17,
|
|
1211
|
+
light_active_ModalOverlay: n17,
|
|
1212
|
+
light_orange_alt1_SheetOverlay: n17,
|
|
1213
|
+
light_orange_alt1_DialogOverlay: n17,
|
|
1214
|
+
light_orange_alt1_ModalOverlay: n17,
|
|
1215
|
+
light_orange_alt2_SheetOverlay: n17,
|
|
1216
|
+
light_orange_alt2_DialogOverlay: n17,
|
|
1217
|
+
light_orange_alt2_ModalOverlay: n17,
|
|
1218
|
+
light_orange_active_SheetOverlay: n17,
|
|
1219
|
+
light_orange_active_DialogOverlay: n17,
|
|
1220
|
+
light_orange_active_ModalOverlay: n17,
|
|
1221
|
+
light_yellow_alt1_SheetOverlay: n17,
|
|
1222
|
+
light_yellow_alt1_DialogOverlay: n17,
|
|
1223
|
+
light_yellow_alt1_ModalOverlay: n17,
|
|
1224
|
+
light_yellow_alt2_SheetOverlay: n17,
|
|
1225
|
+
light_yellow_alt2_DialogOverlay: n17,
|
|
1226
|
+
light_yellow_alt2_ModalOverlay: n17,
|
|
1227
|
+
light_yellow_active_SheetOverlay: n17,
|
|
1228
|
+
light_yellow_active_DialogOverlay: n17,
|
|
1229
|
+
light_yellow_active_ModalOverlay: n17,
|
|
1230
|
+
light_green_alt1_SheetOverlay: n17,
|
|
1231
|
+
light_green_alt1_DialogOverlay: n17,
|
|
1232
|
+
light_green_alt1_ModalOverlay: n17,
|
|
1233
|
+
light_green_alt2_SheetOverlay: n17,
|
|
1234
|
+
light_green_alt2_DialogOverlay: n17,
|
|
1235
|
+
light_green_alt2_ModalOverlay: n17,
|
|
1236
|
+
light_green_active_SheetOverlay: n17,
|
|
1237
|
+
light_green_active_DialogOverlay: n17,
|
|
1238
|
+
light_green_active_ModalOverlay: n17,
|
|
1239
|
+
light_blue_alt1_SheetOverlay: n17,
|
|
1240
|
+
light_blue_alt1_DialogOverlay: n17,
|
|
1241
|
+
light_blue_alt1_ModalOverlay: n17,
|
|
1242
|
+
light_blue_alt2_SheetOverlay: n17,
|
|
1243
|
+
light_blue_alt2_DialogOverlay: n17,
|
|
1244
|
+
light_blue_alt2_ModalOverlay: n17,
|
|
1245
|
+
light_blue_active_SheetOverlay: n17,
|
|
1246
|
+
light_blue_active_DialogOverlay: n17,
|
|
1247
|
+
light_blue_active_ModalOverlay: n17,
|
|
1248
|
+
light_purple_alt1_SheetOverlay: n17,
|
|
1249
|
+
light_purple_alt1_DialogOverlay: n17,
|
|
1250
|
+
light_purple_alt1_ModalOverlay: n17,
|
|
1251
|
+
light_purple_alt2_SheetOverlay: n17,
|
|
1252
|
+
light_purple_alt2_DialogOverlay: n17,
|
|
1253
|
+
light_purple_alt2_ModalOverlay: n17,
|
|
1254
|
+
light_purple_active_SheetOverlay: n17,
|
|
1255
|
+
light_purple_active_DialogOverlay: n17,
|
|
1256
|
+
light_purple_active_ModalOverlay: n17,
|
|
1257
|
+
light_pink_alt1_SheetOverlay: n17,
|
|
1258
|
+
light_pink_alt1_DialogOverlay: n17,
|
|
1259
|
+
light_pink_alt1_ModalOverlay: n17,
|
|
1260
|
+
light_pink_alt2_SheetOverlay: n17,
|
|
1261
|
+
light_pink_alt2_DialogOverlay: n17,
|
|
1262
|
+
light_pink_alt2_ModalOverlay: n17,
|
|
1263
|
+
light_pink_active_SheetOverlay: n17,
|
|
1264
|
+
light_pink_active_DialogOverlay: n17,
|
|
1265
|
+
light_pink_active_ModalOverlay: n17,
|
|
1266
|
+
light_red_alt1_SheetOverlay: n17,
|
|
1267
|
+
light_red_alt1_DialogOverlay: n17,
|
|
1268
|
+
light_red_alt1_ModalOverlay: n17,
|
|
1269
|
+
light_red_alt2_SheetOverlay: n17,
|
|
1270
|
+
light_red_alt2_DialogOverlay: n17,
|
|
1271
|
+
light_red_alt2_ModalOverlay: n17,
|
|
1272
|
+
light_red_active_SheetOverlay: n17,
|
|
1273
|
+
light_red_active_DialogOverlay: n17,
|
|
1274
|
+
light_red_active_ModalOverlay: n17,
|
|
1275
|
+
dark_SheetOverlay: n18,
|
|
1276
|
+
dark_DialogOverlay: n18,
|
|
1277
|
+
dark_ModalOverlay: n18,
|
|
1278
|
+
dark_orange_SheetOverlay: n18,
|
|
1279
|
+
dark_orange_DialogOverlay: n18,
|
|
1280
|
+
dark_orange_ModalOverlay: n18,
|
|
1281
|
+
dark_yellow_SheetOverlay: n18,
|
|
1282
|
+
dark_yellow_DialogOverlay: n18,
|
|
1283
|
+
dark_yellow_ModalOverlay: n18,
|
|
1284
|
+
dark_green_SheetOverlay: n18,
|
|
1285
|
+
dark_green_DialogOverlay: n18,
|
|
1286
|
+
dark_green_ModalOverlay: n18,
|
|
1287
|
+
dark_blue_SheetOverlay: n18,
|
|
1288
|
+
dark_blue_DialogOverlay: n18,
|
|
1289
|
+
dark_blue_ModalOverlay: n18,
|
|
1290
|
+
dark_purple_SheetOverlay: n18,
|
|
1291
|
+
dark_purple_DialogOverlay: n18,
|
|
1292
|
+
dark_purple_ModalOverlay: n18,
|
|
1293
|
+
dark_pink_SheetOverlay: n18,
|
|
1294
|
+
dark_pink_DialogOverlay: n18,
|
|
1295
|
+
dark_pink_ModalOverlay: n18,
|
|
1296
|
+
dark_red_SheetOverlay: n18,
|
|
1297
|
+
dark_red_DialogOverlay: n18,
|
|
1298
|
+
dark_red_ModalOverlay: n18,
|
|
1299
|
+
dark_alt1_SheetOverlay: n18,
|
|
1300
|
+
dark_alt1_DialogOverlay: n18,
|
|
1301
|
+
dark_alt1_ModalOverlay: n18,
|
|
1302
|
+
dark_alt2_SheetOverlay: n18,
|
|
1303
|
+
dark_alt2_DialogOverlay: n18,
|
|
1304
|
+
dark_alt2_ModalOverlay: n18,
|
|
1305
|
+
dark_active_SheetOverlay: n18,
|
|
1306
|
+
dark_active_DialogOverlay: n18,
|
|
1307
|
+
dark_active_ModalOverlay: n18,
|
|
1308
|
+
dark_orange_alt1_SheetOverlay: n18,
|
|
1309
|
+
dark_orange_alt1_DialogOverlay: n18,
|
|
1310
|
+
dark_orange_alt1_ModalOverlay: n18,
|
|
1311
|
+
dark_orange_alt2_SheetOverlay: n18,
|
|
1312
|
+
dark_orange_alt2_DialogOverlay: n18,
|
|
1313
|
+
dark_orange_alt2_ModalOverlay: n18,
|
|
1314
|
+
dark_orange_active_SheetOverlay: n18,
|
|
1315
|
+
dark_orange_active_DialogOverlay: n18,
|
|
1316
|
+
dark_orange_active_ModalOverlay: n18,
|
|
1317
|
+
dark_yellow_alt1_SheetOverlay: n18,
|
|
1318
|
+
dark_yellow_alt1_DialogOverlay: n18,
|
|
1319
|
+
dark_yellow_alt1_ModalOverlay: n18,
|
|
1320
|
+
dark_yellow_alt2_SheetOverlay: n18,
|
|
1321
|
+
dark_yellow_alt2_DialogOverlay: n18,
|
|
1322
|
+
dark_yellow_alt2_ModalOverlay: n18,
|
|
1323
|
+
dark_yellow_active_SheetOverlay: n18,
|
|
1324
|
+
dark_yellow_active_DialogOverlay: n18,
|
|
1325
|
+
dark_yellow_active_ModalOverlay: n18,
|
|
1326
|
+
dark_green_alt1_SheetOverlay: n18,
|
|
1327
|
+
dark_green_alt1_DialogOverlay: n18,
|
|
1328
|
+
dark_green_alt1_ModalOverlay: n18,
|
|
1329
|
+
dark_green_alt2_SheetOverlay: n18,
|
|
1330
|
+
dark_green_alt2_DialogOverlay: n18,
|
|
1331
|
+
dark_green_alt2_ModalOverlay: n18,
|
|
1332
|
+
dark_green_active_SheetOverlay: n18,
|
|
1333
|
+
dark_green_active_DialogOverlay: n18,
|
|
1334
|
+
dark_green_active_ModalOverlay: n18,
|
|
1335
|
+
dark_blue_alt1_SheetOverlay: n18,
|
|
1336
|
+
dark_blue_alt1_DialogOverlay: n18,
|
|
1337
|
+
dark_blue_alt1_ModalOverlay: n18,
|
|
1338
|
+
dark_blue_alt2_SheetOverlay: n18,
|
|
1339
|
+
dark_blue_alt2_DialogOverlay: n18,
|
|
1340
|
+
dark_blue_alt2_ModalOverlay: n18,
|
|
1341
|
+
dark_blue_active_SheetOverlay: n18,
|
|
1342
|
+
dark_blue_active_DialogOverlay: n18,
|
|
1343
|
+
dark_blue_active_ModalOverlay: n18,
|
|
1344
|
+
dark_purple_alt1_SheetOverlay: n18,
|
|
1345
|
+
dark_purple_alt1_DialogOverlay: n18,
|
|
1346
|
+
dark_purple_alt1_ModalOverlay: n18,
|
|
1347
|
+
dark_purple_alt2_SheetOverlay: n18,
|
|
1348
|
+
dark_purple_alt2_DialogOverlay: n18,
|
|
1349
|
+
dark_purple_alt2_ModalOverlay: n18,
|
|
1350
|
+
dark_purple_active_SheetOverlay: n18,
|
|
1351
|
+
dark_purple_active_DialogOverlay: n18,
|
|
1352
|
+
dark_purple_active_ModalOverlay: n18,
|
|
1353
|
+
dark_pink_alt1_SheetOverlay: n18,
|
|
1354
|
+
dark_pink_alt1_DialogOverlay: n18,
|
|
1355
|
+
dark_pink_alt1_ModalOverlay: n18,
|
|
1356
|
+
dark_pink_alt2_SheetOverlay: n18,
|
|
1357
|
+
dark_pink_alt2_DialogOverlay: n18,
|
|
1358
|
+
dark_pink_alt2_ModalOverlay: n18,
|
|
1359
|
+
dark_pink_active_SheetOverlay: n18,
|
|
1360
|
+
dark_pink_active_DialogOverlay: n18,
|
|
1361
|
+
dark_pink_active_ModalOverlay: n18,
|
|
1362
|
+
dark_red_alt1_SheetOverlay: n18,
|
|
1363
|
+
dark_red_alt1_DialogOverlay: n18,
|
|
1364
|
+
dark_red_alt1_ModalOverlay: n18,
|
|
1365
|
+
dark_red_alt2_SheetOverlay: n18,
|
|
1366
|
+
dark_red_alt2_DialogOverlay: n18,
|
|
1367
|
+
dark_red_alt2_ModalOverlay: n18,
|
|
1368
|
+
dark_red_active_SheetOverlay: n18,
|
|
1369
|
+
dark_red_active_DialogOverlay: n18,
|
|
1370
|
+
dark_red_active_ModalOverlay: n18,
|
|
1371
|
+
light_alt1: n19,
|
|
1372
|
+
light_alt2: n20,
|
|
1373
|
+
light_active: n21,
|
|
1374
|
+
dark_alt1: n22,
|
|
1375
|
+
dark_alt2: n23,
|
|
1376
|
+
dark_active: n24,
|
|
1377
|
+
light_orange_alt1: n25,
|
|
1378
|
+
light_orange_alt2: n26,
|
|
1379
|
+
light_orange_active: n27,
|
|
1380
|
+
light_yellow_alt1: n28,
|
|
1381
|
+
light_yellow_alt2: n29,
|
|
1382
|
+
light_yellow_active: n30,
|
|
1383
|
+
light_green_alt1: n31,
|
|
1384
|
+
light_green_alt2: n32,
|
|
1385
|
+
light_green_active: n33,
|
|
1386
|
+
light_blue_alt1: n34,
|
|
1387
|
+
light_blue_alt2: n35,
|
|
1388
|
+
light_blue_active: n36,
|
|
1389
|
+
light_purple_alt1: n37,
|
|
1390
|
+
light_purple_alt2: n38,
|
|
1391
|
+
light_purple_active: n39,
|
|
1392
|
+
light_pink_alt1: n40,
|
|
1393
|
+
light_pink_alt2: n41,
|
|
1394
|
+
light_pink_active: n42,
|
|
1395
|
+
light_red_alt1: n43,
|
|
1396
|
+
light_red_alt2: n44,
|
|
1397
|
+
light_red_active: n45,
|
|
1398
|
+
dark_orange_alt1: n46,
|
|
1399
|
+
dark_orange_alt2: n47,
|
|
1400
|
+
dark_orange_active: n48,
|
|
1401
|
+
dark_yellow_alt1: n49,
|
|
1402
|
+
dark_yellow_alt2: n50,
|
|
1403
|
+
dark_yellow_active: n51,
|
|
1404
|
+
dark_green_alt1: n52,
|
|
1405
|
+
dark_green_alt2: n53,
|
|
1406
|
+
dark_green_active: n54,
|
|
1407
|
+
dark_blue_alt1: n55,
|
|
1408
|
+
dark_blue_alt2: n56,
|
|
1409
|
+
dark_blue_active: n57,
|
|
1410
|
+
dark_purple_alt1: n58,
|
|
1411
|
+
dark_purple_alt2: n59,
|
|
1412
|
+
dark_purple_active: n60,
|
|
1413
|
+
dark_pink_alt1: n61,
|
|
1414
|
+
dark_pink_alt2: n62,
|
|
1415
|
+
dark_pink_active: n63,
|
|
1416
|
+
dark_red_alt1: n64,
|
|
1417
|
+
dark_red_alt2: n65,
|
|
1418
|
+
dark_red_active: n66,
|
|
1419
|
+
light_ListItem: n67,
|
|
1420
|
+
light_Card: n68,
|
|
1421
|
+
light_DrawerFrame: n68,
|
|
1422
|
+
light_Progress: n68,
|
|
1423
|
+
light_TooltipArrow: n68,
|
|
1424
|
+
light_Button: n69,
|
|
1425
|
+
light_Checkbox: n70,
|
|
1426
|
+
light_RadioGroupItem: n70,
|
|
1427
|
+
light_Input: n70,
|
|
1428
|
+
light_TextArea: n70,
|
|
1429
|
+
light_Switch: n71,
|
|
1430
|
+
light_TooltipContent: n71,
|
|
1431
|
+
light_SliderTrack: n71,
|
|
1432
|
+
light_SwitchThumb: n72,
|
|
1433
|
+
light_SliderTrackActive: n73,
|
|
1434
|
+
light_SliderThumb: n74,
|
|
1435
|
+
light_Tooltip: n74,
|
|
1436
|
+
light_ProgressIndicator: n74,
|
|
1437
|
+
dark_ListItem: n75,
|
|
1438
|
+
dark_Card: n76,
|
|
1439
|
+
dark_DrawerFrame: n76,
|
|
1440
|
+
dark_Progress: n76,
|
|
1441
|
+
dark_TooltipArrow: n76,
|
|
1442
|
+
dark_Button: n77,
|
|
1443
|
+
dark_Checkbox: n78,
|
|
1444
|
+
dark_RadioGroupItem: n78,
|
|
1445
|
+
dark_Input: n78,
|
|
1446
|
+
dark_TextArea: n78,
|
|
1447
|
+
dark_Switch: n79,
|
|
1448
|
+
dark_TooltipContent: n79,
|
|
1449
|
+
dark_SliderTrack: n79,
|
|
1450
|
+
dark_SwitchThumb: n80,
|
|
1451
|
+
dark_SliderTrackActive: n81,
|
|
1452
|
+
dark_SliderThumb: n82,
|
|
1453
|
+
dark_Tooltip: n82,
|
|
1454
|
+
dark_ProgressIndicator: n82,
|
|
1455
|
+
light_orange_ListItem: n83,
|
|
1456
|
+
light_orange_Card: n84,
|
|
1457
|
+
light_orange_DrawerFrame: n84,
|
|
1458
|
+
light_orange_Progress: n84,
|
|
1459
|
+
light_orange_TooltipArrow: n84,
|
|
1460
|
+
light_orange_Button: n85,
|
|
1461
|
+
light_orange_Checkbox: n86,
|
|
1462
|
+
light_orange_RadioGroupItem: n86,
|
|
1463
|
+
light_orange_Input: n86,
|
|
1464
|
+
light_orange_TextArea: n86,
|
|
1465
|
+
light_orange_Switch: n87,
|
|
1466
|
+
light_orange_TooltipContent: n87,
|
|
1467
|
+
light_orange_SliderTrack: n87,
|
|
1468
|
+
light_orange_SwitchThumb: n88,
|
|
1469
|
+
light_orange_SliderTrackActive: n89,
|
|
1470
|
+
light_orange_SliderThumb: n90,
|
|
1471
|
+
light_orange_Tooltip: n90,
|
|
1472
|
+
light_orange_ProgressIndicator: n90,
|
|
1473
|
+
light_yellow_ListItem: n91,
|
|
1474
|
+
light_yellow_Card: n92,
|
|
1475
|
+
light_yellow_DrawerFrame: n92,
|
|
1476
|
+
light_yellow_Progress: n92,
|
|
1477
|
+
light_yellow_TooltipArrow: n92,
|
|
1478
|
+
light_yellow_Button: n93,
|
|
1479
|
+
light_yellow_Checkbox: n94,
|
|
1480
|
+
light_yellow_RadioGroupItem: n94,
|
|
1481
|
+
light_yellow_Input: n94,
|
|
1482
|
+
light_yellow_TextArea: n94,
|
|
1483
|
+
light_yellow_Switch: n95,
|
|
1484
|
+
light_yellow_TooltipContent: n95,
|
|
1485
|
+
light_yellow_SliderTrack: n95,
|
|
1486
|
+
light_yellow_SwitchThumb: n96,
|
|
1487
|
+
light_yellow_SliderTrackActive: n97,
|
|
1488
|
+
light_yellow_SliderThumb: n98,
|
|
1489
|
+
light_yellow_Tooltip: n98,
|
|
1490
|
+
light_yellow_ProgressIndicator: n98,
|
|
1491
|
+
light_green_ListItem: n99,
|
|
1492
|
+
light_green_Card: n100,
|
|
1493
|
+
light_green_DrawerFrame: n100,
|
|
1494
|
+
light_green_Progress: n100,
|
|
1495
|
+
light_green_TooltipArrow: n100,
|
|
1496
|
+
light_green_Button: n101,
|
|
1497
|
+
light_green_Checkbox: n102,
|
|
1498
|
+
light_green_RadioGroupItem: n102,
|
|
1499
|
+
light_green_Input: n102,
|
|
1500
|
+
light_green_TextArea: n102,
|
|
1501
|
+
light_green_Switch: n103,
|
|
1502
|
+
light_green_TooltipContent: n103,
|
|
1503
|
+
light_green_SliderTrack: n103,
|
|
1504
|
+
light_green_SwitchThumb: n104,
|
|
1505
|
+
light_green_SliderTrackActive: n105,
|
|
1506
|
+
light_green_SliderThumb: n106,
|
|
1507
|
+
light_green_Tooltip: n106,
|
|
1508
|
+
light_green_ProgressIndicator: n106,
|
|
1509
|
+
light_blue_ListItem: n107,
|
|
1510
|
+
light_blue_Card: n108,
|
|
1511
|
+
light_blue_DrawerFrame: n108,
|
|
1512
|
+
light_blue_Progress: n108,
|
|
1513
|
+
light_blue_TooltipArrow: n108,
|
|
1514
|
+
light_blue_Button: n109,
|
|
1515
|
+
light_blue_Checkbox: n110,
|
|
1516
|
+
light_blue_RadioGroupItem: n110,
|
|
1517
|
+
light_blue_Input: n110,
|
|
1518
|
+
light_blue_TextArea: n110,
|
|
1519
|
+
light_blue_Switch: n111,
|
|
1520
|
+
light_blue_TooltipContent: n111,
|
|
1521
|
+
light_blue_SliderTrack: n111,
|
|
1522
|
+
light_blue_SwitchThumb: n112,
|
|
1523
|
+
light_blue_SliderTrackActive: n113,
|
|
1524
|
+
light_blue_SliderThumb: n114,
|
|
1525
|
+
light_blue_Tooltip: n114,
|
|
1526
|
+
light_blue_ProgressIndicator: n114,
|
|
1527
|
+
light_purple_ListItem: n115,
|
|
1528
|
+
light_purple_Card: n116,
|
|
1529
|
+
light_purple_DrawerFrame: n116,
|
|
1530
|
+
light_purple_Progress: n116,
|
|
1531
|
+
light_purple_TooltipArrow: n116,
|
|
1532
|
+
light_purple_Button: n117,
|
|
1533
|
+
light_purple_Checkbox: n118,
|
|
1534
|
+
light_purple_RadioGroupItem: n118,
|
|
1535
|
+
light_purple_Input: n118,
|
|
1536
|
+
light_purple_TextArea: n118,
|
|
1537
|
+
light_purple_Switch: n119,
|
|
1538
|
+
light_purple_TooltipContent: n119,
|
|
1539
|
+
light_purple_SliderTrack: n119,
|
|
1540
|
+
light_purple_SwitchThumb: n120,
|
|
1541
|
+
light_purple_SliderTrackActive: n121,
|
|
1542
|
+
light_purple_SliderThumb: n122,
|
|
1543
|
+
light_purple_Tooltip: n122,
|
|
1544
|
+
light_purple_ProgressIndicator: n122,
|
|
1545
|
+
light_pink_ListItem: n123,
|
|
1546
|
+
light_pink_Card: n124,
|
|
1547
|
+
light_pink_DrawerFrame: n124,
|
|
1548
|
+
light_pink_Progress: n124,
|
|
1549
|
+
light_pink_TooltipArrow: n124,
|
|
1550
|
+
light_pink_Button: n125,
|
|
1551
|
+
light_pink_Checkbox: n126,
|
|
1552
|
+
light_pink_RadioGroupItem: n126,
|
|
1553
|
+
light_pink_Input: n126,
|
|
1554
|
+
light_pink_TextArea: n126,
|
|
1555
|
+
light_pink_Switch: n127,
|
|
1556
|
+
light_pink_TooltipContent: n127,
|
|
1557
|
+
light_pink_SliderTrack: n127,
|
|
1558
|
+
light_pink_SwitchThumb: n128,
|
|
1559
|
+
light_pink_SliderTrackActive: n129,
|
|
1560
|
+
light_pink_SliderThumb: n130,
|
|
1561
|
+
light_pink_Tooltip: n130,
|
|
1562
|
+
light_pink_ProgressIndicator: n130,
|
|
1563
|
+
light_red_ListItem: n131,
|
|
1564
|
+
light_red_Card: n132,
|
|
1565
|
+
light_red_DrawerFrame: n132,
|
|
1566
|
+
light_red_Progress: n132,
|
|
1567
|
+
light_red_TooltipArrow: n132,
|
|
1568
|
+
light_red_Button: n133,
|
|
1569
|
+
light_red_Checkbox: n134,
|
|
1570
|
+
light_red_RadioGroupItem: n134,
|
|
1571
|
+
light_red_Input: n134,
|
|
1572
|
+
light_red_TextArea: n134,
|
|
1573
|
+
light_red_Switch: n135,
|
|
1574
|
+
light_red_TooltipContent: n135,
|
|
1575
|
+
light_red_SliderTrack: n135,
|
|
1576
|
+
light_red_SwitchThumb: n136,
|
|
1577
|
+
light_red_SliderTrackActive: n137,
|
|
1578
|
+
light_red_SliderThumb: n138,
|
|
1579
|
+
light_red_Tooltip: n138,
|
|
1580
|
+
light_red_ProgressIndicator: n138,
|
|
1581
|
+
dark_orange_ListItem: n139,
|
|
1582
|
+
dark_orange_Card: n140,
|
|
1583
|
+
dark_orange_DrawerFrame: n140,
|
|
1584
|
+
dark_orange_Progress: n140,
|
|
1585
|
+
dark_orange_TooltipArrow: n140,
|
|
1586
|
+
dark_orange_Button: n141,
|
|
1587
|
+
dark_orange_Checkbox: n142,
|
|
1588
|
+
dark_orange_RadioGroupItem: n142,
|
|
1589
|
+
dark_orange_Input: n142,
|
|
1590
|
+
dark_orange_TextArea: n142,
|
|
1591
|
+
dark_orange_Switch: n143,
|
|
1592
|
+
dark_orange_TooltipContent: n143,
|
|
1593
|
+
dark_orange_SliderTrack: n143,
|
|
1594
|
+
dark_orange_SwitchThumb: n144,
|
|
1595
|
+
dark_orange_SliderTrackActive: n145,
|
|
1596
|
+
dark_orange_SliderThumb: n146,
|
|
1597
|
+
dark_orange_Tooltip: n146,
|
|
1598
|
+
dark_orange_ProgressIndicator: n146,
|
|
1599
|
+
dark_yellow_ListItem: n147,
|
|
1600
|
+
dark_yellow_Card: n148,
|
|
1601
|
+
dark_yellow_DrawerFrame: n148,
|
|
1602
|
+
dark_yellow_Progress: n148,
|
|
1603
|
+
dark_yellow_TooltipArrow: n148,
|
|
1604
|
+
dark_yellow_Button: n149,
|
|
1605
|
+
dark_yellow_Checkbox: n150,
|
|
1606
|
+
dark_yellow_RadioGroupItem: n150,
|
|
1607
|
+
dark_yellow_Input: n150,
|
|
1608
|
+
dark_yellow_TextArea: n150,
|
|
1609
|
+
dark_yellow_Switch: n151,
|
|
1610
|
+
dark_yellow_TooltipContent: n151,
|
|
1611
|
+
dark_yellow_SliderTrack: n151,
|
|
1612
|
+
dark_yellow_SwitchThumb: n152,
|
|
1613
|
+
dark_yellow_SliderTrackActive: n153,
|
|
1614
|
+
dark_yellow_SliderThumb: n154,
|
|
1615
|
+
dark_yellow_Tooltip: n154,
|
|
1616
|
+
dark_yellow_ProgressIndicator: n154,
|
|
1617
|
+
dark_green_ListItem: n155,
|
|
1618
|
+
dark_green_Card: n156,
|
|
1619
|
+
dark_green_DrawerFrame: n156,
|
|
1620
|
+
dark_green_Progress: n156,
|
|
1621
|
+
dark_green_TooltipArrow: n156,
|
|
1622
|
+
dark_green_Button: n157,
|
|
1623
|
+
dark_green_Checkbox: n158,
|
|
1624
|
+
dark_green_RadioGroupItem: n158,
|
|
1625
|
+
dark_green_Input: n158,
|
|
1626
|
+
dark_green_TextArea: n158,
|
|
1627
|
+
dark_green_Switch: n159,
|
|
1628
|
+
dark_green_TooltipContent: n159,
|
|
1629
|
+
dark_green_SliderTrack: n159,
|
|
1630
|
+
dark_green_SwitchThumb: n160,
|
|
1631
|
+
dark_green_SliderTrackActive: n161,
|
|
1632
|
+
dark_green_SliderThumb: n162,
|
|
1633
|
+
dark_green_Tooltip: n162,
|
|
1634
|
+
dark_green_ProgressIndicator: n162,
|
|
1635
|
+
dark_blue_ListItem: n163,
|
|
1636
|
+
dark_blue_Card: n164,
|
|
1637
|
+
dark_blue_DrawerFrame: n164,
|
|
1638
|
+
dark_blue_Progress: n164,
|
|
1639
|
+
dark_blue_TooltipArrow: n164,
|
|
1640
|
+
dark_blue_Button: n165,
|
|
1641
|
+
dark_blue_Checkbox: n166,
|
|
1642
|
+
dark_blue_RadioGroupItem: n166,
|
|
1643
|
+
dark_blue_Input: n166,
|
|
1644
|
+
dark_blue_TextArea: n166,
|
|
1645
|
+
dark_blue_Switch: n167,
|
|
1646
|
+
dark_blue_TooltipContent: n167,
|
|
1647
|
+
dark_blue_SliderTrack: n167,
|
|
1648
|
+
dark_blue_SwitchThumb: n168,
|
|
1649
|
+
dark_blue_SliderTrackActive: n169,
|
|
1650
|
+
dark_blue_SliderThumb: n170,
|
|
1651
|
+
dark_blue_Tooltip: n170,
|
|
1652
|
+
dark_blue_ProgressIndicator: n170,
|
|
1653
|
+
dark_purple_ListItem: n171,
|
|
1654
|
+
dark_purple_Card: n172,
|
|
1655
|
+
dark_purple_DrawerFrame: n172,
|
|
1656
|
+
dark_purple_Progress: n172,
|
|
1657
|
+
dark_purple_TooltipArrow: n172,
|
|
1658
|
+
dark_purple_Button: n173,
|
|
1659
|
+
dark_purple_Checkbox: n174,
|
|
1660
|
+
dark_purple_RadioGroupItem: n174,
|
|
1661
|
+
dark_purple_Input: n174,
|
|
1662
|
+
dark_purple_TextArea: n174,
|
|
1663
|
+
dark_purple_Switch: n175,
|
|
1664
|
+
dark_purple_TooltipContent: n175,
|
|
1665
|
+
dark_purple_SliderTrack: n175,
|
|
1666
|
+
dark_purple_SwitchThumb: n176,
|
|
1667
|
+
dark_purple_SliderTrackActive: n177,
|
|
1668
|
+
dark_purple_SliderThumb: n178,
|
|
1669
|
+
dark_purple_Tooltip: n178,
|
|
1670
|
+
dark_purple_ProgressIndicator: n178,
|
|
1671
|
+
dark_pink_ListItem: n179,
|
|
1672
|
+
dark_pink_Card: n180,
|
|
1673
|
+
dark_pink_DrawerFrame: n180,
|
|
1674
|
+
dark_pink_Progress: n180,
|
|
1675
|
+
dark_pink_TooltipArrow: n180,
|
|
1676
|
+
dark_pink_Button: n181,
|
|
1677
|
+
dark_pink_Checkbox: n182,
|
|
1678
|
+
dark_pink_RadioGroupItem: n182,
|
|
1679
|
+
dark_pink_Input: n182,
|
|
1680
|
+
dark_pink_TextArea: n182,
|
|
1681
|
+
dark_pink_Switch: n183,
|
|
1682
|
+
dark_pink_TooltipContent: n183,
|
|
1683
|
+
dark_pink_SliderTrack: n183,
|
|
1684
|
+
dark_pink_SwitchThumb: n184,
|
|
1685
|
+
dark_pink_SliderTrackActive: n185,
|
|
1686
|
+
dark_pink_SliderThumb: n186,
|
|
1687
|
+
dark_pink_Tooltip: n186,
|
|
1688
|
+
dark_pink_ProgressIndicator: n186,
|
|
1689
|
+
dark_red_ListItem: n187,
|
|
1690
|
+
dark_red_Card: n188,
|
|
1691
|
+
dark_red_DrawerFrame: n188,
|
|
1692
|
+
dark_red_Progress: n188,
|
|
1693
|
+
dark_red_TooltipArrow: n188,
|
|
1694
|
+
dark_red_Button: n189,
|
|
1695
|
+
dark_red_Checkbox: n190,
|
|
1696
|
+
dark_red_RadioGroupItem: n190,
|
|
1697
|
+
dark_red_Input: n190,
|
|
1698
|
+
dark_red_TextArea: n190,
|
|
1699
|
+
dark_red_Switch: n191,
|
|
1700
|
+
dark_red_TooltipContent: n191,
|
|
1701
|
+
dark_red_SliderTrack: n191,
|
|
1702
|
+
dark_red_SwitchThumb: n192,
|
|
1703
|
+
dark_red_SliderTrackActive: n193,
|
|
1704
|
+
dark_red_SliderThumb: n194,
|
|
1705
|
+
dark_red_Tooltip: n194,
|
|
1706
|
+
dark_red_ProgressIndicator: n194,
|
|
1707
|
+
light_alt1_ListItem: n195,
|
|
1708
|
+
light_alt1_Card: n196,
|
|
1709
|
+
light_alt1_DrawerFrame: n196,
|
|
1710
|
+
light_alt1_Progress: n196,
|
|
1711
|
+
light_alt1_TooltipArrow: n196,
|
|
1712
|
+
light_alt1_Button: n197,
|
|
1713
|
+
light_alt1_Checkbox: n198,
|
|
1714
|
+
light_alt1_RadioGroupItem: n198,
|
|
1715
|
+
light_alt1_Input: n198,
|
|
1716
|
+
light_alt1_TextArea: n198,
|
|
1717
|
+
light_alt1_Switch: n199,
|
|
1718
|
+
light_alt1_TooltipContent: n199,
|
|
1719
|
+
light_alt1_SliderTrack: n199,
|
|
1720
|
+
light_alt1_SwitchThumb: n200,
|
|
1721
|
+
light_alt1_SliderTrackActive: n201,
|
|
1722
|
+
light_alt1_SliderThumb: n202,
|
|
1723
|
+
light_alt1_Tooltip: n202,
|
|
1724
|
+
light_alt1_ProgressIndicator: n202,
|
|
1725
|
+
light_alt2_ListItem: n203,
|
|
1726
|
+
light_alt2_Card: n204,
|
|
1727
|
+
light_alt2_DrawerFrame: n204,
|
|
1728
|
+
light_alt2_Progress: n204,
|
|
1729
|
+
light_alt2_TooltipArrow: n204,
|
|
1730
|
+
light_alt2_Button: n205,
|
|
1731
|
+
light_alt2_Checkbox: n206,
|
|
1732
|
+
light_alt2_RadioGroupItem: n206,
|
|
1733
|
+
light_alt2_Input: n206,
|
|
1734
|
+
light_alt2_TextArea: n206,
|
|
1735
|
+
light_alt2_Switch: n207,
|
|
1736
|
+
light_alt2_TooltipContent: n207,
|
|
1737
|
+
light_alt2_SliderTrack: n207,
|
|
1738
|
+
light_alt2_SwitchThumb: n208,
|
|
1739
|
+
light_alt2_SliderTrackActive: n209,
|
|
1740
|
+
light_alt2_SliderThumb: n210,
|
|
1741
|
+
light_alt2_Tooltip: n210,
|
|
1742
|
+
light_alt2_ProgressIndicator: n210,
|
|
1743
|
+
light_active_ListItem: n211,
|
|
1744
|
+
light_active_Card: n212,
|
|
1745
|
+
light_active_DrawerFrame: n212,
|
|
1746
|
+
light_active_Progress: n212,
|
|
1747
|
+
light_active_TooltipArrow: n212,
|
|
1748
|
+
light_active_Button: n213,
|
|
1749
|
+
light_active_Checkbox: n214,
|
|
1750
|
+
light_active_RadioGroupItem: n214,
|
|
1751
|
+
light_active_Input: n214,
|
|
1752
|
+
light_active_TextArea: n214,
|
|
1753
|
+
light_active_Switch: n215,
|
|
1754
|
+
light_active_TooltipContent: n215,
|
|
1755
|
+
light_active_SliderTrack: n215,
|
|
1756
|
+
light_active_SwitchThumb: n216,
|
|
1757
|
+
light_active_SliderTrackActive: n217,
|
|
1758
|
+
light_active_SliderThumb: n218,
|
|
1759
|
+
light_active_Tooltip: n218,
|
|
1760
|
+
light_active_ProgressIndicator: n218,
|
|
1761
|
+
dark_alt1_ListItem: n219,
|
|
1762
|
+
dark_alt1_Card: n220,
|
|
1763
|
+
dark_alt1_DrawerFrame: n220,
|
|
1764
|
+
dark_alt1_Progress: n220,
|
|
1765
|
+
dark_alt1_TooltipArrow: n220,
|
|
1766
|
+
dark_alt1_Button: n221,
|
|
1767
|
+
dark_alt1_Checkbox: n222,
|
|
1768
|
+
dark_alt1_RadioGroupItem: n222,
|
|
1769
|
+
dark_alt1_Input: n222,
|
|
1770
|
+
dark_alt1_TextArea: n222,
|
|
1771
|
+
dark_alt1_Switch: n223,
|
|
1772
|
+
dark_alt1_TooltipContent: n223,
|
|
1773
|
+
dark_alt1_SliderTrack: n223,
|
|
1774
|
+
dark_alt1_SwitchThumb: n224,
|
|
1775
|
+
dark_alt1_SliderTrackActive: n225,
|
|
1776
|
+
dark_alt1_SliderThumb: n226,
|
|
1777
|
+
dark_alt1_Tooltip: n226,
|
|
1778
|
+
dark_alt1_ProgressIndicator: n226,
|
|
1779
|
+
dark_alt2_ListItem: n227,
|
|
1780
|
+
dark_alt2_Card: n228,
|
|
1781
|
+
dark_alt2_DrawerFrame: n228,
|
|
1782
|
+
dark_alt2_Progress: n228,
|
|
1783
|
+
dark_alt2_TooltipArrow: n228,
|
|
1784
|
+
dark_alt2_Button: n229,
|
|
1785
|
+
dark_alt2_Checkbox: n230,
|
|
1786
|
+
dark_alt2_RadioGroupItem: n230,
|
|
1787
|
+
dark_alt2_Input: n230,
|
|
1788
|
+
dark_alt2_TextArea: n230,
|
|
1789
|
+
dark_alt2_Switch: n231,
|
|
1790
|
+
dark_alt2_TooltipContent: n231,
|
|
1791
|
+
dark_alt2_SliderTrack: n231,
|
|
1792
|
+
dark_alt2_SwitchThumb: n232,
|
|
1793
|
+
dark_alt2_SliderTrackActive: n233,
|
|
1794
|
+
dark_alt2_SliderThumb: n234,
|
|
1795
|
+
dark_alt2_Tooltip: n234,
|
|
1796
|
+
dark_alt2_ProgressIndicator: n234,
|
|
1797
|
+
dark_active_ListItem: n235,
|
|
1798
|
+
dark_active_Card: n236,
|
|
1799
|
+
dark_active_DrawerFrame: n236,
|
|
1800
|
+
dark_active_Progress: n236,
|
|
1801
|
+
dark_active_TooltipArrow: n236,
|
|
1802
|
+
dark_active_Button: n237,
|
|
1803
|
+
dark_active_Checkbox: n238,
|
|
1804
|
+
dark_active_RadioGroupItem: n238,
|
|
1805
|
+
dark_active_Input: n238,
|
|
1806
|
+
dark_active_TextArea: n238,
|
|
1807
|
+
dark_active_Switch: n239,
|
|
1808
|
+
dark_active_TooltipContent: n239,
|
|
1809
|
+
dark_active_SliderTrack: n239,
|
|
1810
|
+
dark_active_SwitchThumb: n240,
|
|
1811
|
+
dark_active_SliderTrackActive: n241,
|
|
1812
|
+
dark_active_SliderThumb: n242,
|
|
1813
|
+
dark_active_Tooltip: n242,
|
|
1814
|
+
dark_active_ProgressIndicator: n242,
|
|
1815
|
+
light_orange_alt1_ListItem: n243,
|
|
1816
|
+
light_orange_alt1_Card: n244,
|
|
1817
|
+
light_orange_alt1_DrawerFrame: n244,
|
|
1818
|
+
light_orange_alt1_Progress: n244,
|
|
1819
|
+
light_orange_alt1_TooltipArrow: n244,
|
|
1820
|
+
light_orange_alt1_Button: n245,
|
|
1821
|
+
light_orange_alt1_Checkbox: n246,
|
|
1822
|
+
light_orange_alt1_RadioGroupItem: n246,
|
|
1823
|
+
light_orange_alt1_Input: n246,
|
|
1824
|
+
light_orange_alt1_TextArea: n246,
|
|
1825
|
+
light_orange_alt1_Switch: n247,
|
|
1826
|
+
light_orange_alt1_TooltipContent: n247,
|
|
1827
|
+
light_orange_alt1_SliderTrack: n247,
|
|
1828
|
+
light_orange_alt1_SwitchThumb: n248,
|
|
1829
|
+
light_orange_alt1_SliderTrackActive: n249,
|
|
1830
|
+
light_orange_alt1_SliderThumb: n250,
|
|
1831
|
+
light_orange_alt1_Tooltip: n250,
|
|
1832
|
+
light_orange_alt1_ProgressIndicator: n250,
|
|
1833
|
+
light_orange_alt2_ListItem: n251,
|
|
1834
|
+
light_orange_alt2_Card: n252,
|
|
1835
|
+
light_orange_alt2_DrawerFrame: n252,
|
|
1836
|
+
light_orange_alt2_Progress: n252,
|
|
1837
|
+
light_orange_alt2_TooltipArrow: n252,
|
|
1838
|
+
light_orange_alt2_Button: n253,
|
|
1839
|
+
light_orange_alt2_Checkbox: n254,
|
|
1840
|
+
light_orange_alt2_RadioGroupItem: n254,
|
|
1841
|
+
light_orange_alt2_Input: n254,
|
|
1842
|
+
light_orange_alt2_TextArea: n254,
|
|
1843
|
+
light_orange_alt2_Switch: n255,
|
|
1844
|
+
light_orange_alt2_TooltipContent: n255,
|
|
1845
|
+
light_orange_alt2_SliderTrack: n255,
|
|
1846
|
+
light_orange_alt2_SwitchThumb: n256,
|
|
1847
|
+
light_orange_alt2_SliderTrackActive: n257,
|
|
1848
|
+
light_orange_alt2_SliderThumb: n258,
|
|
1849
|
+
light_orange_alt2_Tooltip: n258,
|
|
1850
|
+
light_orange_alt2_ProgressIndicator: n258,
|
|
1851
|
+
light_orange_active_ListItem: n259,
|
|
1852
|
+
light_orange_active_Card: n260,
|
|
1853
|
+
light_orange_active_DrawerFrame: n260,
|
|
1854
|
+
light_orange_active_Progress: n260,
|
|
1855
|
+
light_orange_active_TooltipArrow: n260,
|
|
1856
|
+
light_orange_active_Button: n261,
|
|
1857
|
+
light_orange_active_Checkbox: n262,
|
|
1858
|
+
light_orange_active_RadioGroupItem: n262,
|
|
1859
|
+
light_orange_active_Input: n262,
|
|
1860
|
+
light_orange_active_TextArea: n262,
|
|
1861
|
+
light_orange_active_Switch: n263,
|
|
1862
|
+
light_orange_active_TooltipContent: n263,
|
|
1863
|
+
light_orange_active_SliderTrack: n263,
|
|
1864
|
+
light_orange_active_SwitchThumb: n264,
|
|
1865
|
+
light_orange_active_SliderTrackActive: n265,
|
|
1866
|
+
light_orange_active_SliderThumb: n266,
|
|
1867
|
+
light_orange_active_Tooltip: n266,
|
|
1868
|
+
light_orange_active_ProgressIndicator: n266,
|
|
1869
|
+
light_yellow_alt1_ListItem: n267,
|
|
1870
|
+
light_yellow_alt1_Card: n268,
|
|
1871
|
+
light_yellow_alt1_DrawerFrame: n268,
|
|
1872
|
+
light_yellow_alt1_Progress: n268,
|
|
1873
|
+
light_yellow_alt1_TooltipArrow: n268,
|
|
1874
|
+
light_yellow_alt1_Button: n269,
|
|
1875
|
+
light_yellow_alt1_Checkbox: n270,
|
|
1876
|
+
light_yellow_alt1_RadioGroupItem: n270,
|
|
1877
|
+
light_yellow_alt1_Input: n270,
|
|
1878
|
+
light_yellow_alt1_TextArea: n270,
|
|
1879
|
+
light_yellow_alt1_Switch: n271,
|
|
1880
|
+
light_yellow_alt1_TooltipContent: n271,
|
|
1881
|
+
light_yellow_alt1_SliderTrack: n271,
|
|
1882
|
+
light_yellow_alt1_SwitchThumb: n272,
|
|
1883
|
+
light_yellow_alt1_SliderTrackActive: n273,
|
|
1884
|
+
light_yellow_alt1_SliderThumb: n274,
|
|
1885
|
+
light_yellow_alt1_Tooltip: n274,
|
|
1886
|
+
light_yellow_alt1_ProgressIndicator: n274,
|
|
1887
|
+
light_yellow_alt2_ListItem: n275,
|
|
1888
|
+
light_yellow_alt2_Card: n276,
|
|
1889
|
+
light_yellow_alt2_DrawerFrame: n276,
|
|
1890
|
+
light_yellow_alt2_Progress: n276,
|
|
1891
|
+
light_yellow_alt2_TooltipArrow: n276,
|
|
1892
|
+
light_yellow_alt2_Button: n277,
|
|
1893
|
+
light_yellow_alt2_Checkbox: n278,
|
|
1894
|
+
light_yellow_alt2_RadioGroupItem: n278,
|
|
1895
|
+
light_yellow_alt2_Input: n278,
|
|
1896
|
+
light_yellow_alt2_TextArea: n278,
|
|
1897
|
+
light_yellow_alt2_Switch: n279,
|
|
1898
|
+
light_yellow_alt2_TooltipContent: n279,
|
|
1899
|
+
light_yellow_alt2_SliderTrack: n279,
|
|
1900
|
+
light_yellow_alt2_SwitchThumb: n280,
|
|
1901
|
+
light_yellow_alt2_SliderTrackActive: n281,
|
|
1902
|
+
light_yellow_alt2_SliderThumb: n282,
|
|
1903
|
+
light_yellow_alt2_Tooltip: n282,
|
|
1904
|
+
light_yellow_alt2_ProgressIndicator: n282,
|
|
1905
|
+
light_yellow_active_ListItem: n283,
|
|
1906
|
+
light_yellow_active_Card: n284,
|
|
1907
|
+
light_yellow_active_DrawerFrame: n284,
|
|
1908
|
+
light_yellow_active_Progress: n284,
|
|
1909
|
+
light_yellow_active_TooltipArrow: n284,
|
|
1910
|
+
light_yellow_active_Button: n285,
|
|
1911
|
+
light_yellow_active_Checkbox: n286,
|
|
1912
|
+
light_yellow_active_RadioGroupItem: n286,
|
|
1913
|
+
light_yellow_active_Input: n286,
|
|
1914
|
+
light_yellow_active_TextArea: n286,
|
|
1915
|
+
light_yellow_active_Switch: n287,
|
|
1916
|
+
light_yellow_active_TooltipContent: n287,
|
|
1917
|
+
light_yellow_active_SliderTrack: n287,
|
|
1918
|
+
light_yellow_active_SwitchThumb: n288,
|
|
1919
|
+
light_yellow_active_SliderTrackActive: n289,
|
|
1920
|
+
light_yellow_active_SliderThumb: n290,
|
|
1921
|
+
light_yellow_active_Tooltip: n290,
|
|
1922
|
+
light_yellow_active_ProgressIndicator: n290,
|
|
1923
|
+
light_green_alt1_ListItem: n291,
|
|
1924
|
+
light_green_alt1_Card: n292,
|
|
1925
|
+
light_green_alt1_DrawerFrame: n292,
|
|
1926
|
+
light_green_alt1_Progress: n292,
|
|
1927
|
+
light_green_alt1_TooltipArrow: n292,
|
|
1928
|
+
light_green_alt1_Button: n293,
|
|
1929
|
+
light_green_alt1_Checkbox: n294,
|
|
1930
|
+
light_green_alt1_RadioGroupItem: n294,
|
|
1931
|
+
light_green_alt1_Input: n294,
|
|
1932
|
+
light_green_alt1_TextArea: n294,
|
|
1933
|
+
light_green_alt1_Switch: n295,
|
|
1934
|
+
light_green_alt1_TooltipContent: n295,
|
|
1935
|
+
light_green_alt1_SliderTrack: n295,
|
|
1936
|
+
light_green_alt1_SwitchThumb: n296,
|
|
1937
|
+
light_green_alt1_SliderTrackActive: n297,
|
|
1938
|
+
light_green_alt1_SliderThumb: n298,
|
|
1939
|
+
light_green_alt1_Tooltip: n298,
|
|
1940
|
+
light_green_alt1_ProgressIndicator: n298,
|
|
1941
|
+
light_green_alt2_ListItem: n299,
|
|
1942
|
+
light_green_alt2_Card: n300,
|
|
1943
|
+
light_green_alt2_DrawerFrame: n300,
|
|
1944
|
+
light_green_alt2_Progress: n300,
|
|
1945
|
+
light_green_alt2_TooltipArrow: n300,
|
|
1946
|
+
light_green_alt2_Button: n301,
|
|
1947
|
+
light_green_alt2_Checkbox: n302,
|
|
1948
|
+
light_green_alt2_RadioGroupItem: n302,
|
|
1949
|
+
light_green_alt2_Input: n302,
|
|
1950
|
+
light_green_alt2_TextArea: n302,
|
|
1951
|
+
light_green_alt2_Switch: n303,
|
|
1952
|
+
light_green_alt2_TooltipContent: n303,
|
|
1953
|
+
light_green_alt2_SliderTrack: n303,
|
|
1954
|
+
light_green_alt2_SwitchThumb: n304,
|
|
1955
|
+
light_green_alt2_SliderTrackActive: n305,
|
|
1956
|
+
light_green_alt2_SliderThumb: n306,
|
|
1957
|
+
light_green_alt2_Tooltip: n306,
|
|
1958
|
+
light_green_alt2_ProgressIndicator: n306,
|
|
1959
|
+
light_green_active_ListItem: n307,
|
|
1960
|
+
light_green_active_Card: n308,
|
|
1961
|
+
light_green_active_DrawerFrame: n308,
|
|
1962
|
+
light_green_active_Progress: n308,
|
|
1963
|
+
light_green_active_TooltipArrow: n308,
|
|
1964
|
+
light_green_active_Button: n309,
|
|
1965
|
+
light_green_active_Checkbox: n310,
|
|
1966
|
+
light_green_active_RadioGroupItem: n310,
|
|
1967
|
+
light_green_active_Input: n310,
|
|
1968
|
+
light_green_active_TextArea: n310,
|
|
1969
|
+
light_green_active_Switch: n311,
|
|
1970
|
+
light_green_active_TooltipContent: n311,
|
|
1971
|
+
light_green_active_SliderTrack: n311,
|
|
1972
|
+
light_green_active_SwitchThumb: n312,
|
|
1973
|
+
light_green_active_SliderTrackActive: n313,
|
|
1974
|
+
light_green_active_SliderThumb: n314,
|
|
1975
|
+
light_green_active_Tooltip: n314,
|
|
1976
|
+
light_green_active_ProgressIndicator: n314,
|
|
1977
|
+
light_blue_alt1_ListItem: n315,
|
|
1978
|
+
light_blue_alt1_Card: n316,
|
|
1979
|
+
light_blue_alt1_DrawerFrame: n316,
|
|
1980
|
+
light_blue_alt1_Progress: n316,
|
|
1981
|
+
light_blue_alt1_TooltipArrow: n316,
|
|
1982
|
+
light_blue_alt1_Button: n317,
|
|
1983
|
+
light_blue_alt1_Checkbox: n318,
|
|
1984
|
+
light_blue_alt1_RadioGroupItem: n318,
|
|
1985
|
+
light_blue_alt1_Input: n318,
|
|
1986
|
+
light_blue_alt1_TextArea: n318,
|
|
1987
|
+
light_blue_alt1_Switch: n319,
|
|
1988
|
+
light_blue_alt1_TooltipContent: n319,
|
|
1989
|
+
light_blue_alt1_SliderTrack: n319,
|
|
1990
|
+
light_blue_alt1_SwitchThumb: n320,
|
|
1991
|
+
light_blue_alt1_SliderTrackActive: n321,
|
|
1992
|
+
light_blue_alt1_SliderThumb: n322,
|
|
1993
|
+
light_blue_alt1_Tooltip: n322,
|
|
1994
|
+
light_blue_alt1_ProgressIndicator: n322,
|
|
1995
|
+
light_blue_alt2_ListItem: n323,
|
|
1996
|
+
light_blue_alt2_Card: n324,
|
|
1997
|
+
light_blue_alt2_DrawerFrame: n324,
|
|
1998
|
+
light_blue_alt2_Progress: n324,
|
|
1999
|
+
light_blue_alt2_TooltipArrow: n324,
|
|
2000
|
+
light_blue_alt2_Button: n325,
|
|
2001
|
+
light_blue_alt2_Checkbox: n326,
|
|
2002
|
+
light_blue_alt2_RadioGroupItem: n326,
|
|
2003
|
+
light_blue_alt2_Input: n326,
|
|
2004
|
+
light_blue_alt2_TextArea: n326,
|
|
2005
|
+
light_blue_alt2_Switch: n327,
|
|
2006
|
+
light_blue_alt2_TooltipContent: n327,
|
|
2007
|
+
light_blue_alt2_SliderTrack: n327,
|
|
2008
|
+
light_blue_alt2_SwitchThumb: n328,
|
|
2009
|
+
light_blue_alt2_SliderTrackActive: n329,
|
|
2010
|
+
light_blue_alt2_SliderThumb: n330,
|
|
2011
|
+
light_blue_alt2_Tooltip: n330,
|
|
2012
|
+
light_blue_alt2_ProgressIndicator: n330,
|
|
2013
|
+
light_blue_active_ListItem: n331,
|
|
2014
|
+
light_blue_active_Card: n332,
|
|
2015
|
+
light_blue_active_DrawerFrame: n332,
|
|
2016
|
+
light_blue_active_Progress: n332,
|
|
2017
|
+
light_blue_active_TooltipArrow: n332,
|
|
2018
|
+
light_blue_active_Button: n333,
|
|
2019
|
+
light_blue_active_Checkbox: n334,
|
|
2020
|
+
light_blue_active_RadioGroupItem: n334,
|
|
2021
|
+
light_blue_active_Input: n334,
|
|
2022
|
+
light_blue_active_TextArea: n334,
|
|
2023
|
+
light_blue_active_Switch: n335,
|
|
2024
|
+
light_blue_active_TooltipContent: n335,
|
|
2025
|
+
light_blue_active_SliderTrack: n335,
|
|
2026
|
+
light_blue_active_SwitchThumb: n336,
|
|
2027
|
+
light_blue_active_SliderTrackActive: n337,
|
|
2028
|
+
light_blue_active_SliderThumb: n338,
|
|
2029
|
+
light_blue_active_Tooltip: n338,
|
|
2030
|
+
light_blue_active_ProgressIndicator: n338,
|
|
2031
|
+
light_purple_alt1_ListItem: n339,
|
|
2032
|
+
light_purple_alt1_Card: n340,
|
|
2033
|
+
light_purple_alt1_DrawerFrame: n340,
|
|
2034
|
+
light_purple_alt1_Progress: n340,
|
|
2035
|
+
light_purple_alt1_TooltipArrow: n340,
|
|
2036
|
+
light_purple_alt1_Button: n341,
|
|
2037
|
+
light_purple_alt1_Checkbox: n342,
|
|
2038
|
+
light_purple_alt1_RadioGroupItem: n342,
|
|
2039
|
+
light_purple_alt1_Input: n342,
|
|
2040
|
+
light_purple_alt1_TextArea: n342,
|
|
2041
|
+
light_purple_alt1_Switch: n343,
|
|
2042
|
+
light_purple_alt1_TooltipContent: n343,
|
|
2043
|
+
light_purple_alt1_SliderTrack: n343,
|
|
2044
|
+
light_purple_alt1_SwitchThumb: n344,
|
|
2045
|
+
light_purple_alt1_SliderTrackActive: n345,
|
|
2046
|
+
light_purple_alt1_SliderThumb: n346,
|
|
2047
|
+
light_purple_alt1_Tooltip: n346,
|
|
2048
|
+
light_purple_alt1_ProgressIndicator: n346,
|
|
2049
|
+
light_purple_alt2_ListItem: n347,
|
|
2050
|
+
light_purple_alt2_Card: n348,
|
|
2051
|
+
light_purple_alt2_DrawerFrame: n348,
|
|
2052
|
+
light_purple_alt2_Progress: n348,
|
|
2053
|
+
light_purple_alt2_TooltipArrow: n348,
|
|
2054
|
+
light_purple_alt2_Button: n349,
|
|
2055
|
+
light_purple_alt2_Checkbox: n350,
|
|
2056
|
+
light_purple_alt2_RadioGroupItem: n350,
|
|
2057
|
+
light_purple_alt2_Input: n350,
|
|
2058
|
+
light_purple_alt2_TextArea: n350,
|
|
2059
|
+
light_purple_alt2_Switch: n351,
|
|
2060
|
+
light_purple_alt2_TooltipContent: n351,
|
|
2061
|
+
light_purple_alt2_SliderTrack: n351,
|
|
2062
|
+
light_purple_alt2_SwitchThumb: n352,
|
|
2063
|
+
light_purple_alt2_SliderTrackActive: n353,
|
|
2064
|
+
light_purple_alt2_SliderThumb: n354,
|
|
2065
|
+
light_purple_alt2_Tooltip: n354,
|
|
2066
|
+
light_purple_alt2_ProgressIndicator: n354,
|
|
2067
|
+
light_purple_active_ListItem: n355,
|
|
2068
|
+
light_purple_active_Card: n356,
|
|
2069
|
+
light_purple_active_DrawerFrame: n356,
|
|
2070
|
+
light_purple_active_Progress: n356,
|
|
2071
|
+
light_purple_active_TooltipArrow: n356,
|
|
2072
|
+
light_purple_active_Button: n357,
|
|
2073
|
+
light_purple_active_Checkbox: n358,
|
|
2074
|
+
light_purple_active_RadioGroupItem: n358,
|
|
2075
|
+
light_purple_active_Input: n358,
|
|
2076
|
+
light_purple_active_TextArea: n358,
|
|
2077
|
+
light_purple_active_Switch: n359,
|
|
2078
|
+
light_purple_active_TooltipContent: n359,
|
|
2079
|
+
light_purple_active_SliderTrack: n359,
|
|
2080
|
+
light_purple_active_SwitchThumb: n360,
|
|
2081
|
+
light_purple_active_SliderTrackActive: n361,
|
|
2082
|
+
light_purple_active_SliderThumb: n362,
|
|
2083
|
+
light_purple_active_Tooltip: n362,
|
|
2084
|
+
light_purple_active_ProgressIndicator: n362,
|
|
2085
|
+
light_pink_alt1_ListItem: n363,
|
|
2086
|
+
light_pink_alt1_Card: n364,
|
|
2087
|
+
light_pink_alt1_DrawerFrame: n364,
|
|
2088
|
+
light_pink_alt1_Progress: n364,
|
|
2089
|
+
light_pink_alt1_TooltipArrow: n364,
|
|
2090
|
+
light_pink_alt1_Button: n365,
|
|
2091
|
+
light_pink_alt1_Checkbox: n366,
|
|
2092
|
+
light_pink_alt1_RadioGroupItem: n366,
|
|
2093
|
+
light_pink_alt1_Input: n366,
|
|
2094
|
+
light_pink_alt1_TextArea: n366,
|
|
2095
|
+
light_pink_alt1_Switch: n367,
|
|
2096
|
+
light_pink_alt1_TooltipContent: n367,
|
|
2097
|
+
light_pink_alt1_SliderTrack: n367,
|
|
2098
|
+
light_pink_alt1_SwitchThumb: n368,
|
|
2099
|
+
light_pink_alt1_SliderTrackActive: n369,
|
|
2100
|
+
light_pink_alt1_SliderThumb: n370,
|
|
2101
|
+
light_pink_alt1_Tooltip: n370,
|
|
2102
|
+
light_pink_alt1_ProgressIndicator: n370,
|
|
2103
|
+
light_pink_alt2_ListItem: n371,
|
|
2104
|
+
light_pink_alt2_Card: n372,
|
|
2105
|
+
light_pink_alt2_DrawerFrame: n372,
|
|
2106
|
+
light_pink_alt2_Progress: n372,
|
|
2107
|
+
light_pink_alt2_TooltipArrow: n372,
|
|
2108
|
+
light_pink_alt2_Button: n373,
|
|
2109
|
+
light_pink_alt2_Checkbox: n374,
|
|
2110
|
+
light_pink_alt2_RadioGroupItem: n374,
|
|
2111
|
+
light_pink_alt2_Input: n374,
|
|
2112
|
+
light_pink_alt2_TextArea: n374,
|
|
2113
|
+
light_pink_alt2_Switch: n375,
|
|
2114
|
+
light_pink_alt2_TooltipContent: n375,
|
|
2115
|
+
light_pink_alt2_SliderTrack: n375,
|
|
2116
|
+
light_pink_alt2_SwitchThumb: n376,
|
|
2117
|
+
light_pink_alt2_SliderTrackActive: n377,
|
|
2118
|
+
light_pink_alt2_SliderThumb: n378,
|
|
2119
|
+
light_pink_alt2_Tooltip: n378,
|
|
2120
|
+
light_pink_alt2_ProgressIndicator: n378,
|
|
2121
|
+
light_pink_active_ListItem: n379,
|
|
2122
|
+
light_pink_active_Card: n380,
|
|
2123
|
+
light_pink_active_DrawerFrame: n380,
|
|
2124
|
+
light_pink_active_Progress: n380,
|
|
2125
|
+
light_pink_active_TooltipArrow: n380,
|
|
2126
|
+
light_pink_active_Button: n381,
|
|
2127
|
+
light_pink_active_Checkbox: n382,
|
|
2128
|
+
light_pink_active_RadioGroupItem: n382,
|
|
2129
|
+
light_pink_active_Input: n382,
|
|
2130
|
+
light_pink_active_TextArea: n382,
|
|
2131
|
+
light_pink_active_Switch: n383,
|
|
2132
|
+
light_pink_active_TooltipContent: n383,
|
|
2133
|
+
light_pink_active_SliderTrack: n383,
|
|
2134
|
+
light_pink_active_SwitchThumb: n384,
|
|
2135
|
+
light_pink_active_SliderTrackActive: n385,
|
|
2136
|
+
light_pink_active_SliderThumb: n386,
|
|
2137
|
+
light_pink_active_Tooltip: n386,
|
|
2138
|
+
light_pink_active_ProgressIndicator: n386,
|
|
2139
|
+
light_red_alt1_ListItem: n387,
|
|
2140
|
+
light_red_alt1_Card: n388,
|
|
2141
|
+
light_red_alt1_DrawerFrame: n388,
|
|
2142
|
+
light_red_alt1_Progress: n388,
|
|
2143
|
+
light_red_alt1_TooltipArrow: n388,
|
|
2144
|
+
light_red_alt1_Button: n389,
|
|
2145
|
+
light_red_alt1_Checkbox: n390,
|
|
2146
|
+
light_red_alt1_RadioGroupItem: n390,
|
|
2147
|
+
light_red_alt1_Input: n390,
|
|
2148
|
+
light_red_alt1_TextArea: n390,
|
|
2149
|
+
light_red_alt1_Switch: n391,
|
|
2150
|
+
light_red_alt1_TooltipContent: n391,
|
|
2151
|
+
light_red_alt1_SliderTrack: n391,
|
|
2152
|
+
light_red_alt1_SwitchThumb: n392,
|
|
2153
|
+
light_red_alt1_SliderTrackActive: n393,
|
|
2154
|
+
light_red_alt1_SliderThumb: n394,
|
|
2155
|
+
light_red_alt1_Tooltip: n394,
|
|
2156
|
+
light_red_alt1_ProgressIndicator: n394,
|
|
2157
|
+
light_red_alt2_ListItem: n395,
|
|
2158
|
+
light_red_alt2_Card: n396,
|
|
2159
|
+
light_red_alt2_DrawerFrame: n396,
|
|
2160
|
+
light_red_alt2_Progress: n396,
|
|
2161
|
+
light_red_alt2_TooltipArrow: n396,
|
|
2162
|
+
light_red_alt2_Button: n397,
|
|
2163
|
+
light_red_alt2_Checkbox: n398,
|
|
2164
|
+
light_red_alt2_RadioGroupItem: n398,
|
|
2165
|
+
light_red_alt2_Input: n398,
|
|
2166
|
+
light_red_alt2_TextArea: n398,
|
|
2167
|
+
light_red_alt2_Switch: n399,
|
|
2168
|
+
light_red_alt2_TooltipContent: n399,
|
|
2169
|
+
light_red_alt2_SliderTrack: n399,
|
|
2170
|
+
light_red_alt2_SwitchThumb: n400,
|
|
2171
|
+
light_red_alt2_SliderTrackActive: n401,
|
|
2172
|
+
light_red_alt2_SliderThumb: n402,
|
|
2173
|
+
light_red_alt2_Tooltip: n402,
|
|
2174
|
+
light_red_alt2_ProgressIndicator: n402,
|
|
2175
|
+
light_red_active_ListItem: n403,
|
|
2176
|
+
light_red_active_Card: n404,
|
|
2177
|
+
light_red_active_DrawerFrame: n404,
|
|
2178
|
+
light_red_active_Progress: n404,
|
|
2179
|
+
light_red_active_TooltipArrow: n404,
|
|
2180
|
+
light_red_active_Button: n405,
|
|
2181
|
+
light_red_active_Checkbox: n406,
|
|
2182
|
+
light_red_active_RadioGroupItem: n406,
|
|
2183
|
+
light_red_active_Input: n406,
|
|
2184
|
+
light_red_active_TextArea: n406,
|
|
2185
|
+
light_red_active_Switch: n407,
|
|
2186
|
+
light_red_active_TooltipContent: n407,
|
|
2187
|
+
light_red_active_SliderTrack: n407,
|
|
2188
|
+
light_red_active_SwitchThumb: n408,
|
|
2189
|
+
light_red_active_SliderTrackActive: n409,
|
|
2190
|
+
light_red_active_SliderThumb: n410,
|
|
2191
|
+
light_red_active_Tooltip: n410,
|
|
2192
|
+
light_red_active_ProgressIndicator: n410,
|
|
2193
|
+
dark_orange_alt1_ListItem: n411,
|
|
2194
|
+
dark_orange_alt1_Card: n412,
|
|
2195
|
+
dark_orange_alt1_DrawerFrame: n412,
|
|
2196
|
+
dark_orange_alt1_Progress: n412,
|
|
2197
|
+
dark_orange_alt1_TooltipArrow: n412,
|
|
2198
|
+
dark_orange_alt1_Button: n413,
|
|
2199
|
+
dark_orange_alt1_Checkbox: n414,
|
|
2200
|
+
dark_orange_alt1_RadioGroupItem: n414,
|
|
2201
|
+
dark_orange_alt1_Input: n414,
|
|
2202
|
+
dark_orange_alt1_TextArea: n414,
|
|
2203
|
+
dark_orange_alt1_Switch: n415,
|
|
2204
|
+
dark_orange_alt1_TooltipContent: n415,
|
|
2205
|
+
dark_orange_alt1_SliderTrack: n415,
|
|
2206
|
+
dark_orange_alt1_SwitchThumb: n416,
|
|
2207
|
+
dark_orange_alt1_SliderTrackActive: n417,
|
|
2208
|
+
dark_orange_alt1_SliderThumb: n418,
|
|
2209
|
+
dark_orange_alt1_Tooltip: n418,
|
|
2210
|
+
dark_orange_alt1_ProgressIndicator: n418,
|
|
2211
|
+
dark_orange_alt2_ListItem: n419,
|
|
2212
|
+
dark_orange_alt2_Card: n420,
|
|
2213
|
+
dark_orange_alt2_DrawerFrame: n420,
|
|
2214
|
+
dark_orange_alt2_Progress: n420,
|
|
2215
|
+
dark_orange_alt2_TooltipArrow: n420,
|
|
2216
|
+
dark_orange_alt2_Button: n421,
|
|
2217
|
+
dark_orange_alt2_Checkbox: n422,
|
|
2218
|
+
dark_orange_alt2_RadioGroupItem: n422,
|
|
2219
|
+
dark_orange_alt2_Input: n422,
|
|
2220
|
+
dark_orange_alt2_TextArea: n422,
|
|
2221
|
+
dark_orange_alt2_Switch: n423,
|
|
2222
|
+
dark_orange_alt2_TooltipContent: n423,
|
|
2223
|
+
dark_orange_alt2_SliderTrack: n423,
|
|
2224
|
+
dark_orange_alt2_SwitchThumb: n424,
|
|
2225
|
+
dark_orange_alt2_SliderTrackActive: n425,
|
|
2226
|
+
dark_orange_alt2_SliderThumb: n426,
|
|
2227
|
+
dark_orange_alt2_Tooltip: n426,
|
|
2228
|
+
dark_orange_alt2_ProgressIndicator: n426,
|
|
2229
|
+
dark_orange_active_ListItem: n427,
|
|
2230
|
+
dark_orange_active_Card: n428,
|
|
2231
|
+
dark_orange_active_DrawerFrame: n428,
|
|
2232
|
+
dark_orange_active_Progress: n428,
|
|
2233
|
+
dark_orange_active_TooltipArrow: n428,
|
|
2234
|
+
dark_orange_active_Button: n429,
|
|
2235
|
+
dark_orange_active_Checkbox: n430,
|
|
2236
|
+
dark_orange_active_RadioGroupItem: n430,
|
|
2237
|
+
dark_orange_active_Input: n430,
|
|
2238
|
+
dark_orange_active_TextArea: n430,
|
|
2239
|
+
dark_orange_active_Switch: n431,
|
|
2240
|
+
dark_orange_active_TooltipContent: n431,
|
|
2241
|
+
dark_orange_active_SliderTrack: n431,
|
|
2242
|
+
dark_orange_active_SwitchThumb: n432,
|
|
2243
|
+
dark_orange_active_SliderTrackActive: n433,
|
|
2244
|
+
dark_orange_active_SliderThumb: n434,
|
|
2245
|
+
dark_orange_active_Tooltip: n434,
|
|
2246
|
+
dark_orange_active_ProgressIndicator: n434,
|
|
2247
|
+
dark_yellow_alt1_ListItem: n435,
|
|
2248
|
+
dark_yellow_alt1_Card: n436,
|
|
2249
|
+
dark_yellow_alt1_DrawerFrame: n436,
|
|
2250
|
+
dark_yellow_alt1_Progress: n436,
|
|
2251
|
+
dark_yellow_alt1_TooltipArrow: n436,
|
|
2252
|
+
dark_yellow_alt1_Button: n437,
|
|
2253
|
+
dark_yellow_alt1_Checkbox: n438,
|
|
2254
|
+
dark_yellow_alt1_RadioGroupItem: n438,
|
|
2255
|
+
dark_yellow_alt1_Input: n438,
|
|
2256
|
+
dark_yellow_alt1_TextArea: n438,
|
|
2257
|
+
dark_yellow_alt1_Switch: n439,
|
|
2258
|
+
dark_yellow_alt1_TooltipContent: n439,
|
|
2259
|
+
dark_yellow_alt1_SliderTrack: n439,
|
|
2260
|
+
dark_yellow_alt1_SwitchThumb: n440,
|
|
2261
|
+
dark_yellow_alt1_SliderTrackActive: n441,
|
|
2262
|
+
dark_yellow_alt1_SliderThumb: n442,
|
|
2263
|
+
dark_yellow_alt1_Tooltip: n442,
|
|
2264
|
+
dark_yellow_alt1_ProgressIndicator: n442,
|
|
2265
|
+
dark_yellow_alt2_ListItem: n443,
|
|
2266
|
+
dark_yellow_alt2_Card: n444,
|
|
2267
|
+
dark_yellow_alt2_DrawerFrame: n444,
|
|
2268
|
+
dark_yellow_alt2_Progress: n444,
|
|
2269
|
+
dark_yellow_alt2_TooltipArrow: n444,
|
|
2270
|
+
dark_yellow_alt2_Button: n445,
|
|
2271
|
+
dark_yellow_alt2_Checkbox: n446,
|
|
2272
|
+
dark_yellow_alt2_RadioGroupItem: n446,
|
|
2273
|
+
dark_yellow_alt2_Input: n446,
|
|
2274
|
+
dark_yellow_alt2_TextArea: n446,
|
|
2275
|
+
dark_yellow_alt2_Switch: n447,
|
|
2276
|
+
dark_yellow_alt2_TooltipContent: n447,
|
|
2277
|
+
dark_yellow_alt2_SliderTrack: n447,
|
|
2278
|
+
dark_yellow_alt2_SwitchThumb: n448,
|
|
2279
|
+
dark_yellow_alt2_SliderTrackActive: n449,
|
|
2280
|
+
dark_yellow_alt2_SliderThumb: n450,
|
|
2281
|
+
dark_yellow_alt2_Tooltip: n450,
|
|
2282
|
+
dark_yellow_alt2_ProgressIndicator: n450,
|
|
2283
|
+
dark_yellow_active_ListItem: n451,
|
|
2284
|
+
dark_yellow_active_Card: n452,
|
|
2285
|
+
dark_yellow_active_DrawerFrame: n452,
|
|
2286
|
+
dark_yellow_active_Progress: n452,
|
|
2287
|
+
dark_yellow_active_TooltipArrow: n452,
|
|
2288
|
+
dark_yellow_active_Button: n453,
|
|
2289
|
+
dark_yellow_active_Checkbox: n454,
|
|
2290
|
+
dark_yellow_active_RadioGroupItem: n454,
|
|
2291
|
+
dark_yellow_active_Input: n454,
|
|
2292
|
+
dark_yellow_active_TextArea: n454,
|
|
2293
|
+
dark_yellow_active_Switch: n455,
|
|
2294
|
+
dark_yellow_active_TooltipContent: n455,
|
|
2295
|
+
dark_yellow_active_SliderTrack: n455,
|
|
2296
|
+
dark_yellow_active_SwitchThumb: n456,
|
|
2297
|
+
dark_yellow_active_SliderTrackActive: n457,
|
|
2298
|
+
dark_yellow_active_SliderThumb: n458,
|
|
2299
|
+
dark_yellow_active_Tooltip: n458,
|
|
2300
|
+
dark_yellow_active_ProgressIndicator: n458,
|
|
2301
|
+
dark_green_alt1_ListItem: n459,
|
|
2302
|
+
dark_green_alt1_Card: n460,
|
|
2303
|
+
dark_green_alt1_DrawerFrame: n460,
|
|
2304
|
+
dark_green_alt1_Progress: n460,
|
|
2305
|
+
dark_green_alt1_TooltipArrow: n460,
|
|
2306
|
+
dark_green_alt1_Button: n461,
|
|
2307
|
+
dark_green_alt1_Checkbox: n462,
|
|
2308
|
+
dark_green_alt1_RadioGroupItem: n462,
|
|
2309
|
+
dark_green_alt1_Input: n462,
|
|
2310
|
+
dark_green_alt1_TextArea: n462,
|
|
2311
|
+
dark_green_alt1_Switch: n463,
|
|
2312
|
+
dark_green_alt1_TooltipContent: n463,
|
|
2313
|
+
dark_green_alt1_SliderTrack: n463,
|
|
2314
|
+
dark_green_alt1_SwitchThumb: n464,
|
|
2315
|
+
dark_green_alt1_SliderTrackActive: n465,
|
|
2316
|
+
dark_green_alt1_SliderThumb: n466,
|
|
2317
|
+
dark_green_alt1_Tooltip: n466,
|
|
2318
|
+
dark_green_alt1_ProgressIndicator: n466,
|
|
2319
|
+
dark_green_alt2_ListItem: n467,
|
|
2320
|
+
dark_green_alt2_Card: n468,
|
|
2321
|
+
dark_green_alt2_DrawerFrame: n468,
|
|
2322
|
+
dark_green_alt2_Progress: n468,
|
|
2323
|
+
dark_green_alt2_TooltipArrow: n468,
|
|
2324
|
+
dark_green_alt2_Button: n469,
|
|
2325
|
+
dark_green_alt2_Checkbox: n470,
|
|
2326
|
+
dark_green_alt2_RadioGroupItem: n470,
|
|
2327
|
+
dark_green_alt2_Input: n470,
|
|
2328
|
+
dark_green_alt2_TextArea: n470,
|
|
2329
|
+
dark_green_alt2_Switch: n471,
|
|
2330
|
+
dark_green_alt2_TooltipContent: n471,
|
|
2331
|
+
dark_green_alt2_SliderTrack: n471,
|
|
2332
|
+
dark_green_alt2_SwitchThumb: n472,
|
|
2333
|
+
dark_green_alt2_SliderTrackActive: n473,
|
|
2334
|
+
dark_green_alt2_SliderThumb: n474,
|
|
2335
|
+
dark_green_alt2_Tooltip: n474,
|
|
2336
|
+
dark_green_alt2_ProgressIndicator: n474,
|
|
2337
|
+
dark_green_active_ListItem: n475,
|
|
2338
|
+
dark_green_active_Card: n476,
|
|
2339
|
+
dark_green_active_DrawerFrame: n476,
|
|
2340
|
+
dark_green_active_Progress: n476,
|
|
2341
|
+
dark_green_active_TooltipArrow: n476,
|
|
2342
|
+
dark_green_active_Button: n477,
|
|
2343
|
+
dark_green_active_Checkbox: n478,
|
|
2344
|
+
dark_green_active_RadioGroupItem: n478,
|
|
2345
|
+
dark_green_active_Input: n478,
|
|
2346
|
+
dark_green_active_TextArea: n478,
|
|
2347
|
+
dark_green_active_Switch: n479,
|
|
2348
|
+
dark_green_active_TooltipContent: n479,
|
|
2349
|
+
dark_green_active_SliderTrack: n479,
|
|
2350
|
+
dark_green_active_SwitchThumb: n480,
|
|
2351
|
+
dark_green_active_SliderTrackActive: n481,
|
|
2352
|
+
dark_green_active_SliderThumb: n482,
|
|
2353
|
+
dark_green_active_Tooltip: n482,
|
|
2354
|
+
dark_green_active_ProgressIndicator: n482,
|
|
2355
|
+
dark_blue_alt1_ListItem: n483,
|
|
2356
|
+
dark_blue_alt1_Card: n484,
|
|
2357
|
+
dark_blue_alt1_DrawerFrame: n484,
|
|
2358
|
+
dark_blue_alt1_Progress: n484,
|
|
2359
|
+
dark_blue_alt1_TooltipArrow: n484,
|
|
2360
|
+
dark_blue_alt1_Button: n485,
|
|
2361
|
+
dark_blue_alt1_Checkbox: n486,
|
|
2362
|
+
dark_blue_alt1_RadioGroupItem: n486,
|
|
2363
|
+
dark_blue_alt1_Input: n486,
|
|
2364
|
+
dark_blue_alt1_TextArea: n486,
|
|
2365
|
+
dark_blue_alt1_Switch: n487,
|
|
2366
|
+
dark_blue_alt1_TooltipContent: n487,
|
|
2367
|
+
dark_blue_alt1_SliderTrack: n487,
|
|
2368
|
+
dark_blue_alt1_SwitchThumb: n488,
|
|
2369
|
+
dark_blue_alt1_SliderTrackActive: n489,
|
|
2370
|
+
dark_blue_alt1_SliderThumb: n490,
|
|
2371
|
+
dark_blue_alt1_Tooltip: n490,
|
|
2372
|
+
dark_blue_alt1_ProgressIndicator: n490,
|
|
2373
|
+
dark_blue_alt2_ListItem: n491,
|
|
2374
|
+
dark_blue_alt2_Card: n492,
|
|
2375
|
+
dark_blue_alt2_DrawerFrame: n492,
|
|
2376
|
+
dark_blue_alt2_Progress: n492,
|
|
2377
|
+
dark_blue_alt2_TooltipArrow: n492,
|
|
2378
|
+
dark_blue_alt2_Button: n493,
|
|
2379
|
+
dark_blue_alt2_Checkbox: n494,
|
|
2380
|
+
dark_blue_alt2_RadioGroupItem: n494,
|
|
2381
|
+
dark_blue_alt2_Input: n494,
|
|
2382
|
+
dark_blue_alt2_TextArea: n494,
|
|
2383
|
+
dark_blue_alt2_Switch: n495,
|
|
2384
|
+
dark_blue_alt2_TooltipContent: n495,
|
|
2385
|
+
dark_blue_alt2_SliderTrack: n495,
|
|
2386
|
+
dark_blue_alt2_SwitchThumb: n496,
|
|
2387
|
+
dark_blue_alt2_SliderTrackActive: n497,
|
|
2388
|
+
dark_blue_alt2_SliderThumb: n498,
|
|
2389
|
+
dark_blue_alt2_Tooltip: n498,
|
|
2390
|
+
dark_blue_alt2_ProgressIndicator: n498,
|
|
2391
|
+
dark_blue_active_ListItem: n499,
|
|
2392
|
+
dark_blue_active_Card: n500,
|
|
2393
|
+
dark_blue_active_DrawerFrame: n500,
|
|
2394
|
+
dark_blue_active_Progress: n500,
|
|
2395
|
+
dark_blue_active_TooltipArrow: n500,
|
|
2396
|
+
dark_blue_active_Button: n501,
|
|
2397
|
+
dark_blue_active_Checkbox: n502,
|
|
2398
|
+
dark_blue_active_RadioGroupItem: n502,
|
|
2399
|
+
dark_blue_active_Input: n502,
|
|
2400
|
+
dark_blue_active_TextArea: n502,
|
|
2401
|
+
dark_blue_active_Switch: n503,
|
|
2402
|
+
dark_blue_active_TooltipContent: n503,
|
|
2403
|
+
dark_blue_active_SliderTrack: n503,
|
|
2404
|
+
dark_blue_active_SwitchThumb: n504,
|
|
2405
|
+
dark_blue_active_SliderTrackActive: n505,
|
|
2406
|
+
dark_blue_active_SliderThumb: n506,
|
|
2407
|
+
dark_blue_active_Tooltip: n506,
|
|
2408
|
+
dark_blue_active_ProgressIndicator: n506,
|
|
2409
|
+
dark_purple_alt1_ListItem: n507,
|
|
2410
|
+
dark_purple_alt1_Card: n508,
|
|
2411
|
+
dark_purple_alt1_DrawerFrame: n508,
|
|
2412
|
+
dark_purple_alt1_Progress: n508,
|
|
2413
|
+
dark_purple_alt1_TooltipArrow: n508,
|
|
2414
|
+
dark_purple_alt1_Button: n509,
|
|
2415
|
+
dark_purple_alt1_Checkbox: n510,
|
|
2416
|
+
dark_purple_alt1_RadioGroupItem: n510,
|
|
2417
|
+
dark_purple_alt1_Input: n510,
|
|
2418
|
+
dark_purple_alt1_TextArea: n510,
|
|
2419
|
+
dark_purple_alt1_Switch: n511,
|
|
2420
|
+
dark_purple_alt1_TooltipContent: n511,
|
|
2421
|
+
dark_purple_alt1_SliderTrack: n511,
|
|
2422
|
+
dark_purple_alt1_SwitchThumb: n512,
|
|
2423
|
+
dark_purple_alt1_SliderTrackActive: n513,
|
|
2424
|
+
dark_purple_alt1_SliderThumb: n514,
|
|
2425
|
+
dark_purple_alt1_Tooltip: n514,
|
|
2426
|
+
dark_purple_alt1_ProgressIndicator: n514,
|
|
2427
|
+
dark_purple_alt2_ListItem: n515,
|
|
2428
|
+
dark_purple_alt2_Card: n516,
|
|
2429
|
+
dark_purple_alt2_DrawerFrame: n516,
|
|
2430
|
+
dark_purple_alt2_Progress: n516,
|
|
2431
|
+
dark_purple_alt2_TooltipArrow: n516,
|
|
2432
|
+
dark_purple_alt2_Button: n517,
|
|
2433
|
+
dark_purple_alt2_Checkbox: n518,
|
|
2434
|
+
dark_purple_alt2_RadioGroupItem: n518,
|
|
2435
|
+
dark_purple_alt2_Input: n518,
|
|
2436
|
+
dark_purple_alt2_TextArea: n518,
|
|
2437
|
+
dark_purple_alt2_Switch: n519,
|
|
2438
|
+
dark_purple_alt2_TooltipContent: n519,
|
|
2439
|
+
dark_purple_alt2_SliderTrack: n519,
|
|
2440
|
+
dark_purple_alt2_SwitchThumb: n520,
|
|
2441
|
+
dark_purple_alt2_SliderTrackActive: n521,
|
|
2442
|
+
dark_purple_alt2_SliderThumb: n522,
|
|
2443
|
+
dark_purple_alt2_Tooltip: n522,
|
|
2444
|
+
dark_purple_alt2_ProgressIndicator: n522,
|
|
2445
|
+
dark_purple_active_ListItem: n523,
|
|
2446
|
+
dark_purple_active_Card: n524,
|
|
2447
|
+
dark_purple_active_DrawerFrame: n524,
|
|
2448
|
+
dark_purple_active_Progress: n524,
|
|
2449
|
+
dark_purple_active_TooltipArrow: n524,
|
|
2450
|
+
dark_purple_active_Button: n525,
|
|
2451
|
+
dark_purple_active_Checkbox: n526,
|
|
2452
|
+
dark_purple_active_RadioGroupItem: n526,
|
|
2453
|
+
dark_purple_active_Input: n526,
|
|
2454
|
+
dark_purple_active_TextArea: n526,
|
|
2455
|
+
dark_purple_active_Switch: n527,
|
|
2456
|
+
dark_purple_active_TooltipContent: n527,
|
|
2457
|
+
dark_purple_active_SliderTrack: n527,
|
|
2458
|
+
dark_purple_active_SwitchThumb: n528,
|
|
2459
|
+
dark_purple_active_SliderTrackActive: n529,
|
|
2460
|
+
dark_purple_active_SliderThumb: n530,
|
|
2461
|
+
dark_purple_active_Tooltip: n530,
|
|
2462
|
+
dark_purple_active_ProgressIndicator: n530,
|
|
2463
|
+
dark_pink_alt1_ListItem: n531,
|
|
2464
|
+
dark_pink_alt1_Card: n532,
|
|
2465
|
+
dark_pink_alt1_DrawerFrame: n532,
|
|
2466
|
+
dark_pink_alt1_Progress: n532,
|
|
2467
|
+
dark_pink_alt1_TooltipArrow: n532,
|
|
2468
|
+
dark_pink_alt1_Button: n533,
|
|
2469
|
+
dark_pink_alt1_Checkbox: n534,
|
|
2470
|
+
dark_pink_alt1_RadioGroupItem: n534,
|
|
2471
|
+
dark_pink_alt1_Input: n534,
|
|
2472
|
+
dark_pink_alt1_TextArea: n534,
|
|
2473
|
+
dark_pink_alt1_Switch: n535,
|
|
2474
|
+
dark_pink_alt1_TooltipContent: n535,
|
|
2475
|
+
dark_pink_alt1_SliderTrack: n535,
|
|
2476
|
+
dark_pink_alt1_SwitchThumb: n536,
|
|
2477
|
+
dark_pink_alt1_SliderTrackActive: n537,
|
|
2478
|
+
dark_pink_alt1_SliderThumb: n538,
|
|
2479
|
+
dark_pink_alt1_Tooltip: n538,
|
|
2480
|
+
dark_pink_alt1_ProgressIndicator: n538,
|
|
2481
|
+
dark_pink_alt2_ListItem: n539,
|
|
2482
|
+
dark_pink_alt2_Card: n540,
|
|
2483
|
+
dark_pink_alt2_DrawerFrame: n540,
|
|
2484
|
+
dark_pink_alt2_Progress: n540,
|
|
2485
|
+
dark_pink_alt2_TooltipArrow: n540,
|
|
2486
|
+
dark_pink_alt2_Button: n541,
|
|
2487
|
+
dark_pink_alt2_Checkbox: n542,
|
|
2488
|
+
dark_pink_alt2_RadioGroupItem: n542,
|
|
2489
|
+
dark_pink_alt2_Input: n542,
|
|
2490
|
+
dark_pink_alt2_TextArea: n542,
|
|
2491
|
+
dark_pink_alt2_Switch: n543,
|
|
2492
|
+
dark_pink_alt2_TooltipContent: n543,
|
|
2493
|
+
dark_pink_alt2_SliderTrack: n543,
|
|
2494
|
+
dark_pink_alt2_SwitchThumb: n544,
|
|
2495
|
+
dark_pink_alt2_SliderTrackActive: n545,
|
|
2496
|
+
dark_pink_alt2_SliderThumb: n546,
|
|
2497
|
+
dark_pink_alt2_Tooltip: n546,
|
|
2498
|
+
dark_pink_alt2_ProgressIndicator: n546,
|
|
2499
|
+
dark_pink_active_ListItem: n547,
|
|
2500
|
+
dark_pink_active_Card: n548,
|
|
2501
|
+
dark_pink_active_DrawerFrame: n548,
|
|
2502
|
+
dark_pink_active_Progress: n548,
|
|
2503
|
+
dark_pink_active_TooltipArrow: n548,
|
|
2504
|
+
dark_pink_active_Button: n549,
|
|
2505
|
+
dark_pink_active_Checkbox: n550,
|
|
2506
|
+
dark_pink_active_RadioGroupItem: n550,
|
|
2507
|
+
dark_pink_active_Input: n550,
|
|
2508
|
+
dark_pink_active_TextArea: n550,
|
|
2509
|
+
dark_pink_active_Switch: n551,
|
|
2510
|
+
dark_pink_active_TooltipContent: n551,
|
|
2511
|
+
dark_pink_active_SliderTrack: n551,
|
|
2512
|
+
dark_pink_active_SwitchThumb: n552,
|
|
2513
|
+
dark_pink_active_SliderTrackActive: n553,
|
|
2514
|
+
dark_pink_active_SliderThumb: n554,
|
|
2515
|
+
dark_pink_active_Tooltip: n554,
|
|
2516
|
+
dark_pink_active_ProgressIndicator: n554,
|
|
2517
|
+
dark_red_alt1_ListItem: n555,
|
|
2518
|
+
dark_red_alt1_Card: n556,
|
|
2519
|
+
dark_red_alt1_DrawerFrame: n556,
|
|
2520
|
+
dark_red_alt1_Progress: n556,
|
|
2521
|
+
dark_red_alt1_TooltipArrow: n556,
|
|
2522
|
+
dark_red_alt1_Button: n557,
|
|
2523
|
+
dark_red_alt1_Checkbox: n558,
|
|
2524
|
+
dark_red_alt1_RadioGroupItem: n558,
|
|
2525
|
+
dark_red_alt1_Input: n558,
|
|
2526
|
+
dark_red_alt1_TextArea: n558,
|
|
2527
|
+
dark_red_alt1_Switch: n559,
|
|
2528
|
+
dark_red_alt1_TooltipContent: n559,
|
|
2529
|
+
dark_red_alt1_SliderTrack: n559,
|
|
2530
|
+
dark_red_alt1_SwitchThumb: n560,
|
|
2531
|
+
dark_red_alt1_SliderTrackActive: n561,
|
|
2532
|
+
dark_red_alt1_SliderThumb: n562,
|
|
2533
|
+
dark_red_alt1_Tooltip: n562,
|
|
2534
|
+
dark_red_alt1_ProgressIndicator: n562,
|
|
2535
|
+
dark_red_alt2_ListItem: n563,
|
|
2536
|
+
dark_red_alt2_Card: n564,
|
|
2537
|
+
dark_red_alt2_DrawerFrame: n564,
|
|
2538
|
+
dark_red_alt2_Progress: n564,
|
|
2539
|
+
dark_red_alt2_TooltipArrow: n564,
|
|
2540
|
+
dark_red_alt2_Button: n565,
|
|
2541
|
+
dark_red_alt2_Checkbox: n566,
|
|
2542
|
+
dark_red_alt2_RadioGroupItem: n566,
|
|
2543
|
+
dark_red_alt2_Input: n566,
|
|
2544
|
+
dark_red_alt2_TextArea: n566,
|
|
2545
|
+
dark_red_alt2_Switch: n567,
|
|
2546
|
+
dark_red_alt2_TooltipContent: n567,
|
|
2547
|
+
dark_red_alt2_SliderTrack: n567,
|
|
2548
|
+
dark_red_alt2_SwitchThumb: n568,
|
|
2549
|
+
dark_red_alt2_SliderTrackActive: n569,
|
|
2550
|
+
dark_red_alt2_SliderThumb: n570,
|
|
2551
|
+
dark_red_alt2_Tooltip: n570,
|
|
2552
|
+
dark_red_alt2_ProgressIndicator: n570,
|
|
2553
|
+
dark_red_active_ListItem: n571,
|
|
2554
|
+
dark_red_active_Card: n572,
|
|
2555
|
+
dark_red_active_DrawerFrame: n572,
|
|
2556
|
+
dark_red_active_Progress: n572,
|
|
2557
|
+
dark_red_active_TooltipArrow: n572,
|
|
2558
|
+
dark_red_active_Button: n573,
|
|
2559
|
+
dark_red_active_Checkbox: n574,
|
|
2560
|
+
dark_red_active_RadioGroupItem: n574,
|
|
2561
|
+
dark_red_active_Input: n574,
|
|
2562
|
+
dark_red_active_TextArea: n574,
|
|
2563
|
+
dark_red_active_Switch: n575,
|
|
2564
|
+
dark_red_active_TooltipContent: n575,
|
|
2565
|
+
dark_red_active_SliderTrack: n575,
|
|
2566
|
+
dark_red_active_SwitchThumb: n576,
|
|
2567
|
+
dark_red_active_SliderTrackActive: n577,
|
|
2568
|
+
dark_red_active_SliderThumb: n578,
|
|
2569
|
+
dark_red_active_Tooltip: n578,
|
|
2570
|
+
dark_red_active_ProgressIndicator: n578,
|
|
2571
|
+
}
|