@kirbydesign/designsystem 7.0.0 → 7.0.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/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # designsystem
2
+
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Running unit tests
6
+
7
+ Run `nx test designsystem` to execute the unit tests.
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@kirbydesign/designsystem",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "dependencies": {
5
5
  "@fontsource/roboto": "4.2.1",
6
6
  "@ionic/angular": "6.2.1",
7
- "@kirbydesign/core": "0.0.32",
7
+ "@kirbydesign/core": "0.0.33",
8
8
  "chart.js": "3.3.2",
9
9
  "chartjs-adapter-date-fns": "^2.0.0",
10
10
  "chartjs-plugin-annotation": "^1.0.2",
@@ -1 +0,0 @@
1
- @forward "~@kirbydesign/core/scss/trigger-publish";
@@ -1 +0,0 @@
1
- @forward "~@kirbydesign/core/scss/trigger";
@@ -1 +0,0 @@
1
- @forward "~@kirbydesign/core/scss/awesome-stylesheet";
@@ -1 +0,0 @@
1
- @forward "~@kirbydesign/core/scss/base/awesome-partial";
@@ -1 +0,0 @@
1
- @forward "~@kirbydesign/core/scss/base";
@@ -1 +0,0 @@
1
- @forward "~@kirbydesign/core/scss/base/interaction-states";
@@ -1 +0,0 @@
1
- @forward "~@kirbydesign/core/scss/base";
@@ -1 +0,0 @@
1
- @forward "~@kirbydesign/core/scss/interaction-state/state-layer";
@@ -1 +0,0 @@
1
- @forward "~@kirbydesign/core/scss/interaction-state/utilities";
@@ -1 +0,0 @@
1
- @forward "~@kirbydesign/core/scss/interaction-state/ionic/active";
@@ -1 +0,0 @@
1
- @forward "~@kirbydesign/core/scss/interaction-state/ionic/hover";
@@ -1 +0,0 @@
1
- @forward "~@kirbydesign/core/scss/interaction-state/ionic";
@@ -1 +0,0 @@
1
- @forward "~@kirbydesign/core/scss/interaction-states/hover";
@@ -1 +0,0 @@
1
- @forward "~@kirbydesign/core/scss/interaction-states";
@@ -1,16 +0,0 @@
1
- # Add new icons
2
-
3
- To add new icons, you should use the [icomoon app](https://icomoon.io).
4
-
5
- ## Generate font from svg's
6
-
7
- 1. Upload selection.json to get existing icons and settings
8
- 2. Upload new icons
9
- 3. Download Font
10
-
11
- ## Update kirby icons
12
-
13
- 1. Replace src/kirby/icon/selection.json, with newly generated selection.json
14
- 2. Replace src/fonts/kirby.ttf, with newly generated kirby.ttf
15
- 3. Update kirby-custom-icon-settings.ts with new icons (old icons should not have changed)
16
- 4. Add new icon svg's to src/assets/icons/kirby