@cnamts/vue-cli-plugin-vue-dash
Advanced tools
Comparing version 2.9.0-beta.0 to 2.9.0-beta.1
{ | ||
"name": "@cnamts/vue-cli-plugin-vue-dash", | ||
"version": "2.9.0-beta.0", | ||
"version": "2.9.0-beta.1", | ||
"description": "Vue CLI plugin to scaffold front-end projects", | ||
@@ -32,7 +32,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"@cnamts/design-tokens": "^2.9.0-alpha.0", | ||
"@cnamts/eslint-config": "^2.9.0-alpha.0", | ||
"@cnamts/eslint-config-vue": "^2.9.0-alpha.0", | ||
"@cnamts/form-builder": "^2.9.0-beta.0", | ||
"@cnamts/vue-dot": "^2.9.0-beta.0" | ||
"@cnamts/design-tokens": "^2.9.0-beta.1", | ||
"@cnamts/eslint-config": "^2.9.0-beta.1", | ||
"@cnamts/eslint-config-vue": "^2.9.0-beta.1", | ||
"@cnamts/form-builder": "^2.9.0-beta.1", | ||
"@cnamts/vue-dot": "^2.9.0-beta.1" | ||
}, | ||
@@ -42,3 +42,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "093e66772b2d3664fe4b29d70380d8333c7f03e3" | ||
"gitHead": "ed06b36a2f8da0ed1e7b983f1cbf2e993a43ef26" | ||
} |
@@ -15,5 +15,7 @@ const componentMap = { | ||
Logo: 'elements', | ||
LogoBrandSection: 'elements', | ||
PageContainer: 'elements', | ||
UserMenuBtn: 'elements', | ||
// Patterns | ||
AccessibilityBanner: 'patterns', | ||
CookieBanner: 'patterns', | ||
@@ -32,2 +34,3 @@ DataListGroup: 'patterns', | ||
PhoneField: 'patterns', | ||
RatingPicker: 'patterns', | ||
SubHeader: 'patterns', | ||
@@ -38,3 +41,5 @@ TableToolbar: 'patterns', | ||
CookiesPage: 'templates', | ||
ErrorPage: 'templates' | ||
ErrorPage: 'templates', | ||
NotFoundPage: 'templates', | ||
MaintenancePage: 'templates', | ||
}; | ||
@@ -41,0 +46,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
159102
1732