orcs-design-system 2.0.97 → 2.0.99

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.
@@ -187,6 +187,9 @@ var Title = styled(H3).withConfig({
187
187
  },
188
188
  "> div > a": {
189
189
  fontSize: themeGet("fontSizes.2")(props)
190
+ },
191
+ "> div > div > a": {
192
+ fontSize: themeGet("fontSizes.2")(props)
190
193
  }
191
194
  });
192
195
  }, function (props) {
@@ -200,6 +203,9 @@ var Title = styled(H3).withConfig({
200
203
  },
201
204
  "> div > a": {
202
205
  fontSize: themeGet("fontSizes.1")(props)
206
+ },
207
+ "> div > div > a": {
208
+ fontSize: themeGet("fontSizes.1")(props)
203
209
  }
204
210
  },
205
211
  large: {
@@ -209,6 +215,9 @@ var Title = styled(H3).withConfig({
209
215
  },
210
216
  "> div > a": {
211
217
  fontSize: themeGet("fontSizes.3")(props)
218
+ },
219
+ "> div > div > a": {
220
+ fontSize: themeGet("fontSizes.3")(props)
212
221
  }
213
222
  }
214
223
  }
@@ -221,7 +221,7 @@ export var mediaQueries = {
221
221
  export var appScale = {
222
222
  navBarSize: "54px",
223
223
  sidebarMaxWidth: "360px",
224
- sidebarMaxWidthLarge: "560px",
224
+ sidebarMaxWidthLarge: "450px",
225
225
  sidebarMobileHeight: "50vh",
226
226
  mobileNavMenuWidth: "250px"
227
227
  };
package/es/systemtheme.js CHANGED
@@ -220,7 +220,7 @@ export var mediaQueries = {
220
220
  export var appScale = {
221
221
  navBarSize: "54px",
222
222
  sidebarMaxWidth: "360px",
223
- sidebarMaxWidthLarge: "560px",
223
+ sidebarMaxWidthLarge: "550px",
224
224
  sidebarMobileHeight: "50vh",
225
225
  mobileNavMenuWidth: "250px"
226
226
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orcs-design-system",
3
- "version": "2.0.97",
3
+ "version": "2.0.99",
4
4
  "description": "Orchestrated's Design System, aka: ORCS",
5
5
  "keywords": [
6
6
  "design",