@transferwise/neptune-css 0.0.0-experimental-d1d4c1b → 0.0.0-experimental-14ea772

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.
@@ -1,6 +1,6 @@
1
1
 
2
- // Do not edit directly
3
- // Generated on Wed, 07 Jan 2026 11:56:15 GMT
2
+ // Do not edit directly, this file was auto-generated.
3
+ // Generated on Wed, 08 Apr 2026 16:48:34 GMT
4
4
 
5
5
  @color-dark-content-primary: #e2e6e8;
6
6
  @color-dark-content-secondary: #c9cbce;
@@ -220,8 +220,8 @@
220
220
  @font-family-regular: 'Inter', Helvetica, Arial, sans-serif;
221
221
  @font-family-display: 'Wise Sans', 'Inter', sans-serif;
222
222
 
223
- // Do not edit directly
224
- // Generated on Wed, 07 Jan 2026 11:56:15 GMT
223
+ // Do not edit directly, this file was auto-generated.
224
+ // Generated on Wed, 08 Apr 2026 16:48:33 GMT
225
225
 
226
226
  @color-base-blue-light: #00b9ff;
227
227
  @color-base-blue-mid: #00a2dd;
@@ -1,11 +1,23 @@
1
- @custom-media --screen-xs (min-width: 480px);
2
- @custom-media --screen-xs-max (max-width: 575px); /* --screen-sm - 1 */
3
- @custom-media --screen-sm (min-width: 576px);
4
- @custom-media --screen-sm-max (max-width: 767px); /* --screen-md - 1 */
5
- @custom-media --screen-md (min-width: 768px);
6
- @custom-media --screen-md-max (max-width: 991px); /* --screen-lg - 1 */
7
- @custom-media --screen-lg (min-width: 992px);
8
- @custom-media --screen-lg-max (max-width: 1199px); /* --screen-xl - 1 */
9
- @custom-media --screen-xl (min-width: 1200px);
10
-
11
- @custom-media --screen-400-zoom (max-width: 320px); /* ~400% zoom viewport */
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 08 Apr 2026 16:48:33 GMT
4
+ */
5
+
6
+ @custom-media --screen-400-zoom (width < 320px);
7
+
8
+ @custom-media --screen-xs (width >= 320px);
9
+ @custom-media --screen-xs-max (width < 600px);
10
+ @custom-media --screen-sm (width >= 600px);
11
+ @custom-media --screen-sm-max (width < 840px);
12
+ @custom-media --screen-md (width >= 840px);
13
+ @custom-media --screen-md-max (width < 1160px);
14
+ @custom-media --screen-lg (width >= 1160px);
15
+ /* @deprecated */
16
+ @custom-media --screen-lg-max (width < 1160px);
17
+ /* @deprecated */
18
+ @custom-media --screen-xl (width >= 1160px);
19
+
20
+ @custom-media --screen-xs-sm (320px <= width < 600px);
21
+ @custom-media --screen-sm-md (600px <= width < 840px);
22
+ @custom-media --screen-md-lg (840px <= width < 1160px);
23
+
@@ -1,6 +1,6 @@
1
1
  /**
2
- * Do not edit directly
3
- * Generated on Wed, 07 Jan 2026 11:56:15 GMT
2
+ * Do not edit directly, this file was auto-generated.
3
+ * Generated on Wed, 08 Apr 2026 16:48:34 GMT
4
4
  */
5
5
 
6
6
  :root {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "0.0.0-experimental-d1d4c1b",
4
+ "version": "0.0.0-experimental-14ea772",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -23,7 +23,7 @@
23
23
  "scripts"
24
24
  ],
25
25
  "dependencies": {
26
- "@transferwise/neptune-tokens": "^8.20.3"
26
+ "@transferwise/neptune-tokens": "0.0.0-experimental-b1dcb1c"
27
27
  },
28
28
  "devDependencies": {
29
29
  "gulp": "^5.0.1",
@@ -1,3 +1,4 @@
1
+ @import "@transferwise/neptune-tokens/breakpoints.less";
1
2
  @import "@transferwise/neptune-tokens/tokens.css";
2
3
  @import '@transferwise/neptune-tokens/themes/personal/tokens.css';
3
4
  @import '@transferwise/neptune-tokens/themes/personal--forest-green/tokens.css';
@@ -1,11 +1 @@
1
- @custom-media --screen-xs (min-width: 480px);
2
- @custom-media --screen-xs-max (max-width: 575px); /* --screen-sm - 1 */
3
- @custom-media --screen-sm (min-width: 576px);
4
- @custom-media --screen-sm-max (max-width: 767px); /* --screen-md - 1 */
5
- @custom-media --screen-md (min-width: 768px);
6
- @custom-media --screen-md-max (max-width: 991px); /* --screen-lg - 1 */
7
- @custom-media --screen-lg (min-width: 992px);
8
- @custom-media --screen-lg-max (max-width: 1199px); /* --screen-xl - 1 */
9
- @custom-media --screen-xl (min-width: 1200px);
10
-
11
- @custom-media --screen-400-zoom (max-width: 320px); /* ~400% zoom viewport */
1
+ @import "@transferwise/neptune-tokens/breakpoints.css";