9d83bda12c
fix: standardise checkboxes
...
Checkboxes were previously styled super wonky due to
the usage of checkboxClassName which styled the checkbox
trigger.
This change reverts all that and leaves it with sensible defaults
across dark and light mode.
2024-12-31 11:55:49 +11:00
b15e1d6c47
feat: support whitelabelling in the embedding ( #1491 )
...
## Description
Adds support for customising the theme and CSS for the embedding
components which is restricted to platform customers and above.
Additionally adds proper support for the platform plan which will let us
update our stripe products.
<img width="1040" alt="image"
src="https://github.com/user-attachments/assets/f694cd1e-ac93-4dc0-9f78-92fa813f6404 ">
<img width="1015" alt="image"
src="https://github.com/user-attachments/assets/4209972a-b2bd-40c9-9049-0367382a4de5 ">
<img width="1065" alt="image"
src="https://github.com/user-attachments/assets/fdbaaaa5-a028-4b1d-a58a-ea6224e21abe ">
## Related Issue
N/A
## Changes Made
- Added support for using CSS Vars and CSS within the embedding route
- Added a guard for platform and enterprise plans to activate the custom
css
- Added support for the platform plan
## Testing Performed
Yes
2024-11-25 15:47:00 +11:00
e0c948c2ac
feat: add custom font sizes to fields ( #1376 )
...
Adds custom font sizes to fields
https://github.com/user-attachments/assets/1473a4d7-8dc6-4ead-acf5-dd78be7782a0
2024-10-16 16:05:41 +11:00
75c8772a02
feat: web i18n ( #1286 )
2024-08-27 20:34:39 +09:00
7b5c57e8af
chore: add more field types ( #1141 )
...
Adds a number of new field types and capabilities to existing fields.
A massive change with far too many moving pieces to document in a single commit.
2024-07-18 23:45:44 +10:00