@pagopa/io-app-design-system 5.11.5 → 5.11.7
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/lib/commonjs/components/featureInfo/FeatureInfo.js +2 -2
- package/lib/commonjs/components/featureInfo/FeatureInfo.js.map +1 -1
- package/lib/commonjs/components/icons/Icon.js +1 -9
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/modules/ModuleCredential.js +25 -21
- package/lib/commonjs/components/modules/ModuleCredential.js.map +1 -1
- package/lib/commonjs/components/pictograms/Pictogram.js +6 -4
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramBleedAttachment.js +38 -0
- package/lib/commonjs/components/pictograms/svg/PictogramBleedAttachment.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramBleedAttachment.svg +20 -0
- package/lib/module/components/featureInfo/FeatureInfo.js +3 -3
- package/lib/module/components/featureInfo/FeatureInfo.js.map +1 -1
- package/lib/module/components/icons/Icon.js +1 -9
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/modules/ModuleCredential.js +25 -21
- package/lib/module/components/modules/ModuleCredential.js.map +1 -1
- package/lib/module/components/pictograms/Pictogram.js +6 -4
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramBleedAttachment.js +33 -0
- package/lib/module/components/pictograms/svg/PictogramBleedAttachment.js.map +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramBleedAttachment.svg +20 -0
- package/lib/typescript/components/icons/Icon.d.ts +0 -4
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/modules/ModuleCredential.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts +1 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramBleedAttachment.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramBleedAttachment.d.ts.map +1 -0
- package/package.json +1 -1
- package/src/components/featureInfo/FeatureInfo.tsx +5 -5
- package/src/components/icons/Icon.tsx +1 -9
- package/src/components/modules/ModuleCredential.tsx +30 -27
- package/src/components/pictograms/Pictogram.tsx +8 -5
- package/src/components/pictograms/svg/PictogramBleedAttachment.tsx +34 -0
- package/src/components/pictograms/svg/originals/PictogramBleedAttachment.svg +20 -0
- package/lib/commonjs/components/icons/svg/LegIconCheckOff.js +0 -29
- package/lib/commonjs/components/icons/svg/LegIconCheckOff.js.map +0 -1
- package/lib/commonjs/components/icons/svg/LegIconCheckOn.js +0 -40
- package/lib/commonjs/components/icons/svg/LegIconCheckOn.js.map +0 -1
- package/lib/commonjs/components/icons/svg/LegIconRadioOff.js +0 -29
- package/lib/commonjs/components/icons/svg/LegIconRadioOff.js.map +0 -1
- package/lib/commonjs/components/icons/svg/LegIconRadioOn.js +0 -40
- package/lib/commonjs/components/icons/svg/LegIconRadioOn.js.map +0 -1
- package/lib/commonjs/components/icons/svg/originals/LegIconCheckOff.svg +0 -3
- package/lib/commonjs/components/icons/svg/originals/LegIconCheckOn.svg +0 -6
- package/lib/commonjs/components/icons/svg/originals/LegIconRadioOff.svg +0 -3
- package/lib/commonjs/components/icons/svg/originals/LegIconRadioOn.svg +0 -6
- package/lib/module/components/icons/svg/LegIconCheckOff.js +0 -24
- package/lib/module/components/icons/svg/LegIconCheckOff.js.map +0 -1
- package/lib/module/components/icons/svg/LegIconCheckOn.js +0 -35
- package/lib/module/components/icons/svg/LegIconCheckOn.js.map +0 -1
- package/lib/module/components/icons/svg/LegIconRadioOff.js +0 -24
- package/lib/module/components/icons/svg/LegIconRadioOff.js.map +0 -1
- package/lib/module/components/icons/svg/LegIconRadioOn.js +0 -35
- package/lib/module/components/icons/svg/LegIconRadioOn.js.map +0 -1
- package/lib/module/components/icons/svg/originals/LegIconCheckOff.svg +0 -3
- package/lib/module/components/icons/svg/originals/LegIconCheckOn.svg +0 -6
- package/lib/module/components/icons/svg/originals/LegIconRadioOff.svg +0 -3
- package/lib/module/components/icons/svg/originals/LegIconRadioOn.svg +0 -6
- package/lib/typescript/components/icons/svg/LegIconCheckOff.d.ts +0 -5
- package/lib/typescript/components/icons/svg/LegIconCheckOff.d.ts.map +0 -1
- package/lib/typescript/components/icons/svg/LegIconCheckOn.d.ts +0 -5
- package/lib/typescript/components/icons/svg/LegIconCheckOn.d.ts.map +0 -1
- package/lib/typescript/components/icons/svg/LegIconRadioOff.d.ts +0 -5
- package/lib/typescript/components/icons/svg/LegIconRadioOff.d.ts.map +0 -1
- package/lib/typescript/components/icons/svg/LegIconRadioOn.d.ts +0 -5
- package/lib/typescript/components/icons/svg/LegIconRadioOn.d.ts.map +0 -1
- package/src/components/icons/svg/LegIconCheckOff.tsx +0 -16
- package/src/components/icons/svg/LegIconCheckOn.tsx +0 -30
- package/src/components/icons/svg/LegIconRadioOff.tsx +0 -16
- package/src/components/icons/svg/LegIconRadioOn.tsx +0 -30
- package/src/components/icons/svg/originals/LegIconCheckOff.svg +0 -3
- package/src/components/icons/svg/originals/LegIconCheckOn.svg +0 -6
- package/src/components/icons/svg/originals/LegIconRadioOff.svg +0 -3
- package/src/components/icons/svg/originals/LegIconRadioOn.svg +0 -6
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="#000" fill-rule="evenodd" d="M22 11c0-6.07513-4.9249-11-11-11C4.92487 0 0 4.92487 0 11c0 6.0751 4.92487 11 11 11 6.0751 0 11-4.9249 11-11ZM2 11c0-4.97056 4.02944-9 9-9 4.9706 0 9 4.02944 9 9 0 4.9706-4.0294 9-9 9-4.97056 0-9-4.0294-9-9Z" clip-rule="evenodd"/>
|
|
3
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="#000" d="M4 11c0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7 0 3.866-3.134 7-7 7-3.86599 0-7-3.134-7-7Z"/>
|
|
3
|
-
<path fill="#000" fill-rule="evenodd" d="M11 0c6.0751 0 11 4.92487 11 11 0 6.0751-4.9249 11-11 11-6.07513 0-11-4.9249-11-11C0 4.92487 4.92487 0 11 0Zm0 2c-4.97056 0-9 4.02944-9 9 0 4.9706 4.02944 9 9 9 4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9Z" clip-rule="evenodd"/>
|
|
4
|
-
<path fill="#000" d="M4 11c0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7 0 3.866-3.134 7-7 7-3.86599 0-7-3.134-7-7Z"/>
|
|
5
|
-
<path fill="#000" fill-rule="evenodd" d="M11 0c6.0751 0 11 4.92487 11 11 0 6.0751-4.9249 11-11 11-6.07513 0-11-4.9249-11-11C0 4.92487 4.92487 0 11 0Zm0 2c-4.97056 0-9 4.02944-9 9 0 4.9706 4.02944 9 9 9 4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9Z" clip-rule="evenodd"/>
|
|
6
|
-
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegIconCheckOff.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconCheckOff.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,eAAe,GAAI,2BAA2B,YAAY,sBAS/D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegIconCheckOn.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconCheckOn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,cAAc,GAAI,2BAA2B,YAAY,sBAuB9D,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegIconRadioOff.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconRadioOff.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,eAAe,GAAI,2BAA2B,YAAY,sBAS/D,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LegIconRadioOn.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/LegIconRadioOn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,cAAc,GAAI,2BAA2B,YAAY,sBAuB9D,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGIconProps } from "../types";
|
|
4
|
-
|
|
5
|
-
const LegIconCheckOff = ({ size, style, ...props }: SVGIconProps) => (
|
|
6
|
-
<Svg width={size} height={size} viewBox="0 0 24 24" style={style} {...props}>
|
|
7
|
-
<Path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
|
-
d="M19.25 0H2.75C1.23122 0 0 1.23122 0 2.75v16.5C0 20.7688 1.23122 22 2.75 22h16.5c1.5188 0 2.75-1.2312 2.75-2.75V2.75C22 1.23122 20.7688 0 19.25 0ZM1.83333 2.75c0-.50626.41041-.91667.91667-.91667h16.5c.5063 0 .9167.41041.9167.91667v16.5c0 .5063-.4104.9167-.9167.9167H2.75c-.50626 0-.91667-.4104-.91667-.9167V2.75Z"
|
|
11
|
-
clipRule="evenodd"
|
|
12
|
-
/>
|
|
13
|
-
</Svg>
|
|
14
|
-
);
|
|
15
|
-
|
|
16
|
-
export default LegIconCheckOff;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGIconProps } from "../types";
|
|
4
|
-
|
|
5
|
-
const LegIconCheckOn = ({ size, style, ...props }: SVGIconProps) => (
|
|
6
|
-
<Svg width={size} height={size} viewBox="0 0 24 24" style={style} {...props}>
|
|
7
|
-
<Path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="m10.8251 15.2047-.0323-.0311 7.2435-7.24342-1.7369-1.73684-7.27371 7.27376-3.50128-3.3812-1.63504 1.6931 5.30066 5.1188 1.63507-1.6931Z"
|
|
10
|
-
/>
|
|
11
|
-
<Path
|
|
12
|
-
fill="currentColor"
|
|
13
|
-
fillRule="evenodd"
|
|
14
|
-
d="M2.75 0h16.5C20.7688 0 22 1.23122 22 2.75v16.5c0 1.5188-1.2312 2.75-2.75 2.75H2.75C1.23122 22 0 20.7688 0 19.25V2.75C0 1.23122 1.23122 0 2.75 0Zm0 1.83333c-.50626 0-.91667.41041-.91667.91667v16.5c0 .5063.41041.9167.91667.9167h16.5c.5063 0 .9167-.4104.9167-.9167V2.75c0-.50626-.4104-.91667-.9167-.91667H2.75Z"
|
|
15
|
-
clipRule="evenodd"
|
|
16
|
-
/>
|
|
17
|
-
<Path
|
|
18
|
-
fill="currentColor"
|
|
19
|
-
d="m10.8251 15.2047-.0323-.0311 7.2435-7.24342-1.7369-1.73684-7.27371 7.27376-3.50128-3.3812-1.63504 1.6931 5.30066 5.1188 1.63507-1.6931Z"
|
|
20
|
-
/>
|
|
21
|
-
<Path
|
|
22
|
-
fill="currentColor"
|
|
23
|
-
fillRule="evenodd"
|
|
24
|
-
d="M2.75 0h16.5C20.7688 0 22 1.23122 22 2.75v16.5c0 1.5188-1.2312 2.75-2.75 2.75H2.75C1.23122 22 0 20.7688 0 19.25V2.75C0 1.23122 1.23122 0 2.75 0Zm0 1.83333c-.50626 0-.91667.41041-.91667.91667v16.5c0 .5063.41041.9167.91667.9167h16.5c.5063 0 .9167-.4104.9167-.9167V2.75c0-.50626-.4104-.91667-.9167-.91667H2.75Z"
|
|
25
|
-
clipRule="evenodd"
|
|
26
|
-
/>
|
|
27
|
-
</Svg>
|
|
28
|
-
);
|
|
29
|
-
|
|
30
|
-
export default LegIconCheckOn;
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGIconProps } from "../types";
|
|
4
|
-
|
|
5
|
-
const LegIconRadioOff = ({ size, style, ...props }: SVGIconProps) => (
|
|
6
|
-
<Svg width={size} height={size} viewBox="0 0 24 24" style={style} {...props}>
|
|
7
|
-
<Path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
fillRule="evenodd"
|
|
10
|
-
d="M22 11c0-6.07513-4.9249-11-11-11C4.92487 0 0 4.92487 0 11c0 6.0751 4.92487 11 11 11 6.0751 0 11-4.9249 11-11ZM2 11c0-4.97056 4.02944-9 9-9 4.9706 0 9 4.02944 9 9 0 4.9706-4.0294 9-9 9-4.97056 0-9-4.0294-9-9Z"
|
|
11
|
-
clipRule="evenodd"
|
|
12
|
-
/>
|
|
13
|
-
</Svg>
|
|
14
|
-
);
|
|
15
|
-
|
|
16
|
-
export default LegIconRadioOff;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { Svg, Path } from "react-native-svg";
|
|
3
|
-
import { SVGIconProps } from "../types";
|
|
4
|
-
|
|
5
|
-
const LegIconRadioOn = ({ size, style, ...props }: SVGIconProps) => (
|
|
6
|
-
<Svg width={size} height={size} viewBox="0 0 24 24" style={style} {...props}>
|
|
7
|
-
<Path
|
|
8
|
-
fill="currentColor"
|
|
9
|
-
d="M4 11c0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7 0 3.866-3.134 7-7 7-3.86599 0-7-3.134-7-7Z"
|
|
10
|
-
/>
|
|
11
|
-
<Path
|
|
12
|
-
fill="currentColor"
|
|
13
|
-
fillRule="evenodd"
|
|
14
|
-
d="M11 0c6.0751 0 11 4.92487 11 11 0 6.0751-4.9249 11-11 11-6.07513 0-11-4.9249-11-11C0 4.92487 4.92487 0 11 0Zm0 2c-4.97056 0-9 4.02944-9 9 0 4.9706 4.02944 9 9 9 4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9Z"
|
|
15
|
-
clipRule="evenodd"
|
|
16
|
-
/>
|
|
17
|
-
<Path
|
|
18
|
-
fill="currentColor"
|
|
19
|
-
d="M4 11c0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7 0 3.866-3.134 7-7 7-3.86599 0-7-3.134-7-7Z"
|
|
20
|
-
/>
|
|
21
|
-
<Path
|
|
22
|
-
fill="currentColor"
|
|
23
|
-
fillRule="evenodd"
|
|
24
|
-
d="M11 0c6.0751 0 11 4.92487 11 11 0 6.0751-4.9249 11-11 11-6.07513 0-11-4.9249-11-11C0 4.92487 4.92487 0 11 0Zm0 2c-4.97056 0-9 4.02944-9 9 0 4.9706 4.02944 9 9 9 4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9Z"
|
|
25
|
-
clipRule="evenodd"
|
|
26
|
-
/>
|
|
27
|
-
</Svg>
|
|
28
|
-
);
|
|
29
|
-
|
|
30
|
-
export default LegIconRadioOn;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="#000" fill-rule="evenodd" d="M19.25 0H2.75C1.23122 0 0 1.23122 0 2.75v16.5C0 20.7688 1.23122 22 2.75 22h16.5c1.5188 0 2.75-1.2312 2.75-2.75V2.75C22 1.23122 20.7688 0 19.25 0ZM1.83333 2.75c0-.50626.41041-.91667.91667-.91667h16.5c.5063 0 .9167.41041.9167.91667v16.5c0 .5063-.4104.9167-.9167.9167H2.75c-.50626 0-.91667-.4104-.91667-.9167V2.75Z" clip-rule="evenodd"/>
|
|
3
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="#000" d="m10.8251 15.2047-.0323-.0311 7.2435-7.24342-1.7369-1.73684-7.27371 7.27376-3.50128-3.3812-1.63504 1.6931 5.30066 5.1188 1.63507-1.6931Z"/>
|
|
3
|
-
<path fill="#000" fill-rule="evenodd" d="M2.75 0h16.5C20.7688 0 22 1.23122 22 2.75v16.5c0 1.5188-1.2312 2.75-2.75 2.75H2.75C1.23122 22 0 20.7688 0 19.25V2.75C0 1.23122 1.23122 0 2.75 0Zm0 1.83333c-.50626 0-.91667.41041-.91667.91667v16.5c0 .5063.41041.9167.91667.9167h16.5c.5063 0 .9167-.4104.9167-.9167V2.75c0-.50626-.4104-.91667-.9167-.91667H2.75Z" clip-rule="evenodd"/>
|
|
4
|
-
<path fill="#000" d="m10.8251 15.2047-.0323-.0311 7.2435-7.24342-1.7369-1.73684-7.27371 7.27376-3.50128-3.3812-1.63504 1.6931 5.30066 5.1188 1.63507-1.6931Z"/>
|
|
5
|
-
<path fill="#000" fill-rule="evenodd" d="M2.75 0h16.5C20.7688 0 22 1.23122 22 2.75v16.5c0 1.5188-1.2312 2.75-2.75 2.75H2.75C1.23122 22 0 20.7688 0 19.25V2.75C0 1.23122 1.23122 0 2.75 0Zm0 1.83333c-.50626 0-.91667.41041-.91667.91667v16.5c0 .5063.41041.9167.91667.9167h16.5c.5063 0 .9167-.4104.9167-.9167V2.75c0-.50626-.4104-.91667-.9167-.91667H2.75Z" clip-rule="evenodd"/>
|
|
6
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="#000" fill-rule="evenodd" d="M22 11c0-6.07513-4.9249-11-11-11C4.92487 0 0 4.92487 0 11c0 6.0751 4.92487 11 11 11 6.0751 0 11-4.9249 11-11ZM2 11c0-4.97056 4.02944-9 9-9 4.9706 0 9 4.02944 9 9 0 4.9706-4.0294 9-9 9-4.97056 0-9-4.0294-9-9Z" clip-rule="evenodd"/>
|
|
3
|
-
</svg>
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
|
|
2
|
-
<path fill="#000" d="M4 11c0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7 0 3.866-3.134 7-7 7-3.86599 0-7-3.134-7-7Z"/>
|
|
3
|
-
<path fill="#000" fill-rule="evenodd" d="M11 0c6.0751 0 11 4.92487 11 11 0 6.0751-4.9249 11-11 11-6.07513 0-11-4.9249-11-11C0 4.92487 4.92487 0 11 0Zm0 2c-4.97056 0-9 4.02944-9 9 0 4.9706 4.02944 9 9 9 4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9Z" clip-rule="evenodd"/>
|
|
4
|
-
<path fill="#000" d="M4 11c0-3.86599 3.13401-7 7-7 3.866 0 7 3.13401 7 7 0 3.866-3.134 7-7 7-3.86599 0-7-3.134-7-7Z"/>
|
|
5
|
-
<path fill="#000" fill-rule="evenodd" d="M11 0c6.0751 0 11 4.92487 11 11 0 6.0751-4.9249 11-11 11-6.07513 0-11-4.9249-11-11C0 4.92487 4.92487 0 11 0Zm0 2c-4.97056 0-9 4.02944-9 9 0 4.9706 4.02944 9 9 9 4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9Z" clip-rule="evenodd"/>
|
|
6
|
-
</svg>
|