@transferwise/neptune-css 12.5.0 → 12.5.1
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/CHANGELOG.md +8 -0
- package/dist/css/grid.css +1 -1
- package/dist/css/neptune.css +1 -1
- package/dist/css/progress-bars.css +1 -1
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
.progress{background-color:#86a7bd1a;background-color:var(--color-background-neutral,#86a7bd1a);border-radius:1px;height:2px;margin-bottom:11px;margin-bottom:calc((var(--size-24, 24px) - 2px)/2);margin-top:11px;margin-top:calc((var(--size-24, 24px) - 2px)/2)}.progress-bar{background-color:#0097c7;background-color:var(--color-content-accent,#0097c7);color:#fff;float:left;font-size:1rem;font-size:var(--font-size-16,1rem);font-weight:800;font-weight:var(--font-weight-bold,800);height:100%;text-align:right;transition:width .6s ease;width:0}[dir=rtl] .progress-bar{float:right;text-align:left}.progress-bar:after{background-color:inherit;border-radius:
|
|
1
|
+
.progress{background-color:#86a7bd1a;background-color:var(--color-background-neutral,#86a7bd1a);border-radius:1px;height:2px;margin-bottom:11px;margin-bottom:calc((var(--size-24, 24px) - 2px)/2);margin-top:11px;margin-top:calc((var(--size-24, 24px) - 2px)/2)}.progress-bar{background-color:#0097c7;background-color:var(--color-content-accent,#0097c7);color:#fff;float:left;font-size:1rem;font-size:var(--font-size-16,1rem);font-weight:800;font-weight:var(--font-weight-bold,800);height:100%;text-align:right;transition:width .6s ease;width:0}[dir=rtl] .progress-bar{float:right;text-align:left}.progress-bar:after{background-color:inherit;border-radius:8px/2;content:"";float:right;height:8px;margin-right:8px/2;margin-top:8px/2 + 1;width:8px}[dir=rtl] .progress-bar:after{float:left;margin-left:8px/2;margin-right:0}.progress-bar:first-child{border-bottom-left-radius:2px/2;border-top-left-radius:2px/2}.progress-bar:last-child{border-bottom-right-radius:2px/2;border-top-right-radius:2px/2}.progress-bar-primary{background-color:#37517e;background-color:var(--color-content-primary,#37517e)}.progress-bar-success{background-color:#008026;background-color:var(--color-content-positive,#008026)}.progress-bar-info{background-color:#0097c7;background-color:var(--color-content-accent,#0097c7)}.progress-bar-warning{background-color:#9a6500;background-color:var(--color-content-warning,#9a6500)}.progress-bar-danger{background-color:#cf2929;background-color:var(--color-content-negative,#cf2929)}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-css",
|
|
3
3
|
"description": "Neptune CSS library",
|
|
4
|
-
"version": "12.5.
|
|
4
|
+
"version": "12.5.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"svgo": "1.3.2"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@transferwise/less-config": "^3.0.
|
|
54
|
+
"@transferwise/less-config": "^3.0.4",
|
|
55
55
|
"yargs": "^17.1.1"
|
|
56
56
|
},
|
|
57
57
|
"resolutions": {
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"bin": {
|
|
61
61
|
"neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "63c0b4714683a0bebc5f5f9eb9f9a6cb7e628dae"
|
|
64
64
|
}
|