@bbl-digital/snorre 2.2.0-beta.1 → 2.2.0-beta.2

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/bundle.js CHANGED
@@ -25711,7 +25711,7 @@
25711
25711
  css: theme => [styles$7.default, lightTheme ? styles$7.lightTheme(theme) : styles$7.darkTheme(theme, hasChildren ? '1em' : '2em')],
25712
25712
  children: [jsxRuntime$1.jsxs(HeaderWrapper$1, {
25713
25713
  children: [customHeader && customHeader, header && jsxRuntime$1.jsx(Header, {
25714
- color: lightTheme ? theme.secondaryDarkText : '#ffffff',
25714
+ color: lightTheme ? theme.secondaryDarkText : theme.submenuTextColorActive,
25715
25715
  level: 1,
25716
25716
  children: header
25717
25717
  })]
@@ -55,7 +55,7 @@ const Submenu = ({
55
55
  css: theme => [styles.default, lightTheme ? styles.lightTheme(theme) : styles.darkTheme(theme, hasChildren ? '1em' : '2em')],
56
56
  children: [_jsxs(HeaderWrapper, {
57
57
  children: [customHeader && customHeader, header && _jsx(Header, {
58
- color: lightTheme ? theme.secondaryDarkText : '#ffffff',
58
+ color: lightTheme ? theme.secondaryDarkText : theme.submenuTextColorActive,
59
59
  level: 1,
60
60
  children: header
61
61
  })]
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/packages/layout/Submenu/index.tsx"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,OAAO,KAAK,EAAE,EACZ,cAAc,EAMf,MAAM,OAAO,CAAA;AAqBd,UAAU,MAAM;IACd,qCAAqC;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,8BAA8B;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,oBAAoB;IACpB,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B,8BAA8B;IAC9B,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAChC;AAED,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CA6H7B,CAAA;AAED,eAAe,OAAO,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/packages/layout/Submenu/index.tsx"],"names":[],"mappings":"AAAA,sCAAsC;AACtC,OAAO,KAAK,EAAE,EACZ,cAAc,EAMf,MAAM,OAAO,CAAA;AAqBd,UAAU,MAAM;IACd,qCAAqC;IACrC,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,8BAA8B;IAC9B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,oBAAoB;IACpB,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;IAC9B,4BAA4B;IAC5B,QAAQ,CAAC,EAAE,cAAc,CAAA;IACzB,8BAA8B;IAC9B,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAA;CAC/B;AAED,QAAA,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CAiI7B,CAAA;AAED,eAAe,OAAO,CAAA"}
@@ -55,7 +55,7 @@ const Submenu = ({
55
55
  css: theme => [styles.default, lightTheme ? styles.lightTheme(theme) : styles.darkTheme(theme, hasChildren ? '1em' : '2em')],
56
56
  children: [_jsxs(HeaderWrapper, {
57
57
  children: [customHeader && customHeader, header && _jsx(Header, {
58
- color: lightTheme ? theme.secondaryDarkText : '#ffffff',
58
+ color: lightTheme ? theme.secondaryDarkText : theme.submenuTextColorActive,
59
59
  level: 1,
60
60
  children: header
61
61
  })]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbl-digital/snorre",
3
- "version": "2.2.0-beta.1",
3
+ "version": "2.2.0-beta.2",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -473,7 +473,7 @@ const bbls = [
473
473
  secondary: '#D24448',
474
474
  alpha: '0.04',
475
475
  secondaryFooter: true,
476
- sidemenuColor: '#D34446',
476
+ sidemenuColor: '#D04547',
477
477
  sidemenuItemColor: '#A73A37',
478
478
  submenuColor: '#F5F2EB',
479
479
  submenuItemColor: 'white',