kamotive_ui 1.2.7 → 1.2.8

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/dist/colors.css CHANGED
@@ -2,6 +2,7 @@
2
2
  --white: #ffffff;
3
3
 
4
4
  --grey-medium: #aeaeb2;
5
+ --grey-mediumLight: #d3d3dd;
5
6
  --grey-light: #e5e5ea;
6
7
  --grey-extraLight: #f2f2f7;
7
8
 
@@ -39,7 +39,7 @@
39
39
  transition: all 0.3s ease;
40
40
  background-color: transparent;
41
41
  color: var(--text-dark);
42
- border: 1px solid var(--grey-light);
42
+ border: 1px solid var(--grey-mediumLight);
43
43
  /* mix-blend-mode: multiply; */
44
44
  display: flex;
45
45
  align-items: center;
@@ -171,7 +171,7 @@
171
171
 
172
172
  .item-block {
173
173
  cursor: pointer;
174
- color: var(--text-grey);
174
+ color: var(--text-dark);
175
175
  transition: background-color 0.2s ease;
176
176
  }
177
177
  .item-block--disabled {
@@ -28,7 +28,7 @@
28
28
  background-color: transparent;
29
29
  padding: 10px 15px;
30
30
  outline: none;
31
- border: 1px solid var(--grey-light);
31
+ border: 1px solid var(--grey-mediumLight);
32
32
  mix-blend-mode: multiply;
33
33
  border-radius: 10px;
34
34
  display: inline-flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kamotive_ui",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [