@taxbit/react-sdk 1.0.0-beta.1 → 1.0.0-beta.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taxbit/react-sdk",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.3",
4
4
  "description": "Taxbit Tax Documentation",
5
5
  "author": "Taxbit",
6
6
  "type": "module",
package/style/basic.css CHANGED
@@ -163,7 +163,7 @@ button.taxbit-button:focus-visible {
163
163
  flex-direction: column;
164
164
  .taxbit-radio-button {
165
165
  display: flex;
166
- align-items: start;
166
+ align-items: flex-start;
167
167
  }
168
168
  .taxbit-radio-button input {
169
169
  margin-top: 6px;
package/style/inline.css CHANGED
@@ -163,7 +163,7 @@ button.taxbit-button:focus-visible {
163
163
  flex-direction: column;
164
164
  .taxbit-radio-button {
165
165
  display: flex;
166
- align-items: start;
166
+ align-items: flex-start;
167
167
  }
168
168
  .taxbit-radio-button input {
169
169
  margin-top: 6px;