@synergy-design-system/components 1.0.0-main.2 → 1.0.0-main.4
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 +28 -0
- package/README.md +6 -0
- package/dist/chunks/chunk.2FIY3TX5.js +32 -0
- package/dist/chunks/chunk.2FIY3TX5.js.map +7 -0
- package/dist/chunks/chunk.5OIEI73E.js +45 -0
- package/dist/chunks/chunk.5OIEI73E.js.map +7 -0
- package/dist/chunks/chunk.5PZUAKCS.js +202 -0
- package/dist/chunks/chunk.5PZUAKCS.js.map +7 -0
- package/dist/chunks/chunk.6C4JXZZN.js +15 -0
- package/dist/chunks/chunk.6C4JXZZN.js.map +7 -0
- package/dist/chunks/chunk.7EGSHKGV.js +12 -0
- package/dist/chunks/chunk.7EGSHKGV.js.map +7 -0
- package/dist/chunks/chunk.A3SKDWCT.js +42 -0
- package/dist/chunks/chunk.A3SKDWCT.js.map +7 -0
- package/dist/chunks/chunk.BQPK6UKU.js +498 -0
- package/dist/chunks/chunk.BQPK6UKU.js.map +7 -0
- package/dist/chunks/chunk.BREU4ILT.js +28 -0
- package/dist/chunks/chunk.BREU4ILT.js.map +7 -0
- package/dist/chunks/chunk.C7624ITA.js +30 -0
- package/dist/chunks/chunk.C7624ITA.js.map +7 -0
- package/dist/chunks/chunk.DJOAQ4JU.js +36 -0
- package/dist/chunks/chunk.DJOAQ4JU.js.map +7 -0
- package/dist/chunks/chunk.DREO4ZTN.js +10 -0
- package/dist/chunks/chunk.DREO4ZTN.js.map +7 -0
- package/dist/chunks/chunk.EW2JZPYV.js +12 -0
- package/dist/chunks/chunk.EW2JZPYV.js.map +7 -0
- package/dist/chunks/chunk.FUYWF5Y2.js +278 -0
- package/dist/chunks/chunk.FUYWF5Y2.js.map +7 -0
- package/dist/chunks/chunk.ILONRPL4.js +10 -0
- package/dist/chunks/chunk.ILONRPL4.js.map +7 -0
- package/dist/chunks/chunk.N2I6HVX3.js +71 -0
- package/dist/chunks/chunk.N2I6HVX3.js.map +7 -0
- package/dist/chunks/chunk.O7USYXBT.js +23 -0
- package/dist/chunks/chunk.O7USYXBT.js.map +7 -0
- package/dist/chunks/chunk.P22LQI5J.js +376 -0
- package/dist/chunks/chunk.P22LQI5J.js.map +7 -0
- package/dist/chunks/chunk.Q77OTWF2.js +378 -0
- package/dist/chunks/chunk.Q77OTWF2.js.map +7 -0
- package/dist/chunks/chunk.R6VNLE6N.js +11 -0
- package/dist/chunks/chunk.R6VNLE6N.js.map +7 -0
- package/dist/chunks/chunk.SLLG4KJR.js +63 -0
- package/dist/chunks/chunk.SLLG4KJR.js.map +7 -0
- package/dist/chunks/chunk.U7ZJ22QM.js +128 -0
- package/dist/chunks/chunk.U7ZJ22QM.js.map +7 -0
- package/dist/chunks/chunk.WDCAHRYG.js +273 -0
- package/dist/chunks/chunk.WDCAHRYG.js.map +7 -0
- package/dist/chunks/chunk.WTCUSH7V.js +42 -0
- package/dist/chunks/chunk.WTCUSH7V.js.map +7 -0
- package/dist/chunks/chunk.XGXFE6IF.js +49 -0
- package/dist/chunks/chunk.XGXFE6IF.js.map +7 -0
- package/dist/components/button/button.component.d.ts +123 -0
- package/dist/components/button/button.component.js +24 -0
- package/dist/components/button/button.component.js.map +7 -0
- package/dist/components/button/button.custom.styles.d.ts +2 -0
- package/dist/components/button/button.custom.styles.js +8 -0
- package/dist/components/button/button.custom.styles.js.map +7 -0
- package/dist/components/button/button.d.ts +8 -0
- package/dist/components/button/button.js +25 -0
- package/dist/components/button/button.js.map +7 -0
- package/dist/components/button/button.styles.d.ts +2 -0
- package/dist/components/button/button.styles.js +10 -0
- package/dist/components/button/button.styles.js.map +7 -0
- package/dist/components/checkbox/checkbox.custom.styles.d.ts +2 -0
- package/dist/components/checkbox/checkbox.custom.styles.js +11 -0
- package/dist/components/checkbox/checkbox.custom.styles.js.map +7 -0
- package/dist/components/icon/icon.component.d.ts +42 -0
- package/dist/components/icon/icon.component.js +15 -0
- package/dist/components/icon/icon.component.js.map +7 -0
- package/dist/components/icon/icon.d.ts +8 -0
- package/dist/components/icon/icon.js +19 -0
- package/dist/components/icon/icon.js.map +7 -0
- package/dist/components/icon/icon.styles.d.ts +2 -0
- package/dist/components/icon/icon.styles.js +9 -0
- package/dist/components/icon/icon.styles.js.map +7 -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 +9 -0
- package/dist/components/icon/library.default.js.map +7 -0
- package/dist/components/icon/library.js +19 -0
- package/dist/components/icon/library.js.map +7 -0
- package/dist/components/icon/library.system.d.ts +3 -0
- package/dist/components/icon/library.system.js +8 -0
- package/dist/components/icon/library.system.js.map +7 -0
- package/dist/components/input/input.component.d.ts +175 -0
- package/dist/components/input/input.component.js +22 -0
- package/dist/components/input/input.component.js.map +7 -0
- package/dist/components/input/input.custom.styles.d.ts +2 -0
- package/dist/components/input/input.custom.styles.js +8 -0
- package/dist/components/input/input.custom.styles.js.map +7 -0
- package/dist/components/input/input.d.ts +8 -0
- package/dist/components/input/input.js +23 -0
- package/dist/components/input/input.js.map +7 -0
- package/dist/components/input/input.styles.d.ts +2 -0
- package/dist/components/input/input.styles.js +10 -0
- package/dist/components/input/input.styles.js.map +7 -0
- package/dist/components/spinner/spinner.component.d.ts +20 -0
- package/dist/components/spinner/spinner.component.js +13 -0
- package/dist/components/spinner/spinner.component.js.map +7 -0
- package/dist/components/spinner/spinner.styles.d.ts +2 -0
- package/dist/components/spinner/spinner.styles.js +9 -0
- package/dist/components/spinner/spinner.styles.js.map +7 -0
- package/dist/components/textarea/textarea.custom.styles.d.ts +2 -0
- package/dist/components/textarea/textarea.custom.styles.js +11 -0
- package/dist/components/textarea/textarea.custom.styles.js.map +7 -0
- package/dist/custom-elements.json +1870 -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 +41 -0
- package/dist/synergy-autoloader.js.map +7 -0
- package/dist/synergy.d.ts +4 -0
- package/dist/synergy.js +38 -0
- package/dist/synergy.js.map +7 -0
- package/dist/translations/de.d.ts +3 -0
- package/dist/translations/de.js +46 -0
- package/dist/translations/de.js.map +7 -0
- package/dist/translations/en.d.ts +3 -0
- package/dist/translations/en.js +8 -0
- package/dist/translations/en.js.map +7 -0
- package/dist/utilities/base-path.d.ts +18 -0
- package/dist/utilities/base-path.js +10 -0
- package/dist/utilities/base-path.js.map +7 -0
- package/dist/utilities/form.d.ts +11 -0
- package/dist/utilities/form.js +11 -0
- package/dist/utilities/form.js.map +7 -0
- package/dist/utilities/localize.d.ts +33 -0
- package/dist/utilities/localize.js +11 -0
- package/dist/utilities/localize.js.map +7 -0
- package/dist/vscode.html-custom-data.json +371 -0
- package/dist/web-types.json +738 -0
- package/package.json +39 -25
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"url": "https://www.sick.com"
|
|
5
5
|
},
|
|
6
6
|
"name": "@synergy-design-system/components",
|
|
7
|
-
"version": "1.0.0-main.
|
|
7
|
+
"version": "1.0.0-main.4",
|
|
8
8
|
"description": "",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -16,28 +16,16 @@
|
|
|
16
16
|
"types": "./dist/synergy.d.ts",
|
|
17
17
|
"import": "./dist/synergy.js"
|
|
18
18
|
},
|
|
19
|
-
"./
|
|
20
|
-
"./
|
|
21
|
-
"./
|
|
22
|
-
"./
|
|
23
|
-
"./
|
|
24
|
-
"./
|
|
19
|
+
"./custom-elements.json": "./dist/custom-elements.json",
|
|
20
|
+
"./synergy.js": "./dist/synergy.js",
|
|
21
|
+
"./synergy-autoloader.js": "./dist/synergy-autoloader.js",
|
|
22
|
+
"./components/*": "./dist/components/*",
|
|
23
|
+
"./utilities/*": "./dist/utilities/*",
|
|
24
|
+
"./translations/*": "./dist/translations/*"
|
|
25
25
|
},
|
|
26
26
|
"files": [
|
|
27
27
|
"dist"
|
|
28
28
|
],
|
|
29
|
-
"scripts": {
|
|
30
|
-
"build": "node scripts/build.js",
|
|
31
|
-
"test": "web-test-runner --group default",
|
|
32
|
-
"vendor": "node scripts/vendorism.js",
|
|
33
|
-
"vendor.get": "node scripts/vendorism.js -g",
|
|
34
|
-
"vendor.set": "node scripts/vendorism.js -s",
|
|
35
|
-
"vendor.eject": "node scripts/vendorism.js -e",
|
|
36
|
-
"lint:css": "stylelint \"src/**/*.{css,js,ts}\"",
|
|
37
|
-
"lint:js": "eslint src",
|
|
38
|
-
"lint": "pnpm run /^lint:.*/",
|
|
39
|
-
"release": "semantic-release --tagFormat 'components/${version}' -e semantic-release-monorepo"
|
|
40
|
-
},
|
|
41
29
|
"type": "module",
|
|
42
30
|
"homepage": "https://github.com/SickDesignSystem/synergy/tree/main/packages/components",
|
|
43
31
|
"keywords": [
|
|
@@ -52,15 +40,17 @@
|
|
|
52
40
|
"license": "ISC",
|
|
53
41
|
"devDependencies": {
|
|
54
42
|
"@custom-elements-manifest/analyzer": "^0.8.4",
|
|
43
|
+
"@lit/react": "^1.0.0",
|
|
55
44
|
"@open-wc/testing": "^3.2.0",
|
|
56
45
|
"@playwright/test": "^1.39.0",
|
|
57
46
|
"@semantic-release/changelog": "^6.0.3",
|
|
47
|
+
"@semantic-release/exec": "^6.0.3",
|
|
58
48
|
"@semantic-release/git": "^10.0.1",
|
|
59
49
|
"@shoelace-style/animations": "^1.1.0",
|
|
60
50
|
"@shoelace-style/localize": "^3.1.2",
|
|
61
|
-
"@synergy-design-system/eslint-config-syn": "workspace:0.1",
|
|
62
|
-
"@synergy-design-system/stylelint-config-syn": "workspace:0.1",
|
|
63
51
|
"@types/mocha": "^10.0.2",
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "^6.9.0",
|
|
53
|
+
"@typescript-eslint/parser": "^6.9.0",
|
|
64
54
|
"@web/dev-server-esbuild": "^0.4.1",
|
|
65
55
|
"@web/test-runner": "^0.17.2",
|
|
66
56
|
"@web/test-runner-commands": "^0.8.1",
|
|
@@ -74,6 +64,9 @@
|
|
|
74
64
|
"esbuild": "^0.19.4",
|
|
75
65
|
"esbuild-plugin-replace": "^1.4.0",
|
|
76
66
|
"eslint": "^8.47.0",
|
|
67
|
+
"eslint-config-airbnb": "^19.0.4",
|
|
68
|
+
"eslint-config-airbnb-typescript": "^17.1.0",
|
|
69
|
+
"eslint-plugin-import": "^2.28.1",
|
|
77
70
|
"eslint-plugin-lit": "^1.9.1",
|
|
78
71
|
"eslint-plugin-lit-a11y": "^4.1.0",
|
|
79
72
|
"eslint-plugin-wc": "^2.0.4",
|
|
@@ -91,7 +84,9 @@
|
|
|
91
84
|
"unified": "^11.0.3",
|
|
92
85
|
"unist-util-visit": "^5.0.0",
|
|
93
86
|
"user-agent-data-types": "^0.4.2",
|
|
94
|
-
"vendorism": "github:mariohamann/vendorism"
|
|
87
|
+
"vendorism": "github:mariohamann/vendorism",
|
|
88
|
+
"@synergy-design-system/eslint-config-syn": "0.1.0",
|
|
89
|
+
"@synergy-design-system/stylelint-config-syn": "0.1.0"
|
|
95
90
|
},
|
|
96
91
|
"release": {
|
|
97
92
|
"branches": [
|
|
@@ -119,10 +114,16 @@
|
|
|
119
114
|
"changelogFile": "CHANGELOG.md"
|
|
120
115
|
}
|
|
121
116
|
],
|
|
117
|
+
[
|
|
118
|
+
"@semantic-release/exec",
|
|
119
|
+
{
|
|
120
|
+
"prepareCmd": "pnpm build"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
122
123
|
[
|
|
123
124
|
"@semantic-release/npm",
|
|
124
125
|
{
|
|
125
|
-
"npmPublish":
|
|
126
|
+
"npmPublish": false
|
|
126
127
|
}
|
|
127
128
|
],
|
|
128
129
|
[
|
|
@@ -130,6 +131,7 @@
|
|
|
130
131
|
{
|
|
131
132
|
"message": "chore(release/components): ${nextRelease.version} [skip actions]\n\n${nextRelease.notes}",
|
|
132
133
|
"assets": [
|
|
134
|
+
"../react/**",
|
|
133
135
|
"CHANGELOG.md",
|
|
134
136
|
"package.json"
|
|
135
137
|
]
|
|
@@ -146,5 +148,17 @@
|
|
|
146
148
|
"dependencies": {
|
|
147
149
|
"lit": "^3.0.0"
|
|
148
150
|
},
|
|
149
|
-
"web-types": "./dist/web-types.json"
|
|
150
|
-
|
|
151
|
+
"web-types": "./dist/web-types.json",
|
|
152
|
+
"scripts": {
|
|
153
|
+
"build": "node scripts/build.js",
|
|
154
|
+
"test": "pnpm build && web-test-runner --group default",
|
|
155
|
+
"vendor": "node scripts/vendorism.js",
|
|
156
|
+
"vendor.get": "node scripts/vendorism.js -g",
|
|
157
|
+
"vendor.set": "node scripts/vendorism.js -s",
|
|
158
|
+
"vendor.eject": "node scripts/vendorism.js -e",
|
|
159
|
+
"lint:css": "stylelint \"src/**/*.{css,js,ts}\"",
|
|
160
|
+
"lint:js": "eslint src",
|
|
161
|
+
"lint": "pnpm run /^lint:.*/",
|
|
162
|
+
"release": "semantic-release --tagFormat 'components/${version}' -e semantic-release-monorepo"
|
|
163
|
+
}
|
|
164
|
+
}
|