@kirbydesign/designsystem 6.0.2-beta.1 → 6.1.1
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/esm2020/lib/components/button/button.component.mjs +2 -2
- package/esm2020/lib/components/card/card-footer/card-footer.component.mjs +2 -2
- package/esm2020/lib/components/chart/chart-js/configured-chart-js.mjs +2 -2
- package/esm2020/lib/components/fab-sheet/fab-sheet.component.mjs +2 -2
- package/esm2020/lib/components/flag/flag.component.mjs +2 -2
- package/esm2020/lib/components/form-field/input/input.component.mjs +2 -2
- package/esm2020/lib/components/form-field/textarea/textarea.component.mjs +2 -2
- package/esm2020/lib/components/icon/kirby-icon-settings.mjs +2 -1
- package/esm2020/lib/components/list/list-item/list-item.component.mjs +2 -2
- package/esm2020/lib/components/list/list.component.mjs +2 -2
- package/esm2020/lib/components/modal/modal-wrapper/modal-wrapper.component.mjs +2 -2
- package/esm2020/lib/components/slide-button/slide-button.component.mjs +2 -2
- package/fesm2015/kirbydesign-designsystem.mjs +22 -21
- package/fesm2015/kirbydesign-designsystem.mjs.map +1 -1
- package/fesm2020/kirbydesign-designsystem.mjs +22 -21
- package/fesm2020/kirbydesign-designsystem.mjs.map +1 -1
- package/icons/svg/insurance.svg +5 -0
- package/package.json +2 -2
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
2
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
3
|
+
<path d="M17.5002556,9.824 C16.3866369,9.824 15.3920844,10.247 14.7497275,10.905 C14.1083712,10.247 13.1138187,9.824 12.0002,9.824 C10.8855808,9.824 9.89202879,10.247 9.24967193,10.905 C8.60831562,10.247 7.61476365,9.824 6.50014441,9.824 C5.88980534,9.824 5.31548627,9.951 4.81520834,10.174 C5.74172307,6.613 8.61231784,4.011 12.0002,4.011 C15.3880822,4.011 18.2586769,6.613 19.1851917,10.174 C18.6849137,9.951 18.1105947,9.824 17.5002556,9.824 M12.0002,2.5 C7.03744291,2.5 3.0002,7.055 3.0002,12.653 C3.0002,13.07 3.33638677,13.408 3.7506169,13.408 C4.16484703,13.408 4.5010338,13.07 4.5010338,12.653 C4.5010338,11.938 5.41654241,11.335 6.50014441,11.335 C7.58374641,11.335 8.49925503,11.938 8.49925503,12.653 C8.49925503,13.07 8.8354418,13.408 9.24967193,13.408 C9.66390206,13.408 10.0000888,13.07 10.0000888,12.653 C10.0000888,12.113 10.5253807,11.636 11.2497831,11.436 L11.247782,18.491 C11.247782,19.317 10.6454474,19.99 9.90603658,19.99 C9.16462468,19.99 8.56229005,19.317 8.56229005,18.491 C8.56229005,18.074 8.22610328,17.735 7.81187315,17.735 C7.39764302,17.735 7.06145625,18.074 7.06145625,18.491 C7.06145625,20.15 8.33716498,21.5 9.90603658,21.5 C11.4739076,21.5 12.7496163,20.15 12.7496163,18.491 L12.7506169,11.436 C13.4750193,11.636 13.9993106,12.113 13.9993106,12.653 C13.9993106,13.07 14.3354974,13.408 14.7497275,13.408 C15.1639576,13.408 15.5001444,13.07 15.5001444,12.653 C15.5001444,11.938 16.415653,11.335 17.5002556,11.335 C18.5838576,11.335 19.4993662,11.938 19.4993662,12.653 C19.4993662,13.07 19.835553,13.408 20.2497831,13.408 C20.6640132,13.408 21.0002,13.07 21.0002,12.653 C21.0002,7.055 16.9629571,2.5 12.0002,2.5" id="insurance" fill="currentColor" fill-rule="nonzero"></path>
|
|
4
|
+
</g>
|
|
5
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kirbydesign/designsystem",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@fontsource/roboto": "4.2.1",
|
|
6
6
|
"@ionic/angular": "5.5.2",
|
|
7
|
-
"@kirbydesign/core": "0.0.
|
|
7
|
+
"@kirbydesign/core": "0.0.28",
|
|
8
8
|
"chart.js": "3.3.2",
|
|
9
9
|
"chartjs-adapter-date-fns": "^2.0.0",
|
|
10
10
|
"chartjs-plugin-annotation": "^1.0.2",
|