@skyux/layout 7.0.0-beta.12 → 7.0.0-beta.13
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 +9 -9
package/documentation.json
CHANGED
|
@@ -9519,7 +9519,7 @@
|
|
|
9519
9519
|
{
|
|
9520
9520
|
"fileName": "fluid-grid-demo.module.ts",
|
|
9521
9521
|
"filePath": "/projects/layout/documentation/code-examples/fluid-grid/fluid-grid-demo.module.ts",
|
|
9522
|
-
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyFluidGridModule } from '@skyux/layout';\n\nimport { FluidGridDemoComponent } from './fluid-grid-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyFluidGridModule],\n declarations: [FluidGridDemoComponent],\n exports: [FluidGridDemoComponent],\n})\nexport class
|
|
9522
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyFluidGridModule } from '@skyux/layout';\n\nimport { FluidGridDemoComponent } from './fluid-grid-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyFluidGridModule],\n declarations: [FluidGridDemoComponent],\n exports: [FluidGridDemoComponent],\n})\nexport class FluidGridDemoModule {}\n"
|
|
9523
9523
|
},
|
|
9524
9524
|
{
|
|
9525
9525
|
"fileName": "format-demo.component.html",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/layout",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.13",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"@angular/forms": "^14.2.0",
|
|
48
48
|
"@angular/platform-browser": "^14.2.0",
|
|
49
49
|
"@angular/router": "^14.2.0",
|
|
50
|
-
"@skyux-sdk/testing": "7.0.0-beta.
|
|
51
|
-
"@skyux/core": "7.0.0-beta.
|
|
52
|
-
"@skyux/forms": "7.0.0-beta.
|
|
53
|
-
"@skyux/i18n": "7.0.0-beta.
|
|
54
|
-
"@skyux/indicators": "7.0.0-beta.
|
|
55
|
-
"@skyux/modals": "7.0.0-beta.
|
|
56
|
-
"@skyux/router": "7.0.0-beta.
|
|
57
|
-
"@skyux/theme": "7.0.0-beta.
|
|
50
|
+
"@skyux-sdk/testing": "7.0.0-beta.13",
|
|
51
|
+
"@skyux/core": "7.0.0-beta.13",
|
|
52
|
+
"@skyux/forms": "7.0.0-beta.13",
|
|
53
|
+
"@skyux/i18n": "7.0.0-beta.13",
|
|
54
|
+
"@skyux/indicators": "7.0.0-beta.13",
|
|
55
|
+
"@skyux/modals": "7.0.0-beta.13",
|
|
56
|
+
"@skyux/router": "7.0.0-beta.13",
|
|
57
|
+
"@skyux/theme": "7.0.0-beta.13"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"tslib": "^2.3.1"
|