playbook_ui 14.2.0.pre.alpha.fixphonenumberinputflag3632 → 14.2.0.pre.alpha.play1432playgroundsanitation3622
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f159aea0db06888d2eeb5941c7c0b220d21a7f60bfd35f83fbdda98fe48d72c
|
4
|
+
data.tar.gz: 6d72361b4413b489e8712034957d59e6f913e22e0c3850e6b190229bc5f8ca88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 618c0f2cffc859778407a59ea8089b8d55afb969a5434bf19ace49246180c5deba7bee8a4db3941cd1d8a8088577049bd1a2a9bb277f4352f865ee0c87d005ed
|
7
|
+
data.tar.gz: c25245bb82d84813523af04840788028b20cc63efcdafc349b464b92988a510aeb9b7be26757825d06f105d55574bf5ca197df2e0d4b6bbd3c97b42d7b46bd3d
|
@@ -60,7 +60,6 @@ $flag-min-resolution: 192dpi;
|
|
60
60
|
}
|
61
61
|
|
62
62
|
.iti__flag {
|
63
|
-
background-image: url("https://unpkg.com/playbook-ui@14.2.0-alpha.fixphonenumberinputflag3631/dist/assets/flags.png");
|
64
63
|
border-radius: 1px;
|
65
64
|
}
|
66
65
|
|
@@ -197,10 +196,4 @@ $flag-min-resolution: 192dpi;
|
|
197
196
|
}
|
198
197
|
}
|
199
198
|
}
|
200
|
-
|
201
|
-
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: $flag-min-resolution) {
|
202
|
-
.iti__flag {
|
203
|
-
background-image: url("https://unpkg.com/playbook-ui@14.2.0-alpha.fixphonenumberinputflag3631/dist/assets/flags.png");
|
204
|
-
}
|
205
|
-
}
|
206
199
|
}
|