@transferwise/components 0.0.0-experimental-663c122 → 0.0.0-experimental-90b511a

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@transferwise/components",
3
- "version": "0.0.0-experimental-663c122",
3
+ "version": "0.0.0-experimental-90b511a",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -88,7 +88,7 @@
88
88
  "storybook-addon-test-codegen": "^3.0.1",
89
89
  "@transferwise/less-config": "3.1.2",
90
90
  "@wise/components-theming": "1.10.1",
91
- "@transferwise/neptune-css": "0.0.0-experimental-663c122",
91
+ "@transferwise/neptune-css": "0.0.0-experimental-90b511a",
92
92
  "@wise/wds-configs": "0.0.0"
93
93
  },
94
94
  "peerDependencies": {
@@ -8,17 +8,7 @@
8
8
 
9
9
  /* DEPRECATED: use .np-text-*-title instead */
10
10
  /* stylelint-disable-next-line selector-list-comma-newline-after */
11
- .h1,
12
- .h2,
13
- .h3,
14
- .h4,
15
- .h5,
16
- .h6,
17
- .title-1,
18
- .title-2,
19
- .title-3,
20
- .title-4,
21
- .title-5,
11
+ .h1, .h2, .h3, .h4, .h5, .h6, .title-1, .title-2, .title-3, .title-4, .title-5,
22
12
  h1,
23
13
  h2,
24
14
  h3,
@@ -124,12 +114,8 @@ h6,
124
114
 
125
115
  /* DEPRECATED: use .np-text-body-default instead */
126
116
  /* stylelint-disable-next-line selector-list-comma-newline-after */
127
- .body-2,
128
- .body-3,
129
- .small,
130
- .tiny,
131
- body,
132
- small,
117
+ .body-2, .body-3, .small, .tiny,
118
+ body, small,
133
119
  .np-text-body-default {
134
120
  font-size: var(--font-size-14);
135
121
  line-height: 155%;
@@ -153,8 +139,7 @@ small,
153
139
 
154
140
  /* DEPRECATED: use .np-text-body-large instead */
155
141
  /* stylelint-disable-next-line selector-list-comma-newline-after */
156
- .body-1,
157
- .value,
142
+ .body-1, .value,
158
143
  .np-text-body-large {
159
144
  font-weight: var(--font-weight-regular);
160
145
  font-size: var(--font-size-16);