cozy-ui 70.6.1 → 70.6.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/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/react/Icons/BillPermissions.jsx +2 -2
- package/react/Icons/CalendarPermissions.jsx +2 -2
- package/react/Icons/CertifiedPermissions.jsx +2 -2
- package/react/Icons/HomePermissions.jsx +2 -2
- package/react/Icons/LocationPermissions.jsx +2 -2
- package/react/Icons/SafePermissions.jsx +2 -2
- package/react/__snapshots__/examples.spec.jsx.snap +6 -6
- package/transpiled/react/Icons/BillPermissions.js +2 -2
- package/transpiled/react/Icons/CalendarPermissions.js +2 -2
- package/transpiled/react/Icons/CertifiedPermissions.js +2 -2
- package/transpiled/react/Icons/HomePermissions.js +2 -2
- package/transpiled/react/Icons/LocationPermissions.js +2 -2
- package/transpiled/react/Icons/SafePermissions.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [70.6.2](https://github.com/cozy/cozy-ui/compare/v70.6.1...v70.6.2) (2022-08-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **Permissions:** Display correct Icon names in readme ([3e38d4c](https://github.com/cozy/cozy-ui/commit/3e38d4c))
|
|
7
|
+
|
|
1
8
|
## [70.6.1](https://github.com/cozy/cozy-ui/compare/v70.6.0...v70.6.1) (2022-08-12)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Automatically created, please run `scripts/generate-svgr-icon.sh /Users/vdnj/Documents/CozyCloud/cozy-ui/assets/icons/ui/permissions/bill.svg` to regenerate;
|
|
2
2
|
import React from 'react'
|
|
3
3
|
|
|
4
|
-
function
|
|
4
|
+
function SvgBillPermissions(props) {
|
|
5
5
|
return (
|
|
6
6
|
<svg viewBox="0 0 48 48" {...props}>
|
|
7
7
|
<g fill="none" fillRule="evenodd">
|
|
@@ -22,4 +22,4 @@ function SvgBill(props) {
|
|
|
22
22
|
)
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
export default
|
|
25
|
+
export default SvgBillPermissions
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Automatically created, please run `scripts/generate-svgr-icon.sh /Users/vdnj/Documents/CozyCloud/cozy-ui/assets/icons/ui/permissions/calendar.svg` to regenerate;
|
|
2
2
|
import React from 'react'
|
|
3
3
|
|
|
4
|
-
function
|
|
4
|
+
function SvgCalendarPermissions(props) {
|
|
5
5
|
return (
|
|
6
6
|
<svg viewBox="0 0 48 48" fill="none" {...props}>
|
|
7
7
|
<rect y={4} width={48} height={44} rx={8} fill="#D1D5DB" />
|
|
@@ -17,4 +17,4 @@ function SvgCalendar(props) {
|
|
|
17
17
|
)
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
export default
|
|
20
|
+
export default SvgCalendarPermissions
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Automatically created, please run `scripts/generate-svgr-icon.sh /Users/vdnj/Documents/CozyCloud/cozy-ui/assets/icons/ui/permissions/certified.svg` to regenerate;
|
|
2
2
|
import React from 'react'
|
|
3
3
|
|
|
4
|
-
function
|
|
4
|
+
function SvgCertifiedPermissions(props) {
|
|
5
5
|
return (
|
|
6
6
|
<svg viewBox="0 0 48 48" {...props}>
|
|
7
7
|
<g fill="none" fillRule="evenodd" transform="translate(6)">
|
|
@@ -19,4 +19,4 @@ function SvgCertified(props) {
|
|
|
19
19
|
)
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
export default
|
|
22
|
+
export default SvgCertifiedPermissions
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Automatically created, please run `scripts/generate-svgr-icon.sh /Users/vdnj/Documents/CozyCloud/cozy-ui/assets/icons/ui/permissions/home.svg` to regenerate;
|
|
2
2
|
import React from 'react'
|
|
3
3
|
|
|
4
|
-
function
|
|
4
|
+
function SvgHomePermissions(props) {
|
|
5
5
|
return (
|
|
6
6
|
<svg viewBox="0 0 48 48" {...props}>
|
|
7
7
|
<g fill="none" fillRule="evenodd">
|
|
@@ -15,4 +15,4 @@ function SvgHome(props) {
|
|
|
15
15
|
)
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
export default
|
|
18
|
+
export default SvgHomePermissions
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Automatically created, please run `scripts/generate-svgr-icon.sh /Users/vdnj/Documents/CozyCloud/cozy-ui/assets/icons/ui/permissions/location.svg` to regenerate;
|
|
2
2
|
import React from 'react'
|
|
3
3
|
|
|
4
|
-
function
|
|
4
|
+
function SvgLocationPermissions(props) {
|
|
5
5
|
return (
|
|
6
6
|
<svg viewBox="0 0 16 16" {...props}>
|
|
7
7
|
<path
|
|
@@ -13,4 +13,4 @@ function SvgLocation(props) {
|
|
|
13
13
|
)
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
export default
|
|
16
|
+
export default SvgLocationPermissions
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Automatically created, please run `scripts/generate-svgr-icon.sh /Users/vdnj/Documents/CozyCloud/cozy-ui/assets/icons/ui/permissions/safe.svg` to regenerate;
|
|
2
2
|
import React from 'react'
|
|
3
3
|
|
|
4
|
-
function
|
|
4
|
+
function SvgSafePermissions(props) {
|
|
5
5
|
return (
|
|
6
6
|
<svg viewBox="0 0 48 48" {...props}>
|
|
7
7
|
<g fill="none" fillRule="evenodd">
|
|
@@ -22,4 +22,4 @@ function SvgSafe(props) {
|
|
|
22
22
|
)
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
export default
|
|
25
|
+
export default SvgSafePermissions
|
|
@@ -5745,7 +5745,7 @@ exports[`Icon should render examples: Icon 4`] = `
|
|
|
5745
5745
|
<path stroke=\\"#5d6165\\" stroke-width=\\"2\\" stroke-linecap=\\"round\\" stroke-linejoin=\\"round\\" d=\\"M35 41H13V17h22zM13 22h22m-22 6h22m-22 6h22M20 17v24\\"></path>
|
|
5746
5746
|
</g>
|
|
5747
5747
|
</svg>
|
|
5748
|
-
<p class=\\"MuiTypography-root u-mt-half MuiTypography-body1 MuiTypography-colorTextPrimary\\">
|
|
5748
|
+
<p class=\\"MuiTypography-root u-mt-half MuiTypography-body1 MuiTypography-colorTextPrimary\\">BillPermissions</p>
|
|
5749
5749
|
</div>
|
|
5750
5750
|
<div class=\\"makeStyles-iconTile-108 u-ta-center u-mb-1\\"><svg viewBox=\\"0 0 48 48\\" fill=\\"none\\" class=\\"styles__icon___23x3R\\" width=\\"16\\" height=\\"16\\">
|
|
5751
5751
|
<path fill-rule=\\"evenodd\\" clip-rule=\\"evenodd\\" d=\\"M0 2.996A2.992 2.992 0 013.003 0h41.994A3 3 0 0148 2.996v33.008A3.006 3.006 0 0145.009 39H27L9 48v-9H3c-1.657 0-3-1.343-3-2.995V2.995z\\" fill=\\"#D6D8DA\\"></path>
|
|
@@ -5758,7 +5758,7 @@ exports[`Icon should render examples: Icon 4`] = `
|
|
|
5758
5758
|
<path d=\\"M0 12a8 8 0 018-8h32a8 8 0 018 8v4H0v-4zm6 15a3 3 0 116 0 3 3 0 01-6 0zm3 7a3 3 0 100 6 3 3 0 000-6zm7-7a3 3 0 116 0 3 3 0 01-6 0zm3 7a3 3 0 100 6 3 3 0 000-6zm7-7a3 3 0 116 0 3 3 0 01-6 0zm3 7a3 3 0 100 6 3 3 0 000-6zm7-7a3 3 0 116 0 3 3 0 01-6 0zm3 7a3 3 0 100 6 3 3 0 000-6z\\" fill=\\"#5D6165\\"></path>
|
|
5759
5759
|
<path d=\\"M12 0a3 3 0 00-3 3v6a3 3 0 106 0V3a3 3 0 00-3-3zm24 0a3 3 0 00-3 3v6a3 3 0 106 0V3a3 3 0 00-3-3z\\" fill=\\"#95999D\\"></path>
|
|
5760
5760
|
</svg>
|
|
5761
|
-
<p class=\\"MuiTypography-root u-mt-half MuiTypography-body1 MuiTypography-colorTextPrimary\\">
|
|
5761
|
+
<p class=\\"MuiTypography-root u-mt-half MuiTypography-body1 MuiTypography-colorTextPrimary\\">CalendarPermissions</p>
|
|
5762
5762
|
</div>
|
|
5763
5763
|
<div class=\\"makeStyles-iconTile-108 u-ta-center u-mb-1\\"><svg viewBox=\\"0 0 48 48\\" fill=\\"none\\" class=\\"styles__icon___23x3R\\" width=\\"16\\" height=\\"16\\">
|
|
5764
5764
|
<path fill-rule=\\"evenodd\\" clip-rule=\\"evenodd\\" d=\\"M21 48C9.402 48 0 38.598 0 27S9.402 6 21 6v21h21c0 11.598-9.402 21-21 21z\\" fill=\\"#D6D8DA\\"></path>
|
|
@@ -5773,7 +5773,7 @@ exports[`Icon should render examples: Icon 4`] = `
|
|
|
5773
5773
|
<circle cx=\\"18\\" cy=\\"18\\" r=\\"9\\" fill=\\"#D6D8DA\\"></circle>
|
|
5774
5774
|
</g>
|
|
5775
5775
|
</svg>
|
|
5776
|
-
<p class=\\"MuiTypography-root u-mt-half MuiTypography-body1 MuiTypography-colorTextPrimary\\">
|
|
5776
|
+
<p class=\\"MuiTypography-root u-mt-half MuiTypography-body1 MuiTypography-colorTextPrimary\\">CertifiedPermissions</p>
|
|
5777
5777
|
</div>
|
|
5778
5778
|
<div class=\\"makeStyles-iconTile-108 u-ta-center u-mb-1\\"><svg viewBox=\\"0 0 48 48\\" class=\\"styles__icon___23x3R\\" width=\\"16\\" height=\\"16\\">
|
|
5779
5779
|
<g fill=\\"none\\" fill-rule=\\"evenodd\\">
|
|
@@ -5897,7 +5897,7 @@ exports[`Icon should render examples: Icon 4`] = `
|
|
|
5897
5897
|
<path fill=\\"#d6d8da\\" d=\\"M14 33h8v14h-8z\\"></path>
|
|
5898
5898
|
</g>
|
|
5899
5899
|
</svg>
|
|
5900
|
-
<p class=\\"MuiTypography-root u-mt-half MuiTypography-body1 MuiTypography-colorTextPrimary\\">
|
|
5900
|
+
<p class=\\"MuiTypography-root u-mt-half MuiTypography-body1 MuiTypography-colorTextPrimary\\">HomePermissions</p>
|
|
5901
5901
|
</div>
|
|
5902
5902
|
<div class=\\"makeStyles-iconTile-108 u-ta-center u-mb-1\\"><svg viewBox=\\"0 0 48 48\\" class=\\"styles__icon___23x3R\\" width=\\"16\\" height=\\"16\\">
|
|
5903
5903
|
<g fill=\\"none\\" fill-rule=\\"evenodd\\">
|
|
@@ -5928,7 +5928,7 @@ exports[`Icon should render examples: Icon 4`] = `
|
|
|
5928
5928
|
<div class=\\"makeStyles-iconTile-108 u-ta-center u-mb-1\\"><svg viewBox=\\"0 0 16 16\\" class=\\"styles__icon___23x3R\\" width=\\"16\\" height=\\"16\\">
|
|
5929
5929
|
<path d=\\"M8 0c3.99 0 7 2.866 7 6.667 0 4.782-6.508 9.089-6.784 9.27a.398.398 0 01-.432 0C7.507 15.756 1 11.45 1 6.667 1 2.866 4.01 0 8 0zm0 9a2.5 2.5 0 100-5 2.5 2.5 0 000 5z\\" fill=\\"#5d6165\\" fill-rule=\\"evenodd\\"></path>
|
|
5930
5930
|
</svg>
|
|
5931
|
-
<p class=\\"MuiTypography-root u-mt-half MuiTypography-body1 MuiTypography-colorTextPrimary\\">
|
|
5931
|
+
<p class=\\"MuiTypography-root u-mt-half MuiTypography-body1 MuiTypography-colorTextPrimary\\">LocationPermissions</p>
|
|
5932
5932
|
</div>
|
|
5933
5933
|
<div class=\\"makeStyles-iconTile-108 u-ta-center u-mb-1\\"><svg viewBox=\\"0 0 48 48\\" class=\\"styles__icon___23x3R\\" width=\\"16\\" height=\\"16\\">
|
|
5934
5934
|
<g fill=\\"none\\" fill-rule=\\"evenodd\\">
|
|
@@ -6020,7 +6020,7 @@ exports[`Icon should render examples: Icon 4`] = `
|
|
|
6020
6020
|
<path fill=\\"#5D6165\\" d=\\"M24 34a11.5 11.5 0 100-23 11.5 11.5 0 000 23zm-7.92-7.07l-2.25 1-.67-1.5 2.25-1a.82.82 0 11.67 1.5zm5.45 4.3l-.88 2.3-1.54-.59.89-2.3a.82.82 0 111.53.59zm-5.2-11.67a.82.82 0 01-1.06.47l-2.3-.88.59-1.54 2.3.89c.42.16.63.63.47 1.06zM27 21.16a3.29 3.29 0 11-6 2.68 3.29 3.29 0 016-2.68zm2.43 11.51l-1.5.67-1-2.25a.82.82 0 111.5-.67l1 2.25zM20.66 15c-.42.18-.9 0-1.09-.42l-1-2.25 1.5-.67 1 2.25c.19.42 0 .9-.41 1.09zm14.37 10.85l-.59 1.54-2.3-.89a.82.82 0 11.59-1.53l2.3.88zm-6.14-13.8l-.89 2.3a.82.82 0 11-1.53-.58l.88-2.3 1.54.59zm5.95 6.52l-2.25 1a.82.82 0 11-.67-1.5l2.25-1 .67 1.5z\\"></path>
|
|
6021
6021
|
</g>
|
|
6022
6022
|
</svg>
|
|
6023
|
-
<p class=\\"MuiTypography-root u-mt-half MuiTypography-body1 MuiTypography-colorTextPrimary\\">
|
|
6023
|
+
<p class=\\"MuiTypography-root u-mt-half MuiTypography-body1 MuiTypography-colorTextPrimary\\">SafePermissions</p>
|
|
6024
6024
|
</div>
|
|
6025
6025
|
<div class=\\"makeStyles-iconTile-108 u-ta-center u-mb-1\\"><svg viewBox=\\"0 0 48 48\\" class=\\"styles__icon___23x3R\\" width=\\"16\\" height=\\"16\\">
|
|
6026
6026
|
<g fill=\\"#5d6165\\" fill-rule=\\"evenodd\\">
|
|
@@ -2,7 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
// Automatically created, please run `scripts/generate-svgr-icon.sh /Users/vdnj/Documents/CozyCloud/cozy-ui/assets/icons/ui/permissions/bill.svg` to regenerate;
|
|
3
3
|
import React from 'react';
|
|
4
4
|
|
|
5
|
-
function
|
|
5
|
+
function SvgBillPermissions(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
7
|
viewBox: "0 0 48 48"
|
|
8
8
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
@@ -23,4 +23,4 @@ function SvgBill(props) {
|
|
|
23
23
|
})));
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
export default
|
|
26
|
+
export default SvgBillPermissions;
|
|
@@ -2,7 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
// Automatically created, please run `scripts/generate-svgr-icon.sh /Users/vdnj/Documents/CozyCloud/cozy-ui/assets/icons/ui/permissions/calendar.svg` to regenerate;
|
|
3
3
|
import React from 'react';
|
|
4
4
|
|
|
5
|
-
function
|
|
5
|
+
function SvgCalendarPermissions(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
7
|
viewBox: "0 0 48 48",
|
|
8
8
|
fill: "none"
|
|
@@ -21,4 +21,4 @@ function SvgCalendar(props) {
|
|
|
21
21
|
}));
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
export default
|
|
24
|
+
export default SvgCalendarPermissions;
|
|
@@ -2,7 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
// Automatically created, please run `scripts/generate-svgr-icon.sh /Users/vdnj/Documents/CozyCloud/cozy-ui/assets/icons/ui/permissions/certified.svg` to regenerate;
|
|
3
3
|
import React from 'react';
|
|
4
4
|
|
|
5
|
-
function
|
|
5
|
+
function SvgCertifiedPermissions(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
7
|
viewBox: "0 0 48 48"
|
|
8
8
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
@@ -23,4 +23,4 @@ function SvgCertified(props) {
|
|
|
23
23
|
})));
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
export default
|
|
26
|
+
export default SvgCertifiedPermissions;
|
|
@@ -2,7 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
// Automatically created, please run `scripts/generate-svgr-icon.sh /Users/vdnj/Documents/CozyCloud/cozy-ui/assets/icons/ui/permissions/home.svg` to regenerate;
|
|
3
3
|
import React from 'react';
|
|
4
4
|
|
|
5
|
-
function
|
|
5
|
+
function SvgHomePermissions(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
7
|
viewBox: "0 0 48 48"
|
|
8
8
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
@@ -17,4 +17,4 @@ function SvgHome(props) {
|
|
|
17
17
|
})));
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
export default
|
|
20
|
+
export default SvgHomePermissions;
|
|
@@ -2,7 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
// Automatically created, please run `scripts/generate-svgr-icon.sh /Users/vdnj/Documents/CozyCloud/cozy-ui/assets/icons/ui/permissions/location.svg` to regenerate;
|
|
3
3
|
import React from 'react';
|
|
4
4
|
|
|
5
|
-
function
|
|
5
|
+
function SvgLocationPermissions(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
7
|
viewBox: "0 0 16 16"
|
|
8
8
|
}, props), /*#__PURE__*/React.createElement("path", {
|
|
@@ -12,4 +12,4 @@ function SvgLocation(props) {
|
|
|
12
12
|
}));
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
export default
|
|
15
|
+
export default SvgLocationPermissions;
|
|
@@ -2,7 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
// Automatically created, please run `scripts/generate-svgr-icon.sh /Users/vdnj/Documents/CozyCloud/cozy-ui/assets/icons/ui/permissions/safe.svg` to regenerate;
|
|
3
3
|
import React from 'react';
|
|
4
4
|
|
|
5
|
-
function
|
|
5
|
+
function SvgSafePermissions(props) {
|
|
6
6
|
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
7
|
viewBox: "0 0 48 48"
|
|
8
8
|
}, props), /*#__PURE__*/React.createElement("g", {
|
|
@@ -20,4 +20,4 @@ function SvgSafe(props) {
|
|
|
20
20
|
})));
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
export default
|
|
23
|
+
export default SvgSafePermissions;
|