@transferwise/components 43.13.0 → 43.13.2
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-navigation-option{--ring-outline-offset:0;background-color:transparent;text-align:left;text-decoration:none;width:100%}[dir=rtl] .np-navigation-option{border-right:0}[dir=rtl] .np-navigation-option,html:not([dir=rtl]) .np-navigation-option{border-left:0}html:not([dir=rtl]) .np-navigation-option{border-right:0}[dir=rtl] .np-navigation-option{text-align:right}.np-navigation-option:focus,.np-navigation-option:hover{text-decoration:none}.np-navigation-option:not(.disabled,:disabled):hover .tw-avatar__content{background-color:#fff;background-color:var(--color-background-screen)}.np-navigation-option .circle{border:none}.np-navigation-option:focus{outline:none}.np-navigation-option:focus-visible{outline:var(--ring-outline-color) solid var(--ring-outline-width);outline-offset:var(--ring-outline-offset)}.np-theme-personal .np-navigation-option{text-decoration:none}.np-navigation-option__chevron{background:none;border:none;outline:none;padding:0}.np-navigation-option__chevron:not(.disabled,:disabled):focus,.np-navigation-option__chevron:not(.disabled,:disabled):hover{color:#0084b3;color:var(--color-content-accent-hover)}.np-navigation-option__chevron:not(.disabled,:disabled):active{color:#0077a5;color:var(--color-content-accent-active)}.np-theme-personal .np-option__container-aligned{width:calc(100% + 32px);width:calc(100% + var(--space-content-horizontal)*2)}
|
|
1
|
+
.np-navigation-option{--ring-outline-offset:0;background-color:transparent;text-align:left;text-decoration:none;width:100%}[dir=rtl] .np-navigation-option{border-right:0}[dir=rtl] .np-navigation-option,html:not([dir=rtl]) .np-navigation-option{border-left:0}html:not([dir=rtl]) .np-navigation-option{border-right:0}[dir=rtl] .np-navigation-option{text-align:right}.np-navigation-option:focus,.np-navigation-option:hover{text-decoration:none}.np-navigation-option:not(.disabled,:disabled):hover .tw-avatar__content{background-color:#fff;background-color:var(--color-background-screen)}.np-theme-personal .np-navigation-option:not(.disabled,:disabled):hover .tw-avatar__content{background-color:#86a7bd1a;background-color:var(--color-background-neutral)}.np-navigation-option .circle{border:none}.np-navigation-option:focus{outline:none}.np-navigation-option:focus-visible{outline:var(--ring-outline-color) solid var(--ring-outline-width);outline-offset:var(--ring-outline-offset)}.np-theme-personal .np-navigation-option{text-decoration:none}.np-navigation-option__chevron{background:none;border:none;outline:none;padding:0}.np-navigation-option__chevron:not(.disabled,:disabled):focus,.np-navigation-option__chevron:not(.disabled,:disabled):hover{color:#0084b3;color:var(--color-content-accent-hover)}.np-navigation-option__chevron:not(.disabled,:disabled):active{color:#0077a5;color:var(--color-content-accent-active)}.np-theme-personal .np-option__container-aligned{width:calc(100% + 32px);width:calc(100% + var(--space-content-horizontal)*2)}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/components",
|
|
3
|
-
"version": "43.13.
|
|
3
|
+
"version": "43.13.2",
|
|
4
4
|
"description": "Neptune React components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/umd/polyfill/main.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@storybook/addon-links": "^6.4.19",
|
|
66
66
|
"@transferwise/icons": "^3.2.3",
|
|
67
67
|
"@transferwise/less-config": "^3.0.6",
|
|
68
|
-
"@transferwise/neptune-css": "^14.3.
|
|
68
|
+
"@transferwise/neptune-css": "^14.3.26",
|
|
69
69
|
"@transferwise/neptune-tokens": "^8.3.1",
|
|
70
70
|
"@transferwise/test-config": "^5.0.2",
|
|
71
71
|
"@types/jest": "^26.0.20",
|
|
@@ -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": "2f4f86632ad16acc8e1d571e4ace2611e5133f55"
|
|
138
138
|
}
|