@transferwise/components 43.13.30 → 43.13.31
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 +1 @@
|
|
|
1
|
-
.np-summary{min-width:280px}.np-summary__title{font-weight:600;font-weight:var(--font-weight-semi-bold);line-height:1.375;margin-top:2px}.np-theme-personal .np-summary__title{justify-content:space-between;margin-top:0}.np-summary__title span{letter-spacing:normal;line-height:1.375;margin-bottom:0!important}.np-summary__title .np-info button{margin-top:-2px}.np-theme-personal .np-summary__title .np-info button{margin-top:0}.np-summary__title .np-info__small{margin-top:2px}.np-theme-personal .np-summary__title .np-info__small{margin-top:0}.np-theme-personal .np-summary__title .np-info .tw-icon{color:var(--color-interactive-primary)}.np-summary__icon{color:#37517e;color:var(--color-content-primary);position:relative}.np-summary__icon .np-summary-icon__done{color:#2ead4b;color:var(--color-interactive-positive)}.np-theme-personal .np-summary__icon .np-summary-icon__done{color:var(--color-sentiment-positive)}.np-summary__icon .np-summary-icon__pending{color:#df8700;color:var(--color-interactive-warning)}.np-theme-personal .np-summary__icon .np-summary-icon__pending{color:var(--color-sentiment-warning)}.np-summary__icon :nth-child(2){background-color:#fff;background-color:var(--color-background-screen);border-radius:50%;bottom:-6px;position:absolute;right:-8px}[dir=rtl] .np-summary__icon :nth-child(2){left:-8px;right:auto}.np-theme-personal .np-summary__icon :nth-child(2){background-color:transparent}.np-summary__description{font-size:.875rem;font-size:var(--font-size-14);line-height:1.42857;margin-top:4px;margin-top:var(--size-4)}.np-theme-personal .np-summary__description{color:#5d7079;color:var(--color-content-secondary);padding-right:32px;padding-right:calc(var(--size-24) + var(--size-8))}[dir=rtl] .np-theme-personal .np-summary__description{padding-left:32px;padding-left:calc(var(--size-24) + var(--size-8));padding-right:0}.np-summary__action{font-size:.875rem;font-size:var(--font-size-14);font-weight:600;font-weight:var(--font-weight-semi-bold);margin-top:4px;margin-top:var(--size-4)}.np-summary+.np-summary{margin-top:24px;margin-top:var(--size-24)}
|
|
1
|
+
.np-summary{min-width:280px}.np-summary__body{flex:1}.np-summary__title{font-weight:600;font-weight:var(--font-weight-semi-bold);line-height:1.375;margin-top:2px}.np-theme-personal .np-summary__title{justify-content:space-between;margin-top:0}.np-summary__title span{letter-spacing:normal;line-height:1.375;margin-bottom:0!important}.np-summary__title .np-info button{margin-top:-2px}.np-theme-personal .np-summary__title .np-info button{margin-top:0}.np-summary__title .np-info__small{margin-top:2px}.np-theme-personal .np-summary__title .np-info__small{margin-top:0}.np-theme-personal .np-summary__title .np-info .tw-icon{color:var(--color-interactive-primary)}.np-summary__icon{color:#37517e;color:var(--color-content-primary);position:relative}.np-summary__icon .np-summary-icon__done{color:#2ead4b;color:var(--color-interactive-positive)}.np-theme-personal .np-summary__icon .np-summary-icon__done{color:var(--color-sentiment-positive)}.np-summary__icon .np-summary-icon__pending{color:#df8700;color:var(--color-interactive-warning)}.np-theme-personal .np-summary__icon .np-summary-icon__pending{color:var(--color-sentiment-warning)}.np-summary__icon :nth-child(2){background-color:#fff;background-color:var(--color-background-screen);border-radius:50%;bottom:-6px;position:absolute;right:-8px}[dir=rtl] .np-summary__icon :nth-child(2){left:-8px;right:auto}.np-theme-personal .np-summary__icon :nth-child(2){background-color:transparent}.np-summary__description{font-size:.875rem;font-size:var(--font-size-14);line-height:1.42857;margin-top:4px;margin-top:var(--size-4)}.np-theme-personal .np-summary__description{color:#5d7079;color:var(--color-content-secondary);padding-right:32px;padding-right:calc(var(--size-24) + var(--size-8))}[dir=rtl] .np-theme-personal .np-summary__description{padding-left:32px;padding-left:calc(var(--size-24) + var(--size-8));padding-right:0}.np-summary__action{font-size:.875rem;font-size:var(--font-size-14);font-weight:600;font-weight:var(--font-weight-semi-bold);margin-top:4px;margin-top:var(--size-4)}.np-summary+.np-summary{margin-top:24px;margin-top:var(--size-24)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/components",
|
|
3
|
-
"version": "43.13.
|
|
3
|
+
"version": "43.13.31",
|
|
4
4
|
"description": "Neptune React components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/umd/polyfill/main.js",
|
|
@@ -134,5 +134,5 @@
|
|
|
134
134
|
"**/chokidar/glob-parent": "5.1.2",
|
|
135
135
|
"**/fast-glob/glob-parent": "5.1.2"
|
|
136
136
|
},
|
|
137
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "87cd6aeddefd9993c2d1da538062ddf014a8d4d6"
|
|
138
138
|
}
|