@pagopa/io-app-design-system 2.0.0 → 2.0.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/lib/commonjs/components/badge/Badge.js +2 -2
- package/lib/commonjs/components/contentWrapper/ContentWrapper.js +2 -0
- package/lib/commonjs/components/contentWrapper/ContentWrapper.js.map +1 -1
- package/lib/commonjs/components/icons/Icon.js +2 -0
- package/lib/commonjs/components/icons/Icon.js.map +1 -1
- package/lib/commonjs/components/icons/svg/IconCieLetter.js +28 -0
- package/lib/commonjs/components/icons/svg/IconCieLetter.js.map +1 -0
- package/lib/commonjs/components/icons/svg/originals/IconCieLetter.svg +1 -0
- package/lib/commonjs/components/layout/BlockButtons.js +1 -1
- package/lib/commonjs/components/layout/FooterActions.js +162 -0
- package/lib/commonjs/components/layout/FooterActions.js.map +1 -0
- package/lib/commonjs/components/layout/FooterActionsInline.js +113 -0
- package/lib/commonjs/components/layout/FooterActionsInline.js.map +1 -0
- package/lib/commonjs/components/layout/FooterWithButtons.js +3 -1
- package/lib/commonjs/components/layout/FooterWithButtons.js.map +1 -1
- package/lib/commonjs/components/layout/HeaderSecondLevel.js +9 -4
- package/lib/commonjs/components/layout/HeaderSecondLevel.js.map +1 -1
- package/lib/commonjs/components/layout/hooks/index.js +28 -0
- package/lib/commonjs/components/layout/hooks/index.js.map +1 -0
- package/lib/commonjs/components/layout/hooks/useBottomMargins.js +31 -0
- package/lib/commonjs/components/layout/hooks/useBottomMargins.js.map +1 -0
- package/lib/commonjs/components/layout/hooks/useFooterActionsInlineMeasurements.js +30 -0
- package/lib/commonjs/components/layout/hooks/useFooterActionsInlineMeasurements.js.map +1 -0
- package/lib/commonjs/components/layout/hooks/useFooterActionsMeasurements.js +31 -0
- package/lib/commonjs/components/layout/hooks/useFooterActionsMeasurements.js.map +1 -0
- package/lib/commonjs/components/layout/index.js +33 -0
- package/lib/commonjs/components/layout/index.js.map +1 -1
- package/lib/commonjs/components/pictograms/Pictogram.js +10 -2
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/PictogramFingerprint.js +49 -0
- package/lib/commonjs/components/pictograms/svg/PictogramFingerprint.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramSmile.js +32 -0
- package/lib/commonjs/components/pictograms/svg/PictogramSmile.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/PictogramWalletDoc.js +46 -0
- package/lib/commonjs/components/pictograms/svg/PictogramWalletDoc.js.map +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramFingerprint.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramSmile.svg +1 -0
- package/lib/commonjs/components/pictograms/svg/originals/PictogramWalletDoc.svg +1 -0
- package/lib/commonjs/core/IOColors.js +8 -3
- package/lib/commonjs/core/IOColors.js.map +1 -1
- package/lib/commonjs/core/IOSpacing.js +10 -1
- package/lib/commonjs/core/IOSpacing.js.map +1 -1
- package/lib/commonjs/core/index.js +0 -11
- package/lib/commonjs/core/index.js.map +1 -1
- package/lib/module/components/badge/Badge.js +2 -2
- package/lib/module/components/contentWrapper/ContentWrapper.js +2 -0
- package/lib/module/components/contentWrapper/ContentWrapper.js.map +1 -1
- package/lib/module/components/icons/Icon.js +2 -0
- package/lib/module/components/icons/Icon.js.map +1 -1
- package/lib/module/components/icons/svg/IconCieLetter.js +20 -0
- package/lib/module/components/icons/svg/IconCieLetter.js.map +1 -0
- package/lib/module/components/icons/svg/originals/IconCieLetter.svg +1 -0
- package/lib/module/components/layout/BlockButtons.js +1 -1
- package/lib/module/components/layout/FooterActions.js +153 -0
- package/lib/module/components/layout/FooterActions.js.map +1 -0
- package/lib/module/components/layout/FooterActionsInline.js +104 -0
- package/lib/module/components/layout/FooterActionsInline.js.map +1 -0
- package/lib/module/components/layout/FooterWithButtons.js +3 -1
- package/lib/module/components/layout/FooterWithButtons.js.map +1 -1
- package/lib/module/components/layout/HeaderSecondLevel.js +10 -5
- package/lib/module/components/layout/HeaderSecondLevel.js.map +1 -1
- package/lib/module/components/layout/hooks/index.js +3 -0
- package/lib/module/components/layout/hooks/index.js.map +1 -0
- package/lib/module/components/layout/hooks/useBottomMargins.js +25 -0
- package/lib/module/components/layout/hooks/useBottomMargins.js.map +1 -0
- package/lib/module/components/layout/hooks/useFooterActionsInlineMeasurements.js +23 -0
- package/lib/module/components/layout/hooks/useFooterActionsInlineMeasurements.js.map +1 -0
- package/lib/module/components/layout/hooks/useFooterActionsMeasurements.js +24 -0
- package/lib/module/components/layout/hooks/useFooterActionsMeasurements.js.map +1 -0
- package/lib/module/components/layout/index.js +3 -0
- package/lib/module/components/layout/index.js.map +1 -1
- package/lib/module/components/pictograms/Pictogram.js +10 -2
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/svg/PictogramFingerprint.js +41 -0
- package/lib/module/components/pictograms/svg/PictogramFingerprint.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramSmile.js +24 -0
- package/lib/module/components/pictograms/svg/PictogramSmile.js.map +1 -0
- package/lib/module/components/pictograms/svg/PictogramWalletDoc.js +38 -0
- package/lib/module/components/pictograms/svg/PictogramWalletDoc.js.map +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramFingerprint.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramSmile.svg +1 -0
- package/lib/module/components/pictograms/svg/originals/PictogramWalletDoc.svg +1 -0
- package/lib/module/core/IOColors.js +8 -3
- package/lib/module/core/IOColors.js.map +1 -1
- package/lib/module/core/IOSpacing.js +9 -0
- package/lib/module/core/IOSpacing.js.map +1 -1
- package/lib/module/core/index.js +0 -1
- package/lib/module/core/index.js.map +1 -1
- package/lib/typescript/components/buttons/ButtonLink.d.ts +1 -1
- package/lib/typescript/components/buttons/ButtonOutline.d.ts +1 -1
- package/lib/typescript/components/buttons/ButtonSolid.d.ts +1 -1
- package/lib/typescript/components/contentWrapper/ContentWrapper.d.ts +4 -3
- package/lib/typescript/components/contentWrapper/ContentWrapper.d.ts.map +1 -1
- package/lib/typescript/components/icons/Icon.d.ts +1 -0
- package/lib/typescript/components/icons/Icon.d.ts.map +1 -1
- package/lib/typescript/components/icons/svg/IconCieLetter.d.ts +5 -0
- package/lib/typescript/components/icons/svg/IconCieLetter.d.ts.map +1 -0
- package/lib/typescript/components/layout/BlockButtons.d.ts +1 -1
- package/lib/typescript/components/layout/FooterActions.d.ts +45 -0
- package/lib/typescript/components/layout/FooterActions.d.ts.map +1 -0
- package/lib/typescript/components/layout/FooterActionsInline.d.ts +17 -0
- package/lib/typescript/components/layout/FooterActionsInline.d.ts.map +1 -0
- package/lib/typescript/components/layout/FooterWithButtons.d.ts +3 -1
- package/lib/typescript/components/layout/FooterWithButtons.d.ts.map +1 -1
- package/lib/typescript/components/layout/HeaderFirstLevel.d.ts +7 -7
- package/lib/typescript/components/layout/HeaderFirstLevel.d.ts.map +1 -1
- package/lib/typescript/components/layout/HeaderSecondLevel.d.ts +7 -7
- package/lib/typescript/components/layout/HeaderSecondLevel.d.ts.map +1 -1
- package/lib/typescript/components/layout/common.d.ts +1 -1
- package/lib/typescript/components/layout/common.d.ts.map +1 -1
- package/lib/typescript/components/layout/hooks/index.d.ts +3 -0
- package/lib/typescript/components/layout/hooks/index.d.ts.map +1 -0
- package/lib/typescript/components/layout/hooks/useBottomMargins.d.ts +5 -0
- package/lib/typescript/components/layout/hooks/useBottomMargins.d.ts.map +1 -0
- package/lib/typescript/components/layout/hooks/useFooterActionsInlineMeasurements.d.ts +17 -0
- package/lib/typescript/components/layout/hooks/useFooterActionsInlineMeasurements.d.ts.map +1 -0
- package/lib/typescript/components/layout/hooks/useFooterActionsMeasurements.d.ts +17 -0
- package/lib/typescript/components/layout/hooks/useFooterActionsMeasurements.d.ts.map +1 -0
- package/lib/typescript/components/layout/index.d.ts +3 -0
- package/lib/typescript/components/layout/index.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts +3 -0
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramFingerprint.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramFingerprint.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramSmile.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramSmile.d.ts.map +1 -0
- package/lib/typescript/components/pictograms/svg/PictogramWalletDoc.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramWalletDoc.d.ts.map +1 -0
- package/lib/typescript/core/IOColors.d.ts +1 -1
- package/lib/typescript/core/IOColors.d.ts.map +1 -1
- package/lib/typescript/core/IOSpacing.d.ts +8 -0
- package/lib/typescript/core/IOSpacing.d.ts.map +1 -1
- package/lib/typescript/core/index.d.ts +0 -1
- package/lib/typescript/core/index.d.ts.map +1 -1
- package/lib/typescript/utils/fonts.d.ts +2 -2
- package/package.json +1 -1
- package/src/components/badge/Badge.tsx +2 -2
- package/src/components/contentWrapper/ContentWrapper.tsx +5 -2
- package/src/components/icons/Icon.tsx +2 -0
- package/src/components/icons/svg/IconCieLetter.tsx +16 -0
- package/src/components/icons/svg/originals/IconCieLetter.svg +1 -0
- package/src/components/layout/BlockButtons.tsx +1 -1
- package/src/components/layout/FooterActions.tsx +260 -0
- package/src/components/layout/FooterActionsInline.tsx +137 -0
- package/src/components/layout/FooterWithButtons.tsx +3 -1
- package/src/components/layout/HeaderFirstLevel.tsx +7 -7
- package/src/components/layout/HeaderSecondLevel.tsx +20 -12
- package/src/components/layout/common.ts +1 -1
- package/src/components/layout/hooks/index.ts +2 -0
- package/src/components/layout/hooks/useBottomMargins.ts +30 -0
- package/src/components/layout/hooks/useFooterActionsInlineMeasurements.ts +38 -0
- package/src/components/layout/hooks/useFooterActionsMeasurements.ts +35 -0
- package/src/components/layout/index.tsx +3 -0
- package/src/components/pictograms/Pictogram.tsx +11 -2
- package/src/components/pictograms/svg/PictogramFingerprint.tsx +50 -0
- package/src/components/pictograms/svg/PictogramSmile.tsx +22 -0
- package/src/components/pictograms/svg/PictogramWalletDoc.tsx +44 -0
- package/src/components/pictograms/svg/originals/PictogramFingerprint.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramSmile.svg +1 -0
- package/src/components/pictograms/svg/originals/PictogramWalletDoc.svg +1 -0
- package/src/core/IOColors.ts +10 -2
- package/src/core/IOSpacing.ts +14 -0
- package/src/core/index.ts +0 -1
- package/lib/commonjs/core/IOStyleVariables.js +0 -14
- package/lib/commonjs/core/IOStyleVariables.js.map +0 -1
- package/lib/module/core/IOStyleVariables.js +0 -7
- package/lib/module/core/IOStyleVariables.js.map +0 -1
- package/lib/typescript/core/IOStyleVariables.d.ts +0 -7
- package/lib/typescript/core/IOStyleVariables.d.ts.map +0 -1
- package/src/core/IOStyleVariables.ts +0 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M78.365 84.373a1.251 1.251 0 0 1 -2.233 -0.675L73.183 44.48a1.251 1.251 0 0 1 2.492 -0.191l2.949 39.22a1.2 1.2 0 0 1 -0.267 0.867z" fill="#AAEEEF"/><path d="M92.667 89.816a1.245 1.245 0 0 1 -1.6 0.307 1.253 1.253 0 0 1 -0.467 -1.707l20.696 -36.137a1.253 1.253 0 0 1 2.176 1.24L92.773 89.659a1.333 1.333 0 0 1 -0.1 0.149z" fill="#AAEEEF"/><path d="m118.32 142.176 23.688 2.641 -25.564 45.852c-2.8 5.024 -9.291 6.591 -14.073 3.4L4.392 128.785A9.853 9.853 0 0 1 2.04 114.579l29.613 -38.553c3.241 -4.216 9.249 -5.107 13.565 -2l50.269 36.129 -5.416 3.632 -9.891 5.992 -6.541 4.14 -4.833 3.925v4.516l1.667 2.025 4.467 1.091 7.849 -3.116 11.248 -4.833 2.367 4.833 1.416 4.7 2.184 0.816 1.091 6.865 4.249 5.125 7.475 3.816s4.291 -0.433 4.949 -0.875c0.659 -0.443 2.724 -2.184 2.724 -2.184l0.984 -3.049 -1.417 -3.816z" fill="#3C65E9"/><path d="M107.304 190.344a5.16 5.16 0 0 1 -2.916 -0.908L8.941 123.244A5.067 5.067 0 0 1 6.8 119.82a5.067 5.067 0 0 1 1.008 -3.908L35.973 79.541a5.115 5.115 0 0 1 6.965 -1.067l47.844 33.237a1.253 1.253 0 0 1 0.316 1.741 1.253 1.253 0 0 1 -1.741 0.317L41.512 80.533a2.62 2.62 0 0 0 -3.565 0.549L9.783 117.437a2.613 2.613 0 0 0 -0.516 2c0.108 0.716 0.5 1.34 1.091 1.749l95.447 66.191a2.587 2.587 0 0 0 2.075 0.4 2.587 2.587 0 0 0 1.692 -1.265l24.372 -43.095a1.247 1.247 0 1 1 2.175 1.224l-24.372 43.095a5.12 5.12 0 0 1 -4.457 2.592z" fill="#AAEEEF"/><path d="M73.235 137.051a6.72 6.72 0 0 1 -6.116 -3.875c-1.241 -2.616 -0.708 -5.649 1.341 -7.715 11.907 -11.983 40.504 -19.864 41.712 -20.189q0.136 -0.037 0.275 -0.051c38.72 -4.765 87.581 -21.713 88.072 -21.88l1.292 3.707c-0.492 0.176 -49.619 17.207 -88.739 22.056 -2.125 0.592 -29.055 8.291 -39.829 19.132 -1.057 1.067 -0.991 2.391 -0.573 3.267 0.2 0.424 1.04 1.773 2.857 1.607 8.157 -0.767 20.321 -4.573 31.947 -18.364l3.007 2.533C96 132.085 82.784 136.184 73.893 137.017a5.333 5.333 0 0 1 -0.667 0.033z" fill="white"/><path d="M99.231 139.567c-2.508 -0.832 -4.3 -2.408 -5.175 -4.54 -1.775 -4.3 0.641 -9.324 0.925 -9.883l3.507 1.767 -1.757 -0.884 1.759 0.876c-0.543 1.083 -1.733 4.391 -0.8 6.632 0.44 1.075 1.357 1.825 2.783 2.3l-1.241 3.724z" fill="white"/><path d="M114.813 155.84c-4.167 0 -9.04 -2.324 -13.115 -7.832 -2.859 -3.849 -3.741 -7.624 -2.625 -11.215 2.259 -7.257 12.067 -10.691 12.481 -10.832l1.276 3.716c-0.084 0.025 -8.349 2.933 -10.008 8.291 -0.724 2.349 -0.057 4.875 2.033 7.699 4.567 6.157 10.207 7.341 13.207 5.324 2.467 -1.667 2.567 -5.041 0.267 -8.815l3.359 -2.051c3.933 6.449 2.116 11.74 -1.425 14.124 -1.525 1.024 -3.392 1.583 -5.44 1.591z" fill="white"/><path d="M161.681 145.341c-24.88 0 -47.244 -2.808 -48.993 -3.032l0.5 -3.9c0.8 0.1 81.04 10.157 107.136 -7.565 12.224 -8.307 18.073 -24.005 14.899 -39.987 -3.283 -16.532 -15.132 -28.464 -31.696 -31.905l0.8 -3.849c18.164 3.775 31.153 16.856 34.745 34.987 3.483 17.54 -3.008 34.813 -16.54 44.004 -13.073 8.881 -38.02 11.248 -60.851 11.248" fill="white"/><path d="M96.281 112.72c-0.533 -0.483 -5.157 -4.873 -4.324 -9.299 0.291 -1.557 1.391 -3.699 4.941 -5.073 8.832 -3.408 34.045 2.424 36.887 3.099l-0.908 3.825c-7.4 -1.759 -28.055 -5.783 -34.563 -3.259 -1.5 0.575 -2.333 1.292 -2.492 2.133 -0.341 1.8 1.951 4.608 3.116 5.683l-2.657 2.9z" fill="white"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M118.373 48.416c-1.925 -0.96 -4.276 -0.203 -5.251 1.693l-3.5 6.799 -0.053 0.121c-8.031 18.679 -12.457 33.252 -14.88 43.209 -1.211 4.979 -1.92 8.801 -2.331 11.405 -0.204 1.303 -0.333 2.3 -0.413 2.984a40 40 0 0 0 -0.103 1.007l-0.005 0.064 -0.001 0.021v0.007l-0.001 0.004s0 0.003 3.896 0.287l-3.896 -0.284 -0.005 0.065 -0.003 0.067c-0.268 6.657 3.584 11.48 7.889 14.44 4.229 2.908 9.444 4.441 13.387 4.441 2.157 0 3.907 -1.723 3.907 -3.848s-1.749 -3.848 -3.907 -3.848c-2.232 0 -5.901 -0.984 -8.913 -3.053 -2.915 -2.004 -4.656 -4.597 -4.557 -7.753a24 24 0 0 1 0.077 -0.747c0.067 -0.581 0.183 -1.476 0.372 -2.676 0.376 -2.4 1.045 -6.016 2.207 -10.789 2.317 -9.523 6.595 -23.652 14.425 -41.88l3.379 -6.564a3.82 3.82 0 0 0 -1.72 -5.172" fill="white"/><path fill-rule="evenodd" clip-rule="evenodd" d="M151.184 153.164a3.813 3.813 0 0 1 0.888 5.371l-3.171 -2.248a330.667 330.667 0 0 1 3.168 2.252l-0.012 0.016 -0.024 0.032 -0.077 0.104 -0.273 0.355a45.333 45.333 0 0 1 -1.004 1.223 54.667 54.667 0 0 1 -3.749 3.956c-3.217 3.076 -7.952 6.873 -13.881 9.5 -5.969 2.644 -13.221 4.129 -21.285 2.413 -8.056 -1.715 -16.504 -6.535 -25.04 -15.765a3.807 3.807 0 0 1 0.259 -5.435 3.947 3.947 0 0 1 5.52 0.253c7.715 8.344 14.803 12.124 20.912 13.425 6.099 1.297 11.639 0.212 16.429 -1.909 4.829 -2.14 8.824 -5.308 11.644 -8.004a46.667 46.667 0 0 0 3.208 -3.384c0.363 -0.425 0.633 -0.761 0.808 -0.984q0.132 -0.167 0.189 -0.244l0.039 -0.051 0.003 -0.004m5.451 -0.872c-1.751 -1.24 -4.189 -0.851 -5.451 0.872z" fill="white"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 240 240" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M84.112 141.587H75.08a5.821 5.821 0 0 1 -5.821 -5.821V28.785a5.821 5.821 0 0 1 5.821 -5.821h157.832a5.82 5.82 0 0 1 5.82 5.821v105.511a5.82 5.82 0 0 1 -5.82 5.821H131.904l-3.093 -5.619 -7.291 -6.521 -8.288 -2.096 -8.067 0.22 -10.384 5.415 -10.661 10.053z" fill="#3C65E9"/><path d="m56.485 164.693 -3.625 3.48a0.48 0.48 0 0 0 -0.152 0.355 0.533 0.533 0 0 0 0.144 0.364l2.763 2.881a0.533 0.533 0 0 0 0.363 0.152c0.127 0 0.253 -0.051 0.356 -0.144l42.115 -40.392c1.333 -0.641 10.501 -4.807 19.017 -1.841 5.28 1.833 9.469 6.083 12.453 12.631 -0.06 1.267 -0.449 4.891 -2.957 6.235 -3.347 1.791 -10.207 -0.659 -18.807 -6.708a0.493 0.493 0 0 0 -0.38 -0.084 0.52 0.52 0 0 0 -0.329 0.211l-2.289 3.261a0.507 0.507 0 0 0 -0.085 0.38c0.027 0.135 0.101 0.253 0.212 0.329 10.831 7.62 18.704 9.919 24.069 7.012 5.761 -3.117 5.584 -10.899 5.576 -11.228a2.533 2.533 0 0 0 -0.212 -0.912c-3.573 -8.161 -8.837 -13.493 -15.637 -15.84 -11.38 -3.937 -22.785 2.053 -23.267 2.307a2.667 2.667 0 0 0 -0.549 0.396l-35.145 33.7 -18.324 -16.804a0.507 0.507 0 0 0 -0.719 0.035l-2.695 2.94a0.511 0.511 0 0 0 0.025 0.717l18.088 16.584z" fill="white"/><path d="M172.657 139.923a0.507 0.507 0 0 0 -0.464 -0.304l-4.191 0.041a0.507 0.507 0 0 0 -0.423 0.229 0.52 0.52 0 0 0 -0.041 0.481c0.971 2.239 1.985 6.048 1.165 7.527 -0.727 1.319 -2.383 1.767 -2.821 1.859h-0.304c-0.863 0 -1.699 0.025 -2.544 0.051 1.783 -3.835 0.929 -7.755 -0.515 -9.917a0.573 0.573 0 0 0 -0.44 -0.229l-4.131 0.119a0.493 0.493 0 0 0 -0.448 0.339 0.547 0.547 0 0 0 0.144 0.557c0.271 0.253 1.267 2.297 1.14 4.713 -0.101 1.969 -0.904 3.616 -2.373 4.9 -30.127 3.532 -50.184 24.019 -66.591 40.781 -9.267 9.469 -17.267 17.648 -25.049 20.697 -11.168 4.368 -26.891 -7.197 -38.127 -17.665 -12.621 -11.768 -22.447 -24.804 -22.54 -24.939a0.493 0.493 0 0 0 -0.339 -0.195 0.533 0.533 0 0 0 -0.38 0.093l-3.185 2.391a0.507 0.507 0 0 0 -0.101 0.709c1.395 1.859 34.411 45.528 59.503 45.528 2.475 0 4.824 -0.431 6.987 -1.276 8.777 -3.439 17.124 -11.971 26.807 -21.864 17.352 -17.733 38.947 -39.808 72.173 -39.808h0.491c0.16 0 0.244 0 0.363 -0.025 0.187 -0.025 4.512 -0.643 6.607 -4.368 1.555 -2.763 1.42 -6.277 -0.397 -10.443z" fill="white"/><path d="M210.591 65.864a4.093 4.093 0 0 1 -3.184 -1.512l-14.929 -18.248c-2.069 -2.535 -2.331 -6.083 -0.649 -8.829a10.76 10.76 0 0 1 9.225 -5.169 10.8 10.8 0 0 1 9.537 5.736c1.825 -3.413 5.416 -5.736 9.539 -5.736a10.76 10.76 0 0 1 9.225 5.169c1.681 2.747 1.42 6.295 -0.651 8.829l-14.928 18.248a4.107 4.107 0 0 1 -3.185 1.512M201.053 34.64a8.213 8.213 0 0 0 -7.063 3.961c-1.124 1.825 -0.939 4.2 0.447 5.897l14.929 18.248c0.599 0.735 1.849 0.744 2.449 0l14.928 -18.248c1.395 -1.699 1.572 -4.072 0.448 -5.897a8.24 8.24 0 0 0 -7.063 -3.961 8.28 8.28 0 0 0 -8.271 8.271h-2.535a8.28 8.28 0 0 0 -8.271 -8.271" fill="#AAEEEF"/><path d="M238.732 109.619H69.251a1.267 1.267 0 0 1 -1.267 -1.267 1.267 1.267 0 0 1 1.267 -1.268h169.481a1.267 1.267 0 1 1 0 2.533" fill="#AAEEEF"/><path d="M85.023 61.876h55.573a3.364 3.364 0 0 1 3.364 3.364v2.204a3.364 3.364 0 0 1 -3.364 3.364h-55.573a3.364 3.364 0 0 1 -3.364 -3.364V65.24a3.364 3.364 0 0 1 3.364 -3.364Z" stroke="#AAEEEF" stroke-width="2.6666666666666665"/><path d="M85.023 80.436h92.104a3.364 3.364 0 0 1 3.364 3.364v2.205a3.364 3.364 0 0 1 -3.364 3.364H85.023a3.364 3.364 0 0 1 -3.364 -3.364V83.8a3.364 3.364 0 0 1 3.364 -3.364Z" stroke="#AAEEEF" stroke-width="2.6666666666666665"/></svg>
|
|
@@ -228,11 +228,11 @@ const themeKeys = [
|
|
|
228
228
|
// Design System related
|
|
229
229
|
"cardBorder-default", "icon-default", "icon-decorative",
|
|
230
230
|
// Layout
|
|
231
|
-
"divider-default",
|
|
231
|
+
"divider-header", "divider-default", "divider-bottomBar",
|
|
232
232
|
// Status
|
|
233
233
|
"errorIcon", "errorText",
|
|
234
234
|
// Pictograms
|
|
235
|
-
"pictogram-hands", "pictogram-tint-main", "pictogram-tint-secondary"];
|
|
235
|
+
"pictogram-hands", "pictogram-tint-main", "pictogram-tint-secondary", "pictogram-tint-tertiary"];
|
|
236
236
|
export const IOThemeLight = {
|
|
237
237
|
// General
|
|
238
238
|
"appBackground-primary": "white",
|
|
@@ -254,14 +254,17 @@ export const IOThemeLight = {
|
|
|
254
254
|
"icon-default": "grey-650",
|
|
255
255
|
"icon-decorative": "grey-300",
|
|
256
256
|
// Layout
|
|
257
|
+
"divider-header": "grey-100",
|
|
257
258
|
"divider-default": "grey-200",
|
|
259
|
+
"divider-bottomBar": "grey-200",
|
|
258
260
|
// Status
|
|
259
261
|
errorIcon: "error-600",
|
|
260
262
|
errorText: "error-600",
|
|
261
263
|
// Pictograms
|
|
262
264
|
"pictogram-hands": "blueIO-500",
|
|
263
265
|
"pictogram-tint-main": "turquoise-150",
|
|
264
|
-
"pictogram-tint-secondary": "turquoise-500"
|
|
266
|
+
"pictogram-tint-secondary": "turquoise-500",
|
|
267
|
+
"pictogram-tint-tertiary": "blueIO-400"
|
|
265
268
|
};
|
|
266
269
|
export const IOThemeLightLegacy = {
|
|
267
270
|
...IOThemeLight,
|
|
@@ -289,7 +292,9 @@ export const IOThemeDark = {
|
|
|
289
292
|
"cardBorder-default": "grey-850",
|
|
290
293
|
"icon-default": "grey-450",
|
|
291
294
|
// Layout
|
|
295
|
+
"divider-header": "grey-850",
|
|
292
296
|
"divider-default": "grey-850",
|
|
297
|
+
"divider-bottomBar": "grey-850",
|
|
293
298
|
// Status
|
|
294
299
|
errorIcon: "error-400",
|
|
295
300
|
errorText: "error-400",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["asIOColors","arg","asIOThemeColors","asIOColorGradients","IOColors","white","black","greyUltraLight","greyLight","bluegreyLight","grey","bluegrey","bluegreyDark","blue","blueUltraLight","aqua","aquaUltraLight","antiqueFuchsia","orange","red","green","greenLight","IOColorGradients","appLaunch","appIcon","cgnAll","cgn","cgnFinance","cgnCulture","cgnLearning","cgnHealth","cgnHome","cgnJobOffers","cgnSport","cgnMobility","cgnTelco","cgnTravel","getGradientColorValues","gradientId","first","second","IOColorsLegacy","IOColorsNeutral","IOColorsTints","IOColorsStatus","IOColorsExtra","themeKeys","IOThemeLight","errorIcon","errorText","IOThemeLightLegacy","IOThemeDark","themeStatusColorsLightMode","errorMain","errorBackground","errorGraphics","errorTypography","warningMain","warningBackground","warningGraphics","warningTypography","successMain","successBackground","successGraphics","successTypography","infoMain","infoBackground","infoGraphics","infoTypography","themeStatusColorsDarkMode","hexToRgba","hexCode","opacity","hex","toString","replace","r","parseInt","substring","g","b"],"sourceRoot":"../../../src","sources":["core/IOColors.ts"],"mappings":"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
|
|
1
|
+
{"version":3,"names":["asIOColors","arg","asIOThemeColors","asIOColorGradients","IOColors","white","black","greyUltraLight","greyLight","bluegreyLight","grey","bluegrey","bluegreyDark","blue","blueUltraLight","aqua","aquaUltraLight","antiqueFuchsia","orange","red","green","greenLight","IOColorGradients","appLaunch","appIcon","cgnAll","cgn","cgnFinance","cgnCulture","cgnLearning","cgnHealth","cgnHome","cgnJobOffers","cgnSport","cgnMobility","cgnTelco","cgnTravel","getGradientColorValues","gradientId","first","second","IOColorsLegacy","IOColorsNeutral","IOColorsTints","IOColorsStatus","IOColorsExtra","themeKeys","IOThemeLight","errorIcon","errorText","IOThemeLightLegacy","IOThemeDark","themeStatusColorsLightMode","errorMain","errorBackground","errorGraphics","errorTypography","warningMain","warningBackground","warningGraphics","warningTypography","successMain","successBackground","successGraphics","successTypography","infoMain","infoBackground","infoGraphics","infoTypography","themeStatusColorsDarkMode","hexToRgba","hexCode","opacity","hex","toString","replace","r","parseInt","substring","g","b"],"sourceRoot":"../../../src","sources":["core/IOColors.ts"],"mappings":"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"}
|
|
@@ -34,4 +34,13 @@ export const IOModuleIDPHSpacing = 16;
|
|
|
34
34
|
export const IOModuleIDPVSpacing = 16;
|
|
35
35
|
export const IOModuleIDPSavedVSpacing = 24;
|
|
36
36
|
export const IOListItemLogoMargin = 8;
|
|
37
|
+
|
|
38
|
+
/*
|
|
39
|
+
░░░ SPACING CONSTANTS ░░░
|
|
40
|
+
*/
|
|
41
|
+
|
|
42
|
+
const spacingConstantKeys = ["screenEndMargin"];
|
|
43
|
+
export const IOSpacing = {
|
|
44
|
+
screenEndMargin: 32
|
|
45
|
+
};
|
|
37
46
|
//# sourceMappingURL=IOSpacing.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["IOSpacingScale","IOSpacer","IOAppMargin","IOAlertSpacing","IOBannerBigSpacing","IOBannerSmallHSpacing","IOBannerSmallVSpacing","IOTagHSpacing","IOTagVSpacing","IOBadgeHSpacing","IOBadgeVSpacing","IOModuleIDPHSpacing","IOModuleIDPVSpacing","IOModuleIDPSavedVSpacing","IOListItemLogoMargin"],"sourceRoot":"../../../src","sources":["core/IOSpacing.ts"],"mappings":"AAAA;AACA;AACA;AACA;AACA;;AAEA,OAAO,MAAMA,cAAc,GAAG,CAC5B,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CACnD;AAGV;AACA,OAAO,MAAMC,QAAQ,GAAG,CACtB,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CACoB;AAGlD;AACA,OAAO,MAAMC,WAAW,GAAG,CACzB,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAC+B;AAGlD;AACA,OAAO,MAAMC,cAAc,GAAG,CAC5B,EAAE,EAAE,EAAE,CAC0C;;AAGlD;;AAEA,OAAO,MAAMC,kBAAmC,GAAG,EAAE;AACrD,OAAO,MAAMC,qBAAsC,GAAG,EAAE;AACxD,OAAO,MAAMC,qBAAsC,GAAG,EAAE;;AAExD;;AAEA,OAAO,MAAMC,aAA2B,GAAG,CAAC;AAC5C,OAAO,MAAMC,aAA2B,GAAG,CAAC;;AAE5C;;AAEA,OAAO,MAAMC,eAA+B,GAAG,CAAC;AAChD,OAAO,MAAMC,eAA+B,GAAG,CAAC;;AAEhD;;AAEA,OAAO,MAAMC,mBAAuC,GAAG,EAAE;AACzD,OAAO,MAAMC,mBAAuC,GAAG,EAAE;AACzD,OAAO,MAAMC,wBAA4C,GAAG,EAAE;AAC9D,OAAO,MAAMC,oBAAwC,GAAG,CAAC"}
|
|
1
|
+
{"version":3,"names":["IOSpacingScale","IOSpacer","IOAppMargin","IOAlertSpacing","IOBannerBigSpacing","IOBannerSmallHSpacing","IOBannerSmallVSpacing","IOTagHSpacing","IOTagVSpacing","IOBadgeHSpacing","IOBadgeVSpacing","IOModuleIDPHSpacing","IOModuleIDPVSpacing","IOModuleIDPSavedVSpacing","IOListItemLogoMargin","spacingConstantKeys","IOSpacing","screenEndMargin"],"sourceRoot":"../../../src","sources":["core/IOSpacing.ts"],"mappings":"AAAA;AACA;AACA;AACA;AACA;;AAEA,OAAO,MAAMA,cAAc,GAAG,CAC5B,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CACnD;AAGV;AACA,OAAO,MAAMC,QAAQ,GAAG,CACtB,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CACoB;AAGlD;AACA,OAAO,MAAMC,WAAW,GAAG,CACzB,CAAC,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAC+B;AAGlD;AACA,OAAO,MAAMC,cAAc,GAAG,CAC5B,EAAE,EAAE,EAAE,CAC0C;;AAGlD;;AAEA,OAAO,MAAMC,kBAAmC,GAAG,EAAE;AACrD,OAAO,MAAMC,qBAAsC,GAAG,EAAE;AACxD,OAAO,MAAMC,qBAAsC,GAAG,EAAE;;AAExD;;AAEA,OAAO,MAAMC,aAA2B,GAAG,CAAC;AAC5C,OAAO,MAAMC,aAA2B,GAAG,CAAC;;AAE5C;;AAEA,OAAO,MAAMC,eAA+B,GAAG,CAAC;AAChD,OAAO,MAAMC,eAA+B,GAAG,CAAC;;AAEhD;;AAEA,OAAO,MAAMC,mBAAuC,GAAG,EAAE;AACzD,OAAO,MAAMC,mBAAuC,GAAG,EAAE;AACzD,OAAO,MAAMC,wBAA4C,GAAG,EAAE;AAC9D,OAAO,MAAMC,oBAAwC,GAAG,CAAC;;AAEzD;AACA;AACA;;AAEA,MAAMC,mBAAmB,GAAG,CAAC,iBAAiB,CAAU;AAMxD,OAAO,MAAMC,SAAS,GAAG;EACvBC,eAAe,EAAE;AACnB,CAAuC"}
|
package/lib/module/core/index.js
CHANGED
|
@@ -4,7 +4,6 @@ export * from "./IOTransitions";
|
|
|
4
4
|
export * from "./IOStyles";
|
|
5
5
|
export * from "./IOShapes";
|
|
6
6
|
export * from "./IOSpacing";
|
|
7
|
-
export * from "./IOStyleVariables";
|
|
8
7
|
export * from "./IODSExperimentalContextProvider";
|
|
9
8
|
export * from "./IOThemeContextProvider";
|
|
10
9
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["core/index.ts"],"mappings":"AAAA,cAAc,YAAY;AAC1B,cAAc,gBAAgB;AAC9B,cAAc,iBAAiB;AAC/B,cAAc,YAAY;AAC1B,cAAc,YAAY;AAC1B,cAAc,aAAa;AAC3B,cAAc,
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../src","sources":["core/index.ts"],"mappings":"AAAA,cAAc,YAAY;AAC1B,cAAc,gBAAgB;AAC9B,cAAc,iBAAiB;AAC/B,cAAc,YAAY;AAC1B,cAAc,YAAY;AAC1B,cAAc,aAAa;AAC3B,cAAc,mCAAmC;AACjD,cAAc,0BAA0B"}
|
|
@@ -17,7 +17,7 @@ export declare const ButtonLink: React.ForwardRefExoticComponent<{
|
|
|
17
17
|
color?: ColorButtonLink | undefined;
|
|
18
18
|
label: string;
|
|
19
19
|
disabled?: boolean | undefined;
|
|
20
|
-
icon?: "code" | "option" | "search" | "key" | "spid" | "cie" | "qrCode" | "bell" | "website" | "abacus" | "home" | "homeFill" | "copy" | "selfCert" | "institution" | "merchant" | "hourglass" | "shareiOs" | "shareAndroid" | "filterOniOS" | "filterOffiOS" | "filterAndroid" | "locked" | "unlocked" | "initiatives" | "analytics" | "fornitori" | "eyeShow" | "eyeHide" | "pinOff" | "pinOn" | "emojiSad" | "emojiHappy" | "phone" | "email" | "emailFill" | "pec" | "messageLegal" | "message" | "chat" | "archive" | "archiveFilled" | "inbox" | "inboxFilled" | "security" | "docGiacenza" | "docPaymentTitle" | "docPaymentCode" | "docAttach" | "docAttachPDF" | "folder" | "receiptOn" | "receiptOff" | "notes" | "attachment" | "print" | "add" | "addSmall" | "success" | "ok" | "fiscalCodeIndividual" | "entityCode" | "creditCard" | "creditCardOff" | "creditCardFilled" | "bonus" | "bonusFilled" | "transactionsBoxed" | "transactions" | "amount" | "psp" | "mapPin" | "locationiOS" | "locationiOSFilled" | "locationAndroid" | "coggle" | "warningFilled" | "notice" | "noticeFilled" | "noticePlain" | "info" | "infoFilled" | "canceled" | "errorFilled" | "legalValue" | "refund" | "reload" | "history" | "edit" | "battery" | "trashcan" | "calendar" | "profile" | "familySharing" | "lightbulb" | "magicWand" | "sparkles" | "starEmpty" | "starFilled" | "starOff" | "heartEmpty" | "heartFilled" | "heartOff" | "switchOff" | "switchCard" | "fingerprint" | "touch" | "device" | "deviceVibration" | "contactless" | "signal" | "notification" | "keyboard" | "keyboardDown" | "dotMenu" | "barcode" | "save" | "login" | "logout" | "ladybug" | "tag" | "gallery" | "externalLink" | "externalLinkSmall" | "forward" | "cancel" | "compare" | "instruction" | "terms" | "help" | "accessibility" | "car" | "healthCard" | "chevronRight" | "chevronLeft" | "chevronBottom" | "chevronTop" | "chevronRightListItem" | "closeLarge" | "closeMedium" | "closeSmall" | "arrowBottom" | "arrowLeft" | "arrowTop" | "arrowRight" | "change" | "backiOS" | "backAndroid" | "checkTick" | "checkTickBig" | "read" | "light" | "lightFilled" | "navMessages" | "navMessagesFocused" | "navWallet" | "navWalletFocused" | "navScan" | "navServices" | "navServicesFocused" | "navProfile" | "navProfileFocused" | "navPsp" | "legRadioOn" | "legRadioOff" | "legCheckOn" | "legCheckOff" | "biomFingerprint" | "biomFaceID" | "categCulture" | "categWellness" | "categLearning" | "categSport" | "categHome" | "categTelco" | "categFinance" | "categTravel" | "categMobility" | "categJobOffers" | "categShopping" | "categSustainability" | "productIOApp" | "productPagoPA" | "productIOAppBlueBg" | "systemSettingsAndroid" | "systemSettingsiOS" | "systemToggleInstructions" | "systemAppsAndroid" | "systemNotificationsInstructions" | "systemPermissionsAndroid" | "systemLocationiOS" | "systemPhotosiOS" | "systemPrivacyiOS" | "systemBiometricRecognitionOS" | "systemNFC" | "systemPasswordAndroid" | "systemPasswordiOS" | undefined;
|
|
20
|
+
icon?: "code" | "option" | "search" | "key" | "spid" | "cie" | "cieLetter" | "qrCode" | "bell" | "website" | "abacus" | "home" | "homeFill" | "copy" | "selfCert" | "institution" | "merchant" | "hourglass" | "shareiOs" | "shareAndroid" | "filterOniOS" | "filterOffiOS" | "filterAndroid" | "locked" | "unlocked" | "initiatives" | "analytics" | "fornitori" | "eyeShow" | "eyeHide" | "pinOff" | "pinOn" | "emojiSad" | "emojiHappy" | "phone" | "email" | "emailFill" | "pec" | "messageLegal" | "message" | "chat" | "archive" | "archiveFilled" | "inbox" | "inboxFilled" | "security" | "docGiacenza" | "docPaymentTitle" | "docPaymentCode" | "docAttach" | "docAttachPDF" | "folder" | "receiptOn" | "receiptOff" | "notes" | "attachment" | "print" | "add" | "addSmall" | "success" | "ok" | "fiscalCodeIndividual" | "entityCode" | "creditCard" | "creditCardOff" | "creditCardFilled" | "bonus" | "bonusFilled" | "transactionsBoxed" | "transactions" | "amount" | "psp" | "mapPin" | "locationiOS" | "locationiOSFilled" | "locationAndroid" | "coggle" | "warningFilled" | "notice" | "noticeFilled" | "noticePlain" | "info" | "infoFilled" | "canceled" | "errorFilled" | "legalValue" | "refund" | "reload" | "history" | "edit" | "battery" | "trashcan" | "calendar" | "profile" | "familySharing" | "lightbulb" | "magicWand" | "sparkles" | "starEmpty" | "starFilled" | "starOff" | "heartEmpty" | "heartFilled" | "heartOff" | "switchOff" | "switchCard" | "fingerprint" | "touch" | "device" | "deviceVibration" | "contactless" | "signal" | "notification" | "keyboard" | "keyboardDown" | "dotMenu" | "barcode" | "save" | "login" | "logout" | "ladybug" | "tag" | "gallery" | "externalLink" | "externalLinkSmall" | "forward" | "cancel" | "compare" | "instruction" | "terms" | "help" | "accessibility" | "car" | "healthCard" | "chevronRight" | "chevronLeft" | "chevronBottom" | "chevronTop" | "chevronRightListItem" | "closeLarge" | "closeMedium" | "closeSmall" | "arrowBottom" | "arrowLeft" | "arrowTop" | "arrowRight" | "change" | "backiOS" | "backAndroid" | "checkTick" | "checkTickBig" | "read" | "light" | "lightFilled" | "navMessages" | "navMessagesFocused" | "navWallet" | "navWalletFocused" | "navScan" | "navServices" | "navServicesFocused" | "navProfile" | "navProfileFocused" | "navPsp" | "legRadioOn" | "legRadioOff" | "legCheckOn" | "legCheckOff" | "biomFingerprint" | "biomFaceID" | "categCulture" | "categWellness" | "categLearning" | "categSport" | "categHome" | "categTelco" | "categFinance" | "categTravel" | "categMobility" | "categJobOffers" | "categShopping" | "categSustainability" | "productIOApp" | "productPagoPA" | "productIOAppBlueBg" | "systemSettingsAndroid" | "systemSettingsiOS" | "systemToggleInstructions" | "systemAppsAndroid" | "systemNotificationsInstructions" | "systemPermissionsAndroid" | "systemLocationiOS" | "systemPhotosiOS" | "systemPrivacyiOS" | "systemBiometricRecognitionOS" | "systemNFC" | "systemPasswordAndroid" | "systemPasswordiOS" | undefined;
|
|
21
21
|
iconPosition?: "end" | "start" | undefined;
|
|
22
22
|
accessibilityLabel?: string | undefined;
|
|
23
23
|
accessibilityHint?: string | undefined;
|
|
@@ -15,7 +15,7 @@ export declare const ButtonOutline: React.ForwardRefExoticComponent<{
|
|
|
15
15
|
color?: ColorButtonOutline | undefined;
|
|
16
16
|
label: string;
|
|
17
17
|
fullWidth?: boolean | undefined;
|
|
18
|
-
icon?: "code" | "option" | "search" | "key" | "spid" | "cie" | "qrCode" | "bell" | "website" | "abacus" | "home" | "homeFill" | "copy" | "selfCert" | "institution" | "merchant" | "hourglass" | "shareiOs" | "shareAndroid" | "filterOniOS" | "filterOffiOS" | "filterAndroid" | "locked" | "unlocked" | "initiatives" | "analytics" | "fornitori" | "eyeShow" | "eyeHide" | "pinOff" | "pinOn" | "emojiSad" | "emojiHappy" | "phone" | "email" | "emailFill" | "pec" | "messageLegal" | "message" | "chat" | "archive" | "archiveFilled" | "inbox" | "inboxFilled" | "security" | "docGiacenza" | "docPaymentTitle" | "docPaymentCode" | "docAttach" | "docAttachPDF" | "folder" | "receiptOn" | "receiptOff" | "notes" | "attachment" | "print" | "add" | "addSmall" | "success" | "ok" | "fiscalCodeIndividual" | "entityCode" | "creditCard" | "creditCardOff" | "creditCardFilled" | "bonus" | "bonusFilled" | "transactionsBoxed" | "transactions" | "amount" | "psp" | "mapPin" | "locationiOS" | "locationiOSFilled" | "locationAndroid" | "coggle" | "warningFilled" | "notice" | "noticeFilled" | "noticePlain" | "info" | "infoFilled" | "canceled" | "errorFilled" | "legalValue" | "refund" | "reload" | "history" | "edit" | "battery" | "trashcan" | "calendar" | "profile" | "familySharing" | "lightbulb" | "magicWand" | "sparkles" | "starEmpty" | "starFilled" | "starOff" | "heartEmpty" | "heartFilled" | "heartOff" | "switchOff" | "switchCard" | "fingerprint" | "touch" | "device" | "deviceVibration" | "contactless" | "signal" | "notification" | "keyboard" | "keyboardDown" | "dotMenu" | "barcode" | "save" | "login" | "logout" | "ladybug" | "tag" | "gallery" | "externalLink" | "externalLinkSmall" | "forward" | "cancel" | "compare" | "instruction" | "terms" | "help" | "accessibility" | "car" | "healthCard" | "chevronRight" | "chevronLeft" | "chevronBottom" | "chevronTop" | "chevronRightListItem" | "closeLarge" | "closeMedium" | "closeSmall" | "arrowBottom" | "arrowLeft" | "arrowTop" | "arrowRight" | "change" | "backiOS" | "backAndroid" | "checkTick" | "checkTickBig" | "read" | "light" | "lightFilled" | "navMessages" | "navMessagesFocused" | "navWallet" | "navWalletFocused" | "navScan" | "navServices" | "navServicesFocused" | "navProfile" | "navProfileFocused" | "navPsp" | "legRadioOn" | "legRadioOff" | "legCheckOn" | "legCheckOff" | "biomFingerprint" | "biomFaceID" | "categCulture" | "categWellness" | "categLearning" | "categSport" | "categHome" | "categTelco" | "categFinance" | "categTravel" | "categMobility" | "categJobOffers" | "categShopping" | "categSustainability" | "productIOApp" | "productPagoPA" | "productIOAppBlueBg" | "systemSettingsAndroid" | "systemSettingsiOS" | "systemToggleInstructions" | "systemAppsAndroid" | "systemNotificationsInstructions" | "systemPermissionsAndroid" | "systemLocationiOS" | "systemPhotosiOS" | "systemPrivacyiOS" | "systemBiometricRecognitionOS" | "systemNFC" | "systemPasswordAndroid" | "systemPasswordiOS" | undefined;
|
|
18
|
+
icon?: "code" | "option" | "search" | "key" | "spid" | "cie" | "cieLetter" | "qrCode" | "bell" | "website" | "abacus" | "home" | "homeFill" | "copy" | "selfCert" | "institution" | "merchant" | "hourglass" | "shareiOs" | "shareAndroid" | "filterOniOS" | "filterOffiOS" | "filterAndroid" | "locked" | "unlocked" | "initiatives" | "analytics" | "fornitori" | "eyeShow" | "eyeHide" | "pinOff" | "pinOn" | "emojiSad" | "emojiHappy" | "phone" | "email" | "emailFill" | "pec" | "messageLegal" | "message" | "chat" | "archive" | "archiveFilled" | "inbox" | "inboxFilled" | "security" | "docGiacenza" | "docPaymentTitle" | "docPaymentCode" | "docAttach" | "docAttachPDF" | "folder" | "receiptOn" | "receiptOff" | "notes" | "attachment" | "print" | "add" | "addSmall" | "success" | "ok" | "fiscalCodeIndividual" | "entityCode" | "creditCard" | "creditCardOff" | "creditCardFilled" | "bonus" | "bonusFilled" | "transactionsBoxed" | "transactions" | "amount" | "psp" | "mapPin" | "locationiOS" | "locationiOSFilled" | "locationAndroid" | "coggle" | "warningFilled" | "notice" | "noticeFilled" | "noticePlain" | "info" | "infoFilled" | "canceled" | "errorFilled" | "legalValue" | "refund" | "reload" | "history" | "edit" | "battery" | "trashcan" | "calendar" | "profile" | "familySharing" | "lightbulb" | "magicWand" | "sparkles" | "starEmpty" | "starFilled" | "starOff" | "heartEmpty" | "heartFilled" | "heartOff" | "switchOff" | "switchCard" | "fingerprint" | "touch" | "device" | "deviceVibration" | "contactless" | "signal" | "notification" | "keyboard" | "keyboardDown" | "dotMenu" | "barcode" | "save" | "login" | "logout" | "ladybug" | "tag" | "gallery" | "externalLink" | "externalLinkSmall" | "forward" | "cancel" | "compare" | "instruction" | "terms" | "help" | "accessibility" | "car" | "healthCard" | "chevronRight" | "chevronLeft" | "chevronBottom" | "chevronTop" | "chevronRightListItem" | "closeLarge" | "closeMedium" | "closeSmall" | "arrowBottom" | "arrowLeft" | "arrowTop" | "arrowRight" | "change" | "backiOS" | "backAndroid" | "checkTick" | "checkTickBig" | "read" | "light" | "lightFilled" | "navMessages" | "navMessagesFocused" | "navWallet" | "navWalletFocused" | "navScan" | "navServices" | "navServicesFocused" | "navProfile" | "navProfileFocused" | "navPsp" | "legRadioOn" | "legRadioOff" | "legCheckOn" | "legCheckOff" | "biomFingerprint" | "biomFaceID" | "categCulture" | "categWellness" | "categLearning" | "categSport" | "categHome" | "categTelco" | "categFinance" | "categTravel" | "categMobility" | "categJobOffers" | "categShopping" | "categSustainability" | "productIOApp" | "productPagoPA" | "productIOAppBlueBg" | "systemSettingsAndroid" | "systemSettingsiOS" | "systemToggleInstructions" | "systemAppsAndroid" | "systemNotificationsInstructions" | "systemPermissionsAndroid" | "systemLocationiOS" | "systemPhotosiOS" | "systemPrivacyiOS" | "systemBiometricRecognitionOS" | "systemNFC" | "systemPasswordAndroid" | "systemPasswordiOS" | undefined;
|
|
19
19
|
iconPosition?: "end" | "start" | undefined;
|
|
20
20
|
onPress: (event: GestureResponderEvent) => void;
|
|
21
21
|
} & Pick<import("react-native").PressableProps & React.RefAttributes<View>, "accessibilityLabel" | "disabled" | "accessibilityHint"> & import("../../utils/types").TestID & React.RefAttributes<View>>;
|
|
@@ -38,7 +38,7 @@ export declare const ButtonSolid: React.ForwardRefExoticComponent<{
|
|
|
38
38
|
* @default false
|
|
39
39
|
*/
|
|
40
40
|
loading?: boolean | undefined;
|
|
41
|
-
icon?: "code" | "option" | "search" | "key" | "spid" | "cie" | "qrCode" | "bell" | "website" | "abacus" | "home" | "homeFill" | "copy" | "selfCert" | "institution" | "merchant" | "hourglass" | "shareiOs" | "shareAndroid" | "filterOniOS" | "filterOffiOS" | "filterAndroid" | "locked" | "unlocked" | "initiatives" | "analytics" | "fornitori" | "eyeShow" | "eyeHide" | "pinOff" | "pinOn" | "emojiSad" | "emojiHappy" | "phone" | "email" | "emailFill" | "pec" | "messageLegal" | "message" | "chat" | "archive" | "archiveFilled" | "inbox" | "inboxFilled" | "security" | "docGiacenza" | "docPaymentTitle" | "docPaymentCode" | "docAttach" | "docAttachPDF" | "folder" | "receiptOn" | "receiptOff" | "notes" | "attachment" | "print" | "add" | "addSmall" | "success" | "ok" | "fiscalCodeIndividual" | "entityCode" | "creditCard" | "creditCardOff" | "creditCardFilled" | "bonus" | "bonusFilled" | "transactionsBoxed" | "transactions" | "amount" | "psp" | "mapPin" | "locationiOS" | "locationiOSFilled" | "locationAndroid" | "coggle" | "warningFilled" | "notice" | "noticeFilled" | "noticePlain" | "info" | "infoFilled" | "canceled" | "errorFilled" | "legalValue" | "refund" | "reload" | "history" | "edit" | "battery" | "trashcan" | "calendar" | "profile" | "familySharing" | "lightbulb" | "magicWand" | "sparkles" | "starEmpty" | "starFilled" | "starOff" | "heartEmpty" | "heartFilled" | "heartOff" | "switchOff" | "switchCard" | "fingerprint" | "touch" | "device" | "deviceVibration" | "contactless" | "signal" | "notification" | "keyboard" | "keyboardDown" | "dotMenu" | "barcode" | "save" | "login" | "logout" | "ladybug" | "tag" | "gallery" | "externalLink" | "externalLinkSmall" | "forward" | "cancel" | "compare" | "instruction" | "terms" | "help" | "accessibility" | "car" | "healthCard" | "chevronRight" | "chevronLeft" | "chevronBottom" | "chevronTop" | "chevronRightListItem" | "closeLarge" | "closeMedium" | "closeSmall" | "arrowBottom" | "arrowLeft" | "arrowTop" | "arrowRight" | "change" | "backiOS" | "backAndroid" | "checkTick" | "checkTickBig" | "read" | "light" | "lightFilled" | "navMessages" | "navMessagesFocused" | "navWallet" | "navWalletFocused" | "navScan" | "navServices" | "navServicesFocused" | "navProfile" | "navProfileFocused" | "navPsp" | "legRadioOn" | "legRadioOff" | "legCheckOn" | "legCheckOff" | "biomFingerprint" | "biomFaceID" | "categCulture" | "categWellness" | "categLearning" | "categSport" | "categHome" | "categTelco" | "categFinance" | "categTravel" | "categMobility" | "categJobOffers" | "categShopping" | "categSustainability" | "productIOApp" | "productPagoPA" | "productIOAppBlueBg" | "systemSettingsAndroid" | "systemSettingsiOS" | "systemToggleInstructions" | "systemAppsAndroid" | "systemNotificationsInstructions" | "systemPermissionsAndroid" | "systemLocationiOS" | "systemPhotosiOS" | "systemPrivacyiOS" | "systemBiometricRecognitionOS" | "systemNFC" | "systemPasswordAndroid" | "systemPasswordiOS" | undefined;
|
|
41
|
+
icon?: "code" | "option" | "search" | "key" | "spid" | "cie" | "cieLetter" | "qrCode" | "bell" | "website" | "abacus" | "home" | "homeFill" | "copy" | "selfCert" | "institution" | "merchant" | "hourglass" | "shareiOs" | "shareAndroid" | "filterOniOS" | "filterOffiOS" | "filterAndroid" | "locked" | "unlocked" | "initiatives" | "analytics" | "fornitori" | "eyeShow" | "eyeHide" | "pinOff" | "pinOn" | "emojiSad" | "emojiHappy" | "phone" | "email" | "emailFill" | "pec" | "messageLegal" | "message" | "chat" | "archive" | "archiveFilled" | "inbox" | "inboxFilled" | "security" | "docGiacenza" | "docPaymentTitle" | "docPaymentCode" | "docAttach" | "docAttachPDF" | "folder" | "receiptOn" | "receiptOff" | "notes" | "attachment" | "print" | "add" | "addSmall" | "success" | "ok" | "fiscalCodeIndividual" | "entityCode" | "creditCard" | "creditCardOff" | "creditCardFilled" | "bonus" | "bonusFilled" | "transactionsBoxed" | "transactions" | "amount" | "psp" | "mapPin" | "locationiOS" | "locationiOSFilled" | "locationAndroid" | "coggle" | "warningFilled" | "notice" | "noticeFilled" | "noticePlain" | "info" | "infoFilled" | "canceled" | "errorFilled" | "legalValue" | "refund" | "reload" | "history" | "edit" | "battery" | "trashcan" | "calendar" | "profile" | "familySharing" | "lightbulb" | "magicWand" | "sparkles" | "starEmpty" | "starFilled" | "starOff" | "heartEmpty" | "heartFilled" | "heartOff" | "switchOff" | "switchCard" | "fingerprint" | "touch" | "device" | "deviceVibration" | "contactless" | "signal" | "notification" | "keyboard" | "keyboardDown" | "dotMenu" | "barcode" | "save" | "login" | "logout" | "ladybug" | "tag" | "gallery" | "externalLink" | "externalLinkSmall" | "forward" | "cancel" | "compare" | "instruction" | "terms" | "help" | "accessibility" | "car" | "healthCard" | "chevronRight" | "chevronLeft" | "chevronBottom" | "chevronTop" | "chevronRightListItem" | "closeLarge" | "closeMedium" | "closeSmall" | "arrowBottom" | "arrowLeft" | "arrowTop" | "arrowRight" | "change" | "backiOS" | "backAndroid" | "checkTick" | "checkTickBig" | "read" | "light" | "lightFilled" | "navMessages" | "navMessagesFocused" | "navWallet" | "navWalletFocused" | "navScan" | "navServices" | "navServicesFocused" | "navProfile" | "navProfileFocused" | "navPsp" | "legRadioOn" | "legRadioOff" | "legCheckOn" | "legCheckOff" | "biomFingerprint" | "biomFaceID" | "categCulture" | "categWellness" | "categLearning" | "categSport" | "categHome" | "categTelco" | "categFinance" | "categTravel" | "categMobility" | "categJobOffers" | "categShopping" | "categSustainability" | "productIOApp" | "productPagoPA" | "productIOAppBlueBg" | "systemSettingsAndroid" | "systemSettingsiOS" | "systemToggleInstructions" | "systemAppsAndroid" | "systemNotificationsInstructions" | "systemPermissionsAndroid" | "systemLocationiOS" | "systemPhotosiOS" | "systemPrivacyiOS" | "systemBiometricRecognitionOS" | "systemNFC" | "systemPasswordAndroid" | "systemPasswordiOS" | undefined;
|
|
42
42
|
/**
|
|
43
43
|
* @default start
|
|
44
44
|
*/
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
+
import { WithTestID } from "src/utils/types";
|
|
2
3
|
import type { IOAppMargin } from "../../core";
|
|
3
|
-
type IOContentWrapperProps = {
|
|
4
|
+
type IOContentWrapperProps = WithTestID<{
|
|
4
5
|
margin?: IOAppMargin;
|
|
5
6
|
children: React.ReactNode;
|
|
6
|
-
}
|
|
7
|
+
}>;
|
|
7
8
|
/**
|
|
8
9
|
`ContentWrapper` is the main wrapper of the application. It automatically sets side margins,
|
|
9
10
|
depending on the size value
|
|
10
11
|
@param {IOContentWrapper} margin
|
|
11
12
|
*/
|
|
12
|
-
export declare const ContentWrapper: ({ margin, children }: IOContentWrapperProps) => React.JSX.Element;
|
|
13
|
+
export declare const ContentWrapper: ({ margin, testID, children }: IOContentWrapperProps) => React.JSX.Element;
|
|
13
14
|
export {};
|
|
14
15
|
//# sourceMappingURL=ContentWrapper.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/contentWrapper/ContentWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAG9C,KAAK,qBAAqB,GAAG;
|
|
1
|
+
{"version":3,"file":"ContentWrapper.d.ts","sourceRoot":"","sources":["../../../../src/components/contentWrapper/ContentWrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAG9C,KAAK,qBAAqB,GAAG,UAAU,CAAC;IACtC,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC,CAAC;AAEH;;;;GAIG;AACH,eAAO,MAAM,cAAc,iCAIxB,qBAAqB,sBASvB,CAAC"}
|
|
@@ -4,6 +4,7 @@ import { IOColors } from "../../core/IOColors";
|
|
|
4
4
|
export declare const IOIcons: {
|
|
5
5
|
readonly spid: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
6
6
|
readonly cie: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
7
|
+
readonly cieLetter: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
7
8
|
readonly qrCode: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
8
9
|
readonly bell: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
9
10
|
readonly website: ({ size, style, ...props }: import("./types").SVGIconProps) => React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"Icon.d.ts","sourceRoot":"","sources":["../../../../src/components/icons/Icon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,OAAO,EAAE,QAAQ,EAAE,MAAM,qBAAqB,CAAC;AAyM/C,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuMV,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG,MAAM,OAAO,OAAO,CAAC;AAK3C,MAAM,MAAM,eAAe,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,CAAC;AAEpE,MAAM,MAAM,uBAAuB,GAAG,EAAE,GAAG,EAAE,CAAC;AAE9C,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,QAAQ,CAAC;IACjB,IAAI,CAAC,EAAE,eAAe,GAAG,uBAAuB,GAAG,MAAM,CAAC;IAC1D,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAAC;AAMF,eAAO,MAAM,IAAI,oEAOd,YAAY,sBAcd,CAAC;AAOF,KAAK,oBAAoB,GAAG;IAC1B,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,IAAI,CAAC,EAAE,eAAe,GAAG,MAAM,CAAC;IAChC,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,eAAO,MAAM,YAAY,gDAMtB,oBAAoB,sBAatB,CAAC;AAKF,qBAAa,kBAAmB,SAAQ,KAAK,CAAC,SAAS,CAAC,oBAAoB,CAAC;gBAC/D,KAAK,EAAE,oBAAoB;IAGvC,MAAM;CAGP;AASD,eAAO,MAAM,UAAU;;;;;CAKtB,CAAC;AAgBF,eAAO,MAAM,UAAU;;;;;;;;;;;CAWb,CAAC;AAEX,MAAM,MAAM,UAAU,GAAG,MAAM,OAAO,UAAU,CAAC;AAKjD,eAAO,MAAM,gBAAgB;;;CAGnB,CAAC;AAEX,MAAM,MAAM,gBAAgB,GAAG,MAAM,OAAO,gBAAgB,CAAC;AAkB7D,eAAO,MAAM,eAAe;;;;;;;;;;;;;CAalB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,MAAM,OAAO,eAAe,CAAC;AAK3D,eAAO,MAAM,cAAc;;;;CAIjB,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,cAAc,CAAC;AAmBzD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;CAchB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconCieLetter.d.ts","sourceRoot":"","sources":["../../../../../src/components/icons/svg/IconCieLetter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,QAAA,MAAM,aAAa,8BAA+B,YAAY,sBAS7D,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -47,7 +47,7 @@ type Props = SingleButton | TwoButtonsInlineHalf | TwoButtonsInlineThird | TwoBu
|
|
|
47
47
|
export type BlockButtonsProps = Props;
|
|
48
48
|
/**
|
|
49
49
|
* Implements a component that show buttons on a line on 1, 2 or 3 buttons
|
|
50
|
-
* @deprecated This component is deprecated.
|
|
50
|
+
* @deprecated This component is deprecated. Use `FooterActionsInline` instead.
|
|
51
51
|
*/
|
|
52
52
|
export declare const BlockButtons: (props: Props) => React.JSX.Element;
|
|
53
53
|
export {};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { ComponentProps, PropsWithChildren } from "react";
|
|
3
|
+
import { ViewStyle } from "react-native";
|
|
4
|
+
import Animated from "react-native-reanimated";
|
|
5
|
+
import { WithTestID } from "../../utils/types";
|
|
6
|
+
import { ButtonLink, ButtonOutline, ButtonSolid } from "../buttons";
|
|
7
|
+
type FooterSingleButton = {
|
|
8
|
+
type: "SingleButton";
|
|
9
|
+
primary: Omit<ComponentProps<typeof ButtonSolid>, "fullWidth">;
|
|
10
|
+
secondary?: never;
|
|
11
|
+
tertiary?: never;
|
|
12
|
+
};
|
|
13
|
+
type FooterTwoButtons = {
|
|
14
|
+
type: "TwoButtons";
|
|
15
|
+
primary: Omit<ComponentProps<typeof ButtonSolid>, "fullWidth">;
|
|
16
|
+
secondary: Omit<ComponentProps<typeof ButtonLink>, "color">;
|
|
17
|
+
tertiary?: never;
|
|
18
|
+
};
|
|
19
|
+
type FooterThreeButtons = {
|
|
20
|
+
type: "ThreeButtons";
|
|
21
|
+
primary: Omit<ComponentProps<typeof ButtonSolid>, "fullWidth">;
|
|
22
|
+
secondary: Omit<ComponentProps<typeof ButtonOutline>, "fullWidth" | "color">;
|
|
23
|
+
tertiary: Omit<ComponentProps<typeof ButtonLink>, "color">;
|
|
24
|
+
};
|
|
25
|
+
export type FooterActionsMeasurements = {
|
|
26
|
+
actionBlockHeight: number;
|
|
27
|
+
safeBottomAreaHeight: number;
|
|
28
|
+
};
|
|
29
|
+
type FooterActions = FooterSingleButton | FooterTwoButtons | FooterThreeButtons;
|
|
30
|
+
type FooterAnimatedStyles = {
|
|
31
|
+
mainBlock?: Animated.AnimateStyle<ViewStyle>;
|
|
32
|
+
background?: Animated.AnimateStyle<ViewStyle>;
|
|
33
|
+
};
|
|
34
|
+
type FooterActionsProps = WithTestID<PropsWithChildren<{
|
|
35
|
+
actions?: FooterActions;
|
|
36
|
+
onMeasure?: (measurements: FooterActionsMeasurements) => void;
|
|
37
|
+
animatedStyles?: FooterAnimatedStyles;
|
|
38
|
+
transparent?: boolean;
|
|
39
|
+
excludeSafeAreaMargins?: boolean;
|
|
40
|
+
fixed?: boolean;
|
|
41
|
+
debugMode?: boolean;
|
|
42
|
+
}>>;
|
|
43
|
+
export declare const FooterActions: ({ actions, excludeSafeAreaMargins, animatedStyles, fixed, transparent, onMeasure, testID, debugMode }: FooterActionsProps) => React.JSX.Element;
|
|
44
|
+
export {};
|
|
45
|
+
//# sourceMappingURL=FooterActions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FooterActions.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/FooterActions.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAY,iBAAiB,EAAY,MAAM,OAAO,CAAC;AAC9E,OAAO,EAOL,SAAS,EACV,MAAM,cAAc,CAAC;AACtB,OAAO,QAAQ,MAAM,yBAAyB,CAAC;AAW/C,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAIpE,KAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,cAAc,CAAC;IACrB,OAAO,EAAE,IAAI,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,EAAE,WAAW,CAAC,CAAC;IAC/D,SAAS,CAAC,EAAE,KAAK,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAC;CAClB,CAAC;AAEF,KAAK,gBAAgB,GAAG;IACtB,IAAI,EAAE,YAAY,CAAC;IACnB,OAAO,EAAE,IAAI,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,EAAE,WAAW,CAAC,CAAC;IAC/D,SAAS,EAAE,IAAI,CAAC,cAAc,CAAC,OAAO,UAAU,CAAC,EAAE,OAAO,CAAC,CAAC;IAC5D,QAAQ,CAAC,EAAE,KAAK,CAAC;CAClB,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,cAAc,CAAC;IACrB,OAAO,EAAE,IAAI,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,EAAE,WAAW,CAAC,CAAC;IAC/D,SAAS,EAAE,IAAI,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,CAAC;IAC7E,QAAQ,EAAE,IAAI,CAAC,cAAc,CAAC,OAAO,UAAU,CAAC,EAAE,OAAO,CAAC,CAAC;CAC5D,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IAEtC,iBAAiB,EAAE,MAAM,CAAC;IAS1B,oBAAoB,EAAE,MAAM,CAAC;CAC9B,CAAC;AAEF,KAAK,aAAa,GAAG,kBAAkB,GAAG,gBAAgB,GAAG,kBAAkB,CAAC;AAEhF,KAAK,oBAAoB,GAAG;IAE1B,SAAS,CAAC,EAAE,QAAQ,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;IAE7C,UAAU,CAAC,EAAE,QAAQ,CAAC,YAAY,CAAC,SAAS,CAAC,CAAC;CAC/C,CAAC;AAEF,KAAK,kBAAkB,GAAG,UAAU,CAClC,iBAAiB,CAAC;IAChB,OAAO,CAAC,EAAE,aAAa,CAAC;IACxB,SAAS,CAAC,EAAE,CAAC,YAAY,EAAE,yBAAyB,KAAK,IAAI,CAAC;IAC9D,cAAc,CAAC,EAAE,oBAAoB,CAAC;IAEtC,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB,sBAAsB,CAAC,EAAE,OAAO,CAAC;IAEjC,KAAK,CAAC,EAAE,OAAO,CAAC;IAIhB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC,CACH,CAAC;AAgCF,eAAO,MAAM,aAAa,0GASvB,kBAAkB,sBAuFpB,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { ComponentProps, PropsWithChildren } from "react";
|
|
3
|
+
import { WithTestID } from "../../utils/types";
|
|
4
|
+
import { ButtonOutline, ButtonSolid } from "../buttons";
|
|
5
|
+
export type FooterActionsInlineMeasurements = {
|
|
6
|
+
safeBottomAreaHeight: number;
|
|
7
|
+
};
|
|
8
|
+
type FooterActionsInline = WithTestID<PropsWithChildren<{
|
|
9
|
+
startAction: Omit<ComponentProps<typeof ButtonOutline>, "fullWidth">;
|
|
10
|
+
endAction: Omit<ComponentProps<typeof ButtonSolid>, "fullWidth">;
|
|
11
|
+
onMeasure?: (measurements: FooterActionsInlineMeasurements) => void;
|
|
12
|
+
excludeSafeAreaMargins?: boolean;
|
|
13
|
+
fixed?: boolean;
|
|
14
|
+
}>>;
|
|
15
|
+
export declare const FooterActionsInline: ({ startAction, endAction, excludeSafeAreaMargins, fixed, onMeasure, testID }: FooterActionsInline) => React.JSX.Element;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=FooterActionsInline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FooterActionsInline.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/FooterActionsInline.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAW1D,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAIxD,MAAM,MAAM,+BAA+B,GAAG;IAS5C,oBAAoB,EAAE,MAAM,CAAC;CAC9B,CAAC;AAEF,KAAK,mBAAmB,GAAG,UAAU,CACnC,iBAAiB,CAAC;IAChB,WAAW,EAAE,IAAI,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,EAAE,WAAW,CAAC,CAAC;IACrE,SAAS,EAAE,IAAI,CAAC,cAAc,CAAC,OAAO,WAAW,CAAC,EAAE,WAAW,CAAC,CAAC;IACjE,SAAS,CAAC,EAAE,CAAC,YAAY,EAAE,+BAA+B,KAAK,IAAI,CAAC;IAEpE,sBAAsB,CAAC,EAAE,OAAO,CAAC;IAEjC,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC,CACH,CAAC;AA0BF,eAAO,MAAM,mBAAmB,iFAO7B,mBAAmB,sBAgErB,CAAC"}
|
|
@@ -7,7 +7,9 @@ type Props = BlockButtonsProps & {
|
|
|
7
7
|
/**
|
|
8
8
|
* Implements a component that show buttons as sticky footer
|
|
9
9
|
* It can include 1, 2 or 3 buttons. If they are 2, they can have the inlineHalf or the inlineOneThird style
|
|
10
|
-
* @deprecated This component is deprecated. Use `FooterActions`
|
|
10
|
+
* @deprecated This component is deprecated. Use `FooterActions` or `FooterActionsInline` instead.
|
|
11
|
+
* `FooterActionsInline` is the official replacement for `FooterWithButtons`, but use it only
|
|
12
|
+
* if explicitly required.
|
|
11
13
|
*/
|
|
12
14
|
export declare const FooterWithButtons: ({ sticky, onLayoutChange, ...rest }: Props) => React.JSX.Element;
|
|
13
15
|
export default FooterWithButtons;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FooterWithButtons.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/FooterWithButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,EAAgB,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEjE,KAAK,KAAK,GAAG,iBAAiB,GAAG;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;CAC3C,CAAC;AAgCF
|
|
1
|
+
{"version":3,"file":"FooterWithButtons.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/FooterWithButtons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,EAAgB,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEjE,KAAK,KAAK,GAAG,iBAAiB,GAAG;IAC/B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;CAC3C,CAAC;AAgCF;;;;;;GAMG;AACH,eAAO,MAAM,iBAAiB,wCAI3B,KAAK,sBAiCP,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { WithTestID } from "../../utils/types";
|
|
3
|
-
import {
|
|
3
|
+
import { HeaderActionProps } from "./common";
|
|
4
4
|
type CommonProps = WithTestID<{
|
|
5
5
|
title: string;
|
|
6
6
|
backgroundColor?: "light" | "dark";
|
|
@@ -14,21 +14,21 @@ interface Base extends CommonProps {
|
|
|
14
14
|
}
|
|
15
15
|
interface OneAction extends CommonProps {
|
|
16
16
|
type: "singleAction";
|
|
17
|
-
firstAction:
|
|
17
|
+
firstAction: HeaderActionProps;
|
|
18
18
|
secondAction?: never;
|
|
19
19
|
thirdAction?: never;
|
|
20
20
|
}
|
|
21
21
|
interface TwoActions extends CommonProps {
|
|
22
22
|
type: "twoActions";
|
|
23
|
-
firstAction:
|
|
24
|
-
secondAction:
|
|
23
|
+
firstAction: HeaderActionProps;
|
|
24
|
+
secondAction: HeaderActionProps;
|
|
25
25
|
thirdAction?: never;
|
|
26
26
|
}
|
|
27
27
|
interface ThreeActions extends CommonProps {
|
|
28
28
|
type: "threeActions";
|
|
29
|
-
firstAction:
|
|
30
|
-
secondAction:
|
|
31
|
-
thirdAction:
|
|
29
|
+
firstAction: HeaderActionProps;
|
|
30
|
+
secondAction: HeaderActionProps;
|
|
31
|
+
thirdAction: HeaderActionProps;
|
|
32
32
|
}
|
|
33
33
|
export type HeaderFirstLevel = Base | OneAction | TwoActions | ThreeActions;
|
|
34
34
|
export declare const HeaderFirstLevel: ({ title, type, testID, backgroundColor, ignoreSafeAreaMargin, firstAction, secondAction, thirdAction }: HeaderFirstLevel) => React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderFirstLevel.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/HeaderFirstLevel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAqB/B,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAI/C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"HeaderFirstLevel.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/HeaderFirstLevel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAqB/B,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAI/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,KAAK,WAAW,GAAG,UAAU,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IAEd,eAAe,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IACnC,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC,CAAC;AAEH,UAAU,IAAK,SAAQ,WAAW;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB;AAED,UAAU,SAAU,SAAQ,WAAW;IACrC,IAAI,EAAE,cAAc,CAAC;IACrB,WAAW,EAAE,iBAAiB,CAAC;IAC/B,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB;AAED,UAAU,UAAW,SAAQ,WAAW;IACtC,IAAI,EAAE,YAAY,CAAC;IACnB,WAAW,EAAE,iBAAiB,CAAC;IAC/B,YAAY,EAAE,iBAAiB,CAAC;IAChC,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB;AAED,UAAU,YAAa,SAAQ,WAAW;IACxC,IAAI,EAAE,cAAc,CAAC;IACrB,WAAW,EAAE,iBAAiB,CAAC;IAC/B,YAAY,EAAE,iBAAiB,CAAC;IAChC,WAAW,EAAE,iBAAiB,CAAC;CAChC;AAED,MAAM,MAAM,gBAAgB,GAAG,IAAI,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,CAAC;AAe5E,eAAO,MAAM,gBAAgB,2GAS1B,gBAAgB,sBAmFlB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import Animated, { AnimatedRef, SharedValue } from "react-native-reanimated";
|
|
3
3
|
import { WithTestID } from "../../utils/types";
|
|
4
|
-
import {
|
|
4
|
+
import { HeaderActionProps } from "./common";
|
|
5
5
|
type ScrollValues = {
|
|
6
6
|
contentOffsetY: SharedValue<number>;
|
|
7
7
|
triggerOffset: number;
|
|
@@ -38,21 +38,21 @@ interface Base extends CommonProps {
|
|
|
38
38
|
}
|
|
39
39
|
interface OneAction extends CommonProps {
|
|
40
40
|
type: "singleAction";
|
|
41
|
-
firstAction:
|
|
41
|
+
firstAction: HeaderActionProps;
|
|
42
42
|
secondAction?: never;
|
|
43
43
|
thirdAction?: never;
|
|
44
44
|
}
|
|
45
45
|
interface TwoActions extends CommonProps {
|
|
46
46
|
type: "twoActions";
|
|
47
|
-
firstAction:
|
|
48
|
-
secondAction:
|
|
47
|
+
firstAction: HeaderActionProps;
|
|
48
|
+
secondAction: HeaderActionProps;
|
|
49
49
|
thirdAction?: never;
|
|
50
50
|
}
|
|
51
51
|
interface ThreeActions extends CommonProps {
|
|
52
52
|
type: "threeActions";
|
|
53
|
-
firstAction:
|
|
54
|
-
secondAction:
|
|
55
|
-
thirdAction:
|
|
53
|
+
firstAction: HeaderActionProps;
|
|
54
|
+
secondAction: HeaderActionProps;
|
|
55
|
+
thirdAction: HeaderActionProps;
|
|
56
56
|
}
|
|
57
57
|
export type HeaderSecondLevel = BackProps & DiscreteTransitionProps & (Base | OneAction | TwoActions | ThreeActions);
|
|
58
58
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderSecondLevel.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/HeaderSecondLevel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,OAAO,QAAQ,EAAE,EACf,WAAW,EACX,WAAW,EASZ,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"HeaderSecondLevel.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/HeaderSecondLevel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAU/B,OAAO,QAAQ,EAAE,EACf,WAAW,EACX,WAAW,EASZ,MAAM,yBAAyB,CAAC;AAejC,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAI/C,OAAO,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAE7C,KAAK,YAAY,GAAG;IAClB,cAAc,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACpC,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,KAAK,uBAAuB,GACxB;IACE,wBAAwB,EAAE,IAAI,CAAC;IAC/B,WAAW,EAAE,WAAW,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC;CAC/C,GACD;IACE,wBAAwB,CAAC,EAAE,KAAK,CAAC;IACjC,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB,CAAC;AAEN,KAAK,SAAS,GACV;IACE,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB,GACD;IACE,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,sBAAsB,CAAC,EAAE,KAAK,CAAC;IAC/B,UAAU,CAAC,EAAE,KAAK,CAAC;CACpB,CAAC;AAEN,KAAK,WAAW,GAAG,UAAU,CAAC;IAC5B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IAEd,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,CAAC;IACjC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,oBAAoB,CAAC,EAAE,OAAO,CAAC;CAChC,CAAC,CAAC;AAEH,UAAU,IAAK,SAAQ,WAAW;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,KAAK,CAAC;IACpB,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB;AAED,UAAU,SAAU,SAAQ,WAAW;IACrC,IAAI,EAAE,cAAc,CAAC;IACrB,WAAW,EAAE,iBAAiB,CAAC;IAC/B,YAAY,CAAC,EAAE,KAAK,CAAC;IACrB,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB;AAED,UAAU,UAAW,SAAQ,WAAW;IACtC,IAAI,EAAE,YAAY,CAAC;IACnB,WAAW,EAAE,iBAAiB,CAAC;IAC/B,YAAY,EAAE,iBAAiB,CAAC;IAChC,WAAW,CAAC,EAAE,KAAK,CAAC;CACrB;AAED,UAAU,YAAa,SAAQ,WAAW;IACxC,IAAI,EAAE,cAAc,CAAC;IACrB,WAAW,EAAE,iBAAiB,CAAC;IAC/B,YAAY,EAAE,iBAAiB,CAAC;IAChC,WAAW,EAAE,iBAAiB,CAAC;CAChC;AAED,MAAM,MAAM,iBAAiB,GAAG,SAAS,GACvC,uBAAuB,GACvB,CAAC,IAAI,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,CAAC,CAAC;AAoBjD;;;;GAIG;AACH,eAAO,MAAM,iBAAiB,kOAiB3B,iBAAiB,sBA6LnB,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { IconButton } from "../buttons";
|
|
3
|
-
export type
|
|
3
|
+
export type HeaderActionProps = Pick<React.ComponentProps<typeof IconButton>, "icon" | "onPress" | "accessibilityLabel" | "accessibilityHint" | "testID">;
|
|
4
4
|
//# sourceMappingURL=common.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/common.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAExC,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"common.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/common.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAExC,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAClC,KAAK,CAAC,cAAc,CAAC,OAAO,UAAU,CAAC,EACvC,MAAM,GAAG,SAAS,GAAG,oBAAoB,GAAG,mBAAmB,GAAG,QAAQ,CAC3E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,sCAAsC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useBottomMargins.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/hooks/useBottomMargins.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,gBAAgB,yBACN,OAAO,2BACJ,OAAO;;;CAoBhC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FooterActionsInlineMeasurements } from "../FooterActionsInline";
|
|
2
|
+
type UseFooterActionsInlineMeasurementsProps = {
|
|
3
|
+
footerActionsInlineMeasurements: FooterActionsInlineMeasurements;
|
|
4
|
+
handleFooterActionsInlineMeasurements: (values: FooterActionsInlineMeasurements) => void;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* Custom hook to handle the `FooterActions` measurements
|
|
8
|
+
* @returns
|
|
9
|
+
* - `footerActionsInlineMeasurements`
|
|
10
|
+
* Object containing the `FooterActionsInline` measurements
|
|
11
|
+
* - `handleFooterActionsInlineMeasurements`
|
|
12
|
+
* Function to update the footer actions measurements
|
|
13
|
+
* (to be applied to `onMeasure` prop of `FooterActionsInline`)
|
|
14
|
+
*/
|
|
15
|
+
export declare const useFooterActionsInlineMeasurements: () => UseFooterActionsInlineMeasurementsProps;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=useFooterActionsInlineMeasurements.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFooterActionsInlineMeasurements.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/hooks/useFooterActionsInlineMeasurements.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wBAAwB,CAAC;AAEzE,KAAK,uCAAuC,GAAG;IAC7C,+BAA+B,EAAE,+BAA+B,CAAC;IACjE,qCAAqC,EAAE,CACrC,MAAM,EAAE,+BAA+B,KACpC,IAAI,CAAC;CACX,CAAC;AACF;;;;;;;;GAQG;AACH,eAAO,MAAM,kCAAkC,QACzC,uCAkBH,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FooterActionsMeasurements } from "../FooterActions";
|
|
2
|
+
type UseFooterActionsMeasurementsProps = {
|
|
3
|
+
footerActionsMeasurements: FooterActionsMeasurements;
|
|
4
|
+
handleFooterActionsMeasurements: (values: FooterActionsMeasurements) => void;
|
|
5
|
+
};
|
|
6
|
+
/**
|
|
7
|
+
* Custom hook to handle the `FooterActions` measurements
|
|
8
|
+
* @returns
|
|
9
|
+
* - `footerActionsMeasurements`
|
|
10
|
+
* Object containing the `FooterActions` measurements
|
|
11
|
+
* - `handleFooterActionsMeasurements`
|
|
12
|
+
* Function to update the footer actions measurements
|
|
13
|
+
* (to be applied to `onMeasure` prop of `FooterActions`)
|
|
14
|
+
*/
|
|
15
|
+
export declare const useFooterActionsMeasurements: () => UseFooterActionsMeasurementsProps;
|
|
16
|
+
export {};
|
|
17
|
+
//# sourceMappingURL=useFooterActionsMeasurements.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useFooterActionsMeasurements.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/hooks/useFooterActionsMeasurements.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,yBAAyB,EAAE,MAAM,kBAAkB,CAAC;AAE7D,KAAK,iCAAiC,GAAG;IACvC,yBAAyB,EAAE,yBAAyB,CAAC;IACrD,+BAA+B,EAAE,CAAC,MAAM,EAAE,yBAAyB,KAAK,IAAI,CAAC;CAC9E,CAAC;AACF;;;;;;;;GAQG;AACH,eAAO,MAAM,4BAA4B,QACnC,iCAiBH,CAAC"}
|