@apolitical/component-library 6.4.1-ac.0 → 6.4.1-ac.2
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/form/components/form/index.d.ts +1 -0
- package/index.js +31 -31
- package/index.mjs +1 -0
- package/package.json +1 -1
- package/styles/variables/colors/theme/_form.scss +1 -0
package/index.mjs
CHANGED
|
@@ -29376,6 +29376,7 @@ export {
|
|
|
29376
29376
|
O_ as CardBlock,
|
|
29377
29377
|
qk as Carousel,
|
|
29378
29378
|
Pd as CharacterLimit,
|
|
29379
|
+
Nd as Checkbox,
|
|
29379
29380
|
oo as CollapsibleSection,
|
|
29380
29381
|
ev as Columns,
|
|
29381
29382
|
hk as CommunityDetails,
|
package/package.json
CHANGED
|
@@ -28,6 +28,7 @@ $form: (
|
|
|
28
28
|
search_clear-button_bg: get-map($c, 'n500'),
|
|
29
29
|
search_search-button_bg: get-map($c, 'n600'),
|
|
30
30
|
search_search-button_active_bg: get-map($c, 'white'),
|
|
31
|
+
selected_row_bg: get-map($c, 'b700'),
|
|
31
32
|
show_password: get-map($c, 'n600'),
|
|
32
33
|
signup_form_error: get-map($c, 'error600'),
|
|
33
34
|
toggle_bg: get-map($c, 'n100'),
|