@skyux/flyout 6.0.0-beta.9 → 6.0.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.
- package/documentation.json +2 -2
- package/package.json +6 -6
package/documentation.json
CHANGED
|
@@ -1787,7 +1787,7 @@
|
|
|
1787
1787
|
{
|
|
1788
1788
|
"fileName": "flyout-demo-flyout.component.ts",
|
|
1789
1789
|
"filePath": "/projects/flyout/documentation/code-examples/flyout/basic/flyout-demo-flyout.component.ts",
|
|
1790
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-flyout-demo-flyout',\n template: `\n <div class=\"sky-padding-even-
|
|
1790
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-flyout-demo-flyout',\n template: `\n <div class=\"sky-padding-even-xl\">\n <h2 id=\"flyout-title\">Sample flyout</h2>\n <p>\n Flyouts can display large quantities of supplementary information\n related to a task, including:\n </p>\n <ul>\n <li>lists</li>\n <li>records</li>\n <li>analytics</li>\n </ul>\n </div>\n `,\n})\nexport class FlyoutDemoFlyoutComponent {}\n"
|
|
1791
1791
|
},
|
|
1792
1792
|
{
|
|
1793
1793
|
"fileName": "flyout-demo.component.html",
|
|
@@ -1807,7 +1807,7 @@
|
|
|
1807
1807
|
{
|
|
1808
1808
|
"fileName": "flyout-demo-flyout.component.ts",
|
|
1809
1809
|
"filePath": "/projects/flyout/documentation/code-examples/flyout/custom-headers/flyout-demo-flyout.component.ts",
|
|
1810
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-flyout-demo-flyout',\n template: `\n <div class=\"sky-padding-even-
|
|
1810
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-flyout-demo-flyout',\n template: `\n <div class=\"sky-padding-even-xl\">\n <h2 id=\"flyout-title\">Sample flyout</h2>\n <p>\n Flyouts can display large quantities of supplementary information\n related to a task, including:\n </p>\n <ul>\n <li>lists</li>\n <li>records</li>\n <li>analytics</li>\n </ul>\n </div>\n `,\n})\nexport class FlyoutDemoFlyoutComponent {}\n"
|
|
1811
1811
|
},
|
|
1812
1812
|
{
|
|
1813
1813
|
"fileName": "flyout-demo.component.html",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/flyout",
|
|
3
|
-
"version": "6.0.0
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"@angular/core": "^13.3.2",
|
|
39
39
|
"@angular/forms": "^13.3.2",
|
|
40
40
|
"@angular/router": "^13.3.2",
|
|
41
|
-
"@skyux/core": "6.0.0
|
|
42
|
-
"@skyux/i18n": "6.0.0
|
|
43
|
-
"@skyux/indicators": "6.0.0
|
|
44
|
-
"@skyux/router": "6.0.0
|
|
45
|
-
"@skyux/theme": "6.0.0
|
|
41
|
+
"@skyux/core": "6.0.0",
|
|
42
|
+
"@skyux/i18n": "6.0.0",
|
|
43
|
+
"@skyux/indicators": "6.0.0",
|
|
44
|
+
"@skyux/router": "6.0.0",
|
|
45
|
+
"@skyux/theme": "6.0.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"tslib": "^2.3.1"
|