@bbl-digital/snorre 2.2.162 → 2.2.163

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
@@ -26182,6 +26182,7 @@
26182
26182
  };
26183
26183
 
26184
26184
  return jsxRuntime$1.jsxs("div", {
26185
+ id: "nav",
26185
26186
  ref: ref,
26186
26187
  css: theme => [styles$d.default, lightTheme ? styles$d.lightTheme(theme) : styles$d.darkTheme(theme, hasChildren ? '1em' : '2em')],
26187
26188
  children: [jsxRuntime$1.jsxs(HeaderWrapper$1, {
@@ -51,6 +51,7 @@ const Submenu = ({
51
51
  };
52
52
 
53
53
  return _jsxs("div", {
54
+ id: "nav",
54
55
  ref: ref,
55
56
  css: theme => [styles.default, lightTheme ? styles.lightTheme(theme) : styles.darkTheme(theme, hasChildren ? '1em' : '2em')],
56
57
  children: [_jsxs(HeaderWrapper, {
@@ -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,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"}
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,CAkI7B,CAAA;AAED,eAAe,OAAO,CAAA"}
@@ -51,6 +51,7 @@ const Submenu = ({
51
51
  };
52
52
 
53
53
  return _jsxs("div", {
54
+ id: "nav",
54
55
  ref: ref,
55
56
  css: theme => [styles.default, lightTheme ? styles.lightTheme(theme) : styles.darkTheme(theme, hasChildren ? '1em' : '2em')],
56
57
  children: [_jsxs(HeaderWrapper, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbl-digital/snorre",
3
- "version": "2.2.162",
3
+ "version": "2.2.163",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",