dap-design-system 0.9.150
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/LICENSE +21 -0
- package/README.md +1 -0
- package/dist/assets/fonts/InterVariable.woff2 +0 -0
- package/dist/dds.d.ts +5005 -0
- package/dist/dds.js +13167 -0
- package/dist/dds.js.map +1 -0
- package/dist/light.theme.css +2 -0
- package/dist/manifest/types/vue/index.d.ts +3681 -0
- package/dist/manifest/vscode.html-custom-data.json +4273 -0
- package/dist/manifest/web-types.json +7354 -0
- package/dist/react.d.ts +7410 -0
- package/dist/react.js +874 -0
- package/dist/react.js.map +1 -0
- package/package.json +140 -0
package/package.json
ADDED
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "dap-design-system",
|
|
3
|
+
"version": "0.9.150",
|
|
4
|
+
"description": "A design system for the Government of Hungary",
|
|
5
|
+
"main": "dist/dds.js",
|
|
6
|
+
"module": "dist/dds.js",
|
|
7
|
+
"types": "dist/dds.d.ts",
|
|
8
|
+
"type": "module",
|
|
9
|
+
"scripts": {
|
|
10
|
+
"prepare": "husky install",
|
|
11
|
+
"dev": "vite",
|
|
12
|
+
"storybook": "storybook dev -p 6006 --no-open",
|
|
13
|
+
"lint": "eslint src/**/*.{ts,tsx,js,jsx,cjs} --no-error-on-unmatched-pattern --cache",
|
|
14
|
+
"stylelint": "stylelint",
|
|
15
|
+
"test": "vitest",
|
|
16
|
+
"test:ui": "vitest --ui",
|
|
17
|
+
"build": "npm run analyze && npm run generate:react && vite build",
|
|
18
|
+
"build:watch": "vite build --watch --emptyOutDir",
|
|
19
|
+
"build:storybook": "storybook build",
|
|
20
|
+
"build:styles": "style-dictionary build --config ./tokens.config.json",
|
|
21
|
+
"generate:tokens": "node buildTokens.cjs",
|
|
22
|
+
"generate:icons": "node scripts/generate-icons.cjs",
|
|
23
|
+
"generate:react": "node scripts/generate-react.cjs",
|
|
24
|
+
"generate:docs": "COPY_DOC_TO_APP=false node scripts/generate-docs.cjs",
|
|
25
|
+
"generate:refdocs": "COPY_DOC_TO_APP=true node scripts/generate-docs.cjs",
|
|
26
|
+
"analyze": "cem analyze --litelement",
|
|
27
|
+
"docs": "npm run docusaurus start --prefix doc --no-open"
|
|
28
|
+
},
|
|
29
|
+
"keywords": [
|
|
30
|
+
"govhu",
|
|
31
|
+
"dds",
|
|
32
|
+
"dap",
|
|
33
|
+
"design",
|
|
34
|
+
"system",
|
|
35
|
+
"digitalis"
|
|
36
|
+
],
|
|
37
|
+
"repository": {
|
|
38
|
+
"type": "git",
|
|
39
|
+
"url": "git+https://ghes.idomsoft.hu/idom-green/dap-design-system.git"
|
|
40
|
+
},
|
|
41
|
+
"author": "",
|
|
42
|
+
"license": "MIT",
|
|
43
|
+
"bugs": {
|
|
44
|
+
"url": "https://ghes.idomsoft.hu/idom-green/dap-design-system/issues"
|
|
45
|
+
},
|
|
46
|
+
"homepage": "https://ghes.idomsoft.hu/idom-green/dap-design-system#readme",
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"@floating-ui/dom": "^1.6.3",
|
|
49
|
+
"@lit/react": "^1.0.5",
|
|
50
|
+
"class-variance-authority": "^0.7.0",
|
|
51
|
+
"clsx": "^2.1.0",
|
|
52
|
+
"dayjs": "^1.11.12",
|
|
53
|
+
"dotenv": "^16.4.5",
|
|
54
|
+
"focus-trap": "^7.5.4",
|
|
55
|
+
"i18next": "^23.11.3",
|
|
56
|
+
"i18next-browser-languagedetector": "^7.2.1",
|
|
57
|
+
"install": "^0.13.0",
|
|
58
|
+
"lit": "^3.2.0",
|
|
59
|
+
"lit-i18n": "^4.1.0",
|
|
60
|
+
"lodash-es": "^4.17.21",
|
|
61
|
+
"npm": "^10.5.0"
|
|
62
|
+
},
|
|
63
|
+
"devDependencies": {
|
|
64
|
+
"@chromatic-com/storybook": "^1.2.25",
|
|
65
|
+
"@commitlint/cli": "^19.2.1",
|
|
66
|
+
"@commitlint/config-conventional": "^19.1.0",
|
|
67
|
+
"@custom-elements-manifest/analyzer": "^0.10.2",
|
|
68
|
+
"@episerver/commitlint-plugin-references": "^1.0.0",
|
|
69
|
+
"@esm-bundle/chai": "^4.3.4-fix.0",
|
|
70
|
+
"@open-wc/testing": "^3.0.0-next.5",
|
|
71
|
+
"@storybook/addon-essentials": "^8.0.4",
|
|
72
|
+
"@storybook/addon-links": "^8.0.4",
|
|
73
|
+
"@storybook/blocks": "^8.0.4",
|
|
74
|
+
"@storybook/test": "^8.0.4",
|
|
75
|
+
"@storybook/web-components": "^8.0.4",
|
|
76
|
+
"@storybook/web-components-vite": "^8.0.4",
|
|
77
|
+
"@types/lodash-es": "^4.17.12",
|
|
78
|
+
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
|
79
|
+
"@typescript-eslint/parser": "^7.4.0",
|
|
80
|
+
"@typescript-eslint/utils": "^7.4.0",
|
|
81
|
+
"@vitest/ui": "^1.4.0",
|
|
82
|
+
"@web/dev-server-esbuild": "^1.0.2",
|
|
83
|
+
"@web/test-runner": "^0.18.1",
|
|
84
|
+
"chai": "npm:@esm-bundle/chai@^4.3.4-fix.0",
|
|
85
|
+
"command-line-args": "^5.2.1",
|
|
86
|
+
"comment-parser": "^1.4.1",
|
|
87
|
+
"cross-spawn": "^7.0.3",
|
|
88
|
+
"cssnano": "^7.0.1",
|
|
89
|
+
"custom-element-jet-brains-integration": "^1.5.0",
|
|
90
|
+
"custom-element-vs-code-integration": "^1.3.0",
|
|
91
|
+
"custom-element-vuejs-integration": "^1.2.0",
|
|
92
|
+
"eslint": "^8.57.0",
|
|
93
|
+
"eslint-config-prettier": "^9.1.0",
|
|
94
|
+
"eslint-plugin-prettier": "^5.1.3",
|
|
95
|
+
"eslint-plugin-simple-import-sort": "^12.0.0",
|
|
96
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
97
|
+
"eslint-plugin-unused-imports": "^3.2.0",
|
|
98
|
+
"handlebars": "^4.7.8",
|
|
99
|
+
"hast-util-to-html": "^9.0.0",
|
|
100
|
+
"husky": "^9.0.11",
|
|
101
|
+
"jsdom": "^24.0.0",
|
|
102
|
+
"lint-staged": "^15.2.2",
|
|
103
|
+
"lodash": "^4.17.21",
|
|
104
|
+
"postcss": "^8.4.38",
|
|
105
|
+
"postcss-cli": "^11.0.0",
|
|
106
|
+
"postcss-import": "^16.1.0",
|
|
107
|
+
"prettier": "^3.2.5",
|
|
108
|
+
"prettier-eslint": "^16.3.0",
|
|
109
|
+
"sass": "^1.72.0",
|
|
110
|
+
"storybook": "^8.0.4",
|
|
111
|
+
"style-dictionary": "^3.9.2",
|
|
112
|
+
"stylelint": "^16.3.0",
|
|
113
|
+
"stylelint-config-property-sort-order-smacss": "^10.0.0",
|
|
114
|
+
"stylelint-config-recommended-scss": "^14.0.0",
|
|
115
|
+
"stylelint-config-sass-guidelines": "^11.1.0",
|
|
116
|
+
"stylelint-config-standard": "^36.0.0",
|
|
117
|
+
"stylelint-order": "^6.0.4",
|
|
118
|
+
"stylelint-scss": "^6.2.1",
|
|
119
|
+
"svg-parser": "^2.0.4",
|
|
120
|
+
"svgo": "^3.2.0",
|
|
121
|
+
"vite": "^5.2.3",
|
|
122
|
+
"vite-plugin-dts": "^3.9.0",
|
|
123
|
+
"vite-plugin-static-copy": "^1.0.3",
|
|
124
|
+
"vitest": "^1.4.0"
|
|
125
|
+
},
|
|
126
|
+
"lint-staged": {
|
|
127
|
+
"**/*.{js,ts,tsx,jsx,cjs}": [
|
|
128
|
+
"eslint --cache --fix"
|
|
129
|
+
],
|
|
130
|
+
"**/*.{css,scss}": "stylelint --fix --allow-empty-input",
|
|
131
|
+
"**/*.{css,scss,html,json,yaml,yml}": "prettier --write --ignore-unknown"
|
|
132
|
+
},
|
|
133
|
+
"engines": {
|
|
134
|
+
"node": ">=20.0.0"
|
|
135
|
+
},
|
|
136
|
+
"web-types": "./src/manifest/web-types.json",
|
|
137
|
+
"files": [
|
|
138
|
+
"dist"
|
|
139
|
+
]
|
|
140
|
+
}
|