@buildcanada/colours 0.1.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/README.md +64 -0
- package/dist/build.d.ts +2 -0
- package/dist/build.d.ts.map +1 -0
- package/dist/build.js +27 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1 -0
- package/dist/lib/barrelExporting.d.ts +2 -0
- package/dist/lib/barrelExporting.d.ts.map +1 -0
- package/dist/lib/barrelExporting.js +72 -0
- package/dist/lib/cssToTs.d.ts +2 -0
- package/dist/lib/cssToTs.d.ts.map +1 -0
- package/dist/lib/cssToTs.js +26 -0
- package/dist/lib/fs-utils.d.ts +11 -0
- package/dist/lib/fs-utils.d.ts.map +1 -0
- package/dist/lib/fs-utils.js +50 -0
- package/dist/lib/syntax-utils.d.ts +9 -0
- package/dist/lib/syntax-utils.d.ts.map +1 -0
- package/dist/lib/syntax-utils.js +44 -0
- package/dist/stories/ChartThemes.stories.d.ts +9 -0
- package/dist/stories/ChartThemes.stories.d.ts.map +1 -0
- package/dist/stories/ChartThemes.stories.js +122 -0
- package/dist/stories/ColourScales.stories.d.ts +24 -0
- package/dist/stories/ColourScales.stories.d.ts.map +1 -0
- package/dist/stories/ColourScales.stories.js +129 -0
- package/dist/styles/colours/amethyst.css +13 -0
- package/dist/styles/colours/amethyst.d.ts +14 -0
- package/dist/styles/colours/amethyst.d.ts.map +1 -0
- package/dist/styles/colours/amethyst.js +13 -0
- package/dist/styles/colours/amethyst.ts +13 -0
- package/dist/styles/colours/auburn.css +13 -0
- package/dist/styles/colours/auburn.d.ts +14 -0
- package/dist/styles/colours/auburn.d.ts.map +1 -0
- package/dist/styles/colours/auburn.js +13 -0
- package/dist/styles/colours/auburn.ts +13 -0
- package/dist/styles/colours/aurora.css +13 -0
- package/dist/styles/colours/aurora.d.ts +14 -0
- package/dist/styles/colours/aurora.d.ts.map +1 -0
- package/dist/styles/colours/aurora.js +13 -0
- package/dist/styles/colours/aurora.ts +13 -0
- package/dist/styles/colours/cerulean.css +13 -0
- package/dist/styles/colours/cerulean.d.ts +14 -0
- package/dist/styles/colours/cerulean.d.ts.map +1 -0
- package/dist/styles/colours/cerulean.js +13 -0
- package/dist/styles/colours/cerulean.ts +13 -0
- package/dist/styles/colours/charcoal.css +14 -0
- package/dist/styles/colours/charcoal.d.ts +15 -0
- package/dist/styles/colours/charcoal.d.ts.map +1 -0
- package/dist/styles/colours/charcoal.js +14 -0
- package/dist/styles/colours/charcoal.ts +14 -0
- package/dist/styles/colours/copper.css +13 -0
- package/dist/styles/colours/copper.d.ts +14 -0
- package/dist/styles/colours/copper.d.ts.map +1 -0
- package/dist/styles/colours/copper.js +13 -0
- package/dist/styles/colours/copper.ts +13 -0
- package/dist/styles/colours/emerald.css +13 -0
- package/dist/styles/colours/emerald.d.ts +14 -0
- package/dist/styles/colours/emerald.d.ts.map +1 -0
- package/dist/styles/colours/emerald.js +13 -0
- package/dist/styles/colours/emerald.ts +13 -0
- package/dist/styles/colours/index.css +19 -0
- package/dist/styles/colours/index.d.ts +15 -0
- package/dist/styles/colours/index.d.ts.map +1 -0
- package/dist/styles/colours/index.js +14 -0
- package/dist/styles/colours/index.ts +14 -0
- package/dist/styles/colours/lake.css +13 -0
- package/dist/styles/colours/lake.d.ts +14 -0
- package/dist/styles/colours/lake.d.ts.map +1 -0
- package/dist/styles/colours/lake.js +13 -0
- package/dist/styles/colours/lake.ts +13 -0
- package/dist/styles/colours/linen.css +13 -0
- package/dist/styles/colours/linen.d.ts +14 -0
- package/dist/styles/colours/linen.d.ts.map +1 -0
- package/dist/styles/colours/linen.js +13 -0
- package/dist/styles/colours/linen.ts +13 -0
- package/dist/styles/colours/maritime.css +13 -0
- package/dist/styles/colours/maritime.d.ts +14 -0
- package/dist/styles/colours/maritime.d.ts.map +1 -0
- package/dist/styles/colours/maritime.js +13 -0
- package/dist/styles/colours/maritime.ts +13 -0
- package/dist/styles/colours/nickel.css +13 -0
- package/dist/styles/colours/nickel.d.ts +14 -0
- package/dist/styles/colours/nickel.d.ts.map +1 -0
- package/dist/styles/colours/nickel.js +13 -0
- package/dist/styles/colours/nickel.ts +13 -0
- package/dist/styles/colours/pine.css +13 -0
- package/dist/styles/colours/pine.d.ts +14 -0
- package/dist/styles/colours/pine.d.ts.map +1 -0
- package/dist/styles/colours/pine.js +13 -0
- package/dist/styles/colours/pine.ts +13 -0
- package/dist/styles/colours/sienna.css +13 -0
- package/dist/styles/colours/sienna.d.ts +14 -0
- package/dist/styles/colours/sienna.d.ts.map +1 -0
- package/dist/styles/colours/sienna.js +13 -0
- package/dist/styles/colours/sienna.ts +13 -0
- package/dist/styles/colours/steel.css +13 -0
- package/dist/styles/colours/steel.d.ts +14 -0
- package/dist/styles/colours/steel.d.ts.map +1 -0
- package/dist/styles/colours/steel.js +13 -0
- package/dist/styles/colours/steel.ts +13 -0
- package/dist/styles/index.d.ts +3 -0
- package/dist/styles/index.d.ts.map +1 -0
- package/dist/styles/index.js +2 -0
- package/dist/styles/index.ts +2 -0
- package/dist/styles/main.css +1 -0
- package/dist/styles/themes/charts/index.d.ts +2 -0
- package/dist/styles/themes/charts/index.d.ts.map +1 -0
- package/dist/styles/themes/charts/index.js +1 -0
- package/dist/styles/themes/charts/index.ts +1 -0
- package/dist/styles/themes/charts/twelve-tone/auburn-cool-bend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/auburn-cool-bend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/auburn-cool-bend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/auburn-cool-bend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/auburn-cool-bend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/aurora-auburn-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/aurora-auburn-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/aurora-auburn-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/aurora-auburn-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/aurora-auburn-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/aurora-linen-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/aurora-linen-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/aurora-linen-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/aurora-linen-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/aurora-linen-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/dust_maritime-pine.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/dust_maritime-pine.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/dust_maritime-pine.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/dust_maritime-pine.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/dust_maritime-pine.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/index.d.ts +28 -0
- package/dist/styles/themes/charts/twelve-tone/index.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/index.js +27 -0
- package/dist/styles/themes/charts/twelve-tone/index.ts +27 -0
- package/dist/styles/themes/charts/twelve-tone/lake-maritime-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/lake-maritime-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/lake-maritime-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/lake-maritime-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/lake-maritime-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/lake-pine-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/lake-pine-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/lake-pine-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/lake-pine-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/lake-pine-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/lake-warm-bend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/lake-warm-bend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/lake-warm-bend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/lake-warm-bend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/lake-warm-bend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-auburn-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-auburn-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/linen-auburn-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/linen-auburn-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-auburn-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-aurora-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-aurora-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/linen-aurora-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/linen-aurora-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-aurora-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-cool-bend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-cool-bend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/linen-cool-bend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/linen-cool-bend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-cool-bend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-lake-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-lake-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/linen-lake-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/linen-lake-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-lake-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-pine-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-pine-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/linen-pine-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/linen-pine-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-pine-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-warm-bend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-warm-bend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/linen-warm-bend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/linen-warm-bend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/linen-warm-bend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/maritime-aurora-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/maritime-aurora-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/maritime-aurora-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/maritime-aurora-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/maritime-aurora-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/maritime-pine-blend.css +0 -0
- package/dist/styles/themes/charts/twelve-tone/maritime-pine-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/maritime-pine-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/maritime-pine-blend.js +1 -0
- package/dist/styles/themes/charts/twelve-tone/maritime-pine-blend.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-auburn-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-auburn-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-auburn-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-auburn-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-auburn-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-cool-bend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-cool-bend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-cool-bend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-cool-bend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-cool-bend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-warm-bend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-warm-bend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-warm-bend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-warm-bend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/nickel-warm-bend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-cool-bend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-cool-bend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/pine-cool-bend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/pine-cool-bend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-cool-bend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-lake-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-lake-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/pine-lake-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/pine-lake-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-lake-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-maritime-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-maritime-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/pine-maritime-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/pine-maritime-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-maritime-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-warm-bend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-warm-bend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/pine-warm-bend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/pine-warm-bend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-warm-bend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-warm-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-warm-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/pine-warm-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/pine-warm-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/pine-warm-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/steel-cool-bend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/steel-cool-bend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/steel-cool-bend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/steel-cool-bend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/steel-cool-bend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/steel-lake-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/steel-lake-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/steel-lake-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/steel-lake-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/steel-lake-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/steel-pine-blend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/steel-pine-blend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/steel-pine-blend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/steel-pine-blend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/steel-pine-blend.ts +14 -0
- package/dist/styles/themes/charts/twelve-tone/steel-warm-bend.css +14 -0
- package/dist/styles/themes/charts/twelve-tone/steel-warm-bend.d.ts +2 -0
- package/dist/styles/themes/charts/twelve-tone/steel-warm-bend.d.ts.map +1 -0
- package/dist/styles/themes/charts/twelve-tone/steel-warm-bend.js +14 -0
- package/dist/styles/themes/charts/twelve-tone/steel-warm-bend.ts +14 -0
- package/dist/styles/themes/index.d.ts +2 -0
- package/dist/styles/themes/index.d.ts.map +1 -0
- package/dist/styles/themes/index.js +1 -0
- package/dist/styles/themes/index.ts +1 -0
- package/dist/styles/themes/main.css +43 -0
- package/package.json +43 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@theme {
|
|
2
|
+
--color-amethyst-50: #faf5ff;
|
|
3
|
+
--color-amethyst-100: #f3e8ff;
|
|
4
|
+
--color-amethyst-200: #e8d5ff;
|
|
5
|
+
--color-amethyst-300: #d7b5fd;
|
|
6
|
+
--color-amethyst-400: #be85fb;
|
|
7
|
+
--color-amethyst-500: #a85cf6;
|
|
8
|
+
--color-amethyst-600: #9034e9;
|
|
9
|
+
--color-amethyst-700: #7b23cd;
|
|
10
|
+
--color-amethyst-800: #6822a7;
|
|
11
|
+
--color-amethyst-900: #561d86;
|
|
12
|
+
--color-amethyst-950: #390863;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const amethyst: {
|
|
2
|
+
"50": string;
|
|
3
|
+
"100": string;
|
|
4
|
+
"200": string;
|
|
5
|
+
"300": string;
|
|
6
|
+
"400": string;
|
|
7
|
+
"500": string;
|
|
8
|
+
"600": string;
|
|
9
|
+
"700": string;
|
|
10
|
+
"800": string;
|
|
11
|
+
"900": string;
|
|
12
|
+
"950": string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=amethyst.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"amethyst.d.ts","sourceRoot":"","sources":["../../../src/styles/colours/amethyst.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;;;;;;;CAYpB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@theme {
|
|
2
|
+
--color-auburn-50: #fcf4f4;
|
|
3
|
+
--color-auburn-100: #fae6e6;
|
|
4
|
+
--color-auburn-200: #f7d1d1;
|
|
5
|
+
--color-auburn-300: #f1b0b0;
|
|
6
|
+
--color-auburn-400: #e68383;
|
|
7
|
+
--color-auburn-500: #d85b5b;
|
|
8
|
+
--color-auburn-600: #c43e3e;
|
|
9
|
+
--color-auburn-700: #a43131;
|
|
10
|
+
--color-auburn-800: #932f2f;
|
|
11
|
+
--color-auburn-900: #722a2a;
|
|
12
|
+
--color-auburn-950: #3d1212;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const auburn: {
|
|
2
|
+
"50": string;
|
|
3
|
+
"100": string;
|
|
4
|
+
"200": string;
|
|
5
|
+
"300": string;
|
|
6
|
+
"400": string;
|
|
7
|
+
"500": string;
|
|
8
|
+
"600": string;
|
|
9
|
+
"700": string;
|
|
10
|
+
"800": string;
|
|
11
|
+
"900": string;
|
|
12
|
+
"950": string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=auburn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auburn.d.ts","sourceRoot":"","sources":["../../../src/styles/colours/auburn.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;CAYlB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@theme {
|
|
2
|
+
--color-aurora-50: #fcf7fc;
|
|
3
|
+
--color-aurora-100: #f7eff8;
|
|
4
|
+
--color-aurora-200: #eedef0;
|
|
5
|
+
--color-aurora-300: #debcdf;
|
|
6
|
+
--color-aurora-400: #d1a1d1;
|
|
7
|
+
--color-aurora-500: #ba7abb;
|
|
8
|
+
--color-aurora-600: #9d5c9c;
|
|
9
|
+
--color-aurora-700: #814a7f;
|
|
10
|
+
--color-aurora-800: #6a3e68;
|
|
11
|
+
--color-aurora-900: #593657;
|
|
12
|
+
--color-aurora-950: #371b35;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const aurora: {
|
|
2
|
+
"50": string;
|
|
3
|
+
"100": string;
|
|
4
|
+
"200": string;
|
|
5
|
+
"300": string;
|
|
6
|
+
"400": string;
|
|
7
|
+
"500": string;
|
|
8
|
+
"600": string;
|
|
9
|
+
"700": string;
|
|
10
|
+
"800": string;
|
|
11
|
+
"900": string;
|
|
12
|
+
"950": string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=aurora.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"aurora.d.ts","sourceRoot":"","sources":["../../../src/styles/colours/aurora.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;CAYlB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@theme {
|
|
2
|
+
--color-cerulean-50: #effafc;
|
|
3
|
+
--color-cerulean-100: #d5f1f8;
|
|
4
|
+
--color-cerulean-200: #b1e3f0;
|
|
5
|
+
--color-cerulean-300: #7bcde5;
|
|
6
|
+
--color-cerulean-400: #3daed3;
|
|
7
|
+
--color-cerulean-500: #2397c0;
|
|
8
|
+
--color-cerulean-600: #1f759b;
|
|
9
|
+
--color-cerulean-700: #1f5f7f;
|
|
10
|
+
--color-cerulean-800: #224f68;
|
|
11
|
+
--color-cerulean-900: #204259;
|
|
12
|
+
--color-cerulean-950: #102b3c;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const cerulean: {
|
|
2
|
+
"50": string;
|
|
3
|
+
"100": string;
|
|
4
|
+
"200": string;
|
|
5
|
+
"300": string;
|
|
6
|
+
"400": string;
|
|
7
|
+
"500": string;
|
|
8
|
+
"600": string;
|
|
9
|
+
"700": string;
|
|
10
|
+
"800": string;
|
|
11
|
+
"900": string;
|
|
12
|
+
"950": string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=cerulean.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cerulean.d.ts","sourceRoot":"","sources":["../../../src/styles/colours/cerulean.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;;;;;;;CAYpB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
@theme {
|
|
2
|
+
--color-charcoal-50: #f6f6f6;
|
|
3
|
+
--color-charcoal-100: #e7e7e7;
|
|
4
|
+
--color-charcoal-200: #d1d1d1;
|
|
5
|
+
--color-charcoal-300: #b0b0b0;
|
|
6
|
+
--color-charcoal-400: #888888;
|
|
7
|
+
--color-charcoal-500: #6d6d6d;
|
|
8
|
+
--color-charcoal-600: #5d5d5d;
|
|
9
|
+
--color-charcoal-700: #4f4f4f;
|
|
10
|
+
--color-charcoal-800: #454545;
|
|
11
|
+
--color-charcoal-900: #3d3d3d;
|
|
12
|
+
--color-charcoal-1000: #272727;
|
|
13
|
+
--color-charcoal-1050: #141414;
|
|
14
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const charcoal: {
|
|
2
|
+
"50": string;
|
|
3
|
+
"100": string;
|
|
4
|
+
"200": string;
|
|
5
|
+
"300": string;
|
|
6
|
+
"400": string;
|
|
7
|
+
"500": string;
|
|
8
|
+
"600": string;
|
|
9
|
+
"700": string;
|
|
10
|
+
"800": string;
|
|
11
|
+
"900": string;
|
|
12
|
+
"1000": string;
|
|
13
|
+
"1050": string;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=charcoal.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"charcoal.d.ts","sourceRoot":"","sources":["../../../src/styles/colours/charcoal.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;CAapB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const charcoal = {
|
|
2
|
+
"50": "#f6f6f6",
|
|
3
|
+
"100": "#e7e7e7",
|
|
4
|
+
"200": "#d1d1d1",
|
|
5
|
+
"300": "#b0b0b0",
|
|
6
|
+
"400": "#888888",
|
|
7
|
+
"500": "#6d6d6d",
|
|
8
|
+
"600": "#5d5d5d",
|
|
9
|
+
"700": "#4f4f4f",
|
|
10
|
+
"800": "#454545",
|
|
11
|
+
"900": "#3d3d3d",
|
|
12
|
+
"1000": "#272727",
|
|
13
|
+
"1050": "#141414"
|
|
14
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const charcoal = {
|
|
2
|
+
"50":"#f6f6f6",
|
|
3
|
+
"100":"#e7e7e7",
|
|
4
|
+
"200":"#d1d1d1",
|
|
5
|
+
"300":"#b0b0b0",
|
|
6
|
+
"400":"#888888",
|
|
7
|
+
"500":"#6d6d6d",
|
|
8
|
+
"600":"#5d5d5d",
|
|
9
|
+
"700":"#4f4f4f",
|
|
10
|
+
"800":"#454545",
|
|
11
|
+
"900":"#3d3d3d",
|
|
12
|
+
"1000":"#272727",
|
|
13
|
+
"1050":"#141414"
|
|
14
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@theme {
|
|
2
|
+
--color-copper-50: #f8f5f2;
|
|
3
|
+
--color-copper-100: #ece1d9;
|
|
4
|
+
--color-copper-200: #d7c1b0;
|
|
5
|
+
--color-copper-300: #c29f87;
|
|
6
|
+
--color-copper-400: #b4856b;
|
|
7
|
+
--color-copper-500: #9f6854;
|
|
8
|
+
--color-copper-600: #93584c;
|
|
9
|
+
--color-copper-700: #7b4642;
|
|
10
|
+
--color-copper-800: #663b3a;
|
|
11
|
+
--color-copper-900: #553232;
|
|
12
|
+
--color-copper-950: #2f1919;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const copper: {
|
|
2
|
+
"50": string;
|
|
3
|
+
"100": string;
|
|
4
|
+
"200": string;
|
|
5
|
+
"300": string;
|
|
6
|
+
"400": string;
|
|
7
|
+
"500": string;
|
|
8
|
+
"600": string;
|
|
9
|
+
"700": string;
|
|
10
|
+
"800": string;
|
|
11
|
+
"900": string;
|
|
12
|
+
"950": string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=copper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copper.d.ts","sourceRoot":"","sources":["../../../src/styles/colours/copper.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;CAYlB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@theme {
|
|
2
|
+
--color-emerald-50: #f1fcf3;
|
|
3
|
+
--color-emerald-100: #defae4;
|
|
4
|
+
--color-emerald-200: #bff3ca;
|
|
5
|
+
--color-emerald-300: #8ce9a2;
|
|
6
|
+
--color-emerald-400: #53d571;
|
|
7
|
+
--color-emerald-500: #2ab34b;
|
|
8
|
+
--color-emerald-600: #1f9a3c;
|
|
9
|
+
--color-emerald-700: #1b7a33;
|
|
10
|
+
--color-emerald-800: #1b602c;
|
|
11
|
+
--color-emerald-900: #184f27;
|
|
12
|
+
--color-emerald-950: #072c11;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const emerald: {
|
|
2
|
+
"50": string;
|
|
3
|
+
"100": string;
|
|
4
|
+
"200": string;
|
|
5
|
+
"300": string;
|
|
6
|
+
"400": string;
|
|
7
|
+
"500": string;
|
|
8
|
+
"600": string;
|
|
9
|
+
"700": string;
|
|
10
|
+
"800": string;
|
|
11
|
+
"900": string;
|
|
12
|
+
"950": string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=emerald.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"emerald.d.ts","sourceRoot":"","sources":["../../../src/styles/colours/emerald.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;;;;CAYnB,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* Build Canada Colours */
|
|
2
|
+
@import "./auburn.css";
|
|
3
|
+
@import "./charcoal.css";
|
|
4
|
+
@import "./linen.css";
|
|
5
|
+
|
|
6
|
+
/* Mackenzie's Chart Colours */
|
|
7
|
+
@import "./aurora.css";
|
|
8
|
+
@import "./copper.css";
|
|
9
|
+
@import "./lake.css";
|
|
10
|
+
@import "./maritime.css";
|
|
11
|
+
@import "./nickel.css";
|
|
12
|
+
@import "./pine.css";
|
|
13
|
+
@import "./steel.css";
|
|
14
|
+
|
|
15
|
+
/* Andrew's Vibrant Colours */
|
|
16
|
+
@import "./cerulean.css";
|
|
17
|
+
@import "./sienna.css";
|
|
18
|
+
@import "./amethyst.css";
|
|
19
|
+
@import "./emerald.css";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export * from './copper';
|
|
2
|
+
export * from './lake';
|
|
3
|
+
export * from './steel';
|
|
4
|
+
export * from './amethyst';
|
|
5
|
+
export * from './maritime';
|
|
6
|
+
export * from './linen';
|
|
7
|
+
export * from './nickel';
|
|
8
|
+
export * from './auburn';
|
|
9
|
+
export * from './aurora';
|
|
10
|
+
export * from './cerulean';
|
|
11
|
+
export * from './emerald';
|
|
12
|
+
export * from './sienna';
|
|
13
|
+
export * from './charcoal';
|
|
14
|
+
export * from './pine';
|
|
15
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/styles/colours/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from './copper';
|
|
2
|
+
export * from './lake';
|
|
3
|
+
export * from './steel';
|
|
4
|
+
export * from './amethyst';
|
|
5
|
+
export * from './maritime';
|
|
6
|
+
export * from './linen';
|
|
7
|
+
export * from './nickel';
|
|
8
|
+
export * from './auburn';
|
|
9
|
+
export * from './aurora';
|
|
10
|
+
export * from './cerulean';
|
|
11
|
+
export * from './emerald';
|
|
12
|
+
export * from './sienna';
|
|
13
|
+
export * from './charcoal';
|
|
14
|
+
export * from './pine';
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from './copper';
|
|
2
|
+
export * from './lake';
|
|
3
|
+
export * from './steel';
|
|
4
|
+
export * from './amethyst';
|
|
5
|
+
export * from './maritime';
|
|
6
|
+
export * from './linen';
|
|
7
|
+
export * from './nickel';
|
|
8
|
+
export * from './auburn';
|
|
9
|
+
export * from './aurora';
|
|
10
|
+
export * from './cerulean';
|
|
11
|
+
export * from './emerald';
|
|
12
|
+
export * from './sienna';
|
|
13
|
+
export * from './charcoal';
|
|
14
|
+
export * from './pine';
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@theme {
|
|
2
|
+
--color-lake-50: #f1f8fa;
|
|
3
|
+
--color-lake-100: #dcedf1;
|
|
4
|
+
--color-lake-200: #bedce3;
|
|
5
|
+
--color-lake-300: #91c3cf;
|
|
6
|
+
--color-lake-400: #579eb1;
|
|
7
|
+
--color-lake-500: #418599;
|
|
8
|
+
--color-lake-600: #396d81;
|
|
9
|
+
--color-lake-700: #335b6b;
|
|
10
|
+
--color-lake-800: #314d59;
|
|
11
|
+
--color-lake-900: #2c414d;
|
|
12
|
+
--color-lake-950: #192a33;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const lake: {
|
|
2
|
+
"50": string;
|
|
3
|
+
"100": string;
|
|
4
|
+
"200": string;
|
|
5
|
+
"300": string;
|
|
6
|
+
"400": string;
|
|
7
|
+
"500": string;
|
|
8
|
+
"600": string;
|
|
9
|
+
"700": string;
|
|
10
|
+
"800": string;
|
|
11
|
+
"900": string;
|
|
12
|
+
"950": string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=lake.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lake.d.ts","sourceRoot":"","sources":["../../../src/styles/colours/lake.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;CAYhB,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
@theme {
|
|
2
|
+
--color-linen-50: #fbf6f1;
|
|
3
|
+
--color-linen-100: #f6ece3;
|
|
4
|
+
--color-linen-200: #ead2be;
|
|
5
|
+
--color-linen-300: #dcb295;
|
|
6
|
+
--color-linen-400: #cd8d6a;
|
|
7
|
+
--color-linen-500: #c2724d;
|
|
8
|
+
--color-linen-600: #b45e42;
|
|
9
|
+
--color-linen-700: #964a38;
|
|
10
|
+
--color-linen-800: #793e33;
|
|
11
|
+
--color-linen-900: #62352c;
|
|
12
|
+
--color-linen-950: #341916;
|
|
13
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare const linen: {
|
|
2
|
+
"50": string;
|
|
3
|
+
"100": string;
|
|
4
|
+
"200": string;
|
|
5
|
+
"300": string;
|
|
6
|
+
"400": string;
|
|
7
|
+
"500": string;
|
|
8
|
+
"600": string;
|
|
9
|
+
"700": string;
|
|
10
|
+
"800": string;
|
|
11
|
+
"900": string;
|
|
12
|
+
"950": string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=linen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"linen.d.ts","sourceRoot":"","sources":["../../../src/styles/colours/linen.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,KAAK;;;;;;;;;;;;CAYjB,CAAC"}
|