@livechat/design-system-react-components 1.0.0-alpha.49 → 1.0.0-alpha.50

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.
@@ -6,25 +6,25 @@
6
6
  --surface-basic-default: #fff;
7
7
  --surface-primary-default: #fff;
8
8
  --surface-basic-subtle: #f6f6f7;
9
- --surface-secondary-default: #f1f1f2;
10
- --surface-secondary-hover: #e8e8ea;
11
- --surface-secondary-active: #dfdfe1;
12
- --surface-secondary-disabled: #f6f6f7;
9
+ --surface-secondary-default: #f5f5f5;
10
+ --surface-secondary-hover: #ececec;
11
+ --surface-secondary-active: #e7e7e7;
12
+ --surface-secondary-disabled: #f0f0f1;
13
13
  --surface-basic-hover: #e2e2e4;
14
- --surface-primary-hover: #f6f6f6;
14
+ --surface-primary-hover: #f3f3f3;
15
15
  --surface-basic-active: #c9c9cd;
16
- --surface-primary-active: #ececec;
16
+ --surface-primary-active: #eeeeef;
17
17
  --surface-primary-active-colored: rgb(0 102 255 / 25%);
18
18
  --surface-basic-disabled: #f6f6f7;
19
- --surface-primary-disabled: #f6f6f7;
20
- --surface-tertiary-default: #e2e2e4;
19
+ --surface-primary-disabled: #f6f6f6;
20
+ --surface-tertiary-default: #e6e6e7;
21
21
  --surface-secondary-subtle: #e4e8ec;
22
- --surface-moderate-default: #c9c9cd;
23
- --surface-moderate-hover: #c2c2c6;
24
- --surface-moderate-active: #bababe;
25
- --surface-tertiary-hover: #dadadc;
26
- --surface-tertiary-active: #d1d1d4;
27
- --surface-tertiary-disabled: #eeeeef;
22
+ --surface-moderate-default: #d8d8da;
23
+ --surface-moderate-hover: #d1d1d4;
24
+ --surface-moderate-active: #cdcdcf;
25
+ --surface-tertiary-hover: #e4e4e5;
26
+ --surface-tertiary-active: #e2e2e3;
27
+ --surface-tertiary-disabled: #ebebec;
28
28
  --surface-feedback-info: #daedff;
29
29
  --surface-accent-emphasis-low-info: #daedff;
30
30
  --surface-feedback-negative: #ffe5e5;
@@ -50,14 +50,14 @@
50
50
  --surface-locked-disabled: rgb(255 255 255 / 70%);
51
51
  --surface-locked-white: #fff;
52
52
  --surface-locked-black: #000;
53
- --surface-accent-emphasis-high-info: #06f;
53
+ --surface-accent-emphasis-high-info: #0059e1;
54
54
  --surface-accent-emphasis-high-negative: #ca0005;
55
55
  --surface-accent-emphasis-high-warning: #e8bb00;
56
56
  --surface-accent-emphasis-high-positive: #00893c;
57
57
  --surface-accent-emphasis-high-purple: #9146ff;
58
58
  --surface-overlay: rgb(19 19 23 / 70%);
59
59
  --surface-other-overlay: rgb(19 19 23 / 70%);
60
- --surface-other-agent: #06f;
60
+ --surface-other-agent: #0059e1;
61
61
  --surface-other-skeleton: #e2e2e4;
62
62
  --content-default: #131317;
63
63
  --content-basic-primary: #131317;
@@ -114,14 +114,14 @@
114
114
  --border-invert-hover: #fff;
115
115
  --border-invert-disabled: rgb(255 255 255 / 50%);
116
116
  --color-action-active: #003fa4;
117
- --action-primary-active: #093c8b;
117
+ --action-primary-active: #09367c;
118
118
  --color-action-hover: #004bc2;
119
- --action-primary-hover: #064db9;
119
+ --action-primary-hover: #0644a4;
120
120
  --color-action-default: #06f;
121
- --action-primary-default: #06f;
121
+ --action-primary-default: #0059e1;
122
122
  --color-action-default-rgb: 0, 102, 255;
123
123
  --color-action-disabled: #9dceff;
124
- --action-primary-disabled: rgb(0 102 255 / 20%);
124
+ --action-primary-disabled: rgb(0 89 225 / 20%);
125
125
  --color-negative-active: #930002;
126
126
  --action-negative-active: #6f090e;
127
127
  --color-negative-hover: #ae0003;
@@ -232,22 +232,22 @@
232
232
  --tag-surface-01: #e2e2e4;
233
233
  --tag-content-01: #131317;
234
234
  --btn-basic-background-enabled: #fff;
235
- --btn-basic-background-hover: #f6f6f6;
235
+ --btn-basic-background-hover: #f3f3f3;
236
236
  --btn-basic-background-disabled: #fff;
237
237
  --btn-basic-background-active: #f4faff;
238
238
  --btn-basic-background-loading: #fff;
239
239
  --btn-secondary-background-enabled: #fff;
240
- --btn-secondary-background-hover: #f6f6f6;
240
+ --btn-secondary-background-hover: #f3f3f3;
241
241
  --btn-secondary-background-disabled: #fff;
242
242
  --btn-secondary-background-active: #f4faff;
243
243
  --btn-secondary-background-loading: #fff;
244
244
  --btn-plain-icon-background-hover: #f4faff;
245
- --btn-plain-icon-background-active: #06f;
245
+ --btn-plain-icon-background-active: #0059e1;
246
246
  --picker-list-background: #fff;
247
- --picker-list-group-background: #f1f1f2;
248
- --picker-list-option-background-hover: #f6f6f6;
249
- --picker-list-option-background-focus: #f6f6f6;
250
- --picker-list-option-background-active: #ececec;
247
+ --picker-list-group-background: #f5f5f5;
248
+ --picker-list-option-background-hover: #f3f3f3;
249
+ --picker-list-option-background-focus: #f3f3f3;
250
+ --picker-list-option-background-active: #eeeeef;
251
251
  }
252
252
 
253
253
  /*# sourceMappingURL=light.css.map */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/design-system-react-components",
3
- "version": "1.0.0-alpha.49",
3
+ "version": "1.0.0-alpha.50",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -79,5 +79,5 @@
79
79
  "react-day-picker": "^7.4.10",
80
80
  "react-transition-group": "^4.4.2"
81
81
  },
82
- "gitHead": "6c98b2236528ac3554b71a15c8b2cf2400bc8860"
82
+ "gitHead": "5a459c0edf220b34f981d3c3c7b597469041f358"
83
83
  }