@empathyco/x-components 3.0.0-alpha.282 → 3.0.0-alpha.283
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/full-theme.css +4 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.0-alpha.283](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.282...@empathyco/x-components@3.0.0-alpha.283) (2023-01-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [3.0.0-alpha.282](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.281...@empathyco/x-components@3.0.0-alpha.282) (2023-01-17)
|
|
7
15
|
|
|
8
16
|
|
|
@@ -2839,10 +2839,6 @@
|
|
|
2839
2839
|
--x-mix-blend-mode-picture-fallback-default: var(--x-mix-blend-mode-picture-default);
|
|
2840
2840
|
--x-mix-blend-mode-picture-placeholder-default: var(--x-mix-blend-mode-picture-default);
|
|
2841
2841
|
}
|
|
2842
|
-
.x-picture--fixed-ratio.x-picture {
|
|
2843
|
-
aspect-ratio: var(--x-number-aspect-ratio-picture);
|
|
2844
|
-
width: 100%;
|
|
2845
|
-
}
|
|
2846
2842
|
:root {
|
|
2847
2843
|
--x-number-aspect-ratio-picture: 1;
|
|
2848
2844
|
}
|
|
@@ -2852,6 +2848,10 @@
|
|
|
2852
2848
|
.x-picture--zoom .x-picture__image:hover {
|
|
2853
2849
|
transform: scale(var(--x-number-zoom-scale-picture));
|
|
2854
2850
|
}
|
|
2851
|
+
.x-picture--fixed-ratio.x-picture {
|
|
2852
|
+
aspect-ratio: var(--x-number-aspect-ratio-picture);
|
|
2853
|
+
width: 100%;
|
|
2854
|
+
}
|
|
2855
2855
|
:root {
|
|
2856
2856
|
--x-number-zoom-scale-picture: 1.1;
|
|
2857
2857
|
--x-number-zoom-duration-picture: 0.3s;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.283",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"@bahmutov/cypress-esbuild-preprocessor": "~2.1.5",
|
|
90
90
|
"@cypress/vue": "~2.2.4",
|
|
91
91
|
"@empathyco/x-adapter-platform": "^1.0.0-alpha.55",
|
|
92
|
-
"@empathyco/x-tailwindcss": "^0.2.0-alpha.
|
|
92
|
+
"@empathyco/x-tailwindcss": "^0.2.0-alpha.46",
|
|
93
93
|
"@microsoft/api-documenter": "~7.19.27",
|
|
94
94
|
"@microsoft/api-extractor": "~7.33.7",
|
|
95
95
|
"@rollup/plugin-commonjs": "~21.0.1",
|
|
@@ -138,5 +138,5 @@
|
|
|
138
138
|
"access": "public",
|
|
139
139
|
"directory": "dist"
|
|
140
140
|
},
|
|
141
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "4fa9919e708836955e7890b2f50a0fb40b83677d"
|
|
142
142
|
}
|