@skyux/modals 5.7.0 → 5.7.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/documentation.json +1 -1
- package/package.json +5 -5
package/documentation.json
CHANGED
|
@@ -3507,7 +3507,7 @@
|
|
|
3507
3507
|
{
|
|
3508
3508
|
"fileName": "modal-demo.module.ts",
|
|
3509
3509
|
"filePath": "/projects/modals/documentation/code-examples/modal/modal-demo.module.ts",
|
|
3510
|
-
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { ModalDemoModalComponent } from './modal-demo-modal.component';\nimport { ModalDemoComponent } from './modal-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyModalModule,\n ],\n declarations: [ModalDemoComponent, ModalDemoModalComponent],\n exports: [ModalDemoComponent],\n
|
|
3510
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\nimport { SkyIdModule } from '@skyux/core';\nimport { SkyInputBoxModule } from '@skyux/forms';\nimport { SkyModalModule } from '@skyux/modals';\n\nimport { ModalDemoModalComponent } from './modal-demo-modal.component';\nimport { ModalDemoComponent } from './modal-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyIdModule,\n SkyInputBoxModule,\n SkyModalModule,\n ],\n declarations: [ModalDemoComponent, ModalDemoModalComponent],\n exports: [ModalDemoComponent],\n})\nexport class ModalDemoModule {}\n"
|
|
3511
3511
|
}
|
|
3512
3512
|
]
|
|
3513
3513
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/modals",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.1",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"@angular/common": "^12.2.16",
|
|
21
21
|
"@angular/core": "^12.2.16",
|
|
22
22
|
"@angular/router": "^12.2.16",
|
|
23
|
-
"@skyux/core": "5.7.
|
|
24
|
-
"@skyux/i18n": "5.7.
|
|
25
|
-
"@skyux/indicators": "5.7.
|
|
26
|
-
"@skyux/theme": "5.7.
|
|
23
|
+
"@skyux/core": "5.7.1",
|
|
24
|
+
"@skyux/i18n": "5.7.1",
|
|
25
|
+
"@skyux/indicators": "5.7.1",
|
|
26
|
+
"@skyux/theme": "5.7.1"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"tslib": "^2.3.1"
|