@transferwise/neptune-css 10.0.1-beta.23 → 10.0.1-beta.25
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/css/droppable.css +1 -1
- package/dist/css/neptune.css +1 -1
- package/dist/less/legacy-variables.less +1 -1
- package/dist/less/neptune-tokens.less +43 -43
- package/dist/props/legacy-custom-props.css +2 -2
- package/dist/props/neptune-tokens.css +1 -1
- package/package.json +2 -2
- package/src/less/badge.less +0 -1
- package/src/less/breadcrumbs.less +0 -3
- package/src/less/droppable.less +1 -3
- package/src/less/process.less +0 -2
- package/src/props/legacy-custom-props.css +2 -2
- package/src/props/neptune-tokens.css +1 -1
- package/src/variables/legacy-variables.less +1 -1
- package/src/variables/neptune-tokens.less +1 -1
|
@@ -2,6 +2,49 @@
|
|
|
2
2
|
// Do not edit directly
|
|
3
3
|
// Generated on Mon, 23 Aug 2021 09:29:19 GMT
|
|
4
4
|
|
|
5
|
+
@color-base-blue-light: #00b9ff;
|
|
6
|
+
@color-base-blue-mid: #00a2dd;
|
|
7
|
+
@color-base-blue-dark: #0097c7;
|
|
8
|
+
@color-base-blue-fade: #38c8ff1a;
|
|
9
|
+
@color-base-green-light: #6fd698;
|
|
10
|
+
@color-base-green-mid: #2ead4b;
|
|
11
|
+
@color-base-green-dark: #008026;
|
|
12
|
+
@color-base-green-fade: #36c7971a;
|
|
13
|
+
@color-base-red-light: #ffa6a9;
|
|
14
|
+
@color-base-red-mid: #e74848;
|
|
15
|
+
@color-base-red-dark: #cf2929;
|
|
16
|
+
@color-base-red-fade: #ff87871a;
|
|
17
|
+
@color-base-orange-light: #ffd184;
|
|
18
|
+
@color-base-orange-mid: #df8700;
|
|
19
|
+
@color-base-orange-dark: #9a6500;
|
|
20
|
+
@color-base-orange-fade: #ffac001a;
|
|
21
|
+
@color-base-smoke-light: #e2e6e8;
|
|
22
|
+
@color-base-smoke-mid: #c9cbce;
|
|
23
|
+
@color-base-smoke-dark: #a8aaac;
|
|
24
|
+
@color-base-smoke-fade: #86a7bd1a;
|
|
25
|
+
@color-base-navy-light: #37517e;
|
|
26
|
+
@color-base-navy-mid: #2e4369;
|
|
27
|
+
@color-base-navy-dark: #253655;
|
|
28
|
+
@color-base-navy-fade: #849cc51a;
|
|
29
|
+
@color-base-grey-light: #829ca9;
|
|
30
|
+
@color-base-grey-mid: #6f8691;
|
|
31
|
+
@color-base-grey-dark: #5d7079;
|
|
32
|
+
@color-base-grey-fade: #829ca91a;
|
|
33
|
+
@color-base-white-light: #ffffff;
|
|
34
|
+
@color-base-white-mid: #ebebeb;
|
|
35
|
+
@color-base-white-fade: #ffffff1a;
|
|
36
|
+
@color-base-black-light: #202020;
|
|
37
|
+
@color-base-black-mid: #181818;
|
|
38
|
+
@color-base-black-dark: #000000;
|
|
39
|
+
@color-base-black-fade: #0000001a;
|
|
40
|
+
@color-base-brand-blue: #00b9ff;
|
|
41
|
+
@color-base-brand-purple: #485cc7;
|
|
42
|
+
@color-base-brand-amber: #ffb619;
|
|
43
|
+
@color-base-brand-borderless: #44ee70;
|
|
44
|
+
|
|
45
|
+
// Do not edit directly
|
|
46
|
+
// Generated on Mon, 23 Aug 2021 09:29:19 GMT
|
|
47
|
+
|
|
5
48
|
@color-content-primary: #37517e;
|
|
6
49
|
@color-content-secondary: #5d7079;
|
|
7
50
|
@color-content-accent: #0097c7;
|
|
@@ -77,46 +120,3 @@
|
|
|
77
120
|
@font-weight-regular: 500;
|
|
78
121
|
@font-weight-semi-bold: 600;
|
|
79
122
|
@font-weight-bold: 800;
|
|
80
|
-
|
|
81
|
-
// Do not edit directly
|
|
82
|
-
// Generated on Mon, 23 Aug 2021 09:29:19 GMT
|
|
83
|
-
|
|
84
|
-
@color-base-blue-light: #00b9ff;
|
|
85
|
-
@color-base-blue-mid: #00a2dd;
|
|
86
|
-
@color-base-blue-dark: #0097c7;
|
|
87
|
-
@color-base-blue-fade: #38c8ff1a;
|
|
88
|
-
@color-base-green-light: #6fd698;
|
|
89
|
-
@color-base-green-mid: #2ead4b;
|
|
90
|
-
@color-base-green-dark: #008026;
|
|
91
|
-
@color-base-green-fade: #36c7971a;
|
|
92
|
-
@color-base-red-light: #ffa6a9;
|
|
93
|
-
@color-base-red-mid: #e74848;
|
|
94
|
-
@color-base-red-dark: #cf2929;
|
|
95
|
-
@color-base-red-fade: #ff87871a;
|
|
96
|
-
@color-base-orange-light: #ffd184;
|
|
97
|
-
@color-base-orange-mid: #df8700;
|
|
98
|
-
@color-base-orange-dark: #9a6500;
|
|
99
|
-
@color-base-orange-fade: #ffac001a;
|
|
100
|
-
@color-base-smoke-light: #e2e6e8;
|
|
101
|
-
@color-base-smoke-mid: #c9cbce;
|
|
102
|
-
@color-base-smoke-dark: #a8aaac;
|
|
103
|
-
@color-base-smoke-fade: #86a7bd1a;
|
|
104
|
-
@color-base-navy-light: #37517e;
|
|
105
|
-
@color-base-navy-mid: #2e4369;
|
|
106
|
-
@color-base-navy-dark: #253655;
|
|
107
|
-
@color-base-navy-fade: #849cc51a;
|
|
108
|
-
@color-base-grey-light: #829ca9;
|
|
109
|
-
@color-base-grey-mid: #6f8691;
|
|
110
|
-
@color-base-grey-dark: #5d7079;
|
|
111
|
-
@color-base-grey-fade: #829ca91a;
|
|
112
|
-
@color-base-white-light: #ffffff;
|
|
113
|
-
@color-base-white-mid: #ebebeb;
|
|
114
|
-
@color-base-white-fade: #ffffff1a;
|
|
115
|
-
@color-base-black-light: #202020;
|
|
116
|
-
@color-base-black-mid: #181818;
|
|
117
|
-
@color-base-black-dark: #000000;
|
|
118
|
-
@color-base-black-fade: #0000001a;
|
|
119
|
-
@color-base-brand-blue: #00b9ff;
|
|
120
|
-
@color-base-brand-purple: #485cc7;
|
|
121
|
-
@color-base-brand-amber: #ffb619;
|
|
122
|
-
@color-base-brand-borderless: #44ee70;
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
--space-48: 48px;
|
|
16
16
|
--space-56: 56px;
|
|
17
17
|
--space-64: 64px;
|
|
18
|
-
--color-text-
|
|
19
|
-
--color-text-
|
|
18
|
+
--color-text-link-hover: #00a4df;
|
|
19
|
+
--color-text-link-active: #008ec0;
|
|
20
20
|
--brand-white: #fff;
|
|
21
21
|
--link-color: #00b9ff;
|
|
22
22
|
--brand-pale-blue: #dbf0fd;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-css",
|
|
3
3
|
"description": "Neptune CSS library",
|
|
4
|
-
"version": "10.0.1-beta.
|
|
4
|
+
"version": "10.0.1-beta.25+45ca2584c0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"resolutions": {
|
|
53
53
|
"svgo": "1.3.2"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "45ca2584c03903f43a1b2318b1570738c233c641"
|
|
56
56
|
}
|
package/src/less/badge.less
CHANGED
package/src/less/droppable.less
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
// TODO: remove bootstrap dependencies
|
|
2
|
-
|
|
3
1
|
@import (reference) '../variables/legacy-variables.less';
|
|
4
2
|
|
|
5
3
|
.droppable {
|
|
@@ -179,7 +177,7 @@
|
|
|
179
177
|
.droppable-dropping & {
|
|
180
178
|
color: var(--color-content-accent) !important;
|
|
181
179
|
// TODO fix with some non-semitransparent color
|
|
182
|
-
background-color: #
|
|
180
|
+
background-color: #505050;
|
|
183
181
|
}
|
|
184
182
|
}
|
|
185
183
|
|
package/src/less/process.less
CHANGED
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
--space-48: 48px;
|
|
16
16
|
--space-56: 56px;
|
|
17
17
|
--space-64: 64px;
|
|
18
|
-
--color-text-
|
|
19
|
-
--color-text-
|
|
18
|
+
--color-text-link-hover: #00a4df;
|
|
19
|
+
--color-text-link-active: #008ec0;
|
|
20
20
|
--brand-white: #fff;
|
|
21
21
|
--link-color: #00b9ff;
|
|
22
22
|
--brand-pale-blue: #dbf0fd;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
@import '@transferwise/neptune-tokens/colors-base.css';
|
|
2
|
-
@import '@transferwise/neptune-tokens/themes/
|
|
2
|
+
@import '@transferwise/neptune-tokens/themes/default/tokens.css';
|