@stokelp/ui 2.14.0 → 2.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/ui.js CHANGED
@@ -17297,6 +17297,39 @@ const as = q({
17297
17297
  _hover: "error.700"
17298
17298
  }
17299
17299
  }
17300
+ },
17301
+ neutral: {
17302
+ root: {
17303
+ borderRight: "1px solid {colors.primary.100}",
17304
+ bg: "white",
17305
+ color: "primary.900",
17306
+ "& p, & h1, & h2, & h3, & h4, & h5, & h6": {
17307
+ color: "primary.900"
17308
+ }
17309
+ },
17310
+ item: {
17311
+ _currentPage: {
17312
+ "& > .app-navigation__itemContent": {
17313
+ bg: "primary.100",
17314
+ "& .app-navigation__itemLabel": {
17315
+ color: "secondary.500"
17316
+ },
17317
+ "& .app-navigation__itemIcon": {
17318
+ color: "secondary.500"
17319
+ }
17320
+ }
17321
+ }
17322
+ },
17323
+ itemContent: {
17324
+ color: "white",
17325
+ bg: {
17326
+ base: "white",
17327
+ _hover: "primary.100"
17328
+ }
17329
+ },
17330
+ itemIcon: {
17331
+ color: "grey.200"
17332
+ }
17300
17333
  }
17301
17334
  }
17302
17335
  },