@bbl-digital/snorre 4.0.23 → 4.0.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. package/dist/bundle.js +186 -212
  2. package/esm/core/Autocomplete/utils/useHandleOptionsHeight.js +16 -0
  3. package/esm/core/BarChartWithCustomizedEvent/styles.js +1 -1
  4. package/esm/core/CheckboxController/index.js +22 -0
  5. package/esm/core/Datepicker/yearMonthForm.js +56 -0
  6. package/esm/core/Dropdown/index.js +1 -1
  7. package/esm/core/EditorOld/config.js +69 -0
  8. package/esm/core/EditorOld/index.js +147 -0
  9. package/esm/core/EditorOld/styles.js +65 -0
  10. package/esm/core/ImageCarousel/index.js +70 -0
  11. package/esm/core/ImageCarousel/styles.js +58 -0
  12. package/esm/core/NotificationsMenu/NotificationRow/index.js +2 -3
  13. package/esm/core/NotificationsMenu/NotificationRow/styles.js +19 -24
  14. package/esm/core/NotificationsMenu/NotificationsMenu.stories.js +38 -18
  15. package/esm/core/NotificationsMenu/index.js +12 -7
  16. package/esm/core/NotificationsMenu/styles.js +15 -13
  17. package/esm/enums/ModifierKey.js +13 -0
  18. package/esm/icons/General/IconBellFilled.js +11 -0
  19. package/esm/icons/Icon.stories.js +3 -0
  20. package/esm/shared/recharts/CustomTooltip/styles.js +3 -3
  21. package/lib/core/Autocomplete/utils/useHandleOptionsHeight.d.ts +7 -0
  22. package/lib/core/Autocomplete/utils/useHandleOptionsHeight.d.ts.map +1 -0
  23. package/lib/core/Autocomplete/utils/useHandleOptionsHeight.js +16 -0
  24. package/lib/core/BarChartWithCustomizedEvent/styles.d.ts +3 -2
  25. package/lib/core/BarChartWithCustomizedEvent/styles.d.ts.map +1 -1
  26. package/lib/core/BarChartWithCustomizedEvent/styles.js +1 -1
  27. package/lib/core/CheckboxController/index.d.ts +1 -0
  28. package/lib/core/CheckboxController/index.d.ts.map +1 -0
  29. package/lib/core/CheckboxController/index.js +22 -0
  30. package/lib/core/Datepicker/yearMonthForm.d.ts +10 -0
  31. package/lib/core/Datepicker/yearMonthForm.d.ts.map +1 -0
  32. package/lib/core/Datepicker/yearMonthForm.js +56 -0
  33. package/lib/core/Dropdown/index.js +1 -1
  34. package/lib/core/EditorOld/config.d.ts +56 -0
  35. package/lib/core/EditorOld/config.d.ts.map +1 -0
  36. package/lib/core/EditorOld/config.js +69 -0
  37. package/lib/core/EditorOld/index.d.ts +39 -0
  38. package/lib/core/EditorOld/index.d.ts.map +1 -0
  39. package/lib/core/EditorOld/index.js +147 -0
  40. package/lib/core/EditorOld/styles.d.ts +23 -0
  41. package/lib/core/EditorOld/styles.d.ts.map +1 -0
  42. package/lib/core/EditorOld/styles.js +65 -0
  43. package/lib/core/ImageCarousel/index.d.ts +11 -0
  44. package/lib/core/ImageCarousel/index.d.ts.map +1 -0
  45. package/lib/core/ImageCarousel/index.js +70 -0
  46. package/lib/core/ImageCarousel/styles.d.ts +26 -0
  47. package/lib/core/ImageCarousel/styles.d.ts.map +1 -0
  48. package/lib/core/ImageCarousel/styles.js +58 -0
  49. package/lib/core/NotificationsMenu/NotificationRow/index.d.ts +3 -3
  50. package/lib/core/NotificationsMenu/NotificationRow/index.d.ts.map +1 -1
  51. package/lib/core/NotificationsMenu/NotificationRow/index.js +2 -3
  52. package/lib/core/NotificationsMenu/NotificationRow/styles.d.ts +47 -1
  53. package/lib/core/NotificationsMenu/NotificationRow/styles.d.ts.map +1 -1
  54. package/lib/core/NotificationsMenu/NotificationRow/styles.js +19 -24
  55. package/lib/core/NotificationsMenu/NotificationsMenu.stories.d.ts +7 -11
  56. package/lib/core/NotificationsMenu/NotificationsMenu.stories.d.ts.map +1 -1
  57. package/lib/core/NotificationsMenu/NotificationsMenu.stories.js +38 -18
  58. package/lib/core/NotificationsMenu/index.d.ts +5 -3
  59. package/lib/core/NotificationsMenu/index.d.ts.map +1 -1
  60. package/lib/core/NotificationsMenu/index.js +12 -7
  61. package/lib/core/NotificationsMenu/styles.d.ts +6 -0
  62. package/lib/core/NotificationsMenu/styles.d.ts.map +1 -1
  63. package/lib/core/NotificationsMenu/styles.js +15 -13
  64. package/lib/enums/ModifierKey.d.ts +12 -0
  65. package/lib/enums/ModifierKey.d.ts.map +1 -0
  66. package/lib/enums/ModifierKey.js +13 -0
  67. package/lib/icons/General/IconBellFilled.d.ts +4 -0
  68. package/lib/icons/General/IconBellFilled.d.ts.map +1 -0
  69. package/lib/icons/General/IconBellFilled.js +11 -0
  70. package/lib/icons/Icon.stories.d.ts.map +1 -1
  71. package/lib/icons/Icon.stories.js +3 -0
  72. package/lib/shared/recharts/CustomTooltip/styles.d.ts +5 -4
  73. package/lib/shared/recharts/CustomTooltip/styles.d.ts.map +1 -1
  74. package/lib/shared/recharts/CustomTooltip/styles.js +3 -3
  75. package/package.json +1 -1
  76. package/esm/core/BoxedTable/TableBody/index.js +0 -10
  77. package/esm/core/BoxedTable/TableBody/styles.js +0 -16
  78. package/lib/core/BoxedTable/TableBody/index.d.ts +0 -7
  79. package/lib/core/BoxedTable/TableBody/index.d.ts.map +0 -1
  80. package/lib/core/BoxedTable/TableBody/index.js +0 -10
  81. package/lib/core/BoxedTable/TableBody/styles.d.ts +0 -6
  82. package/lib/core/BoxedTable/TableBody/styles.d.ts.map +0 -1
  83. package/lib/core/BoxedTable/TableBody/styles.js +0 -16
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/packages/core/BoxedTable/TableBody/index.tsx"],"names":[],"mappings":";AAEA,aAAK,KAAK,GAAG;IACX,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC1B,CAAA;AACD,QAAA,MAAM,SAAS,iBAAkB,KAAK,gCAErC,CAAA;AAED,eAAe,SAAS,CAAA"}
@@ -1,10 +0,0 @@
1
- import { BodyWrapper } from './styles';
2
- import { jsx as _jsx } from "react/jsx-runtime";
3
- const TableBody = ({
4
- children
5
- }) => {
6
- return /*#__PURE__*/_jsx(BodyWrapper, {
7
- children: children
8
- });
9
- };
10
- export default TableBody;
@@ -1,6 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const BodyWrapper: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any> | undefined;
5
- }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, {}>;
6
- //# sourceMappingURL=styles.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../src/packages/core/BoxedTable/TableBody/styles.ts"],"names":[],"mappings":";AAEA,eAAO,MAAM,WAAW;;;2HAIvB,CAAA"}
@@ -1,16 +0,0 @@
1
- import _styled from "@emotion/styled/base";
2
- function _EMOTION_STRINGIFIED_CSS_ERROR__() { return "You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."; }
3
- export const BodyWrapper = /*#__PURE__*/_styled("tbody", process.env.NODE_ENV === "production" ? {
4
- target: "e1u8g1t20"
5
- } : {
6
- target: "e1u8g1t20",
7
- label: "BodyWrapper"
8
- })(process.env.NODE_ENV === "production" ? {
9
- name: "ixi98c",
10
- styles: "display:flex;flex-direction:column;grid-row-gap:1em"
11
- } : {
12
- name: "ixi98c",
13
- styles: "display:flex;flex-direction:column;grid-row-gap:1em",
14
- map: "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9wYWNrYWdlcy9jb3JlL0JveGVkVGFibGUvVGFibGVCb2R5L3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFFdUMiLCJmaWxlIjoiLi4vLi4vLi4vLi4vc3JjL3BhY2thZ2VzL2NvcmUvQm94ZWRUYWJsZS9UYWJsZUJvZHkvc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnXG5cbmV4cG9ydCBjb25zdCBCb2R5V3JhcHBlciA9IHN0eWxlZC50Ym9keWBcbiAgZGlzcGxheTogZmxleDtcbiAgZmxleC1kaXJlY3Rpb246IGNvbHVtbjtcbiAgZ3JpZC1yb3ctZ2FwOiAxZW07XG5gXG4iXX0= */",
15
- toString: _EMOTION_STRINGIFIED_CSS_ERROR__
16
- });