@skyux/tiles 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 +6 -6
package/documentation.json
CHANGED
|
@@ -2755,7 +2755,7 @@
|
|
|
2755
2755
|
{
|
|
2756
2756
|
"fileName": "tiles-demo.module.ts",
|
|
2757
2757
|
"filePath": "/projects/tiles/documentation/code-examples/tiles/basic/tiles-demo.module.ts",
|
|
2758
|
-
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyTilesModule } from '@skyux/tiles';\n\nimport { TileDemoTile1Component } from './tile-demo-tile1.component';\nimport { TileDemoTile2Component } from './tile-demo-tile2.component';\nimport { TilesDemoComponent } from './tiles-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTilesModule],\n declarations: [\n TilesDemoComponent,\n TileDemoTile1Component,\n TileDemoTile2Component,\n ],\n exports: [TilesDemoComponent],\n
|
|
2758
|
+
"rawContents": "import { CommonModule } from '@angular/common';\nimport { NgModule } from '@angular/core';\nimport { SkyTilesModule } from '@skyux/tiles';\n\nimport { TileDemoTile1Component } from './tile-demo-tile1.component';\nimport { TileDemoTile2Component } from './tile-demo-tile2.component';\nimport { TilesDemoComponent } from './tiles-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTilesModule],\n declarations: [\n TilesDemoComponent,\n TileDemoTile1Component,\n TileDemoTile2Component,\n ],\n exports: [TilesDemoComponent],\n})\nexport class TilesDemoModule {}\n"
|
|
2759
2759
|
}
|
|
2760
2760
|
]
|
|
2761
2761
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/tiles",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.1",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"@angular/animations": "^12.2.16",
|
|
20
20
|
"@angular/common": "^12.2.16",
|
|
21
21
|
"@angular/core": "^12.2.16",
|
|
22
|
-
"@skyux/animations": "5.7.
|
|
23
|
-
"@skyux/core": "5.7.
|
|
24
|
-
"@skyux/i18n": "5.7.
|
|
25
|
-
"@skyux/indicators": "5.7.
|
|
26
|
-
"@skyux/theme": "5.7.
|
|
22
|
+
"@skyux/animations": "5.7.1",
|
|
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
|
"dragula": "3.7.3",
|