@skyux/indicators 5.1.1 → 5.1.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.
@@ -6048,6 +6048,11 @@
6048
6048
  ]
6049
6049
  },
6050
6050
  "codeExamples": [
6051
+ {
6052
+ "fileName": ".eslintrc.json",
6053
+ "filePath": "/projects/indicators/documentation/code-examples/.eslintrc.json",
6054
+ "rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
6055
+ },
6051
6056
  {
6052
6057
  "fileName": "alert-demo.component.html",
6053
6058
  "filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.html",
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "5.1.1",
3
+ "version": "5.1.2",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.2.14",
6
6
  "@angular/core": "^12.2.14",
7
- "@skyux/core": "^5.2.0",
7
+ "@skyux/core": "^5.2.2",
8
8
  "@skyux/i18n": "^5.0.1",
9
9
  "@skyux/theme": "^5.0.4"
10
10
  },