@transferwise/neptune-css 0.0.0-experimental-5308dce → 0.0.0-experimental-9296e7a

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.
@@ -1502,7 +1502,7 @@ select[multiple].input-lg {
1502
1502
  box-shadow: inset 0 0 0 1px var(--color-interactive-secondary);
1503
1503
  }
1504
1504
  .tw-checkbox-button .tw-checkbox-check,
1505
- .tw-checkbox-button .tw-checkbox-indeterminate {
1505
+ .tw-checkbox-button .np-tw-checkbox-indeterminate {
1506
1506
  width: 20px;
1507
1507
  height: 20px;
1508
1508
  margin: 0;
@@ -1562,7 +1562,7 @@ input[type="checkbox"]:indeterminate + .tw-checkbox-button {
1562
1562
  input[type="checkbox"]:checked + .tw-checkbox-button .tw-checkbox-check {
1563
1563
  display: inline-block;
1564
1564
  }
1565
- input[type="checkbox"]:indeterminate + .tw-checkbox-button .tw-checkbox-indeterminate {
1565
+ input[type="checkbox"]:indeterminate + .tw-checkbox-button .np-tw-checkbox-indeterminate {
1566
1566
  display: inline-block;
1567
1567
  }
1568
1568
  .tw-checkbox-button:checked:hover,
@@ -10954,7 +10954,7 @@ select[multiple].input-lg {
10954
10954
  }
10955
10955
 
10956
10956
  .tw-checkbox-button .tw-checkbox-check,
10957
- .tw-checkbox-button .tw-checkbox-indeterminate {
10957
+ .tw-checkbox-button .np-tw-checkbox-indeterminate {
10958
10958
  width: 20px;
10959
10959
  height: 20px;
10960
10960
  margin: 0;
@@ -11025,7 +11025,7 @@ input[type="checkbox"]:checked + .tw-checkbox-button .tw-checkbox-check {
11025
11025
  display: inline-block;
11026
11026
  }
11027
11027
 
11028
- input[type="checkbox"]:indeterminate + .tw-checkbox-button .tw-checkbox-indeterminate {
11028
+ input[type="checkbox"]:indeterminate + .tw-checkbox-button .np-tw-checkbox-indeterminate {
11029
11029
  display: inline-block;
11030
11030
  }
11031
11031
 
@@ -12382,64 +12382,6 @@ html:not([dir="rtl"]) .np-theme-personal .input-group > :last-child .btn-group {
12382
12382
  border: 0;
12383
12383
  }
12384
12384
 
12385
- .tw-checkbox-check {
12386
- position: relative;
12387
- display: inline-block;
12388
- width: 10px;
12389
- height: 8px;
12390
- }
12391
-
12392
- .tw-checkbox-check::before,
12393
- .tw-checkbox-check::after {
12394
- content: "";
12395
- position: absolute;
12396
- background: #ffffff;
12397
- background: var(--color-background-screen);
12398
- transform: translateX(0.5px) rotate(-45deg);
12399
- transform-origin: left bottom;
12400
- left: 8px;
12401
- left: var(--size-8);
12402
- }
12403
-
12404
- .tw-checkbox-check .has-error::before,
12405
- .tw-checkbox-check .has-error::after {
12406
- background-color: #e74848;
12407
- background-color: var(--color-interactive-negative);
12408
- }
12409
-
12410
- .tw-checkbox-check::before {
12411
- top: 9px;
12412
- height: 6px;
12413
- width: 2px;
12414
- }
12415
-
12416
- .tw-checkbox-check::after {
12417
- bottom: 5px;
12418
- height: 2px;
12419
- width: 11px;
12420
- }
12421
-
12422
- .tw-checkbox-indeterminate {
12423
- position: relative;
12424
- }
12425
-
12426
- .tw-checkbox-indeterminate::after {
12427
- content: "";
12428
- position: absolute;
12429
- width: 12px;
12430
- height: 2px;
12431
- top: 55%;
12432
- left: 50%;
12433
- background: #ffffff;
12434
- background: var(--color-background-screen);
12435
- transform: translate(-50%, -50%);
12436
- }
12437
-
12438
- .tw-checkbox-indeterminate .has-error::after {
12439
- background-color: #e74848;
12440
- background-color: var(--color-interactive-negative);
12441
- }
12442
-
12443
12385
  .circle {
12444
12386
  display: flex;
12445
12387
  align-items: center;
@@ -24257,6 +24199,43 @@ a[data-toggle="tooltip"] {
24257
24199
  white-space: nowrap;
24258
24200
  }
24259
24201
 
24202
+ .tw-checkbox-check {
24203
+ position: relative;
24204
+ display: inline-block;
24205
+ width: 10px;
24206
+ height: 8px;
24207
+ }
24208
+
24209
+ .tw-checkbox-check::before,
24210
+ .tw-checkbox-check::after {
24211
+ content: "";
24212
+ position: absolute;
24213
+ background: #ffffff;
24214
+ background: var(--color-background-screen);
24215
+ transform: translateX(0.5px) rotate(-45deg);
24216
+ transform-origin: left bottom;
24217
+ left: 8px;
24218
+ left: var(--size-8);
24219
+ }
24220
+
24221
+ .tw-checkbox-check .has-error::before,
24222
+ .tw-checkbox-check .has-error::after {
24223
+ background-color: #e74848;
24224
+ background-color: var(--color-interactive-negative);
24225
+ }
24226
+
24227
+ .tw-checkbox-check::before {
24228
+ top: 9px;
24229
+ height: 6px;
24230
+ width: 2px;
24231
+ }
24232
+
24233
+ .tw-checkbox-check::after {
24234
+ bottom: 5px;
24235
+ height: 2px;
24236
+ width: 11px;
24237
+ }
24238
+
24260
24239
  .d-inline-block {
24261
24240
  display: inline-block;
24262
24241
  }
@@ -30,21 +30,3 @@
30
30
  height: 2px;
31
31
  width: 11px;
32
32
  }
33
- .tw-checkbox-indeterminate {
34
- position: relative;
35
- }
36
- .tw-checkbox-indeterminate::after {
37
- content: "";
38
- position: absolute;
39
- width: 12px;
40
- height: 2px;
41
- top: 55%;
42
- left: 50%;
43
- background: #ffffff;
44
- background: var(--color-background-screen);
45
- transform: translate(-50%, -50%);
46
- }
47
- .tw-checkbox-indeterminate .has-error::after {
48
- background-color: #e74848;
49
- background-color: var(--color-interactive-negative);
50
- }
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-5308dce",
4
+ "version": "0.0.0-experimental-9296e7a",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -39,7 +39,7 @@
39
39
  box-shadow: inset 0 0 0 1px var(--color-interactive-secondary);
40
40
  }
41
41
 
42
- .tw-checkbox-check, .tw-checkbox-indeterminate {
42
+ .tw-checkbox-check, .np-tw-checkbox-indeterminate {
43
43
  width: 20px;
44
44
  height: 20px;
45
45
  margin: 0;
@@ -100,7 +100,7 @@
100
100
  }
101
101
 
102
102
  input[type="checkbox"]:indeterminate + & {
103
- .tw-checkbox-indeterminate {
103
+ .np-tw-checkbox-indeterminate {
104
104
  display: inline-block;
105
105
  }
106
106
  }
@@ -20,7 +20,6 @@
20
20
  @import "./buttons.less";
21
21
  @import "./button-groups.less";
22
22
  @import "./input-groups.less";
23
- @import "./checkbox.less";
24
23
  @import "./circles.less";
25
24
  @import "./column-layout.less";
26
25
  @import "./currency-flags.less";
@@ -47,5 +46,6 @@
47
46
  @import "./sequences.less";
48
47
  @import "./table.less";
49
48
  @import "./tooltip.less";
49
+ @import "./tick.less";
50
50
  @import "./utilities.less";
51
51
  @import "./wells.less";
@@ -34,25 +34,4 @@
34
34
  height: 2px;
35
35
  width: 11px;
36
36
  }
37
- }
38
-
39
- .tw-checkbox-indeterminate {
40
- position: relative;
41
-
42
- &::after {
43
- content: "";
44
- position: absolute;
45
- width: 12px;
46
- height: 2px;
47
- top: 55%;
48
- left: 50%;
49
- background: var(--color-background-screen);
50
- transform: translate(-50%, -50%);
51
- }
52
-
53
- .has-error {
54
- &::after {
55
- background-color: var(--color-interactive-negative);
56
- }
57
- }
58
- }
37
+ }