@bbl-digital/snorre 2.3.1 → 2.3.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
|
@@ -29862,7 +29862,8 @@
|
|
|
29862
29862
|
className: className,
|
|
29863
29863
|
children: [/*#__PURE__*/jsxRuntime.jsx(Button, {
|
|
29864
29864
|
nostyle: true,
|
|
29865
|
-
|
|
29865
|
+
focusable: true,
|
|
29866
|
+
onClick: () => setOpen(!open),
|
|
29866
29867
|
trackingEvent: "DropdownMenu toggle",
|
|
29867
29868
|
trackingName: "Topbar",
|
|
29868
29869
|
children: icon ? icon : ''
|
|
@@ -31,7 +31,8 @@ const DropdownMenu = ({
|
|
|
31
31
|
className: className,
|
|
32
32
|
children: [/*#__PURE__*/_jsx(Button, {
|
|
33
33
|
nostyle: true,
|
|
34
|
-
|
|
34
|
+
focusable: true,
|
|
35
|
+
onClick: () => setOpen(!open),
|
|
35
36
|
trackingEvent: "DropdownMenu toggle",
|
|
36
37
|
trackingName: "Topbar",
|
|
37
38
|
children: icon ? icon : ''
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/packages/core/DropdownMenu/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAIlD,UAAU,MAAM;IACd,kBAAkB;IAClB,IAAI,EAAE,KAAK,CAAC,SAAS,CAAA;IACrB,8BAA8B;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/packages/core/DropdownMenu/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAIlD,UAAU,MAAM;IACd,kBAAkB;IAClB,IAAI,EAAE,KAAK,CAAC,SAAS,CAAA;IACrB,8BAA8B;IAC9B,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,MAAM,CAmClC,CAAA;AAED,eAAe,YAAY,CAAA"}
|
|
@@ -31,7 +31,8 @@ const DropdownMenu = ({
|
|
|
31
31
|
className: className,
|
|
32
32
|
children: [/*#__PURE__*/_jsx(Button, {
|
|
33
33
|
nostyle: true,
|
|
34
|
-
|
|
34
|
+
focusable: true,
|
|
35
|
+
onClick: () => setOpen(!open),
|
|
35
36
|
trackingEvent: "DropdownMenu toggle",
|
|
36
37
|
trackingName: "Topbar",
|
|
37
38
|
children: icon ? icon : ''
|