@bbl-digital/snorre 2.4.49 → 2.4.52

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.
@@ -0,0 +1,52 @@
1
+ import React from 'react';
2
+ import withIcon from '../withIcon';
3
+ import { jsx as _jsx } from "react/jsx-runtime";
4
+ import { jsxs as _jsxs } from "react/jsx-runtime";
5
+
6
+ const IconRearrange = props => /*#__PURE__*/_jsxs("svg", {
7
+ viewBox: "0 0 18 20",
8
+ ...props,
9
+ children: [/*#__PURE__*/_jsx("defs", {
10
+ children: /*#__PURE__*/_jsx("path", {
11
+ d: "M0,15 L18,15 L18,13 L0,13 L0,15 Z M0,11 L18,11 L18,9 L0,9 L0,11 Z M0,5 L0,7 L18,7 L18,5 L0,5 Z M6,17 L9,20 L12,17 L6,17 Z M12,3 L9,0 L6,3 L12,3 Z",
12
+ id: "path-1"
13
+ })
14
+ }), /*#__PURE__*/_jsx("g", {
15
+ stroke: "none",
16
+ strokeWidth: "1",
17
+ fill: "none",
18
+ fillRule: "evenodd",
19
+ children: /*#__PURE__*/_jsx("g", {
20
+ transform: "translate(-463.000000, -827.000000)",
21
+ children: /*#__PURE__*/_jsxs("g", {
22
+ transform: "translate(463.000000, 827.000000)",
23
+ children: [/*#__PURE__*/_jsx("mask", {
24
+ id: "mask-2",
25
+ fill: "white",
26
+ children: /*#__PURE__*/_jsx("use", {
27
+ xlinkHref: "#path-1"
28
+ })
29
+ }), /*#__PURE__*/_jsx("use", {
30
+ fill: props.style.fill || '#000000',
31
+ fillRule: "nonzero",
32
+ xlinkHref: "#path-1"
33
+ }), /*#__PURE__*/_jsx("g", {
34
+ mask: "url(#mask-2)",
35
+ fill: props.style.fill || '#000000',
36
+ children: /*#__PURE__*/_jsx("g", {
37
+ transform: "translate(-3.000000, -2.000000)",
38
+ id: "Rectangle",
39
+ children: /*#__PURE__*/_jsx("rect", {
40
+ x: "0",
41
+ y: "0",
42
+ width: "24",
43
+ height: "24"
44
+ })
45
+ })
46
+ })]
47
+ })
48
+ })
49
+ })]
50
+ });
51
+
52
+ export default withIcon('IconRearrange')(IconRearrange);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbl-digital/snorre",
3
- "version": "2.4.49",
3
+ "version": "2.4.52",
4
4
  "description": "Design library for BBL Digital",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -22,6 +22,7 @@
22
22
  "@tinymce/tinymce-react": "^3.14.0",
23
23
  "date-fns": "^2.28.0",
24
24
  "focus-trap-react": "^9.0.1",
25
+ "react-beautiful-dnd": "^13.1.0",
25
26
  "react-day-picker": "^8.0.7",
26
27
  "recharts": "2.1.5"
27
28
  },
@@ -74,6 +75,7 @@
74
75
  "@types/jest": "^26.0.23",
75
76
  "@types/node": "^15.12.4",
76
77
  "@types/react": "^17.0.11",
78
+ "@types/react-beautiful-dnd": "^13.1.2",
77
79
  "@types/react-dom": "^17.0.8",
78
80
  "@types/react-transition-group": "^4.4.5",
79
81
  "@types/recharts": "^1.8.23",
@@ -90,14 +92,14 @@
90
92
  "react": "^17.0.2",
91
93
  "react-dom": "^17.0.2",
92
94
  "react-is": "^17.0.2",
95
+ "react-popper": "^2.3.0",
93
96
  "react-scripts": "^4.0.3",
94
97
  "react-transition-group": "^4.4.2",
95
98
  "rimraf": "^3.0.2",
96
99
  "rollup": "^2.75.7",
97
100
  "storybook-addon-emotion-theme": "^2.1.1",
98
101
  "ts-jest": "^27.0.3",
99
- "typescript": "^4.3.4",
100
- "react-popper": "^2.3.0"
102
+ "typescript": "^4.3.4"
101
103
  },
102
104
  "babel": {
103
105
  "presets": [