@skyux/indicators 7.15.0 → 7.16.0

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.
@@ -10170,7 +10170,7 @@
10170
10170
  {
10171
10171
  "fileName": "help-inline-demo.component.spec.ts",
10172
10172
  "filePath": "/projects/indicators/documentation/code-examples/help-inline/basic/help-inline-demo.component.spec.ts",
10173
- "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyHelpInlineHarness } from '@skyux/indicators/testing';\n\nimport { HelpInlineDemoComponent } from './help-inline-demo.component';\nimport { HelpInlineDemoModule } from './help-inline-demo.module';\n\ndescribe('Basic help inline', async () => {\n async function setupTest(): Promise<{\n helpInlineHarness: SkyHelpInlineHarness;\n fixture: ComponentFixture<HelpInlineDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(HelpInlineDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n const helpInlineHarness = await loader.getHarness(\n SkyHelpInlineHarness.with({\n dataSkyId: 'help-inline-demo',\n })\n );\n\n return { helpInlineHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [HelpInlineDemoModule],\n });\n });\n\n fit('should click the help inline button', async () => {\n const { helpInlineHarness, fixture } = await setupTest();\n fixture.detectChanges();\n\n const clickSpy = spyOn(fixture.componentInstance, 'onActionClick');\n await helpInlineHarness.click();\n expect(clickSpy).toHaveBeenCalled();\n });\n});\n"
10173
+ "rawContents": "import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed';\nimport { ComponentFixture, TestBed } from '@angular/core/testing';\nimport { SkyHelpInlineHarness } from '@skyux/indicators/testing';\n\nimport { HelpInlineDemoComponent } from './help-inline-demo.component';\nimport { HelpInlineDemoModule } from './help-inline-demo.module';\n\ndescribe('Basic help inline', async () => {\n async function setupTest(): Promise<{\n helpInlineHarness: SkyHelpInlineHarness;\n fixture: ComponentFixture<HelpInlineDemoComponent>;\n }> {\n const fixture = TestBed.createComponent(HelpInlineDemoComponent);\n const loader = TestbedHarnessEnvironment.loader(fixture);\n const helpInlineHarness = await loader.getHarness(\n SkyHelpInlineHarness.with({\n dataSkyId: 'help-inline-demo',\n })\n );\n\n return { helpInlineHarness, fixture };\n }\n\n beforeEach(() => {\n TestBed.configureTestingModule({\n imports: [HelpInlineDemoModule],\n });\n });\n\n it('should click the help inline button', async () => {\n const { helpInlineHarness, fixture } = await setupTest();\n fixture.detectChanges();\n\n const clickSpy = spyOn(fixture.componentInstance, 'onActionClick');\n await helpInlineHarness.click();\n expect(clickSpy).toHaveBeenCalled();\n });\n});\n"
10174
10174
  },
10175
10175
  {
10176
10176
  "fileName": "help-inline-demo.component.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/indicators",
3
- "version": "7.15.0",
3
+ "version": "7.16.0",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -45,10 +45,10 @@
45
45
  "@angular/common": "^14.2.11",
46
46
  "@angular/core": "^14.2.11",
47
47
  "@angular/platform-browser": "^14.2.11",
48
- "@skyux-sdk/testing": "7.15.0",
49
- "@skyux/core": "7.15.0",
50
- "@skyux/i18n": "7.15.0",
51
- "@skyux/theme": "7.15.0"
48
+ "@skyux-sdk/testing": "7.16.0",
49
+ "@skyux/core": "7.16.0",
50
+ "@skyux/i18n": "7.16.0",
51
+ "@skyux/theme": "7.16.0"
52
52
  },
53
53
  "dependencies": {
54
54
  "tslib": "^2.3.1"