@codecademy/gamut-styles 11.11.1-alpha.ac83cf.0 → 12.0.0-alpha.aa37ee.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +473 -371
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,24 +3,126 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ### [11.11.1-alpha.ac83cf.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.11.0...@codecademy/gamut-styles@11.11.1-alpha.ac83cf.0) (2021-10-06)
6
+ ## [12.0.0-alpha.aa37ee.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.2.4...@codecademy/gamut-styles@12.0.0-alpha.aa37ee.0) (2021-10-26)
7
+
8
+
9
+ ### ⚠ BREAKING CHANGES
10
+
11
+ * release -kit-4.7
12
+ * use a sticky Box for GlobalHeader
13
+ * **ContentContainer:** update responsive padding
14
+ * bumped ESLint packages to latest and added recommended & Jest linting
15
+ * **gamut-styles:** deprecate legacy JS color variables (#940)
16
+ * Swapped default font family to Apercu (#935)
17
+ * **Gamut:** Enable Emotion (#917)
18
+ * **Gamut:** Removed deprecated color variables (#819)
19
+ * **Gamut:** removed easily replaceable deprecated swatches- colors (#717)
20
+ * `gamut-styles/variables` renamed to `gamut-styles/utils/variables`
21
+
22
+ ### Features
23
+
24
+ * **Drawer:** extract Drawer from Flyout ([e2352f9](https://github.com/Codecademy/gamut/commit/e2352f98dec94c539bbbbd4e1b87069e40a88e3d))
25
+ * bump ESLint configs to latest ([4e3cf77](https://github.com/Codecademy/gamut/commit/4e3cf77928bdd69bce3eeca8a7f07439627b4f08))
26
+ * **Anchor:** Variance Migration + ColorMode [GM-203] ([dd0058b](https://github.com/Codecademy/gamut/commit/dd0058b0ba96a2f8cca804884c2d2fcf66951ee4))
27
+ * **Testimonial:** Add new Testimonial Component ([64c83be](https://github.com/Codecademy/gamut/commit/64c83be3650207b339459cd92179f3e5c58712db))
28
+ * Add 2.5rem interval to spacing GM-317 ([8c11d05](https://github.com/Codecademy/gamut/commit/8c11d0550b8af28f0b4280dd724408667c2bf1a1))
29
+ * **Background:** Set current background color to local CSS variable GM-259 ([ea834ea](https://github.com/Codecademy/gamut/commit/ea834ea5654334b6b1bf5c26e8438038dcb0a8c5))
30
+ * Add admin theme ([7090b30](https://github.com/Codecademy/gamut/commit/7090b303c5451113983e5345316a821ddfaaf1fc))
31
+ * **Button:** Alternative (secondary) modes and consistent height [GM-126] ([11d3466](https://github.com/Codecademy/gamut/commit/11d3466a083e0abb8be57a1fcfb6d11f26624d19))
32
+ * **Buttons:** Color + Structure Redux [GM-237] ([#1809](https://github.com/Codecademy/gamut/issues/1809)) ([698aa2a](https://github.com/Codecademy/gamut/commit/698aa2a184e59e32821c58686ac133cb043c8f65))
33
+ * **Buttons:** ColorModes + Props + Refactor + Refs Oh My! [GM-211] [REACH-856] [GM-192] ([998c2cc](https://github.com/Codecademy/gamut/commit/998c2cc01945e8b675a01f60a38bc2a03250ac8e))
34
+ * **ColorModes:** Base ColorMode support and serialization of color variables [GM-177] ([9f322b4](https://github.com/Codecademy/gamut/commit/9f322b4ed959e1245a18dbddb42f33be3e0d9356))
35
+ * **ContentContainer:** update responsive padding ([4b6fb50](https://github.com/Codecademy/gamut/commit/4b6fb50171f412f2238c4f7519f227319cc686ff))
36
+ * **Emotion:** Add Emotion Dependency to Next WEB-982 ([#888](https://github.com/Codecademy/gamut/issues/888)) ([7cfde27](https://github.com/Codecademy/gamut/commit/7cfde27834a71b119231b88f96e506167ef50311))
37
+ * **Emotion:** Upgrade to Emotion 11 ([#944](https://github.com/Codecademy/gamut/issues/944)) ([f87f19c](https://github.com/Codecademy/gamut/commit/f87f19c2578fe047561e62b806a44af2238e17ef))
38
+ * **focus-visible:** Add stylis plugin for focus-visible support WEB-1148 ([92c02e4](https://github.com/Codecademy/gamut/commit/92c02e4a3f3d1c1595755237503d87fb9aa849a0))
39
+ * **Gamut:** Created separate bucket for "Platform" colors ([#778](https://github.com/Codecademy/gamut/issues/778)) ([446804b](https://github.com/Codecademy/gamut/commit/446804bd437d95f3d14bb25e8fa49d52413a6240))
40
+ * **Gamut:** Enable Emotion ([#917](https://github.com/Codecademy/gamut/issues/917)) ([9b25901](https://github.com/Codecademy/gamut/commit/9b2590148018d07b889618b5dc2588a6a375bfd3))
41
+ * **gamut-styles:** Added TypeScript .d.ts generation to gamut-styles ([#775](https://github.com/Codecademy/gamut/issues/775)) ([f0c1c4b](https://github.com/Codecademy/gamut/commit/f0c1c4ba2d27bd53249344d776f8eff6780325b5))
42
+ * **gamut-styles:** formalized Editor colors in gamut-styles ([#726](https://github.com/Codecademy/gamut/issues/726)) ([2e0ba92](https://github.com/Codecademy/gamut/commit/2e0ba92b83e757dd41cc0153ed5aac5202e9c694))
43
+ * **GamutProvider:** Adds single provider for Theme + Cache + Globals + Assets [WEB-1352] [GM-173] ([afa9c7f](https://github.com/Codecademy/gamut/commit/afa9c7f647c005f2d17517726bf3409cafdbb6fc))
44
+ * **headertab:** move more header components into gamut ([#740](https://github.com/Codecademy/gamut/issues/740)) ([01a6949](https://github.com/Codecademy/gamut/commit/01a694989a1aeb4950485b71e9ea607c82f2f017))
45
+ * **LayoutGrid:** LayoutGrid conversion + Initial Variance Props [GM-81] ([14a753e](https://github.com/Codecademy/gamut/commit/14a753e2850bd381aa9f6819c5bac623b39e4036))
46
+ * **Overlay:** Add inline option for locking the offset parent only [GM-225] ([b19f83c](https://github.com/Codecademy/gamut/commit/b19f83c14db8804745d9651f9df3c40a93927dd2))
47
+ * **PageWrapper:** Extend stacking context reset element for pages with a background color ([8a42aca](https://github.com/Codecademy/gamut/commit/8a42aca9b6e9bc833f5b4dcb63c18a962fb45762))
48
+ * **props:** Adds custom shouldForwardProp to omit system props ([5a02ac4](https://github.com/Codecademy/gamut/commit/5a02ac41ecd7200b0ded8cfff4406c09d8c48cd5))
49
+ * **props:** Support `color` and other HTML attributes as system props without type collision GM-247 ([ff93f0c](https://github.com/Codecademy/gamut/commit/ff93f0c9b7ca64ed9819586709f58436ca4502b9))
50
+ * **ThemeProvider:** Adds GamutThemeProvider component and initial Global styles ([697ee38](https://github.com/Codecademy/gamut/commit/697ee38dde8ab0de5cef0bb8f9167021922927c4))
51
+ * **variance:** Computed styles, and configurable CSSType narrowing [GM-233] ([ddb4091](https://github.com/Codecademy/gamut/commit/ddb40917fe41b0dc741d34f5c34ec6d0bf29dad1))
52
+ * Added Apercu and Suisse font families as opt-ins ([#933](https://github.com/Codecademy/gamut/issues/933)) ([fd4119b](https://github.com/Codecademy/gamut/commit/fd4119bec1b28dc04423c4e57c2bddca6a0ea398))
53
+ * Align brand color aliases [WEB-215] ([#821](https://github.com/Codecademy/gamut/issues/821)) ([7c168ac](https://github.com/Codecademy/gamut/commit/7c168acfa0ed0dad05b47f4cc0a96853d9299d1d))
54
+ * bumped ESLint packages to latest and added recommended & Jest linting ([0cecc5c](https://github.com/Codecademy/gamut/commit/0cecc5ca58883616a78c5429c1f6ec41fa03c4ba))
55
+ * Migrate final gamut-system docs + functions to variance [WEB-1413] ([f966933](https://github.com/Codecademy/gamut/commit/f966933ac814d228072e781ee2a3d75a33190a85))
56
+ * Navy scale + color alias changes GM-237 ([3c8a772](https://github.com/Codecademy/gamut/commit/3c8a772271492e0ecc8d724f296f0bfe5ef17112)), closes [#10162](https://github.com/Codecademy/gamut/issues/10162)
57
+ * **variance:** states boolean toggle styles GM-233 ([a4fa8cf](https://github.com/Codecademy/gamut/commit/a4fa8cf473a1b22648fa480025630a9d1827f84d))
58
+ * release -kit-4.7 ([f574c83](https://github.com/Codecademy/gamut/commit/f574c8317c2e6128eaead047146a774acc257293))
59
+ * **theme:** createTheme self containment ([87a203c](https://github.com/Codecademy/gamut/commit/87a203c56df8002406552208b8b5ffc55b228262)), closes [#666666](https://github.com/Codecademy/gamut/issues/666666) [#666666](https://github.com/Codecademy/gamut/issues/666666)
60
+ * Merge standard & core variables ([#123](https://github.com/Codecademy/gamut/issues/123)) ([59f4ac4](https://github.com/Codecademy/gamut/commit/59f4ac47baed6c481e604fba583258bffd4db605))
61
+ * use a sticky Box for GlobalHeader ([a4b6bdc](https://github.com/Codecademy/gamut/commit/a4b6bdc6edec9fe7f7674e20188e0b1a0646bab4))
62
+ * **Styleguide:** Add specific theme and scale docs ([d1c93fd](https://github.com/Codecademy/gamut/commit/d1c93fdc1239ff98e39d88001e287f3bc6e39873))
63
+ * **Styles:** Create system styles and gamut theme ([#1127](https://github.com/Codecademy/gamut/issues/1127)) ([57abf97](https://github.com/Codecademy/gamut/commit/57abf970d7f326a9cb59bdab4fd8f96d93f6a735))
64
+ * **ThemeBuilder:** TypeSafe theme construction + variable serialization [WEB-1401] ([e0a4c16](https://github.com/Codecademy/gamut/commit/e0a4c163e39b64c7d7290a325c900f05ae5ce4e4))
65
+ * **Variance:** Initial Props and Refactor Tests [WEB-1390] ([9f29489](https://github.com/Codecademy/gamut/commit/9f294894b49915ea0504749ecdca7e62d46d475e))
66
+ * add new Button ([#1119](https://github.com/Codecademy/gamut/issues/1119)) ([1e654ef](https://github.com/Codecademy/gamut/commit/1e654ef989e19109ea31854bb3beb5bf5d3facce))
67
+ * Add shared config modules for eslint & prettier ([#224](https://github.com/Codecademy/gamut/issues/224)) ([8d9a6b8](https://github.com/Codecademy/gamut/commit/8d9a6b81179db6325ffb55a4ccbfe065ad72042e))
68
+ * Adds mar 2019 colors, deprecates colors ([#211](https://github.com/Codecademy/gamut/issues/211)) ([057e0d9](https://github.com/Codecademy/gamut/commit/057e0d942df08047bf89c561280d37341d3412bd))
69
+ * Create default main export for gamut-styles [WEB-895] ([#820](https://github.com/Codecademy/gamut/issues/820)) ([540e710](https://github.com/Codecademy/gamut/commit/540e710390245a725ef0bcf229dd0f733f4ead0e))
70
+ * onboarded eslint-plugin-simple-import-sort into ESLint plugin ([89520d0](https://github.com/Codecademy/gamut/commit/89520d0e50c85b325616c0963c22199eedbfb8b7))
71
+ * Swapped default font family to Apercu ([#935](https://github.com/Codecademy/gamut/issues/935)) ([2fee178](https://github.com/Codecademy/gamut/commit/2fee17808514a9d91dfcd541c4ceef6491f22547)), closes [#943](https://github.com/Codecademy/gamut/issues/943)
72
+ * tweaked red and green theme colors per design updates ([#1066](https://github.com/Codecademy/gamut/issues/1066)) ([80d3fd9](https://github.com/Codecademy/gamut/commit/80d3fd9bb1a8c361401692aa16a6b52ec8be3231))
73
+
74
+
75
+ ### Bug Fixes
76
+
77
+ * Add GamutProvider Tests and Remove .storybook from coverage ([c04fab8](https://github.com/Codecademy/gamut/commit/c04fab841e142dd09d92bcb55b95dbf81c1f09fe))
78
+ * allow override of tooltip alignment ([92a9126](https://github.com/Codecademy/gamut/commit/92a912655facd66915d39057a6e0763978c64739))
79
+ * cache constants missing ([d66c077](https://github.com/Codecademy/gamut/commit/d66c077dd1a57faa08c7d3b64b9a6d13df64f2f8))
80
+ * Cards now correctly set color mode for their contents GM-308 ([ea2d8ac](https://github.com/Codecademy/gamut/commit/ea2d8ac97121558fe0a45065364f0b04d172588a))
81
+ * Import path ([eaf5c8b](https://github.com/Codecademy/gamut/commit/eaf5c8b63f6f7dd537530d77df21990bc1c4fa54))
82
+ * **colors:** Red Swap for accessible errors GM-281 ([51ec3d4](https://github.com/Codecademy/gamut/commit/51ec3d4d2732563517619b991396264b09aab44a))
83
+ * Hover + Shadow regression ([a2a3414](https://github.com/Codecademy/gamut/commit/a2a3414fe37c1280fcbd59efaa5764873c377d35))
84
+ * Theme extension merge logic ([de3cbf2](https://github.com/Codecademy/gamut/commit/de3cbf25995b6be7769cbb92bc51d13e5f6a6695))
85
+ * Use native focus-visible in addition to polyfill ([ccfd943](https://github.com/Codecademy/gamut/commit/ccfd943be6dd1a73aff2a4e021fbaf4e15d75c7a))
86
+ * **ColorMode:** Ref Forarding for BG + ColorMode ([d42c991](https://github.com/Codecademy/gamut/commit/d42c991ed5acc747602d634be3a07a94e531660a))
87
+ * **deps:** pin dependencies ([#231](https://github.com/Codecademy/gamut/issues/231)) ([a6525c3](https://github.com/Codecademy/gamut/commit/a6525c328f2796b12d38c3bc8e2e4dfd0e63847d))
88
+ * **emotion:** Add emotion cache settings overrides and default speedy styles ([9d8ff8f](https://github.com/Codecademy/gamut/commit/9d8ff8ffed0159c0c8640a726ddc7d3e8efe66b0))
89
+ * **emotion:** Cache changes ([c4e9074](https://github.com/Codecademy/gamut/commit/c4e907499152d5db7ed1afc59c6022d0b0d57171))
90
+ * **emotion:** change emotion style prefix to gamut ([9432cda](https://github.com/Codecademy/gamut/commit/9432cda2bfd73e93d031cb1b9f9b0a0d5a191dd4))
91
+ * **Emotion:** Add mode and variant to base `shouldForwardProp` filters and keep static list of all system props ([2946b43](https://github.com/Codecademy/gamut/commit/2946b4330a4f57cc46353455d622731713eb299e))
92
+ * **FillButton:** corrected hover styles on FillButton in dark mode ([330fe9a](https://github.com/Codecademy/gamut/commit/330fe9add330949384358d169554bf736f4720db))
93
+ * **Props:** Adds alignment props to both grid and flex ([9b8abce](https://github.com/Codecademy/gamut/commit/9b8abce649785daac1e995eda632686240d41b65))
94
+ * **Props/Dialog/Button:** Prop Fixes for Button / Dialog ([7f7d789](https://github.com/Codecademy/gamut/commit/7f7d789a07ad43a3731598e2b9c02d2507b48b8c))
95
+ * **styles:** Default button focus styles to focus-visible ([8e26d02](https://github.com/Codecademy/gamut/commit/8e26d026e90145db3439515c0f3ee0340ae2e07a))
96
+ * **styles:** Run emotion plugin ([2f5a995](https://github.com/Codecademy/gamut/commit/2f5a9959e1a6a6ccb2a6e0e16e6e33c2be7eb12a))
97
+ * **System:** Typescript memory performance fixes ([#1145](https://github.com/Codecademy/gamut/issues/1145)) ([4c9a92b](https://github.com/Codecademy/gamut/commit/4c9a92b72975752254ef4edf59f29663576a9423))
98
+ * **Text:** Make small text size 14px ([#1065](https://github.com/Codecademy/gamut/issues/1065)) ([02d1697](https://github.com/Codecademy/gamut/commit/02d16979efd1f316336d8dc649ca5052610fc95f))
99
+ * export JS colors object, removes scss exports ([937759c](https://github.com/Codecademy/gamut/commit/937759c29fc900ef627a82290ef9044bcdaed529))
100
+ * minor core stylesheet tweaks ([#159](https://github.com/Codecademy/gamut/issues/159)) ([3c7ba69](https://github.com/Codecademy/gamut/commit/3c7ba697e6017b7347c64129636307fdc659a9a8))
101
+
102
+
103
+ ### Reverts
104
+
105
+ * Revert "chore: set packages to have publishConfig: access: public (#970)" (#981) ([c7fed45](https://github.com/Codecademy/gamut/commit/c7fed4565437b1a4505e1b3dd37f5bc88ffc208c)), closes [#970](https://github.com/Codecademy/gamut/issues/970) [#981](https://github.com/Codecademy/gamut/issues/981)
7
106
 
8
- **Note:** Version bump only for package @codecademy/gamut-styles
9
107
 
108
+ ### Miscellaneous Chores
10
109
 
110
+ * **Gamut:** Removed deprecated color variables ([#819](https://github.com/Codecademy/gamut/issues/819)) ([0a0f894](https://github.com/Codecademy/gamut/commit/0a0f894b3d4cc716c86c90e25bd47ab299fb18e1))
111
+ * **Gamut:** removed easily replaceable deprecated swatches- colors ([#717](https://github.com/Codecademy/gamut/issues/717)) ([4598854](https://github.com/Codecademy/gamut/commit/45988548474989dd77ac8a592f13856cde3a13d6))
112
+ * **gamut-styles:** deprecate legacy JS color variables ([#940](https://github.com/Codecademy/gamut/issues/940)) ([dd99a9c](https://github.com/Codecademy/gamut/commit/dd99a9ccda389cfa95de78aa9775f8100fcce811))
11
113
 
12
114
 
13
115
 
14
- ## [11.11.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.10.1...@codecademy/gamut-styles@11.11.0) (2021-09-30)
116
+ ## [11.11.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.10.1...@codecademy/gamut-styles@11.11.0) (2021-09-30)
15
117
 
16
118
 
17
119
  ### Features
18
120
 
19
- * **Drawer:** extract Drawer from Flyout ([76f261c](https://github.com/Codecademy/client-modules/commit/76f261cc7840bd640de368f70e125b5585638412))
121
+ * **Drawer:** extract Drawer from Flyout ([76f261c](https://github.com/Codecademy/gamut/commit/76f261cc7840bd640de368f70e125b5585638412))
20
122
 
21
123
 
22
124
 
23
- ### [11.10.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.10.0...@codecademy/gamut-styles@11.10.1) (2021-09-13)
125
+ ### [11.10.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.10.0...@codecademy/gamut-styles@11.10.1) (2021-09-13)
24
126
 
25
127
  **Note:** Version bump only for package @codecademy/gamut-styles
26
128
 
@@ -28,16 +130,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
28
130
 
29
131
 
30
132
 
31
- ## [11.10.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.9.2...@codecademy/gamut-styles@11.10.0) (2021-09-10)
133
+ ## [11.10.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.9.2...@codecademy/gamut-styles@11.10.0) (2021-09-10)
32
134
 
33
135
 
34
136
  ### Features
35
137
 
36
- * bump ESLint configs to latest ([e0a201a](https://github.com/Codecademy/client-modules/commit/e0a201abcc5f49718538d3d91af21cb37db4470e))
138
+ * bump ESLint configs to latest ([e0a201a](https://github.com/Codecademy/gamut/commit/e0a201abcc5f49718538d3d91af21cb37db4470e))
37
139
 
38
140
 
39
141
 
40
- ### [11.9.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.9.1...@codecademy/gamut-styles@11.9.2) (2021-08-30)
142
+ ### [11.9.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.9.1...@codecademy/gamut-styles@11.9.2) (2021-08-30)
41
143
 
42
144
  **Note:** Version bump only for package @codecademy/gamut-styles
43
145
 
@@ -45,34 +147,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
45
147
 
46
148
 
47
149
 
48
- ### [11.9.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.9.0...@codecademy/gamut-styles@11.9.1) (2021-08-16)
150
+ ### [11.9.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.9.0...@codecademy/gamut-styles@11.9.1) (2021-08-16)
49
151
 
50
152
 
51
153
  ### Bug Fixes
52
154
 
53
- * Import path ([5aa461c](https://github.com/Codecademy/client-modules/commit/5aa461c53dea7580588a39dfa1b48b4eeac44684))
155
+ * Import path ([5aa461c](https://github.com/Codecademy/gamut/commit/5aa461c53dea7580588a39dfa1b48b4eeac44684))
54
156
 
55
157
 
56
158
 
57
- ## [11.9.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.8.0...@codecademy/gamut-styles@11.9.0) (2021-08-16)
159
+ ## [11.9.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.8.0...@codecademy/gamut-styles@11.9.0) (2021-08-16)
58
160
 
59
161
 
60
162
  ### Features
61
163
 
62
- * **Testimonial:** Add new Testimonial Component ([efe1568](https://github.com/Codecademy/client-modules/commit/efe156813cd10586b7a61f1013564cb5387f5aa3))
164
+ * **Testimonial:** Add new Testimonial Component ([efe1568](https://github.com/Codecademy/gamut/commit/efe156813cd10586b7a61f1013564cb5387f5aa3))
63
165
 
64
166
 
65
167
 
66
- ## [11.8.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.7.2...@codecademy/gamut-styles@11.8.0) (2021-08-13)
168
+ ## [11.8.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.7.2...@codecademy/gamut-styles@11.8.0) (2021-08-13)
67
169
 
68
170
 
69
171
  ### Features
70
172
 
71
- * Add 2.5rem interval to spacing GM-317 ([755a224](https://github.com/Codecademy/client-modules/commit/755a2247ed0dd24c1f31a56bd6db922895ef9547))
173
+ * Add 2.5rem interval to spacing GM-317 ([755a224](https://github.com/Codecademy/gamut/commit/755a2247ed0dd24c1f31a56bd6db922895ef9547))
72
174
 
73
175
 
74
176
 
75
- ### [11.7.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.7.1...@codecademy/gamut-styles@11.7.2) (2021-08-12)
177
+ ### [11.7.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.7.1...@codecademy/gamut-styles@11.7.2) (2021-08-12)
76
178
 
77
179
  **Note:** Version bump only for package @codecademy/gamut-styles
78
180
 
@@ -80,34 +182,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
80
182
 
81
183
 
82
184
 
83
- ### [11.7.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.7.0...@codecademy/gamut-styles@11.7.1) (2021-08-05)
185
+ ### [11.7.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.7.0...@codecademy/gamut-styles@11.7.1) (2021-08-05)
84
186
 
85
187
 
86
188
  ### Bug Fixes
87
189
 
88
- * Cards now correctly set color mode for their contents GM-308 ([7621edc](https://github.com/Codecademy/client-modules/commit/7621edc5bfb908b1e26bc8a77933ea0e310d76e7))
190
+ * Cards now correctly set color mode for their contents GM-308 ([7621edc](https://github.com/Codecademy/gamut/commit/7621edc5bfb908b1e26bc8a77933ea0e310d76e7))
89
191
 
90
192
 
91
193
 
92
- ## [11.7.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.6.3...@codecademy/gamut-styles@11.7.0) (2021-08-03)
194
+ ## [11.7.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.6.3...@codecademy/gamut-styles@11.7.0) (2021-08-03)
93
195
 
94
196
 
95
197
  ### Features
96
198
 
97
- * **Background:** Set current background color to local CSS variable GM-259 ([bbb71e6](https://github.com/Codecademy/client-modules/commit/bbb71e6ef4a0b8d7d10409f81f936693a7b34962))
199
+ * **Background:** Set current background color to local CSS variable GM-259 ([bbb71e6](https://github.com/Codecademy/gamut/commit/bbb71e6ef4a0b8d7d10409f81f936693a7b34962))
98
200
 
99
201
 
100
202
 
101
- ### [11.6.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.6.2...@codecademy/gamut-styles@11.6.3) (2021-07-29)
203
+ ### [11.6.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.6.2...@codecademy/gamut-styles@11.6.3) (2021-07-29)
102
204
 
103
205
 
104
206
  ### Bug Fixes
105
207
 
106
- * **colors:** Red Swap for accessible errors GM-281 ([c09d9f4](https://github.com/Codecademy/client-modules/commit/c09d9f4ad8254042ebdec9b02675e89f6a9aaac3))
208
+ * **colors:** Red Swap for accessible errors GM-281 ([c09d9f4](https://github.com/Codecademy/gamut/commit/c09d9f4ad8254042ebdec9b02675e89f6a9aaac3))
107
209
 
108
210
 
109
211
 
110
- ### [11.6.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.6.1...@codecademy/gamut-styles@11.6.2) (2021-07-19)
212
+ ### [11.6.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.6.1...@codecademy/gamut-styles@11.6.2) (2021-07-19)
111
213
 
112
214
  **Note:** Version bump only for package @codecademy/gamut-styles
113
215
 
@@ -115,52 +217,52 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
115
217
 
116
218
 
117
219
 
118
- ### [11.6.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.6.0...@codecademy/gamut-styles@11.6.1) (2021-07-16)
220
+ ### [11.6.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.6.0...@codecademy/gamut-styles@11.6.1) (2021-07-16)
119
221
 
120
222
 
121
223
  ### Bug Fixes
122
224
 
123
- * Theme extension merge logic ([9b32463](https://github.com/Codecademy/client-modules/commit/9b32463d044ead994b2c173bc07c5ebbd5511187))
225
+ * Theme extension merge logic ([9b32463](https://github.com/Codecademy/gamut/commit/9b32463d044ead994b2c173bc07c5ebbd5511187))
124
226
 
125
227
 
126
228
 
127
- ## [11.6.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.5.1...@codecademy/gamut-styles@11.6.0) (2021-07-15)
229
+ ## [11.6.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.5.1...@codecademy/gamut-styles@11.6.0) (2021-07-15)
128
230
 
129
231
 
130
232
  ### Features
131
233
 
132
- * Add admin theme ([c5f7bf9](https://github.com/Codecademy/client-modules/commit/c5f7bf9faaf86b2aca3f8dffd67480d50999be7b))
234
+ * Add admin theme ([c5f7bf9](https://github.com/Codecademy/gamut/commit/c5f7bf9faaf86b2aca3f8dffd67480d50999be7b))
133
235
 
134
236
 
135
237
 
136
- ### [11.5.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.5.0...@codecademy/gamut-styles@11.5.1) (2021-06-17)
238
+ ### [11.5.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.5.0...@codecademy/gamut-styles@11.5.1) (2021-06-17)
137
239
 
138
240
 
139
241
  ### Bug Fixes
140
242
 
141
- * Hover + Shadow regression ([d044952](https://github.com/Codecademy/client-modules/commit/d044952f2fdda508aeab9c277dcac2327f5dcc00))
243
+ * Hover + Shadow regression ([d044952](https://github.com/Codecademy/gamut/commit/d044952f2fdda508aeab9c277dcac2327f5dcc00))
142
244
 
143
245
 
144
246
 
145
- ## [11.5.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.4.0...@codecademy/gamut-styles@11.5.0) (2021-06-16)
247
+ ## [11.5.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.4.0...@codecademy/gamut-styles@11.5.0) (2021-06-16)
146
248
 
147
249
 
148
250
  ### Features
149
251
 
150
- * **variance:** Computed styles, and configurable CSSType narrowing [GM-233] ([c258c19](https://github.com/Codecademy/client-modules/commit/c258c19b7970b41361b6cfafe76e2a52b7b4c828))
252
+ * **variance:** Computed styles, and configurable CSSType narrowing [GM-233] ([c258c19](https://github.com/Codecademy/gamut/commit/c258c19b7970b41361b6cfafe76e2a52b7b4c828))
151
253
 
152
254
 
153
255
 
154
- ## [11.4.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.3.1...@codecademy/gamut-styles@11.4.0) (2021-06-16)
256
+ ## [11.4.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.3.1...@codecademy/gamut-styles@11.4.0) (2021-06-16)
155
257
 
156
258
 
157
259
  ### Features
158
260
 
159
- * **Buttons:** Color + Structure Redux [GM-237] ([#1809](https://github.com/Codecademy/client-modules/issues/1809)) ([743c248](https://github.com/Codecademy/client-modules/commit/743c2488ad5b62d41bfe3aec30504d9191a8c83c))
261
+ * **Buttons:** Color + Structure Redux [GM-237] ([#1809](https://github.com/Codecademy/gamut/issues/1809)) ([743c248](https://github.com/Codecademy/gamut/commit/743c2488ad5b62d41bfe3aec30504d9191a8c83c))
160
262
 
161
263
 
162
264
 
163
- ### [11.3.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.3.0...@codecademy/gamut-styles@11.3.1) (2021-06-16)
265
+ ### [11.3.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.3.0...@codecademy/gamut-styles@11.3.1) (2021-06-16)
164
266
 
165
267
  **Note:** Version bump only for package @codecademy/gamut-styles
166
268
 
@@ -168,34 +270,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
168
270
 
169
271
 
170
272
 
171
- ## [11.3.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.2.0...@codecademy/gamut-styles@11.3.0) (2021-06-15)
273
+ ## [11.3.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.2.0...@codecademy/gamut-styles@11.3.0) (2021-06-15)
172
274
 
173
275
 
174
276
  ### Features
175
277
 
176
- * **props:** Support `color` and other HTML attributes as system props without type collision GM-247 ([50a8b43](https://github.com/Codecademy/client-modules/commit/50a8b43b27eff2d75307d317d724383156e5a3ed))
278
+ * **props:** Support `color` and other HTML attributes as system props without type collision GM-247 ([50a8b43](https://github.com/Codecademy/gamut/commit/50a8b43b27eff2d75307d317d724383156e5a3ed))
177
279
 
178
280
 
179
281
 
180
- ## [11.2.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.1.0...@codecademy/gamut-styles@11.2.0) (2021-06-10)
282
+ ## [11.2.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.1.0...@codecademy/gamut-styles@11.2.0) (2021-06-10)
181
283
 
182
284
 
183
285
  ### Features
184
286
 
185
- * Navy scale + color alias changes GM-237 ([bf896dd](https://github.com/Codecademy/client-modules/commit/bf896dd3fcf0435ef557694740d96df38d12173b)), closes [#10162](https://github.com/Codecademy/client-modules/issues/10162)
287
+ * Navy scale + color alias changes GM-237 ([bf896dd](https://github.com/Codecademy/gamut/commit/bf896dd3fcf0435ef557694740d96df38d12173b)), closes [#10162](https://github.com/Codecademy/gamut/issues/10162)
186
288
 
187
289
 
188
290
 
189
- ## [11.1.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@11.0.0...@codecademy/gamut-styles@11.1.0) (2021-06-10)
291
+ ## [11.1.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@11.0.0...@codecademy/gamut-styles@11.1.0) (2021-06-10)
190
292
 
191
293
 
192
294
  ### Features
193
295
 
194
- * **variance:** states boolean toggle styles GM-233 ([e463f0e](https://github.com/Codecademy/client-modules/commit/e463f0e77802a3565ddda4de2e14050372923678))
296
+ * **variance:** states boolean toggle styles GM-233 ([e463f0e](https://github.com/Codecademy/gamut/commit/e463f0e77802a3565ddda4de2e14050372923678))
195
297
 
196
298
 
197
299
 
198
- ## [11.0.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@10.2.1...@codecademy/gamut-styles@11.0.0) (2021-06-03)
300
+ ## [11.0.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@10.2.1...@codecademy/gamut-styles@11.0.0) (2021-06-03)
199
301
 
200
302
 
201
303
  ### ⚠ BREAKING CHANGES
@@ -204,11 +306,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
204
306
 
205
307
  ### Features
206
308
 
207
- * release -kit-4.7 ([1066f7b](https://github.com/Codecademy/client-modules/commit/1066f7b87f5fc37d5595324953964945c3d2b082))
309
+ * release -kit-4.7 ([1066f7b](https://github.com/Codecademy/gamut/commit/1066f7b87f5fc37d5595324953964945c3d2b082))
208
310
 
209
311
 
210
312
 
211
- ### [10.2.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@10.2.0...@codecademy/gamut-styles@10.2.1) (2021-06-02)
313
+ ### [10.2.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@10.2.0...@codecademy/gamut-styles@10.2.1) (2021-06-02)
212
314
 
213
315
  **Note:** Version bump only for package @codecademy/gamut-styles
214
316
 
@@ -216,43 +318,43 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
216
318
 
217
319
 
218
320
 
219
- ## [10.2.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@10.1.2...@codecademy/gamut-styles@10.2.0) (2021-05-27)
321
+ ## [10.2.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@10.1.2...@codecademy/gamut-styles@10.2.0) (2021-05-27)
220
322
 
221
323
 
222
324
  ### Features
223
325
 
224
- * Migrate final gamut-system docs + functions to variance [WEB-1413] ([67c8651](https://github.com/Codecademy/client-modules/commit/67c8651dc4985dd656c8d488af4cf56ca21a813b))
326
+ * Migrate final gamut-system docs + functions to variance [WEB-1413] ([67c8651](https://github.com/Codecademy/gamut/commit/67c8651dc4985dd656c8d488af4cf56ca21a813b))
225
327
 
226
328
 
227
329
 
228
- ### [10.1.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@10.1.1...@codecademy/gamut-styles@10.1.2) (2021-05-25)
330
+ ### [10.1.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@10.1.1...@codecademy/gamut-styles@10.1.2) (2021-05-25)
229
331
 
230
332
 
231
333
  ### Bug Fixes
232
334
 
233
- * Use native focus-visible in addition to polyfill ([aefae8f](https://github.com/Codecademy/client-modules/commit/aefae8f6923438c459cb774293d637403df708a2))
335
+ * Use native focus-visible in addition to polyfill ([aefae8f](https://github.com/Codecademy/gamut/commit/aefae8f6923438c459cb774293d637403df708a2))
234
336
 
235
337
 
236
338
 
237
- ### [10.1.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@10.1.0...@codecademy/gamut-styles@10.1.1) (2021-05-24)
339
+ ### [10.1.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@10.1.0...@codecademy/gamut-styles@10.1.1) (2021-05-24)
238
340
 
239
341
 
240
342
  ### Bug Fixes
241
343
 
242
- * allow override of tooltip alignment ([3930e15](https://github.com/Codecademy/client-modules/commit/3930e158c7f430acabc5ac5d66ab19d2b1fe9b76))
344
+ * allow override of tooltip alignment ([3930e15](https://github.com/Codecademy/gamut/commit/3930e158c7f430acabc5ac5d66ab19d2b1fe9b76))
243
345
 
244
346
 
245
347
 
246
- ## [10.1.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@10.0.0...@codecademy/gamut-styles@10.1.0) (2021-05-18)
348
+ ## [10.1.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@10.0.0...@codecademy/gamut-styles@10.1.0) (2021-05-18)
247
349
 
248
350
 
249
351
  ### Features
250
352
 
251
- * **theme:** createTheme self containment ([59ddff7](https://github.com/Codecademy/client-modules/commit/59ddff7224cd8e0972212dd6ba1696f40ccac835)), closes [#666666](https://github.com/Codecademy/client-modules/issues/666666) [#666666](https://github.com/Codecademy/client-modules/issues/666666)
353
+ * **theme:** createTheme self containment ([59ddff7](https://github.com/Codecademy/gamut/commit/59ddff7224cd8e0972212dd6ba1696f40ccac835)), closes [#666666](https://github.com/Codecademy/gamut/issues/666666) [#666666](https://github.com/Codecademy/gamut/issues/666666)
252
354
 
253
355
 
254
356
 
255
- ## [10.0.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.9.0...@codecademy/gamut-styles@10.0.0) (2021-05-12)
357
+ ## [10.0.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.9.0...@codecademy/gamut-styles@10.0.0) (2021-05-12)
256
358
 
257
359
 
258
360
  ### ⚠ BREAKING CHANGES
@@ -261,20 +363,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
261
363
 
262
364
  ### Features
263
365
 
264
- * use a sticky Box for GlobalHeader ([dd8639e](https://github.com/Codecademy/client-modules/commit/dd8639ee6a6ce669912907a60646d1bd1f829ee1))
366
+ * use a sticky Box for GlobalHeader ([dd8639e](https://github.com/Codecademy/gamut/commit/dd8639ee6a6ce669912907a60646d1bd1f829ee1))
265
367
 
266
368
 
267
369
 
268
- ## [9.9.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.8.1...@codecademy/gamut-styles@9.9.0) (2021-05-11)
370
+ ## [9.9.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.8.1...@codecademy/gamut-styles@9.9.0) (2021-05-11)
269
371
 
270
372
 
271
373
  ### Features
272
374
 
273
- * **Overlay:** Add inline option for locking the offset parent only [GM-225] ([53aed51](https://github.com/Codecademy/client-modules/commit/53aed5140d6043594844458e6fb71c79ddfb241e))
375
+ * **Overlay:** Add inline option for locking the offset parent only [GM-225] ([53aed51](https://github.com/Codecademy/gamut/commit/53aed5140d6043594844458e6fb71c79ddfb241e))
274
376
 
275
377
 
276
378
 
277
- ### [9.8.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.8.0...@codecademy/gamut-styles@9.8.1) (2021-05-07)
379
+ ### [9.8.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.8.0...@codecademy/gamut-styles@9.8.1) (2021-05-07)
278
380
 
279
381
  **Note:** Version bump only for package @codecademy/gamut-styles
280
382
 
@@ -282,16 +384,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
282
384
 
283
385
 
284
386
 
285
- ## [9.8.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.7.4...@codecademy/gamut-styles@9.8.0) (2021-05-05)
387
+ ## [9.8.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.7.4...@codecademy/gamut-styles@9.8.0) (2021-05-05)
286
388
 
287
389
 
288
390
  ### Features
289
391
 
290
- * **PageWrapper:** Extend stacking context reset element for pages with a background color ([0a22b34](https://github.com/Codecademy/client-modules/commit/0a22b3489625e524085ffd2076730e05b9a4d898))
392
+ * **PageWrapper:** Extend stacking context reset element for pages with a background color ([0a22b34](https://github.com/Codecademy/gamut/commit/0a22b3489625e524085ffd2076730e05b9a4d898))
291
393
 
292
394
 
293
395
 
294
- ### [9.7.4](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.7.3...@codecademy/gamut-styles@9.7.4) (2021-05-04)
396
+ ### [9.7.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.7.3...@codecademy/gamut-styles@9.7.4) (2021-05-04)
295
397
 
296
398
  **Note:** Version bump only for package @codecademy/gamut-styles
297
399
 
@@ -299,16 +401,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
299
401
 
300
402
 
301
403
 
302
- ### [9.7.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.7.2...@codecademy/gamut-styles@9.7.3) (2021-05-04)
404
+ ### [9.7.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.7.2...@codecademy/gamut-styles@9.7.3) (2021-05-04)
303
405
 
304
406
 
305
407
  ### Bug Fixes
306
408
 
307
- * **Props/Dialog/Button:** Prop Fixes for Button / Dialog ([9b03d03](https://github.com/Codecademy/client-modules/commit/9b03d0336f545f5107ba600a953f6f04edcf97da))
409
+ * **Props/Dialog/Button:** Prop Fixes for Button / Dialog ([9b03d03](https://github.com/Codecademy/gamut/commit/9b03d0336f545f5107ba600a953f6f04edcf97da))
308
410
 
309
411
 
310
412
 
311
- ### [9.7.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.7.1...@codecademy/gamut-styles@9.7.2) (2021-05-03)
413
+ ### [9.7.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.7.1...@codecademy/gamut-styles@9.7.2) (2021-05-03)
312
414
 
313
415
  **Note:** Version bump only for package @codecademy/gamut-styles
314
416
 
@@ -316,25 +418,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
316
418
 
317
419
 
318
420
 
319
- ### [9.7.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.7.0...@codecademy/gamut-styles@9.7.1) (2021-04-30)
421
+ ### [9.7.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.7.0...@codecademy/gamut-styles@9.7.1) (2021-04-30)
320
422
 
321
423
 
322
424
  ### Bug Fixes
323
425
 
324
- * **Emotion:** Add mode and variant to base `shouldForwardProp` filters and keep static list of all system props ([19b34e4](https://github.com/Codecademy/client-modules/commit/19b34e40abf9bf1ec2a92f4828c734ec67ee879e))
426
+ * **Emotion:** Add mode and variant to base `shouldForwardProp` filters and keep static list of all system props ([19b34e4](https://github.com/Codecademy/gamut/commit/19b34e40abf9bf1ec2a92f4828c734ec67ee879e))
325
427
 
326
428
 
327
429
 
328
- ## [9.7.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.6.3...@codecademy/gamut-styles@9.7.0) (2021-04-29)
430
+ ## [9.7.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.6.3...@codecademy/gamut-styles@9.7.0) (2021-04-29)
329
431
 
330
432
 
331
433
  ### Features
332
434
 
333
- * **Buttons:** ColorModes + Props + Refactor + Refs Oh My! [GM-211] [REACH-856] [GM-192] ([c4643db](https://github.com/Codecademy/client-modules/commit/c4643db64d3684319f8d5fc6f68d05197ec1f61e))
435
+ * **Buttons:** ColorModes + Props + Refactor + Refs Oh My! [GM-211] [REACH-856] [GM-192] ([c4643db](https://github.com/Codecademy/gamut/commit/c4643db64d3684319f8d5fc6f68d05197ec1f61e))
334
436
 
335
437
 
336
438
 
337
- ### [9.6.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.6.2...@codecademy/gamut-styles@9.6.3) (2021-04-28)
439
+ ### [9.6.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.6.2...@codecademy/gamut-styles@9.6.3) (2021-04-28)
338
440
 
339
441
  **Note:** Version bump only for package @codecademy/gamut-styles
340
442
 
@@ -342,7 +444,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
342
444
 
343
445
 
344
446
 
345
- ### [9.6.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.6.1...@codecademy/gamut-styles@9.6.2) (2021-04-27)
447
+ ### [9.6.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.6.1...@codecademy/gamut-styles@9.6.2) (2021-04-27)
346
448
 
347
449
  **Note:** Version bump only for package @codecademy/gamut-styles
348
450
 
@@ -350,43 +452,43 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
350
452
 
351
453
 
352
454
 
353
- ### [9.6.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.6.0...@codecademy/gamut-styles@9.6.1) (2021-04-26)
455
+ ### [9.6.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.6.0...@codecademy/gamut-styles@9.6.1) (2021-04-26)
354
456
 
355
457
 
356
458
  ### Bug Fixes
357
459
 
358
- * **ColorMode:** Ref Forarding for BG + ColorMode ([d2ded46](https://github.com/Codecademy/client-modules/commit/d2ded46456df895e0bfa58ac213c583c2ff934c1))
460
+ * **ColorMode:** Ref Forarding for BG + ColorMode ([d2ded46](https://github.com/Codecademy/gamut/commit/d2ded46456df895e0bfa58ac213c583c2ff934c1))
359
461
 
360
462
 
361
463
 
362
- ## [9.6.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.5.6...@codecademy/gamut-styles@9.6.0) (2021-04-26)
464
+ ## [9.6.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.5.6...@codecademy/gamut-styles@9.6.0) (2021-04-26)
363
465
 
364
466
 
365
467
  ### Features
366
468
 
367
- * **Anchor:** Variance Migration + ColorMode [GM-203] ([d5ae675](https://github.com/Codecademy/client-modules/commit/d5ae6758c65a837066562eb0ed8b964176889148))
469
+ * **Anchor:** Variance Migration + ColorMode [GM-203] ([d5ae675](https://github.com/Codecademy/gamut/commit/d5ae6758c65a837066562eb0ed8b964176889148))
368
470
 
369
471
 
370
472
 
371
- ### [9.5.6](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.5.5...@codecademy/gamut-styles@9.5.6) (2021-04-23)
473
+ ### [9.5.6](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.5.5...@codecademy/gamut-styles@9.5.6) (2021-04-23)
372
474
 
373
475
 
374
476
  ### Bug Fixes
375
477
 
376
- * cache constants missing ([de8094b](https://github.com/Codecademy/client-modules/commit/de8094bd0b21c671f75ae8b6a6b895260b66c2de))
478
+ * cache constants missing ([de8094b](https://github.com/Codecademy/gamut/commit/de8094bd0b21c671f75ae8b6a6b895260b66c2de))
377
479
 
378
480
 
379
481
 
380
- ### [9.5.5](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.5.4...@codecademy/gamut-styles@9.5.5) (2021-04-23)
482
+ ### [9.5.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.5.4...@codecademy/gamut-styles@9.5.5) (2021-04-23)
381
483
 
382
484
 
383
485
  ### Bug Fixes
384
486
 
385
- * Add GamutProvider Tests and Remove .storybook from coverage ([87bbb73](https://github.com/Codecademy/client-modules/commit/87bbb737a0cd2a9f5430c65b44cd82071b186668))
487
+ * Add GamutProvider Tests and Remove .storybook from coverage ([87bbb73](https://github.com/Codecademy/gamut/commit/87bbb737a0cd2a9f5430c65b44cd82071b186668))
386
488
 
387
489
 
388
490
 
389
- ### [9.5.4](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.5.3...@codecademy/gamut-styles@9.5.4) (2021-04-22)
491
+ ### [9.5.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.5.3...@codecademy/gamut-styles@9.5.4) (2021-04-22)
390
492
 
391
493
  **Note:** Version bump only for package @codecademy/gamut-styles
392
494
 
@@ -394,7 +496,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
394
496
 
395
497
 
396
498
 
397
- ### [9.5.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.5.2...@codecademy/gamut-styles@9.5.3) (2021-04-20)
499
+ ### [9.5.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.5.2...@codecademy/gamut-styles@9.5.3) (2021-04-20)
398
500
 
399
501
  **Note:** Version bump only for package @codecademy/gamut-styles
400
502
 
@@ -402,16 +504,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
402
504
 
403
505
 
404
506
 
405
- ### [9.5.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.5.1...@codecademy/gamut-styles@9.5.2) (2021-04-19)
507
+ ### [9.5.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.5.1...@codecademy/gamut-styles@9.5.2) (2021-04-19)
406
508
 
407
509
 
408
510
  ### Bug Fixes
409
511
 
410
- * **Props:** Adds alignment props to both grid and flex ([05a4f76](https://github.com/Codecademy/client-modules/commit/05a4f76044accaf07eebad2ed2047c13e62f407f))
512
+ * **Props:** Adds alignment props to both grid and flex ([05a4f76](https://github.com/Codecademy/gamut/commit/05a4f76044accaf07eebad2ed2047c13e62f407f))
411
513
 
412
514
 
413
515
 
414
- ### [9.5.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.5.0...@codecademy/gamut-styles@9.5.1) (2021-04-15)
516
+ ### [9.5.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.5.0...@codecademy/gamut-styles@9.5.1) (2021-04-15)
415
517
 
416
518
  **Note:** Version bump only for package @codecademy/gamut-styles
417
519
 
@@ -419,25 +521,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
419
521
 
420
522
 
421
523
 
422
- ## [9.5.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.4.0...@codecademy/gamut-styles@9.5.0) (2021-04-15)
524
+ ## [9.5.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.4.0...@codecademy/gamut-styles@9.5.0) (2021-04-15)
423
525
 
424
526
 
425
527
  ### Features
426
528
 
427
- * **LayoutGrid:** LayoutGrid conversion + Initial Variance Props [GM-81] ([2b51494](https://github.com/Codecademy/client-modules/commit/2b514940871759b66f91aa1f333be558e1ee517a))
529
+ * **LayoutGrid:** LayoutGrid conversion + Initial Variance Props [GM-81] ([2b51494](https://github.com/Codecademy/gamut/commit/2b514940871759b66f91aa1f333be558e1ee517a))
428
530
 
429
531
 
430
532
 
431
- ## [9.4.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.3.2...@codecademy/gamut-styles@9.4.0) (2021-04-15)
533
+ ## [9.4.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.3.2...@codecademy/gamut-styles@9.4.0) (2021-04-15)
432
534
 
433
535
 
434
536
  ### Features
435
537
 
436
- * **ThemeBuilder:** TypeSafe theme construction + variable serialization [WEB-1401] ([8ccae3d](https://github.com/Codecademy/client-modules/commit/8ccae3d2081df94525269e443ac1b335953597c7))
538
+ * **ThemeBuilder:** TypeSafe theme construction + variable serialization [WEB-1401] ([8ccae3d](https://github.com/Codecademy/gamut/commit/8ccae3d2081df94525269e443ac1b335953597c7))
437
539
 
438
540
 
439
541
 
440
- ### [9.3.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.3.1...@codecademy/gamut-styles@9.3.2) (2021-04-12)
542
+ ### [9.3.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.3.1...@codecademy/gamut-styles@9.3.2) (2021-04-12)
441
543
 
442
544
  **Note:** Version bump only for package @codecademy/gamut-styles
443
545
 
@@ -445,7 +547,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
445
547
 
446
548
 
447
549
 
448
- ### [9.3.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.3.0...@codecademy/gamut-styles@9.3.1) (2021-04-09)
550
+ ### [9.3.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.3.0...@codecademy/gamut-styles@9.3.1) (2021-04-09)
449
551
 
450
552
  **Note:** Version bump only for package @codecademy/gamut-styles
451
553
 
@@ -453,25 +555,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
453
555
 
454
556
 
455
557
 
456
- ## [9.3.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.2.0...@codecademy/gamut-styles@9.3.0) (2021-04-08)
558
+ ## [9.3.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.2.0...@codecademy/gamut-styles@9.3.0) (2021-04-08)
457
559
 
458
560
 
459
561
  ### Features
460
562
 
461
- * **ColorModes:** Base ColorMode support and serialization of color variables [GM-177] ([b588132](https://github.com/Codecademy/client-modules/commit/b5881326ace09f0b1b7052f24e59ecb5b8326aef))
563
+ * **ColorModes:** Base ColorMode support and serialization of color variables [GM-177] ([b588132](https://github.com/Codecademy/gamut/commit/b5881326ace09f0b1b7052f24e59ecb5b8326aef))
462
564
 
463
565
 
464
566
 
465
- ## [9.2.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.1.4...@codecademy/gamut-styles@9.2.0) (2021-04-06)
567
+ ## [9.2.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.1.4...@codecademy/gamut-styles@9.2.0) (2021-04-06)
466
568
 
467
569
 
468
570
  ### Features
469
571
 
470
- * **Variance:** Initial Props and Refactor Tests [WEB-1390] ([e4b5177](https://github.com/Codecademy/client-modules/commit/e4b5177544643fec274d20f37be594b140a4cba3))
572
+ * **Variance:** Initial Props and Refactor Tests [WEB-1390] ([e4b5177](https://github.com/Codecademy/gamut/commit/e4b5177544643fec274d20f37be594b140a4cba3))
471
573
 
472
574
 
473
575
 
474
- ### [9.1.4](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.1.3...@codecademy/gamut-styles@9.1.4) (2021-04-05)
576
+ ### [9.1.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.1.3...@codecademy/gamut-styles@9.1.4) (2021-04-05)
475
577
 
476
578
  **Note:** Version bump only for package @codecademy/gamut-styles
477
579
 
@@ -479,7 +581,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
479
581
 
480
582
 
481
583
 
482
- ### [9.1.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.1.2...@codecademy/gamut-styles@9.1.3) (2021-03-30)
584
+ ### [9.1.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.1.2...@codecademy/gamut-styles@9.1.3) (2021-03-30)
483
585
 
484
586
  **Note:** Version bump only for package @codecademy/gamut-styles
485
587
 
@@ -487,7 +589,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
487
589
 
488
590
 
489
591
 
490
- ### [9.1.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.1.1...@codecademy/gamut-styles@9.1.2) (2021-03-30)
592
+ ### [9.1.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.1.1...@codecademy/gamut-styles@9.1.2) (2021-03-30)
491
593
 
492
594
  **Note:** Version bump only for package @codecademy/gamut-styles
493
595
 
@@ -495,7 +597,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
495
597
 
496
598
 
497
599
 
498
- ### [9.1.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.1.0...@codecademy/gamut-styles@9.1.1) (2021-03-26)
600
+ ### [9.1.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.1.0...@codecademy/gamut-styles@9.1.1) (2021-03-26)
499
601
 
500
602
  **Note:** Version bump only for package @codecademy/gamut-styles
501
603
 
@@ -503,16 +605,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
503
605
 
504
606
 
505
607
 
506
- ## [9.1.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.0.1...@codecademy/gamut-styles@9.1.0) (2021-03-23)
608
+ ## [9.1.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.0.1...@codecademy/gamut-styles@9.1.0) (2021-03-23)
507
609
 
508
610
 
509
611
  ### Features
510
612
 
511
- * **GamutProvider:** Adds single provider for Theme + Cache + Globals + Assets [WEB-1352] [GM-173] ([9eac700](https://github.com/Codecademy/client-modules/commit/9eac7009b4d773621a0993cc125d6878b76977ce))
613
+ * **GamutProvider:** Adds single provider for Theme + Cache + Globals + Assets [WEB-1352] [GM-173] ([9eac700](https://github.com/Codecademy/gamut/commit/9eac7009b4d773621a0993cc125d6878b76977ce))
512
614
 
513
615
 
514
616
 
515
- ### [9.0.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@9.0.0...@codecademy/gamut-styles@9.0.1) (2021-03-19)
617
+ ### [9.0.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@9.0.0...@codecademy/gamut-styles@9.0.1) (2021-03-19)
516
618
 
517
619
  **Note:** Version bump only for package @codecademy/gamut-styles
518
620
 
@@ -520,7 +622,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
520
622
 
521
623
 
522
624
 
523
- ## [9.0.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@8.3.2...@codecademy/gamut-styles@9.0.0) (2021-03-18)
625
+ ## [9.0.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@8.3.2...@codecademy/gamut-styles@9.0.0) (2021-03-18)
524
626
 
525
627
 
526
628
  ### ⚠ BREAKING CHANGES
@@ -529,11 +631,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
529
631
 
530
632
  ### Features
531
633
 
532
- * **ContentContainer:** update responsive padding ([4f66f22](https://github.com/Codecademy/client-modules/commit/4f66f22a3572f1e721b5da0a8c41ebe3dd385279))
634
+ * **ContentContainer:** update responsive padding ([4f66f22](https://github.com/Codecademy/gamut/commit/4f66f22a3572f1e721b5da0a8c41ebe3dd385279))
533
635
 
534
636
 
535
637
 
536
- ### [8.3.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@8.3.1...@codecademy/gamut-styles@8.3.2) (2021-03-16)
638
+ ### [8.3.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@8.3.1...@codecademy/gamut-styles@8.3.2) (2021-03-16)
537
639
 
538
640
  **Note:** Version bump only for package @codecademy/gamut-styles
539
641
 
@@ -541,25 +643,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
541
643
 
542
644
 
543
645
 
544
- ### [8.3.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@8.3.0...@codecademy/gamut-styles@8.3.1) (2021-03-04)
646
+ ### [8.3.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@8.3.0...@codecademy/gamut-styles@8.3.1) (2021-03-04)
545
647
 
546
648
 
547
649
  ### Bug Fixes
548
650
 
549
- * **styles:** Run emotion plugin ([c79b818](https://github.com/Codecademy/client-modules/commit/c79b818865a6ce370393543863ccbdf3cb46f5b7))
651
+ * **styles:** Run emotion plugin ([c79b818](https://github.com/Codecademy/gamut/commit/c79b818865a6ce370393543863ccbdf3cb46f5b7))
550
652
 
551
653
 
552
654
 
553
- ## [8.3.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@8.2.2...@codecademy/gamut-styles@8.3.0) (2021-03-04)
655
+ ## [8.3.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@8.2.2...@codecademy/gamut-styles@8.3.0) (2021-03-04)
554
656
 
555
657
 
556
658
  ### Features
557
659
 
558
- * **ThemeProvider:** Adds GamutThemeProvider component and initial Global styles ([f4fd13c](https://github.com/Codecademy/client-modules/commit/f4fd13ce04762f75517117372c76d189ee0f0b99))
660
+ * **ThemeProvider:** Adds GamutThemeProvider component and initial Global styles ([f4fd13c](https://github.com/Codecademy/gamut/commit/f4fd13ce04762f75517117372c76d189ee0f0b99))
559
661
 
560
662
 
561
663
 
562
- ### [8.2.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@8.2.1...@codecademy/gamut-styles@8.2.2) (2021-03-04)
664
+ ### [8.2.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@8.2.1...@codecademy/gamut-styles@8.2.2) (2021-03-04)
563
665
 
564
666
  **Note:** Version bump only for package @codecademy/gamut-styles
565
667
 
@@ -567,7 +669,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
567
669
 
568
670
 
569
671
 
570
- ### [8.2.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@8.2.0...@codecademy/gamut-styles@8.2.1) (2021-03-04)
672
+ ### [8.2.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@8.2.0...@codecademy/gamut-styles@8.2.1) (2021-03-04)
571
673
 
572
674
  **Note:** Version bump only for package @codecademy/gamut-styles
573
675
 
@@ -575,34 +677,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
575
677
 
576
678
 
577
679
 
578
- ## [8.2.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@8.1.1...@codecademy/gamut-styles@8.2.0) (2021-03-02)
680
+ ## [8.2.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@8.1.1...@codecademy/gamut-styles@8.2.0) (2021-03-02)
579
681
 
580
682
 
581
683
  ### Features
582
684
 
583
- * **props:** Adds custom shouldForwardProp to omit system props ([2048045](https://github.com/Codecademy/client-modules/commit/2048045c2710333a79b4b1f60a41d74128029cfd))
685
+ * **props:** Adds custom shouldForwardProp to omit system props ([2048045](https://github.com/Codecademy/gamut/commit/2048045c2710333a79b4b1f60a41d74128029cfd))
584
686
 
585
687
 
586
688
 
587
- ### [8.1.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@8.1.0...@codecademy/gamut-styles@8.1.1) (2021-02-23)
689
+ ### [8.1.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@8.1.0...@codecademy/gamut-styles@8.1.1) (2021-02-23)
588
690
 
589
691
 
590
692
  ### Bug Fixes
591
693
 
592
- * **emotion:** Cache changes ([35b4ab7](https://github.com/Codecademy/client-modules/commit/35b4ab7a933a0bdad80e5641d9e191234a22a3ff))
694
+ * **emotion:** Cache changes ([35b4ab7](https://github.com/Codecademy/gamut/commit/35b4ab7a933a0bdad80e5641d9e191234a22a3ff))
593
695
 
594
696
 
595
697
 
596
- ## [8.1.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@8.0.1...@codecademy/gamut-styles@8.1.0) (2021-02-17)
698
+ ## [8.1.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@8.0.1...@codecademy/gamut-styles@8.1.0) (2021-02-17)
597
699
 
598
700
 
599
701
  ### Features
600
702
 
601
- * **Button:** Alternative (secondary) modes and consistent height [GM-126] ([d96d47f](https://github.com/Codecademy/client-modules/commit/d96d47fbdc8b94f9251ec7c123d101d38c4e3667))
703
+ * **Button:** Alternative (secondary) modes and consistent height [GM-126] ([d96d47f](https://github.com/Codecademy/gamut/commit/d96d47fbdc8b94f9251ec7c123d101d38c4e3667))
602
704
 
603
705
 
604
706
 
605
- ### [8.0.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@8.0.0...@codecademy/gamut-styles@8.0.1) (2021-02-16)
707
+ ### [8.0.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@8.0.0...@codecademy/gamut-styles@8.0.1) (2021-02-16)
606
708
 
607
709
  **Note:** Version bump only for package @codecademy/gamut-styles
608
710
 
@@ -610,7 +712,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
610
712
 
611
713
 
612
714
 
613
- ## [8.0.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.7.3...@codecademy/gamut-styles@8.0.0) (2021-02-12)
715
+ ## [8.0.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.7.3...@codecademy/gamut-styles@8.0.0) (2021-02-12)
614
716
 
615
717
 
616
718
  ### ⚠ BREAKING CHANGES
@@ -619,11 +721,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
619
721
 
620
722
  ### Features
621
723
 
622
- * bumped ESLint packages to latest and added recommended & Jest linting ([2e8af11](https://github.com/Codecademy/client-modules/commit/2e8af111b372f35f1cfca28cbc22744f7489615d))
724
+ * bumped ESLint packages to latest and added recommended & Jest linting ([2e8af11](https://github.com/Codecademy/gamut/commit/2e8af111b372f35f1cfca28cbc22744f7489615d))
623
725
 
624
726
 
625
727
 
626
- ### [7.7.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.7.2...@codecademy/gamut-styles@7.7.3) (2021-02-05)
728
+ ### [7.7.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.7.2...@codecademy/gamut-styles@7.7.3) (2021-02-05)
627
729
 
628
730
  **Note:** Version bump only for package @codecademy/gamut-styles
629
731
 
@@ -631,7 +733,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
631
733
 
632
734
 
633
735
 
634
- ### [7.7.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.7.1...@codecademy/gamut-styles@7.7.2) (2021-02-04)
736
+ ### [7.7.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.7.1...@codecademy/gamut-styles@7.7.2) (2021-02-04)
635
737
 
636
738
  **Note:** Version bump only for package @codecademy/gamut-styles
637
739
 
@@ -639,7 +741,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
639
741
 
640
742
 
641
743
 
642
- ### [7.7.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.7.0...@codecademy/gamut-styles@7.7.1) (2021-02-02)
744
+ ### [7.7.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.7.0...@codecademy/gamut-styles@7.7.1) (2021-02-02)
643
745
 
644
746
  **Note:** Version bump only for package @codecademy/gamut-styles
645
747
 
@@ -647,34 +749,34 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
647
749
 
648
750
 
649
751
 
650
- ## [7.7.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.6.3...@codecademy/gamut-styles@7.7.0) (2021-01-29)
752
+ ## [7.7.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.6.3...@codecademy/gamut-styles@7.7.0) (2021-01-29)
651
753
 
652
754
 
653
755
  ### Features
654
756
 
655
- * **Styleguide:** Add specific theme and scale docs ([4062b54](https://github.com/Codecademy/client-modules/commit/4062b5444b8df37e183bf76865a07f938588d2c1))
757
+ * **Styleguide:** Add specific theme and scale docs ([4062b54](https://github.com/Codecademy/gamut/commit/4062b5444b8df37e183bf76865a07f938588d2c1))
656
758
 
657
759
 
658
760
 
659
- ### [7.6.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.6.2...@codecademy/gamut-styles@7.6.3) (2021-01-22)
761
+ ### [7.6.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.6.2...@codecademy/gamut-styles@7.6.3) (2021-01-22)
660
762
 
661
763
 
662
764
  ### Bug Fixes
663
765
 
664
- * **styles:** Default button focus styles to focus-visible ([6493ee2](https://github.com/Codecademy/client-modules/commit/6493ee2703b9f3e723ce0f5283b8b7d60e3e153e))
766
+ * **styles:** Default button focus styles to focus-visible ([6493ee2](https://github.com/Codecademy/gamut/commit/6493ee2703b9f3e723ce0f5283b8b7d60e3e153e))
665
767
 
666
768
 
667
769
 
668
- ### [7.6.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.6.1...@codecademy/gamut-styles@7.6.2) (2020-12-14)
770
+ ### [7.6.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.6.1...@codecademy/gamut-styles@7.6.2) (2020-12-14)
669
771
 
670
772
 
671
773
  ### Bug Fixes
672
774
 
673
- * **FillButton:** corrected hover styles on FillButton in dark mode ([bcde7ab](https://github.com/Codecademy/client-modules/commit/bcde7abfeaf94c5b288a30806c2eb8b333abdddf))
775
+ * **FillButton:** corrected hover styles on FillButton in dark mode ([bcde7ab](https://github.com/Codecademy/gamut/commit/bcde7abfeaf94c5b288a30806c2eb8b333abdddf))
674
776
 
675
777
 
676
778
 
677
- ### [7.6.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.6.0...@codecademy/gamut-styles@7.6.1) (2020-12-14)
779
+ ### [7.6.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.6.0...@codecademy/gamut-styles@7.6.1) (2020-12-14)
678
780
 
679
781
  **Note:** Version bump only for package @codecademy/gamut-styles
680
782
 
@@ -682,16 +784,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
682
784
 
683
785
 
684
786
 
685
- ## [7.6.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.5.2...@codecademy/gamut-styles@7.6.0) (2020-12-11)
787
+ ## [7.6.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.5.2...@codecademy/gamut-styles@7.6.0) (2020-12-11)
686
788
 
687
789
 
688
790
  ### Features
689
791
 
690
- * onboarded eslint-plugin-simple-import-sort into ESLint plugin ([59d6fe5](https://github.com/Codecademy/client-modules/commit/59d6fe54d9af4b3ba2a88f7c234f65fc63506c0c))
792
+ * onboarded eslint-plugin-simple-import-sort into ESLint plugin ([59d6fe5](https://github.com/Codecademy/gamut/commit/59d6fe54d9af4b3ba2a88f7c234f65fc63506c0c))
691
793
 
692
794
 
693
795
 
694
- ### [7.5.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.5.1...@codecademy/gamut-styles@7.5.2) (2020-12-08)
796
+ ### [7.5.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.5.1...@codecademy/gamut-styles@7.5.2) (2020-12-08)
695
797
 
696
798
  **Note:** Version bump only for package @codecademy/gamut-styles
697
799
 
@@ -699,7 +801,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
699
801
 
700
802
 
701
803
 
702
- ### [7.5.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.5.0...@codecademy/gamut-styles@7.5.1) (2020-12-07)
804
+ ### [7.5.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.5.0...@codecademy/gamut-styles@7.5.1) (2020-12-07)
703
805
 
704
806
  **Note:** Version bump only for package @codecademy/gamut-styles
705
807
 
@@ -707,119 +809,119 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
707
809
 
708
810
 
709
811
 
710
- ## [7.5.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.4.8...@codecademy/gamut-styles@7.5.0) (2020-12-03)
812
+ ## [7.5.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.4.8...@codecademy/gamut-styles@7.5.0) (2020-12-03)
711
813
 
712
814
 
713
815
  ### Features
714
816
 
715
- * **focus-visible:** Add stylis plugin for focus-visible support WEB-1148 ([3bb685f](https://github.com/Codecademy/client-modules/commit/3bb685ff0763bd9190e919d0df216956c6cd3d8a))
817
+ * **focus-visible:** Add stylis plugin for focus-visible support WEB-1148 ([3bb685f](https://github.com/Codecademy/gamut/commit/3bb685ff0763bd9190e919d0df216956c6cd3d8a))
716
818
 
717
819
 
718
820
 
719
- ### [7.4.8](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.4.7...@codecademy/gamut-styles@7.4.8) (2020-11-30)
821
+ ### [7.4.8](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.4.7...@codecademy/gamut-styles@7.4.8) (2020-11-30)
720
822
 
721
823
 
722
824
  ### 🐛 Bug Fixes
723
825
 
724
- * **emotion:** change emotion style prefix to gamut ([50c7fb9](https://github.com/Codecademy/client-modules/commit/50c7fb90efaaa99d274ea99a7fc4d78600dded82))
826
+ * **emotion:** change emotion style prefix to gamut ([50c7fb9](https://github.com/Codecademy/gamut/commit/50c7fb90efaaa99d274ea99a7fc4d78600dded82))
725
827
 
726
- ### [7.4.7](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.4.6...@codecademy/gamut-styles@7.4.7) (2020-11-30)
828
+ ### [7.4.7](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.4.6...@codecademy/gamut-styles@7.4.7) (2020-11-30)
727
829
 
728
830
 
729
831
  ### 🐛 Bug Fixes
730
832
 
731
- * **emotion:** Add emotion cache settings overrides and default speedy styles ([76e06e0](https://github.com/Codecademy/client-modules/commit/76e06e0ec78f689c99a607662c1672933d49c249))
833
+ * **emotion:** Add emotion cache settings overrides and default speedy styles ([76e06e0](https://github.com/Codecademy/gamut/commit/76e06e0ec78f689c99a607662c1672933d49c249))
732
834
 
733
- ### [7.4.6](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.4.5...@codecademy/gamut-styles@7.4.6) (2020-11-19)
835
+ ### [7.4.6](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.4.5...@codecademy/gamut-styles@7.4.6) (2020-11-19)
734
836
 
735
- ### [7.4.5](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.4.4...@codecademy/gamut-styles@7.4.5) (2020-11-19)
837
+ ### [7.4.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.4.4...@codecademy/gamut-styles@7.4.5) (2020-11-19)
736
838
 
737
839
 
738
840
  ### Other Changes
739
841
 
740
- * Bump to true emotion 11 release ([#1148](https://github.com/Codecademy/client-modules/issues/1148)) ([d0ba23d](https://github.com/Codecademy/client-modules/commit/d0ba23d07a3a59e8b407ac3f24abedd8e8521e69))
842
+ * Bump to true emotion 11 release ([#1148](https://github.com/Codecademy/gamut/issues/1148)) ([d0ba23d](https://github.com/Codecademy/gamut/commit/d0ba23d07a3a59e8b407ac3f24abedd8e8521e69))
741
843
 
742
- ### [7.4.4](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.4.3...@codecademy/gamut-styles@7.4.4) (2020-11-19)
844
+ ### [7.4.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.4.3...@codecademy/gamut-styles@7.4.4) (2020-11-19)
743
845
 
744
- ### [7.4.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.4.2...@codecademy/gamut-styles@7.4.3) (2020-11-16)
846
+ ### [7.4.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.4.2...@codecademy/gamut-styles@7.4.3) (2020-11-16)
745
847
 
746
- ### [7.4.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.4.1...@codecademy/gamut-styles@7.4.2) (2020-11-13)
848
+ ### [7.4.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.4.1...@codecademy/gamut-styles@7.4.2) (2020-11-13)
747
849
 
748
850
 
749
851
  ### Other Changes
750
852
 
751
- * **Styles:** Assorted theme / variable additions ([#1144](https://github.com/Codecademy/client-modules/issues/1144)) ([9b04960](https://github.com/Codecademy/client-modules/commit/9b04960e42024c40608d355b0758f199dc6b2aa5))
853
+ * **Styles:** Assorted theme / variable additions ([#1144](https://github.com/Codecademy/gamut/issues/1144)) ([9b04960](https://github.com/Codecademy/gamut/commit/9b04960e42024c40608d355b0758f199dc6b2aa5))
752
854
 
753
- ### [7.4.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.4.0...@codecademy/gamut-styles@7.4.1) (2020-11-13)
855
+ ### [7.4.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.4.0...@codecademy/gamut-styles@7.4.1) (2020-11-13)
754
856
 
755
857
 
756
858
  ### 🐛 Bug Fixes
757
859
 
758
- * **System:** Typescript memory performance fixes ([#1145](https://github.com/Codecademy/client-modules/issues/1145)) ([496a122](https://github.com/Codecademy/client-modules/commit/496a122602d5fede07b4cc551666c338e9a25b10))
860
+ * **System:** Typescript memory performance fixes ([#1145](https://github.com/Codecademy/gamut/issues/1145)) ([496a122](https://github.com/Codecademy/gamut/commit/496a122602d5fede07b4cc551666c338e9a25b10))
759
861
 
760
- ## [7.4.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.3.0...@codecademy/gamut-styles@7.4.0) (2020-11-10)
862
+ ## [7.4.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.3.0...@codecademy/gamut-styles@7.4.0) (2020-11-10)
761
863
 
762
864
 
763
865
  ### ✨ Features
764
866
 
765
- * add new Button ([#1119](https://github.com/Codecademy/client-modules/issues/1119)) ([a7ed112](https://github.com/Codecademy/client-modules/commit/a7ed112f8bea02cb53950bf470170fe857a4cbea))
867
+ * add new Button ([#1119](https://github.com/Codecademy/gamut/issues/1119)) ([a7ed112](https://github.com/Codecademy/gamut/commit/a7ed112f8bea02cb53950bf470170fe857a4cbea))
766
868
 
767
- ## [7.3.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.2.0...@codecademy/gamut-styles@7.3.0) (2020-11-10)
869
+ ## [7.3.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.2.0...@codecademy/gamut-styles@7.3.0) (2020-11-10)
768
870
 
769
871
 
770
872
  ### ✨ Features
771
873
 
772
- * **Styles:** Create system styles and gamut theme ([#1127](https://github.com/Codecademy/client-modules/issues/1127)) ([fb9d9cd](https://github.com/Codecademy/client-modules/commit/fb9d9cd6f64d5ca24025731186c009b84808e812))
874
+ * **Styles:** Create system styles and gamut theme ([#1127](https://github.com/Codecademy/gamut/issues/1127)) ([fb9d9cd](https://github.com/Codecademy/gamut/commit/fb9d9cd6f64d5ca24025731186c009b84808e812))
773
875
 
774
- ## [7.2.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.1.1...@codecademy/gamut-styles@7.2.0) (2020-11-02)
876
+ ## [7.2.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.1.1...@codecademy/gamut-styles@7.2.0) (2020-11-02)
775
877
 
776
878
 
777
879
  ### ✨ Features
778
880
 
779
- * **Emotion:** Upgrade to Emotion 11 ([#944](https://github.com/Codecademy/client-modules/issues/944)) ([547c17e](https://github.com/Codecademy/client-modules/commit/547c17e22c6e5d6f9074c2e7c63c73968da4bab2))
881
+ * **Emotion:** Upgrade to Emotion 11 ([#944](https://github.com/Codecademy/gamut/issues/944)) ([547c17e](https://github.com/Codecademy/gamut/commit/547c17e22c6e5d6f9074c2e7c63c73968da4bab2))
780
882
 
781
- ### [7.1.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.1.0...@codecademy/gamut-styles@7.1.1) (2020-10-20)
883
+ ### [7.1.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.1.0...@codecademy/gamut-styles@7.1.1) (2020-10-20)
782
884
 
783
885
 
784
886
  ### 🐛 Bug Fixes
785
887
 
786
- * **Text:** Make small text size 14px ([#1065](https://github.com/Codecademy/client-modules/issues/1065)) ([b1f0576](https://github.com/Codecademy/client-modules/commit/b1f057694d6d08ca244177b3427c4ccfb1efde6e))
888
+ * **Text:** Make small text size 14px ([#1065](https://github.com/Codecademy/gamut/issues/1065)) ([b1f0576](https://github.com/Codecademy/gamut/commit/b1f057694d6d08ca244177b3427c4ccfb1efde6e))
787
889
 
788
- ## [7.1.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.0.3...@codecademy/gamut-styles@7.1.0) (2020-10-20)
890
+ ## [7.1.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.0.3...@codecademy/gamut-styles@7.1.0) (2020-10-20)
789
891
 
790
892
 
791
893
  ### ✨ Features
792
894
 
793
- * tweaked red and green theme colors per design updates ([#1066](https://github.com/Codecademy/client-modules/issues/1066)) ([efd1adc](https://github.com/Codecademy/client-modules/commit/efd1adc23fce1866bec8cacac9530f87c6adf41f))
895
+ * tweaked red and green theme colors per design updates ([#1066](https://github.com/Codecademy/gamut/issues/1066)) ([efd1adc](https://github.com/Codecademy/gamut/commit/efd1adc23fce1866bec8cacac9530f87c6adf41f))
794
896
 
795
- ### [7.0.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.0.2...@codecademy/gamut-styles@7.0.3) (2020-10-16)
897
+ ### [7.0.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.0.2...@codecademy/gamut-styles@7.0.3) (2020-10-16)
796
898
 
797
899
 
798
900
  ### Other Changes
799
901
 
800
- * bump a few assorted dependencies to latest ([#986](https://github.com/Codecademy/client-modules/issues/986)) ([2d61eef](https://github.com/Codecademy/client-modules/commit/2d61eefa4fb0d8604d99e8aae45131b93d045248)), closes [#930](https://github.com/Codecademy/client-modules/issues/930) [#900](https://github.com/Codecademy/client-modules/issues/900) [#987](https://github.com/Codecademy/client-modules/issues/987) [#988](https://github.com/Codecademy/client-modules/issues/988) [#989](https://github.com/Codecademy/client-modules/issues/989) [#990](https://github.com/Codecademy/client-modules/issues/990) [#991](https://github.com/Codecademy/client-modules/issues/991) [#992](https://github.com/Codecademy/client-modules/issues/992) [#994](https://github.com/Codecademy/client-modules/issues/994) [#1002](https://github.com/Codecademy/client-modules/issues/1002) [#1004](https://github.com/Codecademy/client-modules/issues/1004) [#1005](https://github.com/Codecademy/client-modules/issues/1005) [#1007](https://github.com/Codecademy/client-modules/issues/1007) [#1006](https://github.com/Codecademy/client-modules/issues/1006) [#1010](https://github.com/Codecademy/client-modules/issues/1010) [#1011](https://github.com/Codecademy/client-modules/issues/1011) [#996](https://github.com/Codecademy/client-modules/issues/996) [#995](https://github.com/Codecademy/client-modules/issues/995) [#997](https://github.com/Codecademy/client-modules/issues/997) [#993](https://github.com/Codecademy/client-modules/issues/993) [#1013](https://github.com/Codecademy/client-modules/issues/1013) [#1014](https://github.com/Codecademy/client-modules/issues/1014) [#1016](https://github.com/Codecademy/client-modules/issues/1016) [#1015](https://github.com/Codecademy/client-modules/issues/1015) [#1017](https://github.com/Codecademy/client-modules/issues/1017) [#1008](https://github.com/Codecademy/client-modules/issues/1008) [#1012](https://github.com/Codecademy/client-modules/issues/1012) [#1018](https://github.com/Codecademy/client-modules/issues/1018) [#1020](https://github.com/Codecademy/client-modules/issues/1020) [#1021](https://github.com/Codecademy/client-modules/issues/1021) [#1022](https://github.com/Codecademy/client-modules/issues/1022) [#1023](https://github.com/Codecademy/client-modules/issues/1023) [#1024](https://github.com/Codecademy/client-modules/issues/1024) [#1025](https://github.com/Codecademy/client-modules/issues/1025) [#1026](https://github.com/Codecademy/client-modules/issues/1026) [#1028](https://github.com/Codecademy/client-modules/issues/1028) [#1029](https://github.com/Codecademy/client-modules/issues/1029) [#1031](https://github.com/Codecademy/client-modules/issues/1031) [#1032](https://github.com/Codecademy/client-modules/issues/1032) [#1035](https://github.com/Codecademy/client-modules/issues/1035) [#1027](https://github.com/Codecademy/client-modules/issues/1027) [#1034](https://github.com/Codecademy/client-modules/issues/1034) [#1039](https://github.com/Codecademy/client-modules/issues/1039) [#1041](https://github.com/Codecademy/client-modules/issues/1041) [#1033](https://github.com/Codecademy/client-modules/issues/1033) [#1042](https://github.com/Codecademy/client-modules/issues/1042) [#1043](https://github.com/Codecademy/client-modules/issues/1043) [#1044](https://github.com/Codecademy/client-modules/issues/1044) [#1045](https://github.com/Codecademy/client-modules/issues/1045) [#1047](https://github.com/Codecademy/client-modules/issues/1047) [#1048](https://github.com/Codecademy/client-modules/issues/1048) [#1050](https://github.com/Codecademy/client-modules/issues/1050) [#1051](https://github.com/Codecademy/client-modules/issues/1051) [#1052](https://github.com/Codecademy/client-modules/issues/1052) [#1053](https://github.com/Codecademy/client-modules/issues/1053) [#1054](https://github.com/Codecademy/client-modules/issues/1054)
902
+ * bump a few assorted dependencies to latest ([#986](https://github.com/Codecademy/gamut/issues/986)) ([2d61eef](https://github.com/Codecademy/gamut/commit/2d61eefa4fb0d8604d99e8aae45131b93d045248)), closes [#930](https://github.com/Codecademy/gamut/issues/930) [#900](https://github.com/Codecademy/gamut/issues/900) [#987](https://github.com/Codecademy/gamut/issues/987) [#988](https://github.com/Codecademy/gamut/issues/988) [#989](https://github.com/Codecademy/gamut/issues/989) [#990](https://github.com/Codecademy/gamut/issues/990) [#991](https://github.com/Codecademy/gamut/issues/991) [#992](https://github.com/Codecademy/gamut/issues/992) [#994](https://github.com/Codecademy/gamut/issues/994) [#1002](https://github.com/Codecademy/gamut/issues/1002) [#1004](https://github.com/Codecademy/gamut/issues/1004) [#1005](https://github.com/Codecademy/gamut/issues/1005) [#1007](https://github.com/Codecademy/gamut/issues/1007) [#1006](https://github.com/Codecademy/gamut/issues/1006) [#1010](https://github.com/Codecademy/gamut/issues/1010) [#1011](https://github.com/Codecademy/gamut/issues/1011) [#996](https://github.com/Codecademy/gamut/issues/996) [#995](https://github.com/Codecademy/gamut/issues/995) [#997](https://github.com/Codecademy/gamut/issues/997) [#993](https://github.com/Codecademy/gamut/issues/993) [#1013](https://github.com/Codecademy/gamut/issues/1013) [#1014](https://github.com/Codecademy/gamut/issues/1014) [#1016](https://github.com/Codecademy/gamut/issues/1016) [#1015](https://github.com/Codecademy/gamut/issues/1015) [#1017](https://github.com/Codecademy/gamut/issues/1017) [#1008](https://github.com/Codecademy/gamut/issues/1008) [#1012](https://github.com/Codecademy/gamut/issues/1012) [#1018](https://github.com/Codecademy/gamut/issues/1018) [#1020](https://github.com/Codecademy/gamut/issues/1020) [#1021](https://github.com/Codecademy/gamut/issues/1021) [#1022](https://github.com/Codecademy/gamut/issues/1022) [#1023](https://github.com/Codecademy/gamut/issues/1023) [#1024](https://github.com/Codecademy/gamut/issues/1024) [#1025](https://github.com/Codecademy/gamut/issues/1025) [#1026](https://github.com/Codecademy/gamut/issues/1026) [#1028](https://github.com/Codecademy/gamut/issues/1028) [#1029](https://github.com/Codecademy/gamut/issues/1029) [#1031](https://github.com/Codecademy/gamut/issues/1031) [#1032](https://github.com/Codecademy/gamut/issues/1032) [#1035](https://github.com/Codecademy/gamut/issues/1035) [#1027](https://github.com/Codecademy/gamut/issues/1027) [#1034](https://github.com/Codecademy/gamut/issues/1034) [#1039](https://github.com/Codecademy/gamut/issues/1039) [#1041](https://github.com/Codecademy/gamut/issues/1041) [#1033](https://github.com/Codecademy/gamut/issues/1033) [#1042](https://github.com/Codecademy/gamut/issues/1042) [#1043](https://github.com/Codecademy/gamut/issues/1043) [#1044](https://github.com/Codecademy/gamut/issues/1044) [#1045](https://github.com/Codecademy/gamut/issues/1045) [#1047](https://github.com/Codecademy/gamut/issues/1047) [#1048](https://github.com/Codecademy/gamut/issues/1048) [#1050](https://github.com/Codecademy/gamut/issues/1050) [#1051](https://github.com/Codecademy/gamut/issues/1051) [#1052](https://github.com/Codecademy/gamut/issues/1052) [#1053](https://github.com/Codecademy/gamut/issues/1053) [#1054](https://github.com/Codecademy/gamut/issues/1054)
801
903
 
802
- ### [7.0.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.0.1...@codecademy/gamut-styles@7.0.2) (2020-10-08)
904
+ ### [7.0.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.0.1...@codecademy/gamut-styles@7.0.2) (2020-10-08)
803
905
 
804
906
 
805
907
  ### Other Changes
806
908
 
807
- * Ensure key constancy ([#999](https://github.com/Codecademy/client-modules/issues/999)) ([3cf98e6](https://github.com/Codecademy/client-modules/commit/3cf98e6c25451fb3aa7e0bde201c198d6a66ec26))
909
+ * Ensure key constancy ([#999](https://github.com/Codecademy/gamut/issues/999)) ([3cf98e6](https://github.com/Codecademy/gamut/commit/3cf98e6c25451fb3aa7e0bde201c198d6a66ec26))
808
910
 
809
- ### [7.0.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@7.0.0...@codecademy/gamut-styles@7.0.1) (2020-10-06)
911
+ ### [7.0.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@7.0.0...@codecademy/gamut-styles@7.0.1) (2020-10-06)
810
912
 
811
913
 
812
914
  ### 🗑 Reverts
813
915
 
814
- * Revert "chore: set packages to have publishConfig: access: public ([#970](https://github.com/Codecademy/client-modules/issues/970))" ([#981](https://github.com/Codecademy/client-modules/issues/981)) ([056f5ac](https://github.com/Codecademy/client-modules/commit/056f5ac0df91493c2535274ec043d6e4335d71d8))
916
+ * Revert "chore: set packages to have publishConfig: access: public ([#970](https://github.com/Codecademy/gamut/issues/970))" ([#981](https://github.com/Codecademy/gamut/issues/981)) ([056f5ac](https://github.com/Codecademy/gamut/commit/056f5ac0df91493c2535274ec043d6e4335d71d8))
815
917
 
816
918
 
817
919
  ### Other Changes
818
920
 
819
- * set packages to have publishConfig: access: public ([#970](https://github.com/Codecademy/client-modules/issues/970)) ([bd026a8](https://github.com/Codecademy/client-modules/commit/bd026a85193dbd077d0ee8661df996d105cf709c))
820
- * set packages to have publishConfig: access: public (again) ([#982](https://github.com/Codecademy/client-modules/issues/982)) ([294d355](https://github.com/Codecademy/client-modules/commit/294d355f353dc307a400679ce849dd7b2388d95d)), closes [#970](https://github.com/Codecademy/client-modules/issues/970) [#981](https://github.com/Codecademy/client-modules/issues/981)
921
+ * set packages to have publishConfig: access: public ([#970](https://github.com/Codecademy/gamut/issues/970)) ([bd026a8](https://github.com/Codecademy/gamut/commit/bd026a85193dbd077d0ee8661df996d105cf709c))
922
+ * set packages to have publishConfig: access: public (again) ([#982](https://github.com/Codecademy/gamut/issues/982)) ([294d355](https://github.com/Codecademy/gamut/commit/294d355f353dc307a400679ce849dd7b2388d95d)), closes [#970](https://github.com/Codecademy/gamut/issues/970) [#981](https://github.com/Codecademy/gamut/issues/981)
821
923
 
822
- ## [7.0.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@6.0.0...@codecademy/gamut-styles@7.0.0) (2020-09-01)
924
+ ## [7.0.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@6.0.0...@codecademy/gamut-styles@7.0.0) (2020-09-01)
823
925
 
824
926
 
825
927
  ### ⚠ BREAKING CHANGES
@@ -828,9 +930,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
828
930
 
829
931
  ### Other Changes
830
932
 
831
- * **gamut-styles:** deprecate legacy JS color variables ([#940](https://github.com/Codecademy/client-modules/issues/940)) ([903de62](https://github.com/Codecademy/client-modules/commit/903de62bf3086e3d51ba6dec36cc77ca482ba52f))
933
+ * **gamut-styles:** deprecate legacy JS color variables ([#940](https://github.com/Codecademy/gamut/issues/940)) ([903de62](https://github.com/Codecademy/gamut/commit/903de62bf3086e3d51ba6dec36cc77ca482ba52f))
832
934
 
833
- ## [6.0.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@5.1.2...@codecademy/gamut-styles@6.0.0) (2020-08-28)
935
+ ## [6.0.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@5.1.2...@codecademy/gamut-styles@6.0.0) (2020-08-28)
834
936
 
835
937
 
836
938
  ### ⚠ BREAKING CHANGES
@@ -839,30 +941,30 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
839
941
 
840
942
  ### ✨ Features
841
943
 
842
- * Swapped default font family to Apercu ([#935](https://github.com/Codecademy/client-modules/issues/935)) ([ce20167](https://github.com/Codecademy/client-modules/commit/ce20167524c2302cff218261d10a81eb3deb41c0)), closes [#943](https://github.com/Codecademy/client-modules/issues/943)
944
+ * Swapped default font family to Apercu ([#935](https://github.com/Codecademy/gamut/issues/935)) ([ce20167](https://github.com/Codecademy/gamut/commit/ce20167524c2302cff218261d10a81eb3deb41c0)), closes [#943](https://github.com/Codecademy/gamut/issues/943)
843
945
 
844
- ### [5.1.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@5.1.1...@codecademy/gamut-styles@5.1.2) (2020-08-24)
946
+ ### [5.1.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@5.1.1...@codecademy/gamut-styles@5.1.2) (2020-08-24)
845
947
 
846
948
 
847
949
  ### Other Changes
848
950
 
849
- * go back to for JS colors for now ([#938](https://github.com/Codecademy/client-modules/issues/938)) ([e871aed](https://github.com/Codecademy/client-modules/commit/e871aed1d646fd849ddf6dded0e4762a76484127))
951
+ * go back to for JS colors for now ([#938](https://github.com/Codecademy/gamut/issues/938)) ([e871aed](https://github.com/Codecademy/gamut/commit/e871aed1d646fd849ddf6dded0e4762a76484127))
850
952
 
851
- ### [5.1.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@5.1.0...@codecademy/gamut-styles@5.1.1) (2020-08-24)
953
+ ### [5.1.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@5.1.0...@codecademy/gamut-styles@5.1.1) (2020-08-24)
852
954
 
853
955
 
854
956
  ### Other Changes
855
957
 
856
- * **gamut-styles:** Add New Colors ([#931](https://github.com/Codecademy/client-modules/issues/931)) ([0643622](https://github.com/Codecademy/client-modules/commit/0643622af6cb0c99a124403d5533034c614262cc))
958
+ * **gamut-styles:** Add New Colors ([#931](https://github.com/Codecademy/gamut/issues/931)) ([0643622](https://github.com/Codecademy/gamut/commit/0643622af6cb0c99a124403d5533034c614262cc))
857
959
 
858
- ## [5.1.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@5.0.0...@codecademy/gamut-styles@5.1.0) (2020-08-21)
960
+ ## [5.1.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@5.0.0...@codecademy/gamut-styles@5.1.0) (2020-08-21)
859
961
 
860
962
 
861
963
  ### ✨ Features
862
964
 
863
- * Added Apercu and Suisse font families as opt-ins ([#933](https://github.com/Codecademy/client-modules/issues/933)) ([e08bbc6](https://github.com/Codecademy/client-modules/commit/e08bbc686937f17663f0a9d5842f5151c63b0411))
965
+ * Added Apercu and Suisse font families as opt-ins ([#933](https://github.com/Codecademy/gamut/issues/933)) ([e08bbc6](https://github.com/Codecademy/gamut/commit/e08bbc686937f17663f0a9d5842f5151c63b0411))
864
966
 
865
- ## [5.0.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@4.2.5...@codecademy/gamut-styles@5.0.0) (2020-08-18)
967
+ ## [5.0.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@4.2.5...@codecademy/gamut-styles@5.0.0) (2020-08-18)
866
968
 
867
969
 
868
970
  ### ⚠ BREAKING CHANGES
@@ -871,54 +973,54 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
871
973
 
872
974
  ### ✨ Features
873
975
 
874
- * **Gamut:** Enable Emotion ([#917](https://github.com/Codecademy/client-modules/issues/917)) ([11c83a5](https://github.com/Codecademy/client-modules/commit/11c83a58736f080abd87019990d5c8049bdf9c9a))
976
+ * **Gamut:** Enable Emotion ([#917](https://github.com/Codecademy/gamut/issues/917)) ([11c83a5](https://github.com/Codecademy/gamut/commit/11c83a58736f080abd87019990d5c8049bdf9c9a))
875
977
 
876
- ### [4.2.5](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@4.2.4...@codecademy/gamut-styles@4.2.5) (2020-08-13)
978
+ ### [4.2.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@4.2.4...@codecademy/gamut-styles@4.2.5) (2020-08-13)
877
979
 
878
980
 
879
981
  ### Other Changes
880
982
 
881
- * Migrated default exports to named ([#913](https://github.com/Codecademy/client-modules/issues/913)) ([5250e0c](https://github.com/Codecademy/client-modules/commit/5250e0c1a104694ec6cc44d5cab45bd401b85f56))
983
+ * Migrated default exports to named ([#913](https://github.com/Codecademy/gamut/issues/913)) ([5250e0c](https://github.com/Codecademy/gamut/commit/5250e0c1a104694ec6cc44d5cab45bd401b85f56))
882
984
 
883
- ### [4.2.4](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@4.2.3...@codecademy/gamut-styles@4.2.4) (2020-08-11)
985
+ ### [4.2.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@4.2.3...@codecademy/gamut-styles@4.2.4) (2020-08-11)
884
986
 
885
987
 
886
988
  ### Other Changes
887
989
 
888
- * fix git urls ([00c57a1](https://github.com/Codecademy/client-modules/commit/00c57a1dab9fbc196f820471729dc5a43445280e))
990
+ * fix git urls ([00c57a1](https://github.com/Codecademy/gamut/commit/00c57a1dab9fbc196f820471729dc5a43445280e))
889
991
 
890
- ### [4.2.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@4.2.2...@codecademy/gamut-styles@4.2.3) (2020-08-06)
992
+ ### [4.2.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@4.2.2...@codecademy/gamut-styles@4.2.3) (2020-08-06)
891
993
 
892
994
 
893
995
  ### Other Changes
894
996
 
895
- * add in equals sign to _responsive ([#901](https://github.com/Codecademy/client-modules/issues/901)) ([edc7e76](https://github.com/Codecademy/client-modules/commit/edc7e767227a7aec90084f14e7e08916ccdf4f3f))
997
+ * add in equals sign to _responsive ([#901](https://github.com/Codecademy/gamut/issues/901)) ([edc7e76](https://github.com/Codecademy/gamut/commit/edc7e767227a7aec90084f14e7e08916ccdf4f3f))
896
998
 
897
- ### [4.2.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@4.2.1...@codecademy/gamut-styles@4.2.2) (2020-07-29)
999
+ ### [4.2.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@4.2.1...@codecademy/gamut-styles@4.2.2) (2020-07-29)
898
1000
 
899
- ### [4.2.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@4.2.0...@codecademy/gamut-styles@4.2.1) (2020-07-29)
1001
+ ### [4.2.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@4.2.0...@codecademy/gamut-styles@4.2.1) (2020-07-29)
900
1002
 
901
1003
 
902
1004
  ### Other Changes
903
1005
 
904
- * Revert "Merge branch 'next' into master" ([#898](https://github.com/Codecademy/client-modules/issues/898)) ([c055d41](https://github.com/Codecademy/client-modules/commit/c055d4103ba70782ffe825053ce45e66447a220a))
1006
+ * Revert "Merge branch 'next' into master" ([#898](https://github.com/Codecademy/gamut/issues/898)) ([c055d41](https://github.com/Codecademy/gamut/commit/c055d4103ba70782ffe825053ce45e66447a220a))
905
1007
 
906
- ## [4.2.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@4.1.0...@codecademy/gamut-styles@4.2.0) (2020-07-27)
1008
+ ## [4.2.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@4.1.0...@codecademy/gamut-styles@4.2.0) (2020-07-27)
907
1009
 
908
1010
 
909
1011
  ### ✨ Features
910
1012
 
911
- * Create default main export for gamut-styles [WEB-895] ([#820](https://github.com/Codecademy/client-modules/issues/820)) ([be4e941](https://github.com/Codecademy/client-modules/commit/be4e9415c6e14f2d6905d7f94587fc59d3d0ba45))
912
- * **Emotion:** Add Emotion Dependency to Next WEB-982 ([#888](https://github.com/Codecademy/client-modules/issues/888)) ([d24fda1](https://github.com/Codecademy/client-modules/commit/d24fda19cd7ba7af94a0a9b42a262e4843f83a2f))
1013
+ * Create default main export for gamut-styles [WEB-895] ([#820](https://github.com/Codecademy/gamut/issues/820)) ([be4e941](https://github.com/Codecademy/gamut/commit/be4e9415c6e14f2d6905d7f94587fc59d3d0ba45))
1014
+ * **Emotion:** Add Emotion Dependency to Next WEB-982 ([#888](https://github.com/Codecademy/gamut/issues/888)) ([d24fda1](https://github.com/Codecademy/gamut/commit/d24fda19cd7ba7af94a0a9b42a262e4843f83a2f))
913
1015
 
914
- ## [4.1.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@4.0.0...@codecademy/gamut-styles@4.1.0) (2020-06-11)
1016
+ ## [4.1.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@4.0.0...@codecademy/gamut-styles@4.1.0) (2020-06-11)
915
1017
 
916
1018
 
917
1019
  ### ✨ Features
918
1020
 
919
- * Align brand color aliases [WEB-215] ([#821](https://github.com/Codecademy/client-modules/issues/821)) ([8b39239](https://github.com/Codecademy/client-modules/commit/8b39239c3b8ca93fd86b8959f98c13d9d5cd6074))
1021
+ * Align brand color aliases [WEB-215] ([#821](https://github.com/Codecademy/gamut/issues/821)) ([8b39239](https://github.com/Codecademy/gamut/commit/8b39239c3b8ca93fd86b8959f98c13d9d5cd6074))
920
1022
 
921
- ## [4.0.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@3.3.1...@codecademy/gamut-styles@4.0.0) (2020-06-09)
1023
+ ## [4.0.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@3.3.1...@codecademy/gamut-styles@4.0.0) (2020-06-09)
922
1024
 
923
1025
 
924
1026
  ### ⚠ BREAKING CHANGES
@@ -927,44 +1029,44 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
927
1029
 
928
1030
  ### Other Changes
929
1031
 
930
- * **Gamut:** Removed deprecated color variables ([#819](https://github.com/Codecademy/client-modules/issues/819)) ([1dcce36](https://github.com/Codecademy/client-modules/commit/1dcce363a7fc9f4a37e71b667fa0de984671bd3c))
1032
+ * **Gamut:** Removed deprecated color variables ([#819](https://github.com/Codecademy/gamut/issues/819)) ([1dcce36](https://github.com/Codecademy/gamut/commit/1dcce363a7fc9f4a37e71b667fa0de984671bd3c))
931
1033
 
932
- ### [3.3.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@3.3.0...@codecademy/gamut-styles@3.3.1) (2020-05-06)
1034
+ ### [3.3.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@3.3.0...@codecademy/gamut-styles@3.3.1) (2020-05-06)
933
1035
 
934
1036
 
935
1037
  ### Other Changes
936
1038
 
937
- * Removed unused deprecated button themes ([#774](https://github.com/Codecademy/client-modules/issues/774)) ([013e403](https://github.com/Codecademy/client-modules/commit/013e40398ad3cd9adcaf3cfb5e7bd4cf39b63659))
1039
+ * Removed unused deprecated button themes ([#774](https://github.com/Codecademy/gamut/issues/774)) ([013e403](https://github.com/Codecademy/gamut/commit/013e40398ad3cd9adcaf3cfb5e7bd4cf39b63659))
938
1040
 
939
- ## [3.3.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@3.2.0...@codecademy/gamut-styles@3.3.0) (2020-05-05)
1041
+ ## [3.3.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@3.2.0...@codecademy/gamut-styles@3.3.0) (2020-05-05)
940
1042
 
941
1043
 
942
1044
  ### ✨ Features
943
1045
 
944
- * **Gamut:** Created separate bucket for "Platform" colors ([#778](https://github.com/Codecademy/client-modules/issues/778)) ([26daf75](https://github.com/Codecademy/client-modules/commit/26daf75e7e488f1a7b268ca6d3a0700284d5e95e))
1046
+ * **Gamut:** Created separate bucket for "Platform" colors ([#778](https://github.com/Codecademy/gamut/issues/778)) ([26daf75](https://github.com/Codecademy/gamut/commit/26daf75e7e488f1a7b268ca6d3a0700284d5e95e))
945
1047
 
946
- ## [3.2.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@3.1.1...@codecademy/gamut-styles@3.2.0) (2020-05-05)
1048
+ ## [3.2.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@3.1.1...@codecademy/gamut-styles@3.2.0) (2020-05-05)
947
1049
 
948
1050
 
949
1051
  ### ✨ Features
950
1052
 
951
- * **gamut-styles:** Added TypeScript .d.ts generation to gamut-styles ([#775](https://github.com/Codecademy/client-modules/issues/775)) ([39a64ec](https://github.com/Codecademy/client-modules/commit/39a64ec114484c6fff6423ba09784483b12d0b76))
1053
+ * **gamut-styles:** Added TypeScript .d.ts generation to gamut-styles ([#775](https://github.com/Codecademy/gamut/issues/775)) ([39a64ec](https://github.com/Codecademy/gamut/commit/39a64ec114484c6fff6423ba09784483b12d0b76))
952
1054
 
953
- ### [3.1.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@3.1.0...@codecademy/gamut-styles@3.1.1) (2020-05-04)
1055
+ ### [3.1.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@3.1.0...@codecademy/gamut-styles@3.1.1) (2020-05-04)
954
1056
 
955
1057
 
956
1058
  ### Other Changes
957
1059
 
958
- * Add XL size to class templating and types ([#768](https://github.com/Codecademy/client-modules/issues/768)) ([8c2c717](https://github.com/Codecademy/client-modules/commit/8c2c7179e6c819fda93297503d2ed1c3ace9a8cf))
1060
+ * Add XL size to class templating and types ([#768](https://github.com/Codecademy/gamut/issues/768)) ([8c2c717](https://github.com/Codecademy/gamut/commit/8c2c7179e6c819fda93297503d2ed1c3ace9a8cf))
959
1061
 
960
- ## [3.1.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@3.0.0...@codecademy/gamut-styles@3.1.0) (2020-04-29)
1062
+ ## [3.1.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@3.0.0...@codecademy/gamut-styles@3.1.0) (2020-04-29)
961
1063
 
962
1064
 
963
1065
  ### ✨ Features
964
1066
 
965
- * **headertab:** move more header components into gamut ([#740](https://github.com/Codecademy/client-modules/issues/740)) ([9c555ef](https://github.com/Codecademy/client-modules/commit/9c555efecc6eecbac0b354d408e7da12431b52af))
1067
+ * **headertab:** move more header components into gamut ([#740](https://github.com/Codecademy/gamut/issues/740)) ([9c555ef](https://github.com/Codecademy/gamut/commit/9c555efecc6eecbac0b354d408e7da12431b52af))
966
1068
 
967
- ## [3.0.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.3.0...@codecademy/gamut-styles@3.0.0) (2020-04-17)
1069
+ ## [3.0.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.3.0...@codecademy/gamut-styles@3.0.0) (2020-04-17)
968
1070
 
969
1071
 
970
1072
  ### ⚠ BREAKING CHANGES
@@ -973,143 +1075,143 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
973
1075
 
974
1076
  ### Other Changes
975
1077
 
976
- * **Gamut:** removed easily replaceable deprecated swatches- colors ([#717](https://github.com/Codecademy/client-modules/issues/717)) ([9b17bd5](https://github.com/Codecademy/client-modules/commit/9b17bd55640e0fcb6c061c4f71b83fb7f2d04130))
1078
+ * **Gamut:** removed easily replaceable deprecated swatches- colors ([#717](https://github.com/Codecademy/gamut/issues/717)) ([9b17bd5](https://github.com/Codecademy/gamut/commit/9b17bd55640e0fcb6c061c4f71b83fb7f2d04130))
977
1079
 
978
- ## [2.3.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.2.13...@codecademy/gamut-styles@2.3.0) (2020-04-17)
1080
+ ## [2.3.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.2.13...@codecademy/gamut-styles@2.3.0) (2020-04-17)
979
1081
 
980
1082
 
981
1083
  ### ✨ Features
982
1084
 
983
- * **gamut-styles:** formalized Editor colors in gamut-styles ([#726](https://github.com/Codecademy/client-modules/issues/726)) ([92e9e94](https://github.com/Codecademy/client-modules/commit/92e9e94821a1123aeb274595db8c9e18ff9716d6))
1085
+ * **gamut-styles:** formalized Editor colors in gamut-styles ([#726](https://github.com/Codecademy/gamut/issues/726)) ([92e9e94](https://github.com/Codecademy/gamut/commit/92e9e94821a1123aeb274595db8c9e18ff9716d6))
984
1086
 
985
- ### [2.2.13](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.2.12...@codecademy/gamut-styles@2.2.13) (2020-04-17)
1087
+ ### [2.2.13](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.2.12...@codecademy/gamut-styles@2.2.13) (2020-04-17)
986
1088
 
987
1089
 
988
1090
  ### Other Changes
989
1091
 
990
- * Removed easily replaceable deprecated gamut- colors ([#716](https://github.com/Codecademy/client-modules/issues/716)) ([9d52423](https://github.com/Codecademy/client-modules/commit/9d52423927793284cd8404f15623fcfe03aa79b6))
1092
+ * Removed easily replaceable deprecated gamut- colors ([#716](https://github.com/Codecademy/gamut/issues/716)) ([9d52423](https://github.com/Codecademy/gamut/commit/9d52423927793284cd8404f15623fcfe03aa79b6))
991
1093
 
992
- ### [2.2.12](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.2.11...@codecademy/gamut-styles@2.2.12) (2020-04-16)
1094
+ ### [2.2.12](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.2.11...@codecademy/gamut-styles@2.2.12) (2020-04-16)
993
1095
 
994
1096
 
995
1097
  ### Other Changes
996
1098
 
997
- * Adds screen size variables and mixins ([#731](https://github.com/Codecademy/client-modules/issues/731)) ([512743d](https://github.com/Codecademy/client-modules/commit/512743d5d4ff8d9f72358fc928e2f31d76fd1588))
1099
+ * Adds screen size variables and mixins ([#731](https://github.com/Codecademy/gamut/issues/731)) ([512743d](https://github.com/Codecademy/gamut/commit/512743d5d4ff8d9f72358fc928e2f31d76fd1588))
998
1100
 
999
- ### [2.2.11](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.2.10...@codecademy/gamut-styles@2.2.11) (2020-01-15)
1101
+ ### [2.2.11](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.2.10...@codecademy/gamut-styles@2.2.11) (2020-01-15)
1000
1102
 
1001
1103
 
1002
1104
  ### Other Changes
1003
1105
 
1004
- * Node 12 upgrade ([#601](https://github.com/Codecademy/client-modules/issues/601)) ([3a2e0ad](https://github.com/Codecademy/client-modules/commit/3a2e0ad90cc119d6eded005c1fcd341bca6273f5))
1106
+ * Node 12 upgrade ([#601](https://github.com/Codecademy/gamut/issues/601)) ([3a2e0ad](https://github.com/Codecademy/gamut/commit/3a2e0ad90cc119d6eded005c1fcd341bca6273f5))
1005
1107
 
1006
- ### [2.2.10](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.2.9...@codecademy/gamut-styles@2.2.10) (2019-12-12)
1108
+ ### [2.2.10](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.2.9...@codecademy/gamut-styles@2.2.10) (2019-12-12)
1007
1109
 
1008
1110
 
1009
1111
  ### Other Changes
1010
1112
 
1011
- * Added brand-orange to colors, button variables, storybook, and gamut-styles ([#569](https://github.com/Codecademy/client-modules/issues/569)) ([d206040](https://github.com/Codecademy/client-modules/commit/d2060402fa64e04dcc3a9a0d16b39de772b1df03))
1113
+ * Added brand-orange to colors, button variables, storybook, and gamut-styles ([#569](https://github.com/Codecademy/gamut/issues/569)) ([d206040](https://github.com/Codecademy/gamut/commit/d2060402fa64e04dcc3a9a0d16b39de772b1df03))
1012
1114
 
1013
- ### [2.2.9](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.2.8...@codecademy/gamut-styles@2.2.9) (2019-10-08)
1115
+ ### [2.2.9](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.2.8...@codecademy/gamut-styles@2.2.9) (2019-10-08)
1014
1116
 
1015
1117
 
1016
1118
  ### Other Changes
1017
1119
 
1018
- * Renamed organization path to Codecademy ([#509](https://github.com/Codecademy/client-modules/issues/509)) ([a111f16](https://github.com/Codecademy/client-modules/commit/a111f166629a7a15b957e9eded87fedfeb9736f1))
1120
+ * Renamed organization path to Codecademy ([#509](https://github.com/Codecademy/gamut/issues/509)) ([a111f16](https://github.com/Codecademy/gamut/commit/a111f166629a7a15b957e9eded87fedfeb9736f1))
1019
1121
 
1020
- ### [2.2.8](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.2.5...@codecademy/gamut-styles@2.2.8) (2019-09-03)
1122
+ ### [2.2.8](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.2.5...@codecademy/gamut-styles@2.2.8) (2019-09-03)
1021
1123
 
1022
1124
 
1023
1125
  ### Other Changes
1024
1126
 
1025
- * change urls to go to codecademy-engineering ([1a9ead6](https://github.com/Codecademy/client-modules/commit/1a9ead6aaff2e0ad6af39f64ecb87b5dd510991b))
1127
+ * change urls to go to codecademy-engineering ([1a9ead6](https://github.com/Codecademy/gamut/commit/1a9ead6aaff2e0ad6af39f64ecb87b5dd510991b))
1026
1128
 
1027
- ### [2.2.5](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.2.4...@codecademy/gamut-styles@2.2.5) (2019-07-10)
1129
+ ### [2.2.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.2.4...@codecademy/gamut-styles@2.2.5) (2019-07-10)
1028
1130
 
1029
1131
 
1030
1132
  ### Other Changes
1031
1133
 
1032
- * [fix]: adds shadow color ([#383](https://github.com/Codecademy/client-modules/issues/383)) ([daa43c1](https://github.com/Codecademy/client-modules/commit/daa43c16b4f52960e5a802658ef2d6de08320298))
1134
+ * [fix]: adds shadow color ([#383](https://github.com/Codecademy/gamut/issues/383)) ([daa43c1](https://github.com/Codecademy/gamut/commit/daa43c16b4f52960e5a802658ef2d6de08320298))
1033
1135
 
1034
- ### [2.2.4](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.2.3...@codecademy/gamut-styles@2.2.4) (2019-04-10)
1136
+ ### [2.2.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.2.3...@codecademy/gamut-styles@2.2.4) (2019-04-10)
1035
1137
 
1036
1138
 
1037
1139
  ### Other Changes
1038
1140
 
1039
- * Added orange colors in .scss ([#299](https://github.com/Codecademy/client-modules/issues/299)) ([0c77467](https://github.com/Codecademy/client-modules/commit/0c77467a28a33dfd64f8c180b6c1bcf54b1ab93f))
1141
+ * Added orange colors in .scss ([#299](https://github.com/Codecademy/gamut/issues/299)) ([0c77467](https://github.com/Codecademy/gamut/commit/0c77467a28a33dfd64f8c180b6c1bcf54b1ab93f))
1040
1142
 
1041
- ### [2.2.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.2.2...@codecademy/gamut-styles@2.2.3) (2019-04-01)
1143
+ ### [2.2.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.2.2...@codecademy/gamut-styles@2.2.3) (2019-04-01)
1042
1144
 
1043
1145
 
1044
1146
  ### Other Changes
1045
1147
 
1046
- * Added SideMenu and MenuItem components ([#270](https://github.com/Codecademy/client-modules/issues/270)) ([3bb7c85](https://github.com/Codecademy/client-modules/commit/3bb7c85669ad1fb92c959b133e75f03f648cce89))
1148
+ * Added SideMenu and MenuItem components ([#270](https://github.com/Codecademy/gamut/issues/270)) ([3bb7c85](https://github.com/Codecademy/gamut/commit/3bb7c85669ad1fb92c959b133e75f03f648cce89))
1047
1149
 
1048
- ### [2.2.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.2.1...@codecademy/gamut-styles@2.2.2) (2019-03-27)
1150
+ ### [2.2.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.2.1...@codecademy/gamut-styles@2.2.2) (2019-03-27)
1049
1151
 
1050
1152
 
1051
1153
  ### 🐛 Bug Fixes
1052
1154
 
1053
- * export JS colors object, removes scss exports ([854ae75](https://github.com/Codecademy/client-modules/commit/854ae7562bd64520ff989925c5139cc36971df4a))
1155
+ * export JS colors object, removes scss exports ([854ae75](https://github.com/Codecademy/gamut/commit/854ae7562bd64520ff989925c5139cc36971df4a))
1054
1156
 
1055
- ### [2.2.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.2.0...@codecademy/gamut-styles@2.2.1) (2019-03-19)
1157
+ ### [2.2.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.2.0...@codecademy/gamut-styles@2.2.1) (2019-03-19)
1056
1158
 
1057
1159
 
1058
1160
  ### 🐛 Bug Fixes
1059
1161
 
1060
- * **deps:** pin dependencies ([#231](https://github.com/Codecademy/client-modules/issues/231)) ([c185ac8](https://github.com/Codecademy/client-modules/commit/c185ac8013565cc103717b7b2b961177bff4125c))
1162
+ * **deps:** pin dependencies ([#231](https://github.com/Codecademy/gamut/issues/231)) ([c185ac8](https://github.com/Codecademy/gamut/commit/c185ac8013565cc103717b7b2b961177bff4125c))
1061
1163
 
1062
- ## [2.2.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.1.0...@codecademy/gamut-styles@2.2.0) (2019-03-13)
1164
+ ## [2.2.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.1.0...@codecademy/gamut-styles@2.2.0) (2019-03-13)
1063
1165
 
1064
1166
 
1065
1167
  ### ✨ Features
1066
1168
 
1067
- * Add shared config modules for eslint & prettier ([#224](https://github.com/Codecademy/client-modules/issues/224)) ([7fbeac6](https://github.com/Codecademy/client-modules/commit/7fbeac653543741010003d5fce81cf6bdb1b9291))
1169
+ * Add shared config modules for eslint & prettier ([#224](https://github.com/Codecademy/gamut/issues/224)) ([7fbeac6](https://github.com/Codecademy/gamut/commit/7fbeac653543741010003d5fce81cf6bdb1b9291))
1068
1170
 
1069
- ## [2.1.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.0.4...@codecademy/gamut-styles@2.1.0) (2019-03-13)
1171
+ ## [2.1.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.0.4...@codecademy/gamut-styles@2.1.0) (2019-03-13)
1070
1172
 
1071
1173
 
1072
1174
  ### ✨ Features
1073
1175
 
1074
- * Adds mar 2019 colors, deprecates colors ([#211](https://github.com/Codecademy/client-modules/issues/211)) ([c5c1e7f](https://github.com/Codecademy/client-modules/commit/c5c1e7fce406fddd5687d4e20644f7e778cb767f))
1176
+ * Adds mar 2019 colors, deprecates colors ([#211](https://github.com/Codecademy/gamut/issues/211)) ([c5c1e7f](https://github.com/Codecademy/gamut/commit/c5c1e7fce406fddd5687d4e20644f7e778cb767f))
1075
1177
 
1076
- ### [2.0.4](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.0.3...@codecademy/gamut-styles@2.0.4) (2019-01-16)
1178
+ ### [2.0.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.0.3...@codecademy/gamut-styles@2.0.4) (2019-01-16)
1077
1179
 
1078
1180
 
1079
1181
  ### 🐛 Bug Fixes
1080
1182
 
1081
- * minor core stylesheet tweaks ([#159](https://github.com/Codecademy/client-modules/issues/159)) ([3dc76fc](https://github.com/Codecademy/client-modules/commit/3dc76fca4a94f30a455889b7df0a6eeb4da5bfc6))
1183
+ * minor core stylesheet tweaks ([#159](https://github.com/Codecademy/gamut/issues/159)) ([3dc76fc](https://github.com/Codecademy/gamut/commit/3dc76fca4a94f30a455889b7df0a6eeb4da5bfc6))
1082
1184
 
1083
1185
 
1084
1186
  ### Other Changes
1085
1187
 
1086
- * Publish ([7d29d34](https://github.com/Codecademy/client-modules/commit/7d29d346afc4a43b3ed3716c6f3fba292a5e23a6))
1188
+ * Publish ([7d29d34](https://github.com/Codecademy/gamut/commit/7d29d346afc4a43b3ed3716c6f3fba292a5e23a6))
1087
1189
 
1088
- ### [2.0.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.0.2...@codecademy/gamut-styles@2.0.3) (2018-09-14)
1190
+ ### [2.0.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.0.2...@codecademy/gamut-styles@2.0.3) (2018-09-14)
1089
1191
 
1090
1192
 
1091
1193
  ### Other Changes
1092
1194
 
1093
- * prevent FOIT ([#147](https://github.com/Codecademy/client-modules/issues/147)) ([ce8f43c](https://github.com/Codecademy/client-modules/commit/ce8f43c11c1a03555a3e904de4065ecdbd24bd16))
1094
- * Publish ([a253c6c](https://github.com/Codecademy/client-modules/commit/a253c6cc5fa2ae8878bd10bf70b3fa6a8ee4319a))
1195
+ * prevent FOIT ([#147](https://github.com/Codecademy/gamut/issues/147)) ([ce8f43c](https://github.com/Codecademy/gamut/commit/ce8f43c11c1a03555a3e904de4065ecdbd24bd16))
1196
+ * Publish ([a253c6c](https://github.com/Codecademy/gamut/commit/a253c6cc5fa2ae8878bd10bf70b3fa6a8ee4319a))
1095
1197
 
1096
- ### [2.0.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.0.1...@codecademy/gamut-styles@2.0.2) (2018-06-22)
1198
+ ### [2.0.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.0.1...@codecademy/gamut-styles@2.0.2) (2018-06-22)
1097
1199
 
1098
1200
 
1099
1201
  ### Other Changes
1100
1202
 
1101
- * Publish ([772a70a](https://github.com/Codecademy/client-modules/commit/772a70acc3cd91c48946e58dbd4035bdea29a413))
1102
- * use nunito override for carets ([#134](https://github.com/Codecademy/client-modules/issues/134)) ([92f17f4](https://github.com/Codecademy/client-modules/commit/92f17f4f50a1f239e79ef2475a9ee22c16a586bc))
1203
+ * Publish ([772a70a](https://github.com/Codecademy/gamut/commit/772a70acc3cd91c48946e58dbd4035bdea29a413))
1204
+ * use nunito override for carets ([#134](https://github.com/Codecademy/gamut/issues/134)) ([92f17f4](https://github.com/Codecademy/gamut/commit/92f17f4f50a1f239e79ef2475a9ee22c16a586bc))
1103
1205
 
1104
- ### [2.0.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@2.0.0...@codecademy/gamut-styles@2.0.1) (2018-06-12)
1206
+ ### [2.0.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@2.0.0...@codecademy/gamut-styles@2.0.1) (2018-06-12)
1105
1207
 
1106
1208
 
1107
1209
  ### Other Changes
1108
1210
 
1109
- * add a variable ([#127](https://github.com/Codecademy/client-modules/issues/127)) ([02c5c75](https://github.com/Codecademy/client-modules/commit/02c5c75b7bdc64b262af853275a2ef8b31757129))
1110
- * Publish ([fd69e38](https://github.com/Codecademy/client-modules/commit/fd69e38ea191ec34db5a0cd69657b2b1cbc5840f))
1211
+ * add a variable ([#127](https://github.com/Codecademy/gamut/issues/127)) ([02c5c75](https://github.com/Codecademy/gamut/commit/02c5c75b7bdc64b262af853275a2ef8b31757129))
1212
+ * Publish ([fd69e38](https://github.com/Codecademy/gamut/commit/fd69e38ea191ec34db5a0cd69657b2b1cbc5840f))
1111
1213
 
1112
- ## [2.0.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.25...@codecademy/gamut-styles@2.0.0) (2018-06-11)
1214
+ ## [2.0.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.25...@codecademy/gamut-styles@2.0.0) (2018-06-11)
1113
1215
 
1114
1216
 
1115
1217
  ### ⚠ BREAKING CHANGES
@@ -1118,284 +1220,284 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1118
1220
 
1119
1221
  ### ✨ Features
1120
1222
 
1121
- * Merge standard & core variables ([#123](https://github.com/Codecademy/client-modules/issues/123)) ([5bf24b0](https://github.com/Codecademy/client-modules/commit/5bf24b018a24b4fddbb06b21c14fedb3ad9d7dd8))
1223
+ * Merge standard & core variables ([#123](https://github.com/Codecademy/gamut/issues/123)) ([5bf24b0](https://github.com/Codecademy/gamut/commit/5bf24b018a24b4fddbb06b21c14fedb3ad9d7dd8))
1122
1224
 
1123
1225
 
1124
1226
  ### Other Changes
1125
1227
 
1126
- * Publish ([c850917](https://github.com/Codecademy/client-modules/commit/c850917131a8072eb4b1e8a73f1de2d1708adbcd))
1228
+ * Publish ([c850917](https://github.com/Codecademy/gamut/commit/c850917131a8072eb4b1e8a73f1de2d1708adbcd))
1127
1229
 
1128
- ### [1.3.25](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.24...@codecademy/gamut-styles@1.3.25) (2018-05-23)
1230
+ ### [1.3.25](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.24...@codecademy/gamut-styles@1.3.25) (2018-05-23)
1129
1231
 
1130
1232
 
1131
1233
  ### Other Changes
1132
1234
 
1133
- * Publish ([6676d81](https://github.com/Codecademy/client-modules/commit/6676d81c11c8dd788baa33065c6f028f612a765b))
1134
- * update text color ([#118](https://github.com/Codecademy/client-modules/issues/118)) ([b4bfa4d](https://github.com/Codecademy/client-modules/commit/b4bfa4d2c9c3b67f4f50e8fa6b442a7d4a02ab30))
1235
+ * Publish ([6676d81](https://github.com/Codecademy/gamut/commit/6676d81c11c8dd788baa33065c6f028f612a765b))
1236
+ * update text color ([#118](https://github.com/Codecademy/gamut/issues/118)) ([b4bfa4d](https://github.com/Codecademy/gamut/commit/b4bfa4d2c9c3b67f4f50e8fa6b442a7d4a02ab30))
1135
1237
 
1136
- ### [1.3.24](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.23...@codecademy/gamut-styles@1.3.24) (2018-05-22)
1238
+ ### [1.3.24](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.23...@codecademy/gamut-styles@1.3.24) (2018-05-22)
1137
1239
 
1138
1240
 
1139
1241
  ### Other Changes
1140
1242
 
1141
- * Publish ([a64bf7d](https://github.com/Codecademy/client-modules/commit/a64bf7de3dbdfc48267b08271cb193f083560769))
1142
- * update fonts ([#117](https://github.com/Codecademy/client-modules/issues/117)) ([1458c7e](https://github.com/Codecademy/client-modules/commit/1458c7e973cb5c9d0037178444685150297ff12a))
1243
+ * Publish ([a64bf7d](https://github.com/Codecademy/gamut/commit/a64bf7de3dbdfc48267b08271cb193f083560769))
1244
+ * update fonts ([#117](https://github.com/Codecademy/gamut/issues/117)) ([1458c7e](https://github.com/Codecademy/gamut/commit/1458c7e973cb5c9d0037178444685150297ff12a))
1143
1245
 
1144
- ### [1.3.23](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.22...@codecademy/gamut-styles@1.3.23) (2018-05-22)
1246
+ ### [1.3.23](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.22...@codecademy/gamut-styles@1.3.23) (2018-05-22)
1145
1247
 
1146
1248
 
1147
1249
  ### Other Changes
1148
1250
 
1149
- * Publish ([99265ff](https://github.com/Codecademy/client-modules/commit/99265ff53b63e12f397cfbda27c537dba8bb1e83))
1150
- * remove spacing ([#116](https://github.com/Codecademy/client-modules/issues/116)) ([28c7729](https://github.com/Codecademy/client-modules/commit/28c77290e4bef70a9aaf3bb2950bd2671b166459))
1251
+ * Publish ([99265ff](https://github.com/Codecademy/gamut/commit/99265ff53b63e12f397cfbda27c537dba8bb1e83))
1252
+ * remove spacing ([#116](https://github.com/Codecademy/gamut/issues/116)) ([28c7729](https://github.com/Codecademy/gamut/commit/28c77290e4bef70a9aaf3bb2950bd2671b166459))
1151
1253
 
1152
- ### [1.3.22](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.21...@codecademy/gamut-styles@1.3.22) (2018-05-21)
1254
+ ### [1.3.22](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.21...@codecademy/gamut-styles@1.3.22) (2018-05-21)
1153
1255
 
1154
1256
 
1155
1257
  ### Other Changes
1156
1258
 
1157
- * Publish ([88e6935](https://github.com/Codecademy/client-modules/commit/88e6935c1287d3550093034bb60eafa509f2cdeb))
1158
- * updates based on Guyens requests ([#113](https://github.com/Codecademy/client-modules/issues/113)) ([907b534](https://github.com/Codecademy/client-modules/commit/907b534d4dff46793380b3d8ff75209bb6b3c2bb))
1259
+ * Publish ([88e6935](https://github.com/Codecademy/gamut/commit/88e6935c1287d3550093034bb60eafa509f2cdeb))
1260
+ * updates based on Guyens requests ([#113](https://github.com/Codecademy/gamut/issues/113)) ([907b534](https://github.com/Codecademy/gamut/commit/907b534d4dff46793380b3d8ff75209bb6b3c2bb))
1159
1261
 
1160
- ### [1.3.21](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.20...@codecademy/gamut-styles@1.3.21) (2018-05-16)
1262
+ ### [1.3.21](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.20...@codecademy/gamut-styles@1.3.21) (2018-05-16)
1161
1263
 
1162
1264
 
1163
1265
  ### Other Changes
1164
1266
 
1165
- * Publish ([9386f11](https://github.com/Codecademy/client-modules/commit/9386f111c57af6f4aedd3748c6995e7b3c2d6ad5))
1166
- * remove reference to svg font ([#111](https://github.com/Codecademy/client-modules/issues/111)) ([8b4d88b](https://github.com/Codecademy/client-modules/commit/8b4d88baf435c857a773e96942c2a43bf9b55e83))
1267
+ * Publish ([9386f11](https://github.com/Codecademy/gamut/commit/9386f111c57af6f4aedd3748c6995e7b3c2d6ad5))
1268
+ * remove reference to svg font ([#111](https://github.com/Codecademy/gamut/issues/111)) ([8b4d88b](https://github.com/Codecademy/gamut/commit/8b4d88baf435c857a773e96942c2a43bf9b55e83))
1167
1269
 
1168
- ### [1.3.20](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.19...@codecademy/gamut-styles@1.3.20) (2018-05-16)
1270
+ ### [1.3.20](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.19...@codecademy/gamut-styles@1.3.20) (2018-05-16)
1169
1271
 
1170
1272
 
1171
1273
  ### Other Changes
1172
1274
 
1173
- * Add ikona font to core styles ([#110](https://github.com/Codecademy/client-modules/issues/110)) ([a9e6a3e](https://github.com/Codecademy/client-modules/commit/a9e6a3e180cffcce61ac44b0cc13a805fb792ef5))
1174
- * Publish ([2d97aad](https://github.com/Codecademy/client-modules/commit/2d97aadaf00d6cf69af91c31ca90eb30c2f78617))
1275
+ * Add ikona font to core styles ([#110](https://github.com/Codecademy/gamut/issues/110)) ([a9e6a3e](https://github.com/Codecademy/gamut/commit/a9e6a3e180cffcce61ac44b0cc13a805fb792ef5))
1276
+ * Publish ([2d97aad](https://github.com/Codecademy/gamut/commit/2d97aadaf00d6cf69af91c31ca90eb30c2f78617))
1175
1277
 
1176
- ### [1.3.19](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.18...@codecademy/gamut-styles@1.3.19) (2018-05-16)
1278
+ ### [1.3.19](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.18...@codecademy/gamut-styles@1.3.19) (2018-05-16)
1177
1279
 
1178
1280
 
1179
1281
  ### Other Changes
1180
1282
 
1181
- * Publish ([991b6e5](https://github.com/Codecademy/client-modules/commit/991b6e596ebb02b7572314462185f21de5e29773))
1182
- * small updates ([#109](https://github.com/Codecademy/client-modules/issues/109)) ([3b0e172](https://github.com/Codecademy/client-modules/commit/3b0e1721fabdc198ce3f1f7ce1d597d9faa4331f))
1283
+ * Publish ([991b6e5](https://github.com/Codecademy/gamut/commit/991b6e596ebb02b7572314462185f21de5e29773))
1284
+ * small updates ([#109](https://github.com/Codecademy/gamut/issues/109)) ([3b0e172](https://github.com/Codecademy/gamut/commit/3b0e1721fabdc198ce3f1f7ce1d597d9faa4331f))
1183
1285
 
1184
- ### [1.3.18](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.17...@codecademy/gamut-styles@1.3.18) (2018-05-10)
1286
+ ### [1.3.18](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.17...@codecademy/gamut-styles@1.3.18) (2018-05-10)
1185
1287
 
1186
1288
 
1187
1289
  ### Other Changes
1188
1290
 
1189
- * Ah pro trial updates ([#107](https://github.com/Codecademy/client-modules/issues/107)) ([3607350](https://github.com/Codecademy/client-modules/commit/360735040eb698c1007b8b0cba5efbe159a0f14e))
1190
- * Publish ([e74fb0d](https://github.com/Codecademy/client-modules/commit/e74fb0dadfc75884f662f99145ff242bffa998c0))
1291
+ * Ah pro trial updates ([#107](https://github.com/Codecademy/gamut/issues/107)) ([3607350](https://github.com/Codecademy/gamut/commit/360735040eb698c1007b8b0cba5efbe159a0f14e))
1292
+ * Publish ([e74fb0d](https://github.com/Codecademy/gamut/commit/e74fb0dadfc75884f662f99145ff242bffa998c0))
1191
1293
 
1192
- ### [1.3.17](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.16...@codecademy/gamut-styles@1.3.17) (2018-05-01)
1294
+ ### [1.3.17](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.16...@codecademy/gamut-styles@1.3.17) (2018-05-01)
1193
1295
 
1194
1296
 
1195
1297
  ### Other Changes
1196
1298
 
1197
- * Dark blue ([#105](https://github.com/Codecademy/client-modules/issues/105)) ([ef296ba](https://github.com/Codecademy/client-modules/commit/ef296ba36f0fe80d86d72a3c7655a0f09f309bf5))
1198
- * Publish ([a41e01b](https://github.com/Codecademy/client-modules/commit/a41e01bd6394152fdc7d57e412ecc55ed5684ca2))
1299
+ * Dark blue ([#105](https://github.com/Codecademy/gamut/issues/105)) ([ef296ba](https://github.com/Codecademy/gamut/commit/ef296ba36f0fe80d86d72a3c7655a0f09f309bf5))
1300
+ * Publish ([a41e01b](https://github.com/Codecademy/gamut/commit/a41e01bd6394152fdc7d57e412ecc55ed5684ca2))
1199
1301
 
1200
- ### [1.3.16](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.15...@codecademy/gamut-styles@1.3.16) (2018-04-30)
1302
+ ### [1.3.16](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.15...@codecademy/gamut-styles@1.3.16) (2018-04-30)
1201
1303
 
1202
1304
 
1203
1305
  ### Other Changes
1204
1306
 
1205
- * Ah gander colors ([#104](https://github.com/Codecademy/client-modules/issues/104)) ([3f34267](https://github.com/Codecademy/client-modules/commit/3f34267165d0597e62a8d2cd685456aeb7b53069))
1206
- * Publish ([02f4702](https://github.com/Codecademy/client-modules/commit/02f47029d89680f67c7531237f123337d5ef7026))
1307
+ * Ah gander colors ([#104](https://github.com/Codecademy/gamut/issues/104)) ([3f34267](https://github.com/Codecademy/gamut/commit/3f34267165d0597e62a8d2cd685456aeb7b53069))
1308
+ * Publish ([02f4702](https://github.com/Codecademy/gamut/commit/02f47029d89680f67c7531237f123337d5ef7026))
1207
1309
 
1208
- ### [1.3.15](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.14...@codecademy/gamut-styles@1.3.15) (2018-04-30)
1310
+ ### [1.3.15](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.14...@codecademy/gamut-styles@1.3.15) (2018-04-30)
1209
1311
 
1210
1312
 
1211
1313
  ### Other Changes
1212
1314
 
1213
- * add brand colors ([#103](https://github.com/Codecademy/client-modules/issues/103)) ([dbaf82c](https://github.com/Codecademy/client-modules/commit/dbaf82c149d6ad924cf9d855db4d23efe5e23f80))
1214
- * Publish ([662ff37](https://github.com/Codecademy/client-modules/commit/662ff3730dd71f45cd6b6c387796e9a121807a24))
1315
+ * add brand colors ([#103](https://github.com/Codecademy/gamut/issues/103)) ([dbaf82c](https://github.com/Codecademy/gamut/commit/dbaf82c149d6ad924cf9d855db4d23efe5e23f80))
1316
+ * Publish ([662ff37](https://github.com/Codecademy/gamut/commit/662ff3730dd71f45cd6b6c387796e9a121807a24))
1215
1317
 
1216
- ### [1.3.14](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.13...@codecademy/gamut-styles@1.3.14) (2018-04-26)
1318
+ ### [1.3.14](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.13...@codecademy/gamut-styles@1.3.14) (2018-04-26)
1217
1319
 
1218
1320
 
1219
1321
  ### Other Changes
1220
1322
 
1221
- * Ah core css updates ([#99](https://github.com/Codecademy/client-modules/issues/99)) ([3d68d25](https://github.com/Codecademy/client-modules/commit/3d68d25822c03b70f3bf28c157582d59d4c2b270))
1222
- * Publish ([8a572f7](https://github.com/Codecademy/client-modules/commit/8a572f7c95bc7540f4fc3da336718059616ec0e5))
1323
+ * Ah core css updates ([#99](https://github.com/Codecademy/gamut/issues/99)) ([3d68d25](https://github.com/Codecademy/gamut/commit/3d68d25822c03b70f3bf28c157582d59d4c2b270))
1324
+ * Publish ([8a572f7](https://github.com/Codecademy/gamut/commit/8a572f7c95bc7540f4fc3da336718059616ec0e5))
1223
1325
 
1224
- ### [1.3.13](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.12...@codecademy/gamut-styles@1.3.13) (2018-04-16)
1326
+ ### [1.3.13](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.12...@codecademy/gamut-styles@1.3.13) (2018-04-16)
1225
1327
 
1226
1328
 
1227
1329
  ### Other Changes
1228
1330
 
1229
- * Publish ([fce36dd](https://github.com/Codecademy/client-modules/commit/fce36ddddf56717cf1dc2401e0e0d32063452b98))
1230
- * temp commit ([#77](https://github.com/Codecademy/client-modules/issues/77)) ([483fdef](https://github.com/Codecademy/client-modules/commit/483fdef32797b7a25810df4245cef1924f63b099))
1331
+ * Publish ([fce36dd](https://github.com/Codecademy/gamut/commit/fce36ddddf56717cf1dc2401e0e0d32063452b98))
1332
+ * temp commit ([#77](https://github.com/Codecademy/gamut/issues/77)) ([483fdef](https://github.com/Codecademy/gamut/commit/483fdef32797b7a25810df4245cef1924f63b099))
1231
1333
 
1232
- ### [1.3.12](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.11...@codecademy/gamut-styles@1.3.12) (2018-03-02)
1334
+ ### [1.3.12](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.11...@codecademy/gamut-styles@1.3.12) (2018-03-02)
1233
1335
 
1234
1336
 
1235
1337
  ### Other Changes
1236
1338
 
1237
- * Publish ([42b17e7](https://github.com/Codecademy/client-modules/commit/42b17e7218c75cb42428dc1c05119321940b8074))
1238
- * use basic black and white color variables in other colors ([#78](https://github.com/Codecademy/client-modules/issues/78)) ([129a701](https://github.com/Codecademy/client-modules/commit/129a701d6872e289637ebebf2d7ed3a1260e4b67))
1339
+ * Publish ([42b17e7](https://github.com/Codecademy/gamut/commit/42b17e7218c75cb42428dc1c05119321940b8074))
1340
+ * use basic black and white color variables in other colors ([#78](https://github.com/Codecademy/gamut/issues/78)) ([129a701](https://github.com/Codecademy/gamut/commit/129a701d6872e289637ebebf2d7ed3a1260e4b67))
1239
1341
 
1240
- ### [1.3.11](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.9...@codecademy/gamut-styles@1.3.11) (2018-02-15)
1342
+ ### [1.3.11](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.9...@codecademy/gamut-styles@1.3.11) (2018-02-15)
1241
1343
 
1242
1344
 
1243
1345
  ### Other Changes
1244
1346
 
1245
- * Publish ([b9d0015](https://github.com/Codecademy/client-modules/commit/b9d0015ed01aa369cfef9f6dada20ae81718166f))
1246
- * Publish ([c64bd0a](https://github.com/Codecademy/client-modules/commit/c64bd0a03db1688216895ad3a54ba328557d7f41))
1347
+ * Publish ([b9d0015](https://github.com/Codecademy/gamut/commit/b9d0015ed01aa369cfef9f6dada20ae81718166f))
1348
+ * Publish ([c64bd0a](https://github.com/Codecademy/gamut/commit/c64bd0a03db1688216895ad3a54ba328557d7f41))
1247
1349
 
1248
- ### [1.3.9](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.7...@codecademy/gamut-styles@1.3.9) (2018-02-09)
1350
+ ### [1.3.9](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.7...@codecademy/gamut-styles@1.3.9) (2018-02-09)
1249
1351
 
1250
1352
 
1251
1353
  ### Other Changes
1252
1354
 
1253
- * Publish ([8f01e2e](https://github.com/Codecademy/client-modules/commit/8f01e2e1faa39da868105f9e39cffecb66063069))
1254
- * Publish ([278eb60](https://github.com/Codecademy/client-modules/commit/278eb60cbf320e7f132d1ead5f7f9d59411319fe))
1355
+ * Publish ([8f01e2e](https://github.com/Codecademy/gamut/commit/8f01e2e1faa39da868105f9e39cffecb66063069))
1356
+ * Publish ([278eb60](https://github.com/Codecademy/gamut/commit/278eb60cbf320e7f132d1ead5f7f9d59411319fe))
1255
1357
 
1256
- ### [1.3.7](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.6...@codecademy/gamut-styles@1.3.7) (2018-02-07)
1358
+ ### [1.3.7](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.6...@codecademy/gamut-styles@1.3.7) (2018-02-07)
1257
1359
 
1258
1360
 
1259
1361
  ### Other Changes
1260
1362
 
1261
- * Publish ([06ac5a3](https://github.com/Codecademy/client-modules/commit/06ac5a37dffb13dae0e9679ead842e9a546eca5b))
1363
+ * Publish ([06ac5a3](https://github.com/Codecademy/gamut/commit/06ac5a37dffb13dae0e9679ead842e9a546eca5b))
1262
1364
 
1263
- ### [1.3.6](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.5...@codecademy/gamut-styles@1.3.6) (2018-01-17)
1365
+ ### [1.3.6](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.5...@codecademy/gamut-styles@1.3.6) (2018-01-17)
1264
1366
 
1265
1367
 
1266
1368
  ### Other Changes
1267
1369
 
1268
- * Publish ([8950889](https://github.com/Codecademy/client-modules/commit/895088912309d9aab71000bf254ff165d0276531))
1269
- * workspaces don't generate lockfiles for every workspace ([ee3b674](https://github.com/Codecademy/client-modules/commit/ee3b6740f89704abd4bf0857c2ca7a0642feb6c1))
1370
+ * Publish ([8950889](https://github.com/Codecademy/gamut/commit/895088912309d9aab71000bf254ff165d0276531))
1371
+ * workspaces don't generate lockfiles for every workspace ([ee3b674](https://github.com/Codecademy/gamut/commit/ee3b6740f89704abd4bf0857c2ca7a0642feb6c1))
1270
1372
 
1271
- ### [1.3.5](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.4...@codecademy/gamut-styles@1.3.5) (2017-12-14)
1373
+ ### [1.3.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.4...@codecademy/gamut-styles@1.3.5) (2017-12-14)
1272
1374
 
1273
1375
 
1274
1376
  ### Other Changes
1275
1377
 
1276
- * Publish ([a3dbb5a](https://github.com/Codecademy/client-modules/commit/a3dbb5aeece0afe8feefabf326baa8872ee3a670))
1277
- * Update gamut-yellow base value ([6a14f61](https://github.com/Codecademy/client-modules/commit/6a14f61fb88317e320697906c58a7566d790057f))
1378
+ * Publish ([a3dbb5a](https://github.com/Codecademy/gamut/commit/a3dbb5aeece0afe8feefabf326baa8872ee3a670))
1379
+ * Update gamut-yellow base value ([6a14f61](https://github.com/Codecademy/gamut/commit/6a14f61fb88317e320697906c58a7566d790057f))
1278
1380
 
1279
- ### [1.3.4](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.3...@codecademy/gamut-styles@1.3.4) (2017-12-12)
1381
+ ### [1.3.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.3...@codecademy/gamut-styles@1.3.4) (2017-12-12)
1280
1382
 
1281
1383
 
1282
1384
  ### Other Changes
1283
1385
 
1284
- * back to 80 width ([e79cd9f](https://github.com/Codecademy/client-modules/commit/e79cd9fab6472b14f4accebad4691c0c5222411e))
1285
- * better comma options ([b4aafbf](https://github.com/Codecademy/client-modules/commit/b4aafbf46e8684609a4dc407b5d4fc220d9552e5))
1286
- * codeclimate issue ([9b01f06](https://github.com/Codecademy/client-modules/commit/9b01f065b1b7a29aa89f0f6f25783d883df0f3ed))
1287
- * ignore exports file ([debde69](https://github.com/Codecademy/client-modules/commit/debde69858cc8d482d27885f22c6bf612e268847))
1288
- * lint errything ([1b8d7b5](https://github.com/Codecademy/client-modules/commit/1b8d7b5f858b24d95f7ccf569c2fb543126c474f))
1289
- * Merge remote-tracking branch 'origin/master' into jh-prettier ([248ba74](https://github.com/Codecademy/client-modules/commit/248ba74720ed3598333035e301430a87063b5fa9))
1290
- * Merge remote-tracking branch 'origin/master' into jh-prettier ([cefa286](https://github.com/Codecademy/client-modules/commit/cefa2865381c1e2b14a5385f58fbf812c70a88d0))
1291
- * Publish ([b9417d0](https://github.com/Codecademy/client-modules/commit/b9417d0b660de3a1a7e2828266bad40fd61df995))
1292
- * remove some auto-fixed eslint rules ([bb006c7](https://github.com/Codecademy/client-modules/commit/bb006c7c26ca8e50ae58462510952011ef9d5412))
1293
- * specify comma dangle rules ([3f3a9e4](https://github.com/Codecademy/client-modules/commit/3f3a9e4358d27c73164b13b760c87913e2cb94f8))
1294
- * switch to 100, 80 is nuts ([915b108](https://github.com/Codecademy/client-modules/commit/915b1084cf11957be92369806d23fd597d9acb08))
1386
+ * back to 80 width ([e79cd9f](https://github.com/Codecademy/gamut/commit/e79cd9fab6472b14f4accebad4691c0c5222411e))
1387
+ * better comma options ([b4aafbf](https://github.com/Codecademy/gamut/commit/b4aafbf46e8684609a4dc407b5d4fc220d9552e5))
1388
+ * codeclimate issue ([9b01f06](https://github.com/Codecademy/gamut/commit/9b01f065b1b7a29aa89f0f6f25783d883df0f3ed))
1389
+ * ignore exports file ([debde69](https://github.com/Codecademy/gamut/commit/debde69858cc8d482d27885f22c6bf612e268847))
1390
+ * lint errything ([1b8d7b5](https://github.com/Codecademy/gamut/commit/1b8d7b5f858b24d95f7ccf569c2fb543126c474f))
1391
+ * Merge remote-tracking branch 'origin/master' into jh-prettier ([248ba74](https://github.com/Codecademy/gamut/commit/248ba74720ed3598333035e301430a87063b5fa9))
1392
+ * Merge remote-tracking branch 'origin/master' into jh-prettier ([cefa286](https://github.com/Codecademy/gamut/commit/cefa2865381c1e2b14a5385f58fbf812c70a88d0))
1393
+ * Publish ([b9417d0](https://github.com/Codecademy/gamut/commit/b9417d0b660de3a1a7e2828266bad40fd61df995))
1394
+ * remove some auto-fixed eslint rules ([bb006c7](https://github.com/Codecademy/gamut/commit/bb006c7c26ca8e50ae58462510952011ef9d5412))
1395
+ * specify comma dangle rules ([3f3a9e4](https://github.com/Codecademy/gamut/commit/3f3a9e4358d27c73164b13b760c87913e2cb94f8))
1396
+ * switch to 100, 80 is nuts ([915b108](https://github.com/Codecademy/gamut/commit/915b1084cf11957be92369806d23fd597d9acb08))
1295
1397
 
1296
- ### [1.3.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.2...@codecademy/gamut-styles@1.3.3) (2017-11-29)
1398
+ ### [1.3.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.2...@codecademy/gamut-styles@1.3.3) (2017-11-29)
1297
1399
 
1298
1400
 
1299
1401
  ### Other Changes
1300
1402
 
1301
- * Fix export.scss location ([2fafc7b](https://github.com/Codecademy/client-modules/commit/2fafc7bba4e77aff8f86f0f55c202491f98ebb89))
1302
- * Publish ([9c28aec](https://github.com/Codecademy/client-modules/commit/9c28aecd1be7158f4de05029b17725fe79c40385))
1403
+ * Fix export.scss location ([2fafc7b](https://github.com/Codecademy/gamut/commit/2fafc7bba4e77aff8f86f0f55c202491f98ebb89))
1404
+ * Publish ([9c28aec](https://github.com/Codecademy/gamut/commit/9c28aecd1be7158f4de05029b17725fe79c40385))
1303
1405
 
1304
- ### [1.3.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.1...@codecademy/gamut-styles@1.3.2) (2017-11-29)
1406
+ ### [1.3.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.1...@codecademy/gamut-styles@1.3.2) (2017-11-29)
1305
1407
 
1306
1408
 
1307
1409
  ### Other Changes
1308
1410
 
1309
- * integrating Jakes feedback ([5a59a27](https://github.com/Codecademy/client-modules/commit/5a59a27ba09546f9635636282c9fd2c5389b9b87))
1310
- * Merge pull request [#50](https://github.com/Codecademy/client-modules/issues/50) from RyzacInc/ah-eng-1829-update-gamut-styles ([9a08b12](https://github.com/Codecademy/client-modules/commit/9a08b1298e5709261967b13d3cd1945b2a416e6d))
1311
- * more edits based on Jakes suggestions ([28968e0](https://github.com/Codecademy/client-modules/commit/28968e0b3a0badd8fd0bb1ccaec97eee188f572e))
1312
- * Publish ([c4cc3cb](https://github.com/Codecademy/client-modules/commit/c4cc3cb2f4fa285643cecd0249a790c1f899ea0f))
1313
- * reorganizing gamut-styles ([bffc104](https://github.com/Codecademy/client-modules/commit/bffc10421c1ce9ff5ed8d3be66ac817d74f4dcf5))
1411
+ * integrating Jakes feedback ([5a59a27](https://github.com/Codecademy/gamut/commit/5a59a27ba09546f9635636282c9fd2c5389b9b87))
1412
+ * Merge pull request [#50](https://github.com/Codecademy/gamut/issues/50) from RyzacInc/ah-eng-1829-update-gamut-styles ([9a08b12](https://github.com/Codecademy/gamut/commit/9a08b1298e5709261967b13d3cd1945b2a416e6d))
1413
+ * more edits based on Jakes suggestions ([28968e0](https://github.com/Codecademy/gamut/commit/28968e0b3a0badd8fd0bb1ccaec97eee188f572e))
1414
+ * Publish ([c4cc3cb](https://github.com/Codecademy/gamut/commit/c4cc3cb2f4fa285643cecd0249a790c1f899ea0f))
1415
+ * reorganizing gamut-styles ([bffc104](https://github.com/Codecademy/gamut/commit/bffc10421c1ce9ff5ed8d3be66ac817d74f4dcf5))
1314
1416
 
1315
- ### [1.3.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.3.0...@codecademy/gamut-styles@1.3.1) (2017-11-29)
1417
+ ### [1.3.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.3.0...@codecademy/gamut-styles@1.3.1) (2017-11-29)
1316
1418
 
1317
1419
 
1318
1420
  ### Other Changes
1319
1421
 
1320
- * Add base gamut colors to scssExports ([4935c9c](https://github.com/Codecademy/client-modules/commit/4935c9c61a644c970e231f32098f36d760a02379))
1321
- * Add gamut-mint ([d24a801](https://github.com/Codecademy/client-modules/commit/d24a801d2507bc955bc7cef15f05d339626b1785))
1322
- * First stab at coding in new colors ([e1a3b40](https://github.com/Codecademy/client-modules/commit/e1a3b4099a6b29f12884fd03b239a11bc04e7c26))
1323
- * Fix lint ([e8ffc6e](https://github.com/Codecademy/client-modules/commit/e8ffc6e37b5ff03ab919c7ce9782b8585cd5655c))
1324
- * ICSS export magic ([a6846d1](https://github.com/Codecademy/client-modules/commit/a6846d11f8c43d097bd42d334196702371f133dc))
1325
- * More comment sections in variables.js ([58c26e8](https://github.com/Codecademy/client-modules/commit/58c26e81496c285597b08f8c2ed97aa0ac4b9387))
1326
- * Publish ([a76b724](https://github.com/Codecademy/client-modules/commit/a76b7244d6a47bcea0f0012661aba673b448d4e3))
1327
- * Reorganize color story for better visibility ([56a61d3](https://github.com/Codecademy/client-modules/commit/56a61d358bd3027906e10962a7ec5a81e19efef3))
1328
- * Replace hardcoded values with SCSS recreations ([30825d9](https://github.com/Codecademy/client-modules/commit/30825d9f0e001adeefb444123eef43980e5a9d92))
1422
+ * Add base gamut colors to scssExports ([4935c9c](https://github.com/Codecademy/gamut/commit/4935c9c61a644c970e231f32098f36d760a02379))
1423
+ * Add gamut-mint ([d24a801](https://github.com/Codecademy/gamut/commit/d24a801d2507bc955bc7cef15f05d339626b1785))
1424
+ * First stab at coding in new colors ([e1a3b40](https://github.com/Codecademy/gamut/commit/e1a3b4099a6b29f12884fd03b239a11bc04e7c26))
1425
+ * Fix lint ([e8ffc6e](https://github.com/Codecademy/gamut/commit/e8ffc6e37b5ff03ab919c7ce9782b8585cd5655c))
1426
+ * ICSS export magic ([a6846d1](https://github.com/Codecademy/gamut/commit/a6846d11f8c43d097bd42d334196702371f133dc))
1427
+ * More comment sections in variables.js ([58c26e8](https://github.com/Codecademy/gamut/commit/58c26e81496c285597b08f8c2ed97aa0ac4b9387))
1428
+ * Publish ([a76b724](https://github.com/Codecademy/gamut/commit/a76b7244d6a47bcea0f0012661aba673b448d4e3))
1429
+ * Reorganize color story for better visibility ([56a61d3](https://github.com/Codecademy/gamut/commit/56a61d358bd3027906e10962a7ec5a81e19efef3))
1430
+ * Replace hardcoded values with SCSS recreations ([30825d9](https://github.com/Codecademy/gamut/commit/30825d9f0e001adeefb444123eef43980e5a9d92))
1329
1431
 
1330
- ## [1.3.0](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.2.5...@codecademy/gamut-styles@1.3.0) (2017-11-20)
1432
+ ## [1.3.0](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.2.5...@codecademy/gamut-styles@1.3.0) (2017-11-20)
1331
1433
 
1332
1434
 
1333
1435
  ### Other Changes
1334
1436
 
1335
- * Alphabetize imports ([70ceac2](https://github.com/Codecademy/client-modules/commit/70ceac29a83af5db921e766bbf8253f394ee1f71))
1336
- * Create JS object ([838578c](https://github.com/Codecademy/client-modules/commit/838578ca314591dfc7cfecba6045b6d6d4af831a))
1337
- * double quote strings ([ffda90a](https://github.com/Codecademy/client-modules/commit/ffda90ab9b32c598b8ab8549d0f16e3a414d4a02))
1338
- * Fix final lint issues ([46be3e9](https://github.com/Codecademy/client-modules/commit/46be3e9ecdad365c935aed7163197837ab6e1be2))
1339
- * Fix lint on color variables ([c3bf26d](https://github.com/Codecademy/client-modules/commit/c3bf26d48efa6240e144b0714a92947ccfcff8bc))
1340
- * Integrate Jake's suggestions ([4485623](https://github.com/Codecademy/client-modules/commit/448562343f280f2c825fb304c72485ba2e2f95b0))
1341
- * Make JS variables consistent with lowercased SCSS variables ([0c71d0f](https://github.com/Codecademy/client-modules/commit/0c71d0f5e4a6ff45eb2c2c7d42fd8bcfcef01180))
1342
- * Merge branch 'master' into ajh-unification ([f806c29](https://github.com/Codecademy/client-modules/commit/f806c299f71925bb1963352b2ad5f8aa819e6c9d))
1343
- * Merge identity into gamut ([9ac2dd4](https://github.com/Codecademy/client-modules/commit/9ac2dd43afcb20d46a0c985a0c74499fe03efc8c))
1344
- * Move colors from legacy to variables/_colors ([7fadae9](https://github.com/Codecademy/client-modules/commit/7fadae98bc41e71bce0b8e7c14d5cdaa15c129f9))
1345
- * Move legacy fonts to _typography ([39dab89](https://github.com/Codecademy/client-modules/commit/39dab89ead6cc7df6f42bc55bade5e68421a1083))
1346
- * Move responsive variables into mixins/_responsive ([77ec0df](https://github.com/Codecademy/client-modules/commit/77ec0df818405e7450b21cf4c375ae2f917858b7))
1347
- * Publish ([a32ba23](https://github.com/Codecademy/client-modules/commit/a32ba234401d280641cb9bb8626e23a76dac3a7d))
1348
- * Rearrange colors ([3db309d](https://github.com/Codecademy/client-modules/commit/3db309dc1d9461cd92e739b7dd536b258f705c64))
1349
- * Remove remaining traces of legacy identity code ([ad00a33](https://github.com/Codecademy/client-modules/commit/ad00a330f329d5019ae0060589af0c79cfa62263))
1350
- * Reorganize colors ([53829a2](https://github.com/Codecademy/client-modules/commit/53829a2f5a84804c6ba647e2cc55cf79f00799e2))
1351
-
1352
- ### [1.2.5](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.2.4...@codecademy/gamut-styles@1.2.5) (2017-11-09)
1437
+ * Alphabetize imports ([70ceac2](https://github.com/Codecademy/gamut/commit/70ceac29a83af5db921e766bbf8253f394ee1f71))
1438
+ * Create JS object ([838578c](https://github.com/Codecademy/gamut/commit/838578ca314591dfc7cfecba6045b6d6d4af831a))
1439
+ * double quote strings ([ffda90a](https://github.com/Codecademy/gamut/commit/ffda90ab9b32c598b8ab8549d0f16e3a414d4a02))
1440
+ * Fix final lint issues ([46be3e9](https://github.com/Codecademy/gamut/commit/46be3e9ecdad365c935aed7163197837ab6e1be2))
1441
+ * Fix lint on color variables ([c3bf26d](https://github.com/Codecademy/gamut/commit/c3bf26d48efa6240e144b0714a92947ccfcff8bc))
1442
+ * Integrate Jake's suggestions ([4485623](https://github.com/Codecademy/gamut/commit/448562343f280f2c825fb304c72485ba2e2f95b0))
1443
+ * Make JS variables consistent with lowercased SCSS variables ([0c71d0f](https://github.com/Codecademy/gamut/commit/0c71d0f5e4a6ff45eb2c2c7d42fd8bcfcef01180))
1444
+ * Merge branch 'master' into ajh-unification ([f806c29](https://github.com/Codecademy/gamut/commit/f806c299f71925bb1963352b2ad5f8aa819e6c9d))
1445
+ * Merge identity into gamut ([9ac2dd4](https://github.com/Codecademy/gamut/commit/9ac2dd43afcb20d46a0c985a0c74499fe03efc8c))
1446
+ * Move colors from legacy to variables/_colors ([7fadae9](https://github.com/Codecademy/gamut/commit/7fadae98bc41e71bce0b8e7c14d5cdaa15c129f9))
1447
+ * Move legacy fonts to _typography ([39dab89](https://github.com/Codecademy/gamut/commit/39dab89ead6cc7df6f42bc55bade5e68421a1083))
1448
+ * Move responsive variables into mixins/_responsive ([77ec0df](https://github.com/Codecademy/gamut/commit/77ec0df818405e7450b21cf4c375ae2f917858b7))
1449
+ * Publish ([a32ba23](https://github.com/Codecademy/gamut/commit/a32ba234401d280641cb9bb8626e23a76dac3a7d))
1450
+ * Rearrange colors ([3db309d](https://github.com/Codecademy/gamut/commit/3db309dc1d9461cd92e739b7dd536b258f705c64))
1451
+ * Remove remaining traces of legacy identity code ([ad00a33](https://github.com/Codecademy/gamut/commit/ad00a330f329d5019ae0060589af0c79cfa62263))
1452
+ * Reorganize colors ([53829a2](https://github.com/Codecademy/gamut/commit/53829a2f5a84804c6ba647e2cc55cf79f00799e2))
1453
+
1454
+ ### [1.2.5](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.2.4...@codecademy/gamut-styles@1.2.5) (2017-11-09)
1353
1455
 
1354
1456
 
1355
1457
  ### Other Changes
1356
1458
 
1357
- * Codeclimate fixes ([c5864a7](https://github.com/Codecademy/client-modules/commit/c5864a7495493cbd06205ae393f55334470c3aa6))
1358
- * Publish ([88f3942](https://github.com/Codecademy/client-modules/commit/88f3942b8fe5bb6f38d4b52e03bb100468102fcc))
1459
+ * Codeclimate fixes ([c5864a7](https://github.com/Codecademy/gamut/commit/c5864a7495493cbd06205ae393f55334470c3aa6))
1460
+ * Publish ([88f3942](https://github.com/Codecademy/gamut/commit/88f3942b8fe5bb6f38d4b52e03bb100468102fcc))
1359
1461
 
1360
- ### [1.2.4](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.2.3...@codecademy/gamut-styles@1.2.4) (2017-08-21)
1462
+ ### [1.2.4](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.2.3...@codecademy/gamut-styles@1.2.4) (2017-08-21)
1361
1463
 
1362
1464
 
1363
1465
  ### Other Changes
1364
1466
 
1365
- * adding accessibility mixins ([2c93664](https://github.com/Codecademy/client-modules/commit/2c9366464e1ea3d8918921ca8d43054235fbb041))
1366
- * Publish ([2fed4b6](https://github.com/Codecademy/client-modules/commit/2fed4b6450ff413da411b16022168b04dc7b4bba))
1467
+ * adding accessibility mixins ([2c93664](https://github.com/Codecademy/gamut/commit/2c9366464e1ea3d8918921ca8d43054235fbb041))
1468
+ * Publish ([2fed4b6](https://github.com/Codecademy/gamut/commit/2fed4b6450ff413da411b16022168b04dc7b4bba))
1367
1469
 
1368
- ### [1.2.3](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.2.2...@codecademy/gamut-styles@1.2.3) (2017-08-02)
1470
+ ### [1.2.3](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.2.2...@codecademy/gamut-styles@1.2.3) (2017-08-02)
1369
1471
 
1370
1472
 
1371
1473
  ### Other Changes
1372
1474
 
1373
- * Publish ([d62b6ca](https://github.com/Codecademy/client-modules/commit/d62b6ca1b960d0a382bcdba677d99bdbb10d12cc))
1374
- * use yarn ([c58f92d](https://github.com/Codecademy/client-modules/commit/c58f92d1e787bf0df1c5c26556e4e7eba74011b3))
1475
+ * Publish ([d62b6ca](https://github.com/Codecademy/gamut/commit/d62b6ca1b960d0a382bcdba677d99bdbb10d12cc))
1476
+ * use yarn ([c58f92d](https://github.com/Codecademy/gamut/commit/c58f92d1e787bf0df1c5c26556e4e7eba74011b3))
1375
1477
 
1376
- ### [1.2.2](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.2.1...@codecademy/gamut-styles@1.2.2) (2017-06-06)
1478
+ ### [1.2.2](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.2.1...@codecademy/gamut-styles@1.2.2) (2017-06-06)
1377
1479
 
1378
1480
 
1379
1481
  ### Other Changes
1380
1482
 
1381
- * lock identity version ([f38f57d](https://github.com/Codecademy/client-modules/commit/f38f57debfde1b365ea47597a2163b7a9d345738))
1382
- * Locked identity version instead of using latest ([46a47e5](https://github.com/Codecademy/client-modules/commit/46a47e5b46167b93ced63490120ad6ff775aabae))
1483
+ * lock identity version ([f38f57d](https://github.com/Codecademy/gamut/commit/f38f57debfde1b365ea47597a2163b7a9d345738))
1484
+ * Locked identity version instead of using latest ([46a47e5](https://github.com/Codecademy/gamut/commit/46a47e5b46167b93ced63490120ad6ff775aabae))
1383
1485
 
1384
- ### [1.2.1](https://github.com/Codecademy/client-modules/compare/@codecademy/gamut-styles@1.1.3...@codecademy/gamut-styles@1.2.1) (2017-06-02)
1486
+ ### [1.2.1](https://github.com/Codecademy/gamut/compare/@codecademy/gamut-styles@1.1.3...@codecademy/gamut-styles@1.2.1) (2017-06-02)
1385
1487
 
1386
1488
 
1387
1489
  ### Other Changes
1388
1490
 
1389
- * Publish ([a99ebb8](https://github.com/Codecademy/client-modules/commit/a99ebb8fe0a0f7796d64918d404c08d83d51276b))
1390
- * Publish ([9cedd87](https://github.com/Codecademy/client-modules/commit/9cedd870d1a33173e6daa64a7106e426e67bde64))
1391
- * update readme ([aa60929](https://github.com/Codecademy/client-modules/commit/aa60929c15206b4606e1a54384018949a101821d))
1491
+ * Publish ([a99ebb8](https://github.com/Codecademy/gamut/commit/a99ebb8fe0a0f7796d64918d404c08d83d51276b))
1492
+ * Publish ([9cedd87](https://github.com/Codecademy/gamut/commit/9cedd870d1a33173e6daa64a7106e426e67bde64))
1493
+ * update readme ([aa60929](https://github.com/Codecademy/gamut/commit/aa60929c15206b4606e1a54384018949a101821d))
1392
1494
 
1393
- ### [1.1.3](https://github.com/Codecademy/client-modules/compare/52f14f20a98700ea00ebf5ce2374599190bdbddd...@codecademy/gamut-styles@1.1.3) (2017-05-30)
1495
+ ### [1.1.3](https://github.com/Codecademy/gamut/compare/52f14f20a98700ea00ebf5ce2374599190bdbddd...@codecademy/gamut-styles@1.1.3) (2017-05-30)
1394
1496
 
1395
1497
 
1396
1498
  ### Other Changes
1397
1499
 
1398
- * clean up config ([1e372b0](https://github.com/Codecademy/client-modules/commit/1e372b0470febe201576bbf3d3f426035b640614))
1399
- * fixed babel config ([56ef2fa](https://github.com/Codecademy/client-modules/commit/56ef2fa149f851d553ee84899cf79779a4ace54e))
1400
- * Publish ([34caefe](https://github.com/Codecademy/client-modules/commit/34caefe2cc7f180bd3b88c38d746c6d4703f4a30))
1401
- * rename gamut-identity ([52f14f2](https://github.com/Codecademy/client-modules/commit/52f14f20a98700ea00ebf5ce2374599190bdbddd))
1500
+ * clean up config ([1e372b0](https://github.com/Codecademy/gamut/commit/1e372b0470febe201576bbf3d3f426035b640614))
1501
+ * fixed babel config ([56ef2fa](https://github.com/Codecademy/gamut/commit/56ef2fa149f851d553ee84899cf79779a4ace54e))
1502
+ * Publish ([34caefe](https://github.com/Codecademy/gamut/commit/34caefe2cc7f180bd3b88c38d746c6d4703f4a30))
1503
+ * rename gamut-identity ([52f14f2](https://github.com/Codecademy/gamut/commit/52f14f20a98700ea00ebf5ce2374599190bdbddd))