@digigov/css 0.6.2 → 0.8.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/CHANGELOG.json CHANGED
@@ -1,6 +1,80 @@
1
1
  {
2
2
  "name": "@digigov/css",
3
3
  "entries": [
4
+ {
5
+ "version": "0.8.0",
6
+ "tag": "@digigov/css_v0.8.0",
7
+ "date": "Tue, 08 Feb 2022 15:21:11 GMT",
8
+ "comments": {
9
+ "minor": [
10
+ {
11
+ "comment": "Add new Modal dialog component classes"
12
+ }
13
+ ],
14
+ "patch": [
15
+ {
16
+ "comment": "add css color vars in the build"
17
+ }
18
+ ],
19
+ "dependency": [
20
+ {
21
+ "comment": "Updating dependency \"@digigov/postcss-banner\" from `0.3.10` to `0.3.11`"
22
+ }
23
+ ]
24
+ }
25
+ },
26
+ {
27
+ "version": "0.7.2",
28
+ "tag": "@digigov/css_v0.7.2",
29
+ "date": "Wed, 02 Feb 2022 15:44:29 GMT",
30
+ "comments": {
31
+ "patch": [
32
+ {
33
+ "comment": "fix package.json inconsistencies by running cli-lab verify-and-update-local-package-versions"
34
+ },
35
+ {
36
+ "comment": "Fix bug that when @digigov/css is used as a tailwind plugin the order of definition for CSS rules and media queries caused visual bugs when media queries were not in the correct order."
37
+ }
38
+ ],
39
+ "dependency": [
40
+ {
41
+ "comment": "Updating dependency \"@digigov/postcss-banner\" from `0.3.9` to `0.3.10`"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "version": "0.7.1",
48
+ "tag": "@digigov/css_v0.7.1",
49
+ "date": "Tue, 01 Feb 2022 16:41:11 GMT",
50
+ "comments": {
51
+ "patch": [
52
+ {
53
+ "comment": "Fix center of header container"
54
+ }
55
+ ]
56
+ }
57
+ },
58
+ {
59
+ "version": "0.7.0",
60
+ "tag": "@digigov/css_v0.7.0",
61
+ "date": "Tue, 01 Feb 2022 15:38:26 GMT",
62
+ "comments": {
63
+ "minor": [
64
+ {
65
+ "comment": "update color variables, remove tailwind color palette, remove static colors at focus and update focus styling at buttons"
66
+ },
67
+ {
68
+ "comment": "implement Hidden component"
69
+ }
70
+ ],
71
+ "none": [
72
+ {
73
+ "comment": "fix bug in header container max-width overflowing the correct width"
74
+ }
75
+ ]
76
+ }
77
+ },
4
78
  {
5
79
  "version": "0.6.2",
6
80
  "tag": "@digigov/css_v0.6.2",
package/CHANGELOG.md CHANGED
@@ -1,6 +1,40 @@
1
1
  # Change Log - @digigov/css
2
2
 
3
- This log was last generated on Mon, 31 Jan 2022 13:42:21 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 08 Feb 2022 15:21:11 GMT and should not be manually modified.
4
+
5
+ ## 0.8.0
6
+ Tue, 08 Feb 2022 15:21:11 GMT
7
+
8
+ ### Minor changes
9
+
10
+ - Add new Modal dialog component classes
11
+
12
+ ### Patches
13
+
14
+ - add css color vars in the build
15
+
16
+ ## 0.7.2
17
+ Wed, 02 Feb 2022 15:44:29 GMT
18
+
19
+ ### Patches
20
+
21
+ - fix package.json inconsistencies by running cli-lab verify-and-update-local-package-versions
22
+ - Fix bug that when @digigov/css is used as a tailwind plugin the order of definition for CSS rules and media queries caused visual bugs when media queries were not in the correct order.
23
+
24
+ ## 0.7.1
25
+ Tue, 01 Feb 2022 16:41:11 GMT
26
+
27
+ ### Patches
28
+
29
+ - Fix center of header container
30
+
31
+ ## 0.7.0
32
+ Tue, 01 Feb 2022 15:38:26 GMT
33
+
34
+ ### Minor changes
35
+
36
+ - update color variables, remove tailwind color palette, remove static colors at focus and update focus styling at buttons
37
+ - implement Hidden component
4
38
 
5
39
  ## 0.6.2
6
40
  Mon, 31 Jan 2022 13:42:21 GMT
@@ -1,92 +1,62 @@
1
- const blue_100 = {name: "s", value: "194 100% 65%"};
2
- const blue_200 = {name: "s", value: "196 100% 47%"}; // secondary
3
- const blue_300 = {name: "sf", value: "204 100% 42%"};
4
- const blue_400 = {name: "s3", value: "206 100% 35%"};
5
- const blue_500 = {name: "s4", value: "212 100% 29%"};
6
- const blue_800 = {name: "p", value: "214 100% 23% "}; // primary
7
- const blue_900 = {name: "p", value: "216 100% 16% "};
8
-
9
- const green = {name: "su", value: "152 100% 22%"};
10
- const green_darker = {name: "suh", value: "152 100% 14%"};
11
- const orange = {name: "wa", value: "36 100% 50%"};
12
- const red = {name: "er", value: "0 63% 49%"};
13
- const red_darker = {name: "er", value: "0 66% 39%"};
14
- const purple = {name: "lv", value: "259 54% 37%"};
15
- const white = {name: "pc", value: "0 0% 100%"};
16
- const yellow = {name: "pc", value: "52 100% 50%"};
17
-
18
- const gray_50 = {name: "g05", value: "0 0% 80%"};
19
- const gray_100 = {name: "g10", value: "0 0% 92%"};
20
- const gray_200 = {name: "g20", value: "300 1% 70%"};
21
- const gray_300 = {name: "g30", value: "279 1% 60%"};
22
- const gray_400 = {name: "g40", value: "269 2% 51%"};
23
- const gray_500 = {name: "g50", value: "254 3% 43%"};
24
- const gray_600 = {name: "g60", value: "240 4% 35%"};
25
- const gray_700 = {name: "g70", value: "227 6% 28%"};
26
- const gray_800 = {name: "g80", value: "221 12% 22%"};
27
- const gray_900 = {name: "g90", value: "208 18% 16%"};
28
-
29
1
  module.exports = {
30
2
 
31
- "primary" : blue_800,
32
- "primary-focus" : blue_500,
33
- "primary-200" : blue_900,
34
-
35
- "secondary-50" : blue_100,
36
- "secondary-200" : blue_200,
37
- "secondary" : blue_200,
38
- "secondary-focus" : blue_300,
39
- "secondary-400" : blue_300,
40
- "secondary-600" : blue_400,
41
- "secondary-800" : blue_500,
42
-
43
- "content-dark" : white,
44
- "content" : gray_900,
45
- "content-secondary" : gray_600,
46
-
47
- "accent" : {name: "a", value: "174 60% 51%"},
48
- "accent-focus" : {name: "af", value: "174 60% 41%"},
49
- "accent-content" : white,
50
-
51
- "neutral" : gray_700,
52
- "neutral-focus" : gray_800,
53
- "neutral-content" : white,
54
-
55
- "base-100" : gray_100,
56
- "base-150" : gray_200,
57
- "base-200" : gray_300,
58
- "base-300" : gray_600,
59
- "base-300-content" : white,
60
-
61
- "base-content" : gray_900,
62
- "base-content-secondary" : gray_600,
63
- "base-content-invert" : white,
64
-
65
- "info" : blue_200,
66
- "success" : green,
67
- "success-hover" : green_darker,
68
- "warning" : orange,
69
- "error" : red,
70
- "error-hover" : red_darker,
71
-
72
- "focus" : yellow,
73
-
74
- "link" : blue_300,
75
- "link-hover" : blue_800,
76
- "link-visited" : purple,
77
- "link-active" : blue_900,
78
-
79
- "gray-50" : gray_50,
80
- "gray-100" : gray_100,
81
- "gray-200" : gray_200,
82
- "base-bg" : gray_200,
83
- "gray-300" : gray_300,
84
- "gray-400" : gray_400,
85
- "gray-500" : gray_500,
86
- "gray-600" : gray_600,
87
- "gray-700" : gray_700,
88
- "gray-800" : gray_800,
89
- "gray-900" : gray_900,
3
+ "primary":"#003375",
4
+ "primary-focus":"#004594",
5
+ "primary-200":"#002152",
6
+
7
+ "secondary-50":"#4dd5ff",
8
+ "secondary-200":"#00b0f0",
9
+ "secondary":"#00b0f0",
10
+ "secondary-focus":"#0081d6",
11
+ "secondary-400":"#0081d6",
12
+ "secondary-600":"#0065b3",
13
+ "secondary-800":"#004594",
14
+
15
+ "content-dark":"#fff",
16
+ "content":"#212930",
17
+ "content-secondary":"#56565d",
18
+
19
+ "accent":"#37cdbe",
20
+ "accent-focus":"#2aa79b",
21
+ "accent-content":"#fff",
22
+ "neutral":"#43454c",
23
+ "neutral-focus":"#31363f",
24
+ "neutral-content":"#fff",
25
+
26
+ "base-100":"#ebebeb",
27
+ "base-150":"#b3b2b3",
28
+ "base-200":"#99989a",
29
+ "base-300":"#56565d",
30
+ "base-300-content":"#fff",
31
+ "base-content":"#212930",
32
+ "base-content-secondary":"#56565d",
33
+ "base-content-invert":"#fff",
34
+
35
+ "info":"#00b0f0",
36
+ "success":"#00703c",
37
+ "success-hover":"#004726",
38
+ "warning":"#f90",
39
+ "error":"#cc2e2e",
40
+ "error-hover":"#a52222",
41
+ "focus":"#fd0",
42
+ "link":"#0081d6",
43
+ "link-hover":"#003375",
44
+ "link-visited":"#4c2b91",
45
+ "link-active":"#002152",
46
+
47
+ "white":"#fff",
48
+ "gray-50":"#ccc",
49
+ "gray-100":"#ebebeb",
50
+ "gray-200":"#b3b2b3",
51
+ "base-bg":"#b3b2b3",
52
+ "gray-300":"#99989a",
53
+ "gray-400":"#828085",
54
+ "gray-500":"#6c6a71",
55
+ "gray-600":"#56565d",
56
+ "gray-700":"#43454c",
57
+ "gray-800":"#31363f",
58
+ "gray-900":"#212930",
59
+ "black":"#000",
90
60
 
91
61
  }
92
62
 
package/colors/index.js CHANGED
@@ -1,21 +1,10 @@
1
- const colors = require('tailwindcss/colors');
2
- const colorValues = require('./color-values')
3
-
1
+ const colorValues = require('./color-values');
4
2
  let colorObject = {
5
3
  "transparent": "transparent",
6
4
  "current": "currentColor",
7
5
  }
8
6
 
9
- for (const [key, item] of Object.entries(colorValues)) {
10
- colorObject[key] = ({ opacityVariable, opacityValue }) => {
11
- if (opacityValue !== undefined) {
12
- return `hsla(var(--`+ item['name'] +`, `+ item['value'] +`) / ${opacityValue})`
13
- }
14
- if (opacityVariable !== undefined) {
15
- return `hsla(var(--`+ item['name'] +`, `+ item['value'] +`) / var(${opacityVariable}, 1))`
16
- }
17
- return `hsl(var(--`+ item['name'] +`, `+ item['value']+ `))`
18
- }
7
+ for (const [key, value] of Object.entries(colorValues)) {
8
+ colorObject[key] = value.startsWith('#')?value:value.startsWith('rgb')?value:`hsl(${value})`
19
9
  }
20
-
21
- module.exports = {...colors, ...colorObject};
10
+ module.exports = {...colorObject};
@@ -1,7 +1,9 @@
1
1
  /*!
2
- * @digigov/css: 0.6.2
2
+ * @digigov/css: 0.8.0
3
3
  *
4
4
  * Author: grnet-devs
5
- * Date: 2022-1-31
5
+ * Date: 2022-2-8
6
6
  */
7
- html{-webkit-tap-highlight-color:transparent}body{font-family:Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--tw-text-opacity:1;color:hsla(var(--g90,208 18% 16%)/var(--tw-text-opacity))}
7
+ /*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com*/
8
+
9
+ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{-moz-tab-size:4;-o-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}fieldset{margin:0;padding:0}ol,ul{list-style:none;margin:0;padding:0}html{font-family:Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{font-family:inherit;line-height:inherit}*,:after,:before{box-sizing:border-box;border:0 solid}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#a1a1aa}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#a1a1aa}input::placeholder,textarea::placeholder{opacity:1;color:#a1a1aa}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}*,:after,:before{border-color:currentColor}:root{--color-transparent:transparent;--color-current:currentColor;--color-primary:#003375;--color-primary-focus:#004594;--color-primary-200:#002152;--color-secondary-50:#4dd5ff;--color-secondary-200:#00b0f0;--color-secondary:#00b0f0;--color-secondary-focus:#0081d6;--color-secondary-400:#0081d6;--color-secondary-600:#0065b3;--color-secondary-800:#004594;--color-content-dark:#fff;--color-content:#212930;--color-content-secondary:#56565d;--color-accent:#37cdbe;--color-accent-focus:#2aa79b;--color-accent-content:#fff;--color-neutral:#43454c;--color-neutral-focus:#31363f;--color-neutral-content:#fff;--color-base-100:#ebebeb;--color-base-150:#b3b2b3;--color-base-200:#99989a;--color-base-300:#56565d;--color-base-300-content:#fff;--color-base-content:#212930;--color-base-content-secondary:#56565d;--color-base-content-invert:#fff;--color-info:#00b0f0;--color-success:#00703c;--color-success-hover:#004726;--color-warning:#f90;--color-error:#cc2e2e;--color-error-hover:#a52222;--color-focus:#fd0;--color-link:#0081d6;--color-link-hover:#003375;--color-link-visited:#4c2b91;--color-link-active:#002152;--color-white:#fff;--color-gray-50:#ccc;--color-gray-100:#ebebeb;--color-gray-200:#b3b2b3;--color-base-bg:#b3b2b3;--color-gray-300:#99989a;--color-gray-400:#828085;--color-gray-500:#6c6a71;--color-gray-600:#56565d;--color-gray-700:#43454c;--color-gray-800:#31363f;--color-gray-900:#212930;--color-black:#000}html{-webkit-tap-highlight-color:transparent}body{font-family:Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--tw-text-opacity:1;color:rgba(33,41,48,var(--tw-text-opacity))}
package/dist/base.css CHANGED
@@ -1,7 +1,9 @@
1
1
  /*!
2
- * @digigov/css: 0.6.2
2
+ * @digigov/css: 0.8.0
3
3
  *
4
4
  * Author: grnet-devs
5
- * Date: 2022-1-31
5
+ * Date: 2022-2-8
6
6
  */
7
- html{-webkit-tap-highlight-color:transparent}body{font-family:Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--tw-text-opacity:1;color:hsla(var(--g90,208 18% 16%)/var(--tw-text-opacity))}
7
+ /*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com*/
8
+
9
+ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{-moz-tab-size:4;-o-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}fieldset{margin:0;padding:0}ol,ul{list-style:none;margin:0;padding:0}html{font-family:Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5}body{font-family:inherit;line-height:inherit}*,:after,:before{box-sizing:border-box;border:0 solid}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#a1a1aa}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1;color:#a1a1aa}input::placeholder,textarea::placeholder{opacity:1;color:#a1a1aa}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}*,:after,:before{border-color:currentColor}:root{--color-transparent:transparent;--color-current:currentColor;--color-primary:#003375;--color-primary-focus:#004594;--color-primary-200:#002152;--color-secondary-50:#4dd5ff;--color-secondary-200:#00b0f0;--color-secondary:#00b0f0;--color-secondary-focus:#0081d6;--color-secondary-400:#0081d6;--color-secondary-600:#0065b3;--color-secondary-800:#004594;--color-content-dark:#fff;--color-content:#212930;--color-content-secondary:#56565d;--color-accent:#37cdbe;--color-accent-focus:#2aa79b;--color-accent-content:#fff;--color-neutral:#43454c;--color-neutral-focus:#31363f;--color-neutral-content:#fff;--color-base-100:#ebebeb;--color-base-150:#b3b2b3;--color-base-200:#99989a;--color-base-300:#56565d;--color-base-300-content:#fff;--color-base-content:#212930;--color-base-content-secondary:#56565d;--color-base-content-invert:#fff;--color-info:#00b0f0;--color-success:#00703c;--color-success-hover:#004726;--color-warning:#f90;--color-error:#cc2e2e;--color-error-hover:#a52222;--color-focus:#fd0;--color-link:#0081d6;--color-link-hover:#003375;--color-link-visited:#4c2b91;--color-link-active:#002152;--color-white:#fff;--color-gray-50:#ccc;--color-gray-100:#ebebeb;--color-gray-200:#b3b2b3;--color-base-bg:#b3b2b3;--color-gray-300:#99989a;--color-gray-400:#828085;--color-gray-500:#6c6a71;--color-gray-600:#56565d;--color-gray-700:#43454c;--color-gray-800:#31363f;--color-gray-900:#212930;--color-black:#000}html{-webkit-tap-highlight-color:transparent}body{font-family:Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--tw-text-opacity:1;color:rgba(33,41,48,var(--tw-text-opacity))}
package/dist/base.js CHANGED
@@ -1 +1 @@
1
- module.exports = {"html":{"WebkitTapHighlightColor":"transparent"},"body":{"fontFamily":"Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji","-TwTextOpacity":"1","color":"hsla(var(--g90,208 18% 16%)/var(--tw-text-opacity))"}};
1
+ module.exports = {"html":{"MozTabSize":"4","OTabSize":"4","tabSize":"4","lineHeight":["1.15","1.5"],"WebkitTextSizeAdjust":"100%","fontFamily":"Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji","WebkitTapHighlightColor":"transparent"},"body":{"margin":"0","fontFamily":["system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji","inherit","Roboto,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji"],"lineHeight":"inherit","-TwTextOpacity":"1","color":"rgba(33,41,48,var(--tw-text-opacity))"},"hr":{"height":"0","color":"inherit","borderTopWidth":"1px"},"abbr[title]":{"WebkitTextDecoration":"underline dotted","textDecoration":"underline dotted"},"b,strong":{"fontWeight":"bolder"},"code,kbd,pre,samp":{"fontFamily":["ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace","ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace"],"fontSize":"1em"},"small":{"fontSize":"80%"},"sub,sup":{"fontSize":"75%","lineHeight":"0","position":"relative","verticalAlign":"baseline"},"sub":{"bottom":"-.25em"},"sup":{"top":"-.5em"},"table":{"textIndent":"0","borderColor":"inherit","borderCollapse":"collapse"},"button,input,optgroup,select,textarea":{"fontFamily":"inherit","fontSize":"100%","lineHeight":["1.15","inherit"],"margin":"0","padding":"0","color":"inherit"},"button,select":{"textTransform":"none"},"[type=button],[type=reset],[type=submit],button":{"WebkitAppearance":"button"},"::-moz-focus-inner":{"borderStyle":"none","padding":"0"},":-moz-focusring":{"outline":"1px dotted ButtonText"},":-moz-ui-invalid":{"boxShadow":"none"},"legend":{"padding":"0"},"progress":{"verticalAlign":"baseline"},"::-webkit-inner-spin-button,::-webkit-outer-spin-button":{"height":"auto"},"[type=search]":{"WebkitAppearance":"textfield","outlineOffset":"-2px"},"::-webkit-search-decoration":{"WebkitAppearance":"none"},"::-webkit-file-upload-button":{"WebkitAppearance":"button","font":"inherit"},"summary":{"display":"list-item"},"blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre":{"margin":"0"},"button":{"backgroundColor":"transparent","backgroundImage":"none"},"fieldset":{"margin":"0","padding":"0"},"ol,ul":{"listStyle":"none","margin":"0","padding":"0"},"*,:after,:before":{"boxSizing":"border-box","border":"0 solid","borderColor":"currentColor"},"img":{"borderStyle":"solid"},"textarea":{"resize":"vertical"},"input::-moz-placeholder,textarea::-moz-placeholder":{"opacity":"1","color":"#a1a1aa"},"input:-ms-input-placeholder,textarea:-ms-input-placeholder":{"opacity":"1","color":"#a1a1aa"},"input::placeholder,textarea::placeholder":{"opacity":"1","color":"#a1a1aa"},"[role=button],button":{"cursor":"pointer"},"h1,h2,h3,h4,h5,h6":{"fontSize":"inherit","fontWeight":"inherit"},"a":{"color":"inherit","textDecoration":"inherit"},"audio,canvas,embed,iframe,img,object,svg,video":{"display":"block","verticalAlign":"middle"},"img,video":{"maxWidth":"100%","height":"auto"},":root":{"-ColorTransparent":"transparent","-ColorCurrent":"currentColor","-ColorPrimary":"#003375","-ColorPrimaryFocus":"#004594","-ColorPrimary200":"#002152","-ColorSecondary50":"#4dd5ff","-ColorSecondary200":"#00b0f0","-ColorSecondary":"#00b0f0","-ColorSecondaryFocus":"#0081d6","-ColorSecondary400":"#0081d6","-ColorSecondary600":"#0065b3","-ColorSecondary800":"#004594","-ColorContentDark":"#fff","-ColorContent":"#212930","-ColorContentSecondary":"#56565d","-ColorAccent":"#37cdbe","-ColorAccentFocus":"#2aa79b","-ColorAccentContent":"#fff","-ColorNeutral":"#43454c","-ColorNeutralFocus":"#31363f","-ColorNeutralContent":"#fff","-ColorBase100":"#ebebeb","-ColorBase150":"#b3b2b3","-ColorBase200":"#99989a","-ColorBase300":"#56565d","-ColorBase300Content":"#fff","-ColorBaseContent":"#212930","-ColorBaseContentSecondary":"#56565d","-ColorBaseContentInvert":"#fff","-ColorInfo":"#00b0f0","-ColorSuccess":"#00703c","-ColorSuccessHover":"#004726","-ColorWarning":"#f90","-ColorError":"#cc2e2e","-ColorErrorHover":"#a52222","-ColorFocus":"#fd0","-ColorLink":"#0081d6","-ColorLinkHover":"#003375","-ColorLinkVisited":"#4c2b91","-ColorLinkActive":"#002152","-ColorWhite":"#fff","-ColorGray50":"#ccc","-ColorGray100":"#ebebeb","-ColorGray200":"#b3b2b3","-ColorBaseBg":"#b3b2b3","-ColorGray300":"#99989a","-ColorGray400":"#828085","-ColorGray500":"#6c6a71","-ColorGray600":"#56565d","-ColorGray700":"#43454c","-ColorGray800":"#31363f","-ColorGray900":"#212930","-ColorBlack":"#000"}};