@transferwise/neptune-css 0.0.0-experimental-484c667 → 0.0.0-experimental-e05d6e4
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.
|
@@ -1824,31 +1824,31 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
1824
1824
|
}
|
|
1825
1825
|
}
|
|
1826
1826
|
@supports (hyphenate-limit-chars: 1) {
|
|
1827
|
-
.
|
|
1827
|
+
.np-text-hyphenated {
|
|
1828
1828
|
-webkit-hyphens: auto;
|
|
1829
1829
|
hyphens: auto;
|
|
1830
1830
|
hyphenate-limit-chars: 7 3;
|
|
1831
1831
|
}
|
|
1832
1832
|
@media (min-width: 768px) {
|
|
1833
|
-
.
|
|
1833
|
+
.np-text-hyphenated {
|
|
1834
1834
|
hyphenate-limit-chars: 8 3;
|
|
1835
1835
|
}
|
|
1836
1836
|
}
|
|
1837
1837
|
@media (min-width: 992px) {
|
|
1838
|
-
.
|
|
1838
|
+
.np-text-hyphenated {
|
|
1839
1839
|
hyphenate-limit-chars: 10 4 3;
|
|
1840
1840
|
}
|
|
1841
1841
|
}
|
|
1842
1842
|
}
|
|
1843
1843
|
@supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
|
|
1844
|
-
.
|
|
1844
|
+
.np-text-hyphenated {
|
|
1845
1845
|
-webkit-hyphens: auto;
|
|
1846
1846
|
hyphens: auto;
|
|
1847
1847
|
-webkit-hyphenate-limit-before: 3;
|
|
1848
1848
|
-webkit-hyphenate-limit-after: 3;
|
|
1849
1849
|
}
|
|
1850
1850
|
@media (min-width: 992px) {
|
|
1851
|
-
.
|
|
1851
|
+
.np-text-hyphenated {
|
|
1852
1852
|
-webkit-hyphenate-limit-before: 4;
|
|
1853
1853
|
}
|
|
1854
1854
|
}
|
package/dist/css/neptune.css
CHANGED
|
@@ -6090,32 +6090,32 @@ html:not([dir="rtl"]) .p-x-panel {
|
|
|
6090
6090
|
}
|
|
6091
6091
|
|
|
6092
6092
|
@supports (hyphenate-limit-chars: 1) {
|
|
6093
|
-
.
|
|
6093
|
+
.np-text-hyphenated {
|
|
6094
6094
|
-webkit-hyphens: auto;
|
|
6095
6095
|
hyphens: auto;
|
|
6096
6096
|
hyphenate-limit-chars: 7 3;
|
|
6097
6097
|
}
|
|
6098
6098
|
@media (min-width: 768px) {
|
|
6099
|
-
.
|
|
6099
|
+
.np-text-hyphenated {
|
|
6100
6100
|
hyphenate-limit-chars: 8 3;
|
|
6101
6101
|
}
|
|
6102
6102
|
}
|
|
6103
6103
|
@media (min-width: 992px) {
|
|
6104
|
-
.
|
|
6104
|
+
.np-text-hyphenated {
|
|
6105
6105
|
hyphenate-limit-chars: 10 4 3;
|
|
6106
6106
|
}
|
|
6107
6107
|
}
|
|
6108
6108
|
}
|
|
6109
6109
|
|
|
6110
6110
|
@supports (not (hyphenate-limit-chars: 1)) and (-webkit-hyphenate-limit-before: 1) {
|
|
6111
|
-
.
|
|
6111
|
+
.np-text-hyphenated {
|
|
6112
6112
|
-webkit-hyphens: auto;
|
|
6113
6113
|
hyphens: auto;
|
|
6114
6114
|
-webkit-hyphenate-limit-before: 3;
|
|
6115
6115
|
-webkit-hyphenate-limit-after: 3;
|
|
6116
6116
|
}
|
|
6117
6117
|
@media (min-width: 992px) {
|
|
6118
|
-
.
|
|
6118
|
+
.np-text-hyphenated {
|
|
6119
6119
|
-webkit-hyphenate-limit-before: 4;
|
|
6120
6120
|
}
|
|
6121
6121
|
}
|
package/package.json
CHANGED
|
@@ -24,8 +24,7 @@ h6,
|
|
|
24
24
|
color: var(--color-content-primary);
|
|
25
25
|
line-height: var(--line-height-title);
|
|
26
26
|
letter-spacing: 0;
|
|
27
|
-
|
|
28
|
-
.hyphenation;
|
|
27
|
+
.np-text-hyphenated;
|
|
29
28
|
|
|
30
29
|
+ p,
|
|
31
30
|
+ ul:not(.list-unstyled),
|
|
@@ -215,7 +214,7 @@ a,
|
|
|
215
214
|
.np-text-display-medium,
|
|
216
215
|
.np-text-display-small {
|
|
217
216
|
letter-spacing: normal;
|
|
218
|
-
.
|
|
217
|
+
.np-text-hyphenated;
|
|
219
218
|
}
|
|
220
219
|
|
|
221
220
|
.np-text-display-extra-large,
|