@tacktext/widget 0.1.12 → 0.1.13
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/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1938,6 +1938,7 @@ var w=class{constructor(e,t){this.authToken=null;this.onUnauthorized=null;this.b
|
|
|
1938
1938
|
|
|
1939
1939
|
/* Sign-in pill variant */
|
|
1940
1940
|
.tack-form-pill-signin {
|
|
1941
|
+
flex-direction: row;
|
|
1941
1942
|
align-items: center;
|
|
1942
1943
|
padding: 6px 6px 6px 16px;
|
|
1943
1944
|
cursor: default;
|