@empathyco/x-components 4.0.0-alpha.1 → 4.0.1-alpha.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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ## [4.0.1-alpha.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.0-alpha.1...@empathyco/x-components@4.0.1-alpha.0) (2023-11-22)
7
+
8
+ **Note:** Version bump only for package @empathyco/x-components
9
+
10
+
11
+
12
+
13
+
14
+ ## [4.0.0](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.0-alpha.1...@empathyco/x-components@4.0.0) (2023-11-21)
15
+
16
+ **Note:** Version bump only for package @empathyco/x-components
17
+
18
+
19
+
20
+
21
+
6
22
  ## [4.0.0-alpha.1](https://github.com/empathyco/x/compare/@empathyco/x-components@4.0.0-alpha.0...@empathyco/x-components@4.0.0-alpha.1) (2023-11-20)
7
23
 
8
24
 
@@ -493,6 +493,7 @@
493
493
  [dir="rtl"] .x-padding--left-20 {
494
494
  padding-right: var(--x-size-base-20) !important;
495
495
  }
496
+
496
497
  .x-margin--auto {
497
498
  margin: auto !important;
498
499
  }
@@ -3386,12 +3387,12 @@
3386
3387
  .x-text--stroke.x-small {
3387
3388
  --x-string-text-decoration-small: line-through;
3388
3389
  }
3389
- :root {
3390
- --x-color-text-secondary: var(--x-color-base-neutral-35);
3391
- }
3392
3390
  .x-text--secondary {
3393
3391
  --x-color-text-default: var(--x-color-text-secondary);
3394
3392
  }
3393
+ :root {
3394
+ --x-color-text-secondary: var(--x-color-base-neutral-35);
3395
+ }
3395
3396
  .x-text--light.x-text {
3396
3397
  --x-number-font-weight-text: var(--x-number-font-weight-base-light);
3397
3398
  }
@@ -3577,6 +3578,13 @@
3577
3578
  --x-size-border-radius-bottom-right-tag-pill: var(--x-size-border-radius-tag-pill);
3578
3579
  --x-size-border-radius-bottom-left-tag-pill: var(--x-size-border-radius-tag-pill);
3579
3580
  }
3581
+ :root {
3582
+ --x-size-border-radius-tag-pill: var(--x-size-border-radius-base-pill);
3583
+ --x-size-border-radius-top-left-tag-pill: var(--x-size-border-radius-tag-pill);
3584
+ --x-size-border-radius-top-right-tag-pill: var(--x-size-border-radius-tag-pill);
3585
+ --x-size-border-radius-bottom-right-tag-pill: var(--x-size-border-radius-tag-pill);
3586
+ --x-size-border-radius-bottom-left-tag-pill: var(--x-size-border-radius-tag-pill);
3587
+ }
3580
3588
 
3581
3589
  .x-tag--pill.x-tag,
3582
3590
  .x-tag--pill .x-tag {
@@ -3588,13 +3596,6 @@
3588
3596
  );
3589
3597
  --x-size-border-radius-bottom-left-tag-default: var(--x-size-border-radius-bottom-left-tag-pill);
3590
3598
  }
3591
- :root {
3592
- --x-size-border-radius-tag-pill: var(--x-size-border-radius-base-pill);
3593
- --x-size-border-radius-top-left-tag-pill: var(--x-size-border-radius-tag-pill);
3594
- --x-size-border-radius-top-right-tag-pill: var(--x-size-border-radius-tag-pill);
3595
- --x-size-border-radius-bottom-right-tag-pill: var(--x-size-border-radius-tag-pill);
3596
- --x-size-border-radius-bottom-left-tag-pill: var(--x-size-border-radius-tag-pill);
3597
- }
3598
3599
  :root {
3599
3600
  --x-color-background-tag-ghost: transparent;
3600
3601
  --x-color-border-tag-ghost: transparent;
@@ -4404,13 +4405,6 @@
4404
4405
  --x-size-padding-sliding-panel-button: var(--x-size-base-03);
4405
4406
  --x-size-horizontal-margin-sliding-panel-button-overflow: var(--x-size-base-02);
4406
4407
  }
