@empathyco/x-components 3.0.0-alpha.270 → 3.0.0-alpha.271

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,18 @@
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.271](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.270...@empathyco/x-components@3.0.0-alpha.271) (2023-01-06)
7
+
8
+ ### Build System
9
+
10
+ - **deps:** update dependencies
11
+ ([491f9c5](https://github.com/empathyco/x/commit/491f9c5a27cf5eaa4dc3f31c97ea514bb8f3515b))
12
+
13
+ # Change Log
14
+
15
+ All notable changes to this project will be documented in this file. See
16
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
17
+
6
18
  ## [3.0.0-alpha.270](https://github.com/empathyco/x/compare/@empathyco/x-components@3.0.0-alpha.269...@empathyco/x-components@3.0.0-alpha.270) (2023-01-04)
7
19
 
8
20
  ### Features
@@ -20,6 +20,28 @@
20
20
  --x-size-border-radius-bottom-left-button-card
21
21
  );
22
22
  }
23
+ :root {
24
+ --x-color-background-button-ghost: transparent;
25
+ --x-color-border-button-ghost: transparent;
26
+ --x-color-text-button-ghost: var(--x-color-base-lead);
27
+ }
28
+
29
+ .x-button--ghost.x-button,
30
+ .x-button--ghost .x-button {
31
+ --x-color-background-button-default: var(--x-color-background-button-ghost);
32
+ --x-color-border-button-default: var(--x-color-border-button-ghost);
33
+ --x-color-text-button-default: var(--x-color-text-button-ghost);
34
+ }
35
+
36
+ .x-button--ghost.x-button--ghost-start.x-button,
37
+ .x-button--ghost.x-button--ghost-start .x-button {
38
+ --x-size-padding-left-button-default: 0;
39
+ }
40
+
41
+ .x-button--ghost.x-button--ghost-end.x-button,
42
+ .x-button--ghost.x-button--ghost-end .x-button {
43
+ --x-size-padding-right-button-default: 0;
44
+ }
23
45
  :root {
24
46
  --x-color-background-button-default: var(--x-color-base-lead);
25
47
  --x-color-border-button-default: var(--x-color-background-button-default);
@@ -105,28 +127,6 @@
105
127
  margin-right: var(--x-size-gap-button-default);
106
128
  }
107
129
  }
108
- :root {
109
- --x-color-background-button-ghost: transparent;
110
- --x-color-border-button-ghost: transparent;
111
- --x-color-text-button-ghost: var(--x-color-base-lead);
112
- }
113
-
114
- .x-button--ghost.x-button,
115
- .x-button--ghost .x-button {
116
- --x-color-background-button-default: var(--x-color-background-button-ghost);
117
- --x-color-border-button-default: var(--x-color-border-button-ghost);
118
- --x-color-text-button-default: var(--x-color-text-button-ghost);
119
- }
120
-
121
- .x-button--ghost.x-button--ghost-start.x-button,
122
- .x-button--ghost.x-button--ghost-start .x-button {
123
- --x-size-padding-left-button-default: 0;
124
- }
125
-
126
- .x-button--ghost.x-button--ghost-end.x-button,
127
- .x-button--ghost.x-button--ghost-end .x-button {
128
- --x-size-padding-right-button-default: 0;
129
- }
130
130
  :root {
131
131
  --x-size-border-radius-button-pill: var(--x-size-border-radius-base-pill);
132
132
  --x-size-border-radius-top-left-button-pill: var(--x-size-border-radius-button-pill);
@@ -864,6 +864,26 @@
864
864
  --x-size-gap-grid: var(--x-size-base-03);
865
865
  --x-size-min-width-grid-item: 150px;
866
866
  }
867
+ .x-icon {
868
+ stroke: var(--x-color-stroke-icon-default);
869
+ fill: var(--x-color-fill-icon-default);
870
+ display: inline-flex;
871
+ justify-content: center;
872
+ align-items: center;
873
+ flex: 0 0 auto;
874
+ vertical-align: middle;
875
+ line-height: var(--x-size-height-icon-default);
876
+ width: var(--x-size-width-icon-default);
877
+ height: var(--x-size-height-icon-default);
878
+ font-size: var(--x-size-height-icon-default);
879
+ stroke-linecap: var(--x-string-stroke-linecap-icon-default);
880
+ stroke-linejoin: var(--x-string-stroke-linejoin-icon-default);
881
+ stroke-width: var(--x-size-stroke-width-icon-default);
882
+ }
883
+ .x-icon.x-filled {
884
+ stroke: none;
885
+ fill: var(--x-color-stroke-icon-default);
886
+ }
867
887
  :root {
868
888
  --x-color-stroke-icon-default: currentColor;
869
889
  --x-color-fill-icon-default: none;
@@ -1176,13 +1196,6 @@
1176
1196
  --x-size-border-radius-bottom-left-input-group-pill
1177
1197
  );
1178
1198
  }
1179
- :root {
1180
- --x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
1181
- --x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
1182
- --x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
1183
- --x-size-border-radius-bottom-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
1184
- --x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
1185
- }
1186
1199
  .x-input--card.x-input,
1187
1200
  .x-input--card .x-input {
1188
1201
  --x-size-border-radius-input-default: var(--x-size-border-radius-input-card);
@@ -7273,23 +7286,10 @@
7273
7286
  text-transform: none;
7274
7287
  }
