@synergy-design-system/components 0.1.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/README.md +14 -0
- package/dist/chunks/chunk.2A3352EO.js +10 -0
- package/dist/chunks/chunk.2CFEYJLE.js +29 -0
- package/dist/chunks/chunk.2DA7CIOQ.js +44 -0
- package/dist/chunks/chunk.4NMNW5OM.js +22 -0
- package/dist/chunks/chunk.7XI5LKCC.js +14 -0
- package/dist/chunks/chunk.HQUF2ZAX.js +62 -0
- package/dist/chunks/chunk.HSF5YXAS.js +294 -0
- package/dist/chunks/chunk.KHU4AFPL.js +11 -0
- package/dist/chunks/chunk.MAS2SHYD.js +41 -0
- package/dist/chunks/chunk.NBKDLFEY.js +201 -0
- package/dist/chunks/chunk.O3LUPMYG.js +372 -0
- package/dist/chunks/chunk.PM7NIY3M.js +35 -0
- package/dist/chunks/chunk.Q5SD5LHE.js +607 -0
- package/dist/chunks/chunk.QPNUJNT5.js +70 -0
- package/dist/chunks/chunk.SVIWEI6P.js +27 -0
- package/dist/chunks/chunk.VRTJZYIC.js +127 -0
- package/dist/chunks/chunk.XVEDHRRP.js +500 -0
- package/dist/chunks/chunk.Y5USHY74.js +31 -0
- package/dist/chunks/chunk.Z6AW3P62.js +317 -0
- package/dist/components/button/button.component.d.ts +132 -0
- package/dist/components/button/button.component.js +21 -0
- package/dist/components/button/button.d.ts +8 -0
- package/dist/components/button/button.js +25 -0
- package/dist/components/button/button.styles.d.ts +2 -0
- package/dist/components/button/button.styles.js +8 -0
- package/dist/components/icon/icon.component.d.ts +42 -0
- package/dist/components/icon/icon.component.js +14 -0
- package/dist/components/icon/icon.d.ts +8 -0
- package/dist/components/icon/icon.js +18 -0
- package/dist/components/icon/icon.styles.d.ts +2 -0
- package/dist/components/icon/icon.styles.js +8 -0
- package/dist/components/icon/library.d.ts +19 -0
- package/dist/components/icon/library.default.d.ts +3 -0
- package/dist/components/icon/library.default.js +8 -0
- package/dist/components/icon/library.js +18 -0
- package/dist/components/icon/library.system.d.ts +3 -0
- package/dist/components/icon/library.system.js +7 -0
- package/dist/components/input/input.component.d.ts +179 -0
- package/dist/components/input/input.component.js +19 -0
- package/dist/components/input/input.d.ts +8 -0
- package/dist/components/input/input.js +20 -0
- package/dist/components/input/input.styles.d.ts +2 -0
- package/dist/components/input/input.styles.js +8 -0
- package/dist/components/spinner/spinner.component.d.ts +20 -0
- package/dist/components/spinner/spinner.component.js +12 -0
- package/dist/components/spinner/spinner.styles.d.ts +2 -0
- package/dist/components/spinner/spinner.styles.js +8 -0
- package/dist/custom-elements.json +1967 -0
- package/dist/events/events.d.ts +8 -0
- package/dist/events/syn-blur.d.ts +6 -0
- package/dist/events/syn-change.d.ts +6 -0
- package/dist/events/syn-clear.d.ts +6 -0
- package/dist/events/syn-error.d.ts +8 -0
- package/dist/events/syn-focus.d.ts +6 -0
- package/dist/events/syn-input.d.ts +6 -0
- package/dist/events/syn-invalid.d.ts +6 -0
- package/dist/events/syn-load.d.ts +6 -0
- package/dist/internal/default-value.d.ts +2 -0
- package/dist/internal/form.d.ts +73 -0
- package/dist/internal/slot.d.ts +23 -0
- package/dist/internal/synergy-element.d.ts +47 -0
- package/dist/internal/test/form-control-base-tests.d.ts +7 -0
- package/dist/internal/watch.d.ts +26 -0
- package/dist/styles/component.styles.d.ts +2 -0
- package/dist/styles/form-control.styles.d.ts +2 -0
- package/dist/synergy-autoloader.d.ts +4 -0
- package/dist/synergy-autoloader.js +40 -0
- package/dist/synergy.d.ts +2 -0
- package/dist/synergy.js +20 -0
- package/dist/translations/de.d.ts +3 -0
- package/dist/translations/de.js +45 -0
- package/dist/translations/en.d.ts +3 -0
- package/dist/translations/en.js +7 -0
- package/dist/utilities/base-path.d.ts +18 -0
- package/dist/utilities/base-path.js +9 -0
- package/dist/utilities/localize.d.ts +33 -0
- package/dist/utilities/localize.js +10 -0
- package/dist/vscode.html-custom-data.json +400 -0
- package/dist/web-types.json +790 -0
- package/package.json +131 -0
package/package.json
ADDED
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@synergy-design-system/components",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/mariohamann/custom-shoelace"
|
|
8
|
+
},
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist/synergy.d.ts",
|
|
12
|
+
"import": "./dist/synergy.js"
|
|
13
|
+
},
|
|
14
|
+
"./dist/custom-elements.json": "./dist/custom-elements.json",
|
|
15
|
+
"./dist/synergy.js": "./dist/synergy.js",
|
|
16
|
+
"./dist/synergy-autoloader.js": "./dist/synergy-autoloader.js",
|
|
17
|
+
"./dist/components/*": "./dist/components/*",
|
|
18
|
+
"./dist/utilities/*": "./dist/utilities/*",
|
|
19
|
+
"./dist/translations/*": "./dist/translations/*"
|
|
20
|
+
},
|
|
21
|
+
"files": ["dist"],
|
|
22
|
+
"scripts": {
|
|
23
|
+
"build": "node scripts/build.js",
|
|
24
|
+
"test": "web-test-runner --group default",
|
|
25
|
+
"vendor": "node scripts/vendorism.js",
|
|
26
|
+
"vendor.get": "node scripts/vendorism.js -g",
|
|
27
|
+
"vendor.set": "node scripts/vendorism.js -s",
|
|
28
|
+
"vendor.eject": "node scripts/vendorism.js -e",
|
|
29
|
+
"lint:css": "stylelint \"src/**/*.{css,js,ts}\"",
|
|
30
|
+
"lint:js": "eslint src",
|
|
31
|
+
"lint": "pnpm run /^lint:.*/"
|
|
32
|
+
},
|
|
33
|
+
"author": "",
|
|
34
|
+
"type": "module",
|
|
35
|
+
"homepage": "",
|
|
36
|
+
"keywords": [],
|
|
37
|
+
"license": "ISC",
|
|
38
|
+
"devDependencies": {
|
|
39
|
+
"@custom-elements-manifest/analyzer": "^0.8.4",
|
|
40
|
+
"@open-wc/testing": "^3.2.0",
|
|
41
|
+
"@playwright/test": "^1.39.0",
|
|
42
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
43
|
+
"@semantic-release/git": "^10.0.1",
|
|
44
|
+
"@shoelace-style/animations": "^1.1.0",
|
|
45
|
+
"@shoelace-style/localize": "^3.1.2",
|
|
46
|
+
"@synergy-design-system/eslint-config-syn": "workspace:0.1",
|
|
47
|
+
"@synergy-design-system/stylelint-config-syn": "workspace:0.1",
|
|
48
|
+
"@types/mocha": "^10.0.2",
|
|
49
|
+
"@web/dev-server-esbuild": "^0.4.1",
|
|
50
|
+
"@web/test-runner": "^0.17.2",
|
|
51
|
+
"@web/test-runner-commands": "^0.8.1",
|
|
52
|
+
"@web/test-runner-playwright": "^0.10.1",
|
|
53
|
+
"chalk": "^5.3.0",
|
|
54
|
+
"command-line-args": "^5.2.1",
|
|
55
|
+
"comment-parser": "^1.4.0",
|
|
56
|
+
"custom-element-jet-brains-integration": "^1.3.1",
|
|
57
|
+
"custom-element-vs-code-integration": "^1.2.1",
|
|
58
|
+
"del": "^7.1.0",
|
|
59
|
+
"esbuild": "^0.19.4",
|
|
60
|
+
"esbuild-plugin-replace": "^1.4.0",
|
|
61
|
+
"eslint": "^8.47.0",
|
|
62
|
+
"eslint-plugin-lit": "^1.9.1",
|
|
63
|
+
"eslint-plugin-lit-a11y": "^4.1.0",
|
|
64
|
+
"eslint-plugin-wc": "^2.0.4",
|
|
65
|
+
"globby": "^13.2.2",
|
|
66
|
+
"jsdom": "^22.1.0",
|
|
67
|
+
"ora": "^7.0.1",
|
|
68
|
+
"pascal-case": "^4.0.0",
|
|
69
|
+
"prettier": "^3.0.3",
|
|
70
|
+
"remark-parse": "^11.0.0",
|
|
71
|
+
"semantic-release": "^22.0.5",
|
|
72
|
+
"semantic-release-monorepo": "^7.0.5",
|
|
73
|
+
"sinon": "^16.1.0",
|
|
74
|
+
"stylelint": "^15.10.3",
|
|
75
|
+
"typescript": "^5.2.2",
|
|
76
|
+
"unified": "^11.0.3",
|
|
77
|
+
"unist-util-visit": "^5.0.0",
|
|
78
|
+
"user-agent-data-types": "^0.4.2",
|
|
79
|
+
"vendorism": "github:mariohamann/vendorism"
|
|
80
|
+
},
|
|
81
|
+
"release": {
|
|
82
|
+
"branches": [
|
|
83
|
+
"+([0-9])?(.{+([0-9]),x}).x",
|
|
84
|
+
{
|
|
85
|
+
"name": "main",
|
|
86
|
+
"prerelease": true
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "beta",
|
|
90
|
+
"prerelease": true
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"name": "alpha",
|
|
94
|
+
"prerelease": true
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"plugins": [
|
|
98
|
+
"@semantic-release/commit-analyzer",
|
|
99
|
+
"@semantic-release/release-notes-generator",
|
|
100
|
+
[
|
|
101
|
+
"@semantic-release/changelog",
|
|
102
|
+
{
|
|
103
|
+
"changelogFile": "CHANGELOG.md"
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
[
|
|
107
|
+
"@semantic-release/npm",
|
|
108
|
+
{
|
|
109
|
+
"npmPublish": true
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
[
|
|
113
|
+
"@semantic-release/git",
|
|
114
|
+
{
|
|
115
|
+
"message": "chore(release/components): ${nextRelease.version} [skip actions]\n\n${nextRelease.notes}",
|
|
116
|
+
"assets": ["CHANGELOG.md", "package.json"]
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
[
|
|
120
|
+
"@semantic-release/github",
|
|
121
|
+
{
|
|
122
|
+
"successComment": false
|
|
123
|
+
}
|
|
124
|
+
]
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
"dependencies": {
|
|
128
|
+
"lit": "^3.0.0"
|
|
129
|
+
},
|
|
130
|
+
"web-types": "./dist/web-types.json"
|
|
131
|
+
}
|