@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 :
|
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 :
|
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,
|
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 :
|
58
|
+
color: lightTheme ? theme.secondaryDarkText : theme.submenuTextColorActive,
|
59
59
|
level: 1,
|
60
60
|
children: header
|
61
61
|
})]
|
package/package.json
CHANGED
package/theme-generator.js
CHANGED