7275
7288
 
7276
- .x-icon {
7277
- stroke: var(--x-color-stroke-icon-default);
7278
- fill: var(--x-color-fill-icon-default);
7279
- display: inline-flex;
7280
- justify-content: center;
7281
- align-items: center;
7282
- flex: 0 0 auto;
7283
- vertical-align: middle;
7284
- line-height: var(--x-size-height-icon-default);
7285
- width: var(--x-size-width-icon-default);
7286
- height: var(--x-size-height-icon-default);
7287
- font-size: var(--x-size-height-icon-default);
7288
- stroke-linecap: var(--x-string-stroke-linecap-icon-default);
7289
- stroke-linejoin: var(--x-string-stroke-linejoin-icon-default);
7290
- stroke-width: var(--x-size-stroke-width-icon-default);
7291
- }
7292
- .x-icon.x-filled {
7293
- stroke: none;
7294
- fill: var(--x-color-stroke-icon-default);
7289
+ :root {
7290
+ --x-size-border-radius-input-group-pill: var(--x-size-border-radius-base-pill);
7291
+ --x-size-border-radius-top-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
7292
+ --x-size-border-radius-top-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
7293
+ --x-size-border-radius-bottom-right-input-group-pill: var(--x-size-border-radius-input-group-pill);
7294
+ --x-size-border-radius-bottom-left-input-group-pill: var(--x-size-border-radius-input-group-pill);
7295
7295
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empathyco/x-components",
3
- "version": "3.0.0-alpha.270",
3
+ "version": "3.0.0-alpha.271",
4
4
  "description": "Empathy X Components",
5
5
  "author": "Empathy Systems Corporation S.L.",
6
6
  "license": "Apache-2.0",
@@ -66,15 +66,15 @@
66
66
  "cypress:open:component:firefox": "cypress open --component --browser firefox"
67
67
  },
68
68
  "dependencies": {
69
- "@empathyco/x-adapter": "^8.0.0-alpha.17",
70
- "@empathyco/x-deep-merge": "^1.3.0-alpha.26",
71
- "@empathyco/x-logger": "^1.2.0-alpha.4",
72
- "@empathyco/x-storage-service": "^2.0.0-alpha.4",
73
- "@empathyco/x-types": "^10.0.0-alpha.50",
74
- "@empathyco/x-utils": "^1.0.0-alpha.12",
69
+ "@empathyco/x-adapter": "^8.0.0-alpha.18",
70
+ "@empathyco/x-deep-merge": "^1.3.0-alpha.27",
71
+ "@empathyco/x-logger": "^1.2.0-alpha.5",
72
+ "@empathyco/x-storage-service": "^2.0.0-alpha.5",
73
+ "@empathyco/x-types": "^10.0.0-alpha.51",
74
+ "@empathyco/x-utils": "^1.0.0-alpha.13",
75
75
  "@vue/devtools-api": "~6.4.5",
76
76
  "rxjs": "~7.8.0",
77
- "tslib": "~2.3.0",
77
+ "tslib": "~2.4.1",
78
78
  "vue-class-component": "~7.1.0",
79
79
  "vue-global-events": "~1.2.1",
80
80
  "vue-property-decorator": "~8.3.0",
@@ -88,8 +88,8 @@
88
88
  "@badeball/cypress-cucumber-preprocessor": "~15.0.0",
89
89
  "@bahmutov/cypress-esbuild-preprocessor": "~2.1.5",
90
90
  "@cypress/vue": "~2.2.4",
91
- "@empathyco/x-adapter-platform": "^1.0.0-alpha.52",
92
- "@empathyco/x-tailwindcss": "^0.2.0-alpha.41",
91
+ "@empathyco/x-adapter-platform": "^1.0.0-alpha.53",
92
+ "@empathyco/x-tailwindcss": "^0.2.0-alpha.42",
93
93
  "@microsoft/api-documenter": "~7.19.27",
94
94
  "@microsoft/api-extractor": "~7.19.4",
95
95
  "@rollup/plugin-commonjs": "~21.0.1",
@@ -106,7 +106,7 @@
106
106
  "@vue/vue2-jest": "~27.0.0-alpha.3",
107
107
  "autoprefixer": "~10.4.4",
108
108
  "cypress": "~12.2.0",
109
- "esbuild": "0.15.16",
109
+ "esbuild": "0.16.14",
110
110
  "glob": "~7.1.6",
111
111
  "jest": "~27.3.1",
112
112
  "jest-scss-transform": "~1.0.1",
@@ -126,7 +126,7 @@
126
126
  "sass-loader": "~8.0.0",
127
127
  "tailwindcss": "~3.1.8",
128
128
  "ts-jest": "~27.0.7",
129
- "ts-node": "~8.9.1",
129
+ "ts-node": "~10.9.1",
130
130
  "typescript": "~4.6.2",
131
131
  "vue": "~2.7.14",
132
132
  "vue-docgen-cli": "~4.13.1",
@@ -138,5 +138,5 @@
138
138
  "access": "public",
139
139
  "directory": "dist"
140
140
  },
141
- "gitHead": "d61b2d0549cbe9d92e966c66de092b2bf2810a9b"
141
+ "gitHead": "9a571e850e671c1227d17db9b574579a8a8464ae"
142
142
  }