@hashicorp/design-system-components 0.0.13 → 0.0.17
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/.github/ISSUE_TEMPLATE/new-component-quest-issue-engineering-checklist.md +78 -0
- package/addon/components/hds/badge/index.hbs +1 -1
- package/addon/components/hds/badge/index.js +20 -27
- package/addon/components/hds/badge-count/index.hbs +1 -1
- package/addon/components/hds/badge-count/index.js +16 -23
- package/addon/components/hds/button/index.hbs +1 -1
- package/addon/components/hds/button/index.js +26 -34
- package/addon/components/hds/card/container.hbs +1 -4
- package/addon/components/hds/card/container.js +18 -32
- package/addon/components/hds/icon-tile/index.hbs +1 -1
- package/addon/components/hds/icon-tile/index.js +21 -27
- package/addon/components/hds/link/standalone.hbs +20 -0
- package/addon/components/hds/link/standalone.js +135 -0
- package/addon/components/hds/link-to/standalone.hbs +25 -0
- package/addon/components/hds/link-to/standalone.js +161 -0
- package/addon/helpers/hds-link-to-models.js +30 -0
- package/app/components/hds/link/standalone.js +1 -0
- package/app/components/hds/link-to/standalone.js +1 -0
- package/app/helpers/hds-link-to-models.js +1 -0
- package/app/styles/@hashicorp/design-system-components.scss +3 -0
- package/app/styles/components/badge-count.scss +1 -1
- package/app/styles/components/badge.scss +1 -1
- package/app/styles/components/button.scss +63 -59
- package/app/styles/components/card/container.scss +0 -62
- package/app/styles/components/link/standalone.scss +166 -0
- package/package.json +7 -4
- package/.node_modules.ember-try/source-map-url/.jshintrc +0 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hashicorp/design-system-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17",
|
|
4
4
|
"description": "HashiCorp Design System Components",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"hashicorp",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"prepare": "husky install"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@hashicorp/design-system-tokens": "^0.
|
|
64
|
+
"@hashicorp/design-system-tokens": "^0.4.3",
|
|
65
65
|
"@hashicorp/ember-flight-icons": "^2.0.0",
|
|
66
66
|
"ember-cli-babel": "^7.26.6",
|
|
67
67
|
"ember-cli-htmlbars": "^5.7.1",
|
|
@@ -78,18 +78,21 @@
|
|
|
78
78
|
"@percy/ember": "^3.0.0",
|
|
79
79
|
"babel-eslint": "^10.1.0",
|
|
80
80
|
"broccoli-asset-rev": "^3.0.0",
|
|
81
|
+
"ember-a11y-refocus": "^2.1.0",
|
|
81
82
|
"ember-auto-import": "^2.2.3",
|
|
82
83
|
"ember-cli": "~3.28.4",
|
|
83
84
|
"ember-cli-dependency-checker": "^3.2.0",
|
|
84
85
|
"ember-cli-inject-live-reload": "^2.1.0",
|
|
85
86
|
"ember-cli-markdown-it-templates": "^0.0.3",
|
|
86
87
|
"ember-cli-sri": "^2.1.1",
|
|
88
|
+
"ember-cli-string-helpers": "^6.1.0",
|
|
87
89
|
"ember-cli-terser": "^4.0.2",
|
|
88
90
|
"ember-disable-prototype-extensions": "^1.1.3",
|
|
89
91
|
"ember-export-application-global": "^2.0.1",
|
|
90
92
|
"ember-load-initializers": "^2.1.2",
|
|
91
93
|
"ember-maybe-import-regenerator": "^0.1.6",
|
|
92
94
|
"ember-page-title": "^6.2.2",
|
|
95
|
+
"ember-prism": "^0.12.0",
|
|
93
96
|
"ember-qunit": "^5.1.4",
|
|
94
97
|
"ember-resolver": "^8.0.2",
|
|
95
98
|
"ember-source": "~3.28.0",
|
|
@@ -104,8 +107,8 @@
|
|
|
104
107
|
"eslint-plugin-node": "^11.1.0",
|
|
105
108
|
"eslint-plugin-prettier": "^3.4.1",
|
|
106
109
|
"eslint-plugin-qunit": "^6.2.0",
|
|
107
|
-
"husky": "
|
|
108
|
-
"lint-staged": "
|
|
110
|
+
"husky": "^7.0.4",
|
|
111
|
+
"lint-staged": "^12.1.2",
|
|
109
112
|
"loader.js": "^4.7.0",
|
|
110
113
|
"npm-run-all": "^4.1.5",
|
|
111
114
|
"prettier": "^2.3.2",
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"bitwise": true,
|
|
3
|
-
"camelcase": true,
|
|
4
|
-
"curly": false,
|
|
5
|
-
"eqeqeq": true,
|
|
6
|
-
"es3": true,
|
|
7
|
-
"forin": true,
|
|
8
|
-
"immed": false,
|
|
9
|
-
"indent": false,
|
|
10
|
-
"latedef": "nofunc",
|
|
11
|
-
"newcap": false,
|
|
12
|
-
"noarg": true,
|
|
13
|
-
"noempty": true,
|
|
14
|
-
"nonew": false,
|
|
15
|
-
"plusplus": false,
|
|
16
|
-
"quotmark": false,
|
|
17
|
-
"undef": true,
|
|
18
|
-
"unused": "vars",
|
|
19
|
-
"strict": false,
|
|
20
|
-
"trailing": true,
|
|
21
|
-
"maxparams": 5,
|
|
22
|
-
"maxdepth": false,
|
|
23
|
-
"maxstatements": false,
|
|
24
|
-
"maxcomplexity": false,
|
|
25
|
-
"maxlen": 100,
|
|
26
|
-
|
|
27
|
-
"asi": true,
|
|
28
|
-
"expr": true,
|
|
29
|
-
"globalstrict": true,
|
|
30
|
-
"smarttabs": true,
|
|
31
|
-
"sub": true,
|
|
32
|
-
|
|
33
|
-
"node": true,
|
|
34
|
-
"globals": {
|
|
35
|
-
"describe": false,
|
|
36
|
-
"it": false,
|
|
37
|
-
"before": false,
|
|
38
|
-
"beforeEach": false,
|
|
39
|
-
"after": false,
|
|
40
|
-
"afterEach": false,
|
|
41
|
-
"define": false
|
|
42
|
-
}
|
|
43
|
-
}
|