@taxbit/react-sdk 0.0.13 → 0.0.14

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/basic.css CHANGED
@@ -44,7 +44,7 @@ button:focus-visible {
44
44
 
45
45
  .taxbit-section {
46
46
  margin: 20px 0;
47
- .taxbit-sectionTitle {
47
+ .taxbit-section-title {
48
48
  padding-bottom: 4px;
49
49
  border-bottom: solid 1px #E4EBF6;
50
50
  margin-bottom: 8px;
@@ -62,7 +62,7 @@ button:focus-visible {
62
62
  color: red;
63
63
  }
64
64
  }
65
- .taxbit-errorMessage {
65
+ .taxbit-error-message {
66
66
  color: red;
67
67
  font-size: .8em;
68
68
  }
@@ -72,10 +72,10 @@ button:focus-visible {
72
72
  }
73
73
  }
74
74
 
75
- .taxbit-rowActions {
75
+ .taxbit-row-actions {
76
76
  flex: 0 0 10%;
77
77
  }
78
- .taxbit-rowActionButton, .taxbit-toggle-button {
78
+ .taxbit-row-action-button, .taxbit-toggle-button {
79
79
  font-size: .8em;
80
80
  padding: 0.2em 1em;
81
81
  }
@@ -83,7 +83,7 @@ button:focus-visible {
83
83
  .taxbit-label {
84
84
  flex: 0 0 40%;
85
85
  font-weight: 500;
86
- .subLabel {
86
+ .taxbit-sub-label {
87
87
  font-size: 0.7em;
88
88
  opacity: 0.7;
89
89
  font-weight: 400;
@@ -99,32 +99,32 @@ button:focus-visible {
99
99
  color: rgb(18, 38, 63);
100
100
  }
101
101
 
102
- .taxbit-checkBox {
102
+ .taxbit-check-box {
103
103
  margin: 5px;
104
104
  }
105
105
 
106
- .taxbit-radioButtons {
106
+ .taxbit-radio-buttons {
107
107
  display: flex;
108
108
  flex-direction: column;
109
- .taxbit-radioButton {
109
+ .taxbit-radio-button {
110
110
  display: flex;
111
111
  align-items: center;
112
112
  }
113
113
  }
114
114
 
115
- .taxbit-inputStatus {
115
+ .taxbit-input-status {
116
116
  display: flex;
117
117
  flex-direction: column;
118
118
  width: 100%;
119
119
  }
120
120
 
121
- .taxbit-rowValue {
121
+ .taxbit-row-value {
122
122
  display: flex;
123
123
  flex: 1;
124
124
  gap: 10px;
125
125
  }
126
126
 
127
- .taxbit-rowContent {
127
+ .taxbit-row-content {
128
128
  display: flex;
129
129
  gap: 10px;
130
130
  width: 100%;
@@ -137,19 +137,19 @@ button:focus-visible {
137
137
  .taxbit-state {
138
138
  flex: 1;
139
139
  }
140
- .taxbit-postalCode {
140
+ .taxbit-postal-code {
141
141
  flex: 0 0 40%;
142
142
  }
143
143
 
144
144
 
145
- .taxbit-stepActions {
145
+ .taxbit-step-actions {
146
146
  display: flex;
147
147
 
148
148
  padding-top: 8px;
149
149
  border-top: solid 1px #E4EBF6;
150
150
  margin-top: 12px;
151
151
 
152
- .taxbit-primaryActions {
152
+ .taxbit-primary-actions {
153
153
  > button {
154
154
  background-color: rgb(0, 96, 223);
155
155
  color: #ffffff;
@@ -160,7 +160,7 @@ button:focus-visible {
160
160
  }
161
161
  }
162
162
 
163
- .taxbit-secondaryActions {
163
+ .taxbit-secondary-actions {
164
164
  > button {
165
165
  background-color: #f9f9f9;
166
166
  color: #1a1a1a;
@@ -171,19 +171,19 @@ button:focus-visible {
171
171
  }
172
172
  }
173
173
 
174
- .taxbit-primaryActions {
174
+ .taxbit-primary-actions {
175
175
  text-align: right;
176
176
  > button:nth-child(2) {
177
177
  margin-left: 10px;
178
178
  }
179
179
  }
180
- .taxbit-secondaryActions {
180
+ .taxbit-secondary-actions {
181
181
  text-align: left;
182
182
  > button:nth-child(2) {
183
183
  margin-left: 10px;
184
184
  }
185
185
  }
186
- .taxbit-primaryActions, .taxbit-secondaryActions {
186
+ .taxbit-primary-actions, .taxbit-secondary-actions {
187
187
  flex: 1;
188
188
  }
189
189
  }
package/dist/inline.css CHANGED
@@ -44,7 +44,7 @@ button:focus-visible {
44
44
 
45
45
  .taxbit-section {
46
46
  margin: 20px 0;
47
- .taxbit-sectionTitle {
47
+ .taxbit-section-title {
48
48
  padding-bottom: 4px;
49
49
  border-bottom: solid 1px #E4EBF6;
50
50
  margin-bottom: 8px;
@@ -62,7 +62,7 @@ button:focus-visible {
62
62
  color: red;
63
63
  }
64
64
  }
65
- .taxbit-errorMessage {
65
+ .taxbit-error-message {
66
66
  color: red;
67
67
  font-size: .8em;
68
68
  }
@@ -72,10 +72,10 @@ button:focus-visible {
72
72
  }
73
73
  }
74
74
 
75
- .taxbit-rowActions {
75
+ .taxbit-row-actions {
76
76
  flex: 0 0 10%;
77
77
  }
78
- .taxbit-rowActionButton, .taxbit-toggle-button {
78
+ .taxbit-row-action-button, .taxbit-toggle-button {
79
79
  font-size: .8em;
80
80
  padding: 0.2em 1em;
81
81
  }
@@ -99,32 +99,32 @@ button:focus-visible {
99
99
  color: rgb(18, 38, 63);
100
100
  }
101
101
 
102
- .taxbit-checkBox {
102
+ .taxbit-check-box {
103
103
  margin: 5px;
104
104
  }
105
105
 
106
- .taxbit-radioButtons {
106
+ .taxbit-radio-buttons {
107
107
  display: flex;
108
108
  flex-direction: column;
109
- .taxbit-radioButton {
109
+ .taxbit-radio-button {
110
110
  display: flex;
111
111
  align-items: center;
112
112
  }
113
113
  }
114
114
 
115
- .taxbit-inputStatus {
115
+ .taxbit-input-status {
116
116
  display: flex;
117
117
  flex-direction: column;
118
118
  width: 100%;
119
119
  }
120
120
 
121
- .taxbit-rowValue {
121
+ .taxbit-row-value {
122
122
  display: flex;
123
123
  flex: 1;
124
124
  gap: 10px;
125
125
  }
126
126
 
127
- .taxbit-rowContent {
127
+ .taxbit-row-content {
128
128
  display: flex;
129
129
  gap: 10px;
130
130
  width: 100%;
@@ -137,20 +137,20 @@ button:focus-visible {
137
137
  .taxbit-state {
138
138
  flex: 1;
139
139
  }
140
- .taxbit-postalCode {
140
+ .taxbit-postal-code {
141
141
  flex: 0 0 40%;
142
142
  margin-right: 50%;
143
143
  }
144
144
 
145
145
 
146
- .taxbit-stepActions {
146
+ .taxbit-step-actions {
147
147
  display: flex;
148
148
 
149
149
  padding-top: 8px;
150
150
  border-top: solid 1px #E4EBF6;
151
151
  margin-top: 12px;
152
152
 
153
- .taxbit-primaryActions {
153
+ .taxbit-primary-actions {
154
154
  > button {
155
155
  background-color: rgb(0, 96, 223);
156
156
  color: #ffffff;
@@ -161,7 +161,7 @@ button:focus-visible {
161
161
  }
162
162
  }
163
163
 
164
- .taxbit-secondaryActions {
164
+ .taxbit-secondary-actions {
165
165
  > button {
166
166
  background-color: #f9f9f9;
167
167
  color: #1a1a1a;
@@ -172,19 +172,19 @@ button:focus-visible {
172
172
  }
173
173
  }
174
174
 
175
- .taxbit-primaryActions {
175
+ .taxbit-primary-actions {
176
176
  text-align: right;
177
177
  > button:nth-child(2) {
178
178
  margin-left: 10px;
179
179
  }
180
180
  }
181
- .taxbit-secondaryActions {
181
+ .taxbit-secondary-actions {
182
182
  text-align: left;
183
183
  > button:nth-child(2) {
184
184
  margin-left: 10px;
185
185
  }
186
186
  }
187
- .taxbit-primaryActions, .taxbit-secondaryActions {
187
+ .taxbit-primary-actions, .taxbit-secondary-actions {
188
188
  flex: 1;
189
189
  }
190
190
  }
package/dist/minimal.css CHANGED
@@ -21,12 +21,11 @@
21
21
  margin: 10px 0;
22
22
  }
23
23
 
24
- .taxbit-errorMessage {
24
+ .taxbit-error-message {
25
25
  color: red;
26
26
  }
27
27
 
28
-
29
- .taxbit-stepActions {
28
+ .taxbit-step-actions {
30
29
  display: flex;
31
30
  justify-content: space-between;
32
31
  margin-top: 20px;
@@ -1 +1,2 @@
1
1
  export * from "./TaxBitFormUI";
2
+ export * from "./TaxBitDAC7FormUI";