@empathyco/x-components 6.0.0-alpha.34 → 6.0.0-alpha.35
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/CHANGELOG.md +8 -0
- package/design-system/deprecated-full-theme.css +584 -584
- package/package.json +49 -49
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.35",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -69,14 +69,14 @@
|
|
|
69
69
|
"prepublishOnly": "pnpm run build"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@empathyco/x-adapter": "^8.1.0-alpha.
|
|
73
|
-
"@empathyco/x-adapter-platform": "^1.1.0-alpha.
|
|
74
|
-
"@empathyco/x-bus": "^1.0.3-alpha.
|
|
75
|
-
"@empathyco/x-deep-merge": "^2.0.3-alpha.
|
|
72
|
+
"@empathyco/x-adapter": "^8.1.0-alpha.1",
|
|
73
|
+
"@empathyco/x-adapter-platform": "^1.1.0-alpha.10",
|
|
74
|
+
"@empathyco/x-bus": "^1.0.3-alpha.2",
|
|
75
|
+
"@empathyco/x-deep-merge": "^2.0.3-alpha.2",
|
|
76
76
|
"@empathyco/x-logger": "^1.2.0-alpha.11",
|
|
77
|
-
"@empathyco/x-storage-service": "^2.0.3-alpha.
|
|
78
|
-
"@empathyco/x-types": "^10.1.0-alpha.
|
|
79
|
-
"@empathyco/x-utils": "^1.0.3-alpha.
|
|
77
|
+
"@empathyco/x-storage-service": "^2.0.3-alpha.1",
|
|
78
|
+
"@empathyco/x-types": "^10.1.0-alpha.7",
|
|
79
|
+
"@empathyco/x-utils": "^1.0.3-alpha.2",
|
|
80
80
|
"@vue/devtools-api": "~6.5.0",
|
|
81
81
|
"@vueuse/core": "~10.7.1",
|
|
82
82
|
"js-md5": "~0.8.3",
|
|
@@ -90,53 +90,53 @@
|
|
|
90
90
|
"vuex": "4.0.2"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@badeball/cypress-cucumber-preprocessor": "
|
|
94
|
-
"@bahmutov/cypress-esbuild-preprocessor": "
|
|
95
|
-
"@empathyco/x-tailwindcss": "^2.0.0-alpha.
|
|
96
|
-
"@microsoft/api-documenter": "
|
|
97
|
-
"@microsoft/api-extractor": "
|
|
98
|
-
"@testing-library/jest-dom": "
|
|
99
|
-
"@types/autoprefixer": "
|
|
100
|
-
"@types/glob": "
|
|
101
|
-
"@types/jest": "
|
|
102
|
-
"@types/node": "
|
|
103
|
-
"@types/testing-library__jest-dom": "
|
|
104
|
-
"@vitejs/plugin-vue": "
|
|
93
|
+
"@badeball/cypress-cucumber-preprocessor": "20.0.0",
|
|
94
|
+
"@bahmutov/cypress-esbuild-preprocessor": "2.2.0",
|
|
95
|
+
"@empathyco/x-tailwindcss": "^2.0.0-alpha.3",
|
|
96
|
+
"@microsoft/api-documenter": "7.23.0",
|
|
97
|
+
"@microsoft/api-extractor": "7.39.0",
|
|
98
|
+
"@testing-library/jest-dom": "5.17.0",
|
|
99
|
+
"@types/autoprefixer": "10.2.0",
|
|
100
|
+
"@types/glob": "8.0.1",
|
|
101
|
+
"@types/jest": "27.5.0",
|
|
102
|
+
"@types/node": "18.19.0",
|
|
103
|
+
"@types/testing-library__jest-dom": "5.14.5",
|
|
104
|
+
"@vitejs/plugin-vue": "5.1.2",
|
|
105
105
|
"@vue/test-utils": "~2.4.6",
|
|
106
|
-
"@vue/vue3-jest": "
|
|
107
|
-
"autoprefixer": "
|
|
108
|
-
"convert-source-map": "
|
|
109
|
-
"cypress": "
|
|
106
|
+
"@vue/vue3-jest": "27.0.0",
|
|
107
|
+
"autoprefixer": "10.4.4",
|
|
108
|
+
"convert-source-map": "2.0.0",
|
|
109
|
+
"cypress": "13.6.0",
|
|
110
110
|
"esbuild": "0.20.0",
|
|
111
|
-
"glob": "
|
|
112
|
-
"jest": "
|
|
113
|
-
"jest-scss-transform": "
|
|
114
|
-
"postcss": "
|
|
115
|
-
"postcss-dir-pseudo-class": "
|
|
116
|
-
"postcss-logical": "
|
|
117
|
-
"rimraf": "
|
|
118
|
-
"rollup": "
|
|
119
|
-
"rollup-plugin-copy": "
|
|
120
|
-
"rollup-plugin-delete": "
|
|
121
|
-
"rollup-plugin-styles": "
|
|
122
|
-
"rollup-plugin-typescript2": "
|
|
123
|
-
"rollup-plugin-vue": "
|
|
124
|
-
"sass": "
|
|
125
|
-
"start-server-and-test": "
|
|
126
|
-
"tailwindcss": "
|
|
127
|
-
"ts-jest": "
|
|
128
|
-
"ts-node": "
|
|
129
|
-
"typescript": "
|
|
130
|
-
"vite": "
|
|
131
|
-
"vite-plugin-vue-inspector": "
|
|
132
|
-
"vue": "
|
|
133
|
-
"vue-docgen-cli": "
|
|
134
|
-
"vue-router": "
|
|
111
|
+
"glob": "10.3.0",
|
|
112
|
+
"jest": "27.5.0",
|
|
113
|
+
"jest-scss-transform": "1.0.1",
|
|
114
|
+
"postcss": "8.4.12",
|
|
115
|
+
"postcss-dir-pseudo-class": "7.0.0",
|
|
116
|
+
"postcss-logical": "4.0.2",
|
|
117
|
+
"rimraf": "3.0.2",
|
|
118
|
+
"rollup": "4.9.1",
|
|
119
|
+
"rollup-plugin-copy": "3.5.0",
|
|
120
|
+
"rollup-plugin-delete": "2.0.0",
|
|
121
|
+
"rollup-plugin-styles": "4.0.0",
|
|
122
|
+
"rollup-plugin-typescript2": "0.36.0",
|
|
123
|
+
"rollup-plugin-vue": "6.0.0",
|
|
124
|
+
"sass": "1.70.0",
|
|
125
|
+
"start-server-and-test": "2.0.0",
|
|
126
|
+
"tailwindcss": "3.4.0",
|
|
127
|
+
"ts-jest": "27.1.0",
|
|
128
|
+
"ts-node": "10.9.2",
|
|
129
|
+
"typescript": "4.9.4",
|
|
130
|
+
"vite": "4.5.0",
|
|
131
|
+
"vite-plugin-vue-inspector": "5.1.2",
|
|
132
|
+
"vue": "3.4.31",
|
|
133
|
+
"vue-docgen-cli": "4.79.0",
|
|
134
|
+
"vue-router": "4.4.0",
|
|
135
135
|
"vuex": "4.0.2"
|
|
136
136
|
},
|
|
137
137
|
"publishConfig": {
|
|
138
138
|
"access": "public",
|
|
139
139
|
"directory": "dist"
|
|
140
140
|
},
|
|
141
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "782271b380929cc378d5414ebeaa98d1e4cd7858"
|
|
142
142
|
}
|