@atproto/oauth-client-browser-example 0.0.5 → 0.0.6
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/dist/files.json +6 -6
- package/dist/main.css +0 -2
- package/dist/main.js +857 -793
- package/dist/main.js.map +1 -1
- package/package.json +6 -6
package/dist/main.css
CHANGED
|
@@ -841,9 +841,7 @@ video {
|
|
|
841
841
|
--tw-ring-opacity: 0.05;
|
|
842
842
|
}
|
|
843
843
|
.transition {
|
|
844
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
845
844
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
846
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
|
|
847
845
|
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
848
846
|
transition-duration: 150ms;
|
|
849
847
|
}
|