@empathyco/x-components 3.0.0-alpha.347 → 3.0.0-alpha.348
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 +9 -0
- package/design-system/full-theme.css +15 -14
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [3.0.0-alpha.348](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.347...@empathyco/x-components@3.0.0-alpha.348) (2023-04-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @empathyco/x-components
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
6
15
|
## [3.0.0-alpha.347](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.346...@empathyco/x-components@3.0.0-alpha.347) (2023-04-12)
|
|
7
16
|
|
|
8
17
|
### Features
|
|
@@ -621,20 +621,6 @@
|
|
|
621
621
|
--x-size-border-width-bottom-facet-header-line: var(--x-size-border-width-facet-header-line);
|
|
622
622
|
--x-size-border-width-left-facet-header-line: 0;
|
|
623
623
|
}
|
|
624
|
-
.x-facet--outlined.x-facet,
|
|
625
|
-
.x-facet--outlined .x-facet {
|
|
626
|
-
--x-color-border-facet-default: var(--x-color-border-facet-outlined);
|
|
627
|
-
--x-size-border-width-facet-default: var(--x-size-border-width-facet-outlined);
|
|
628
|
-
--x-size-border-width-top-facet-default: var(--x-size-border-width-top-facet-outlined);
|
|
629
|
-
--x-size-border-width-right-facet-default: var(--x-size-border-width-right-facet-outlined);
|
|
630
|
-
--x-size-border-width-bottom-facet-default: var(--x-size-border-width-bottom-facet-outlined);
|
|
631
|
-
--x-size-border-width-left-facet-default: var(--x-size-border-width-left-facet-outlined);
|
|
632
|
-
--x-size-padding-facet-header-default: var(--x-size-padding-facet-header-outlined);
|
|
633
|
-
--x-size-padding-top-facet-header-default: var(--x-size-padding-top-facet-header-outlined);
|
|
634
|
-
--x-size-padding-right-facet-header-default: var(--x-size-padding-right-facet-header-outlined);
|
|
635
|
-
--x-size-padding-bottom-facet-header-default: var(--x-size-padding-bottom-facet-header-outlined);
|
|
636
|
-
--x-size-padding-left-facet-header-default: var(--x-size-padding-left-facet-header-outlined);
|
|
637
|
-
}
|
|
638
624
|
:root {
|
|
639
625
|
--x-color-border-facet-outlined: var(--x-color-base-neutral-70);
|
|
640
626
|
--x-size-border-width-facet-outlined: var(--x-size-border-width-base);
|
|
@@ -5529,3 +5515,18 @@
|
|
|
5529
5515
|
.x-sticky {
|
|
5530
5516
|
position: sticky !important;
|
|
5531
5517
|
}
|
|
5518
|
+
|
|
5519
|
+
.x-facet--outlined.x-facet,
|
|
5520
|
+
.x-facet--outlined .x-facet {
|
|
5521
|
+
--x-color-border-facet-default: var(--x-color-border-facet-outlined);
|
|
5522
|
+
--x-size-border-width-facet-default: var(--x-size-border-width-facet-outlined);
|
|
5523
|
+
--x-size-border-width-top-facet-default: var(--x-size-border-width-top-facet-outlined);
|
|
5524
|
+
--x-size-border-width-right-facet-default: var(--x-size-border-width-right-facet-outlined);
|
|
5525
|
+
--x-size-border-width-bottom-facet-default: var(--x-size-border-width-bottom-facet-outlined);
|
|
5526
|
+
--x-size-border-width-left-facet-default: var(--x-size-border-width-left-facet-outlined);
|
|
5527
|
+
--x-size-padding-facet-header-default: var(--x-size-padding-facet-header-outlined);
|
|
5528
|
+
--x-size-padding-top-facet-header-default: var(--x-size-padding-top-facet-header-outlined);
|
|
5529
|
+
--x-size-padding-right-facet-header-default: var(--x-size-padding-right-facet-header-outlined);
|
|
5530
|
+
--x-size-padding-bottom-facet-header-default: var(--x-size-padding-bottom-facet-header-outlined);
|
|
5531
|
+
--x-size-padding-left-facet-header-default: var(--x-size-padding-left-facet-header-outlined);
|
|
5532
|
+
}
|
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.348",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"@badeball/cypress-cucumber-preprocessor": "~15.1.0",
|
|
92
92
|
"@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
|
|
93
93
|
"@cypress/vue2": "~2.0.1",
|
|
94
|
-
"@empathyco/x-tailwindcss": "^1.0.0-alpha.
|
|
94
|
+
"@empathyco/x-tailwindcss": "^1.0.0-alpha.24",
|
|
95
95
|
"@microsoft/api-documenter": "~7.21.3",
|
|
96
96
|
"@microsoft/api-extractor": "~7.34.0",
|
|
97
97
|
"@rollup/plugin-commonjs": "~24.0.0",
|
|
@@ -143,5 +143,5 @@
|
|
|
143
143
|
"access": "public",
|
|
144
144
|
"directory": "dist"
|
|
145
145
|
},
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "d14d43eb1da66aa96a82575c86a59ed60ca8ecc9"
|
|
147
147
|
}
|