4407
- :root {
4408
- --x-string-overflow-scroll: auto;
4409
- --x-color-background-scroll-bar: transparent;
4410
- --x-color-thumb-scroll-bar: var(--x-color-base-neutral-95);
4411
- --x-color-background-scroll-bar-hover: transparent;
4412
- --x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
4413
- }
4414
4408
  .x-sliding-panel {
4415
4409
  z-index: 0;
4416
4410
  background-color: var(--x-color-background-sliding-panel);
@@ -4476,6 +4470,13 @@
4476
4470
  --x-color-background-scroll-bar-hover: transparent;
4477
4471
  --x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
4478
4472
  }
4473
+ :root {
4474
+ --x-string-overflow-scroll: auto;
4475
+ --x-color-background-scroll-bar: transparent;
4476
+ --x-color-thumb-scroll-bar: var(--x-color-base-neutral-95);
4477
+ --x-color-background-scroll-bar-hover: transparent;
4478
+ --x-color-thumb-scroll-bar-hover: var(--x-color-base-neutral-70);
4479
+ }
4479
4480
 
4480
4481
  .x-scroll {
4481
4482
  overflow-y: var(--x-string-overflow-scroll);
@@ -4676,6 +4677,14 @@
4676
4677
  --x-size-span-row-item: 1;
4677
4678
  --x-size-start-row-item: 0;
4678
4679
  }
4680
+ :root {
4681
+ --x-size-gap-row: 0;
4682
+ --x-size-padding-row: 0;
4683
+ --x-size-justify-row: stretch;
4684
+ --x-size-align-row: center;
4685
+ --x-size-span-row-item: 1;
4686
+ --x-size-start-row-item: 0;
4687
+ }
4679
4688
 
4680
4689
  .x-row {
4681
4690
  display: grid;
@@ -4796,14 +4805,6 @@
4796
4805
  .x-row--align-stretch {
4797
4806
  --x-size-align-row: stretch;
4798
4807
  }
4799
- :root {
4800
- --x-size-gap-row: 0;
4801
- --x-size-padding-row: 0;
4802
- --x-size-justify-row: stretch;
4803
- --x-size-align-row: center;
4804
- --x-size-span-row-item: 1;
4805
- --x-size-start-row-item: 0;
4806
- }
4807
4808
  :root {
4808
4809
  --x-color-border-result-default: var(--x-color-base-lead);
4809
4810
  --x-color-border-result-overlay-default: var(--x-color-border-result-default);
@@ -5040,6 +5041,26 @@
5040
5041
  --x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
5041
5042
  --x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
5042
5043
  }
5044
+ :root {
5045
+ --x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
5046
+ --x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
5047
+ }
5048
+
5049
+ .x-picture--cover.x-picture {
5050
+ position: relative;
5051
+ }
5052
+
5053
+ .x-result:hover .x-picture--cover:after,
5054
+ .x-picture--cover:hover:after {
5055
+ content: "";
5056
+ display: block;
5057
+ position: absolute;
5058
+ top: 0;
5059
+ left: 0;
5060
+ background: linear-gradient(to bottom, var(--x-color-background-picture-cover-hover-from) 50%, var(--x-color-background-picture-cover-hover-to) 100%);
5061
+ width: 100%;
5062
+ height: 100%;
5063
+ }
5043
5064
  :root {
5044
5065
  --x-color-background-picture-colored: var(--x-color-base-neutral-95);
5045
5066
  --x-mix-blend-mode-picture-colored: multiply;
@@ -7139,6 +7160,13 @@
7139
7160
  --x-size-line-height-input-placeholder-default: var(--x-size-line-height-input-default);
7140
7161
  --x-number-font-weight-input-placeholder-default: var(--x-number-font-weight-input-default);
7141
7162
  }
7163
+ :root {
7164
+ --x-size-border-radius-input-card: var(--x-size-border-radius-base-s);
7165
+ --x-size-border-radius-top-left-input-card: var(--x-size-border-radius-input-card);
7166
+ --x-size-border-radius-top-right-input-card: var(--x-size-border-radius-input-card);
7167
+ --x-size-border-radius-bottom-right-input-card: var(--x-size-border-radius-input-card);
7168
+ --x-size-border-radius-bottom-left-input-card: var(--x-size-border-radius-input-card);
7169
+ }
7142
7170
  :root {
7143
7171
  --x-color-background-input-default: var(--x-color-base-neutral-100);
7144
7172
  --x-color-border-input-default: var(--x-color-base-neutral-70);
@@ -7254,13 +7282,6 @@
7254
7282
  --x-size-border-radius-bottom-right-input-card: var(--x-size-border-radius-input-card);
7255
7283
  --x-size-border-radius-bottom-left-input-card: var(--x-size-border-radius-input-card);
7256
7284
  }
7257
- :root {
7258
- --x-size-border-radius-input-card: var(--x-size-border-radius-base-s);
7259
- --x-size-border-radius-top-left-input-card: var(--x-size-border-radius-input-card);
7260
- --x-size-border-radius-top-right-input-card: var(--x-size-border-radius-input-card);
7261
- --x-size-border-radius-bottom-right-input-card: var(--x-size-border-radius-input-card);
7262
- --x-size-border-radius-bottom-left-input-card: var(--x-size-border-radius-input-card);
7263
- }
7264
7285
 
7265
7286
  .x-input--card.x-input,
7266
7287
  .x-input--card .x-input {
@@ -8108,6 +8129,19 @@
8108
8129
  --x-string-overflow-dropdown-toggle-default: hidden;
8109
8130
  --x-string-overflow-dropdown-list-default: hidden;
8110
8131
  }
8132
+ :root {
8133
+ --x-size-gap-dropdown-card: var(--x-size-base-03);
8134
+ --x-size-border-radius-dropdown-card: var(--x-size-border-radius-base-s);
8135
+ --x-size-border-radius-top-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
8136
+ --x-size-border-radius-top-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
8137
+ --x-size-border-radius-bottom-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
8138
+ --x-size-border-radius-bottom-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
8139
+ --x-size-border-width-dropdown-list-card: var(--x-size-border-width-base);
8140
+ --x-size-border-width-top-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
8141
+ --x-size-border-width-right-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
8142
+ --x-size-border-width-bottom-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
8143
+ --x-size-border-width-left-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
8144
+ }
8111
8145
  :root {
8112
8146
  --x-size-border-radius-dropdown-default: var(--x-size-border-radius-base-none);
8113
8147
  --x-size-border-radius-top-left-dropdown-default: var(--x-size-border-radius-dropdown-default);
@@ -8363,19 +8397,6 @@
8363
8397
  --x-size-border-width-bottom-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
8364
8398
  --x-size-border-width-left-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
8365
8399
  }
8366
- :root {
8367
- --x-size-gap-dropdown-card: var(--x-size-base-03);
8368
- --x-size-border-radius-dropdown-card: var(--x-size-border-radius-base-s);
8369
- --x-size-border-radius-top-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
8370
- --x-size-border-radius-top-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
8371
- --x-size-border-radius-bottom-right-dropdown-card: var(--x-size-border-radius-dropdown-card);
8372
- --x-size-border-radius-bottom-left-dropdown-card: var(--x-size-border-radius-dropdown-card);
8373
- --x-size-border-width-dropdown-list-card: var(--x-size-border-width-base);
8374
- --x-size-border-width-top-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
8375
- --x-size-border-width-right-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
8376
- --x-size-border-width-bottom-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
8377
- --x-size-border-width-left-dropdown-list-card: var(--x-size-border-width-dropdown-list-card);
8378
- }
8379
8400
 
8380
8401
  .x-dropdown--card {
8381
8402
  --x-size-gap-dropdown-default: var(--x-size-gap-dropdown-card);
@@ -8447,13 +8468,6 @@
8447
8468
  --x-size-border-width-bottom-button-secondary: var(--x-size-border-width-button-secondary);
8448
8469
  --x-size-border-width-left-button-secondary: var(--x-size-border-width-button-secondary);
8449
8470
  }
8450
- :root {
8451
- --x-size-border-radius-button-round: var(--x-size-border-radius-base-pill);
8452
- --x-size-border-radius-top-left-button-round: var(--x-size-border-radius-button-round);
8453
- --x-size-border-radius-top-right-button-round: var(--x-size-border-radius-button-round);
8454
- --x-size-border-radius-bottom-right-button-round: var(--x-size-border-radius-button-round);
8455
- --x-size-border-radius-bottom-left-button-round: var(--x-size-border-radius-button-round);
8456
- }
8457
8471
  :root {
8458
8472
  --x-color-background-button-secondary: transparent;
8459
8473
  --x-color-border-button-secondary: var(--x-color-border-button-default);
@@ -8482,6 +8496,13 @@
8482
8496
  --x-size-border-radius-bottom-right-button-round: var(--x-size-border-radius-button-round);
8483
8497
  --x-size-border-radius-bottom-left-button-round: var(--x-size-border-radius-button-round);
8484
8498
  }
8499
+ :root {
8500
+ --x-size-border-radius-button-round: var(--x-size-border-radius-base-pill);
8501
+ --x-size-border-radius-top-left-button-round: var(--x-size-border-radius-button-round);
8502
+ --x-size-border-radius-top-right-button-round: var(--x-size-border-radius-button-round);
8503
+ --x-size-border-radius-bottom-right-button-round: var(--x-size-border-radius-button-round);
8504
+ --x-size-border-radius-bottom-left-button-round: var(--x-size-border-radius-button-round);
8505
+ }
8485
8506
 
8486
8507
  .x-button--round.x-button,
8487
8508
  .x-button--round .x-button {
@@ -8783,6 +8804,19 @@
8783
8804
  .x-badge-container {
8784
8805
  position: relative;
8785
8806
  }
8807
+ :root {
8808
+ --x-color-base-lead: #243d48;
8809
+ --x-color-base-auxiliary: #bfe1ec;
8810
+ --x-color-base-neutral-10: #1a1a1a;
8811
+ --x-color-base-neutral-35: #595959;
8812
+ --x-color-base-neutral-70: #b3b3b3;
8813
+ --x-color-base-neutral-95: #f2f2f2;
8814
+ --x-color-base-neutral-100: #ffffff;
8815
+ --x-color-base-accent: #0086b2;
8816
+ --x-color-base-enable: #00705c;
8817
+ --x-color-base-disable: #e11f26;
8818
+ --x-color-base-transparent: transparent;
8819
+ }
8786
8820
  :root {
8787
8821
  --x-size-base-01: 2px;
8788
8822
  --x-size-base-02: 4px;
@@ -8805,44 +8839,10 @@
8805
8839
  --x-size-base-19: 280px;
8806
8840
  --x-size-base-20: 344px;
8807
8841
  }
8808
- :root {
8809
- --x-color-base-lead: #243d48;
8810
- --x-color-base-auxiliary: #bfe1ec;
8811
- --x-color-base-neutral-10: #1a1a1a;
8812
- --x-color-base-neutral-35: #595959;
8813
- --x-color-base-neutral-70: #b3b3b3;
8814
- --x-color-base-neutral-95: #f2f2f2;
8815
- --x-color-base-neutral-100: #ffffff;
8816
- --x-color-base-accent: #0086b2;
8817
- --x-color-base-enable: #00705c;
8818
- --x-color-base-disable: #e11f26;
8819
- --x-color-base-transparent: transparent;
8820
- }
8821
8842
  :root {
8822
8843
  --x-size-border-radius-base-none: 0;
8823
8844
  --x-size-border-radius-base-s: var(--x-size-base-02);
8824
8845
  --x-size-border-radius-base-m: var(--x-size-base-06);
8825
8846
  --x-size-border-radius-base-pill: 99999px;
8826
8847
  --x-size-border-width-base: 1px;
8827
- }
8828
-
8829
- :root {
8830
- --x-color-background-picture-cover-hover-from: rgba(0, 0, 0, 0);
8831
- --x-color-background-picture-cover-hover-to: rgba(0, 0, 0, 0.5);
8832
- }
8833
-
8834
- .x-picture--cover.x-picture {
8835
- position: relative;
8836
- }
8837
-
8838
- .x-result:hover .x-picture--cover:after,
8839
- .x-picture--cover:hover:after {
8840
- content: "";
8841
- display: block;
8842
- position: absolute;
8843
- top: 0;
8844
- left: 0;
8845
- background: linear-gradient(to bottom, var(--x-color-background-picture-cover-hover-from) 50%, var(--x-color-background-picture-cover-hover-to) 100%);
8846
- width: 100%;
8847
- height: 100%;
8848
8848
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "4.0.0-alpha.1",
3
+ "version": "4.0.1-alpha.0",
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.0.1-alpha.0",
73
- "@empathyco/x-adapter-platform": "^1.0.1-alpha.0",
74
- "@empathyco/x-bus": "^1.0.1-alpha.0",
75
- "@empathyco/x-deep-merge": "^2.0.1-alpha.0",
72
+ "@empathyco/x-adapter": "^8.0.2-alpha.0",
73
+ "@empathyco/x-adapter-platform": "^1.0.2-alpha.0",
74
+ "@empathyco/x-bus": "^1.0.2-alpha.0",
75
+ "@empathyco/x-deep-merge": "^2.0.2-alpha.0",
76
76
  "@empathyco/x-logger": "^1.2.0-alpha.11",
77
- "@empathyco/x-storage-service": "^2.0.1-alpha.0",
78
- "@empathyco/x-types": "^10.0.1-alpha.0",
79
- "@empathyco/x-utils": "^1.0.1-alpha.0",
77
+ "@empathyco/x-storage-service": "^2.0.2-alpha.0",
78
+ "@empathyco/x-types": "^10.0.2-alpha.0",
79
+ "@empathyco/x-utils": "^1.0.2-alpha.0",
80
80
  "@vue/devtools-api": "~6.5.0",
81
81
  "@vueuse/core": "~10.1.0",
82
82
  "rxjs": "~7.8.0",
@@ -94,7 +94,7 @@
94
94
  "@badeball/cypress-cucumber-preprocessor": "~17.2.0",
95
95
  "@bahmutov/cypress-esbuild-preprocessor": "~2.2.0",
96
96
  "@cypress/vue2": "~2.0.1",
97
- "@empathyco/x-tailwindcss": "^1.1.0-alpha.0",
97
+ "@empathyco/x-tailwindcss": "^1.1.1-alpha.0",
98
98
  "@microsoft/api-documenter": "~7.22.0",
99
99
  "@microsoft/api-extractor": "~7.35.0",
100
100
  "@rollup/plugin-commonjs": "~25.0.0",
@@ -144,5 +144,5 @@
144
144
  "access": "public",
145
145
  "directory": "dist"
146
146
  },
147
- "gitHead": "d58959b631114a7973f8485538e1ac3a35777171"
147
+ "gitHead": "bb87d85962fc9a9b941322945e0baa145acd1c75"
148
148
  }