@rubytech/taskmaster 1.0.109 → 1.0.110

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.109",
3
- "commit": "cacc81d62561424eec28b19daa8ddb8ccb738b3c",
4
- "builtAt": "2026-02-23T15:08:34.701Z"
2
+ "version": "1.0.110",
3
+ "commit": "af775c267e89105a3cce6eb9b0e3c25653bc6176",
4
+ "builtAt": "2026-02-23T16:23:36.083Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.0.109",
3
+ "version": "1.0.110",
4
4
  "description": "AI-powered business assistant for small businesses",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -641,19 +641,21 @@ Each account can have its own branding — a logo and colour scheme that appears
641
641
 
642
642
  | Setting | What it does |
643
643
  |---------|-------------|
644
- | **Logo** | Your business logo, shown on public chat pages alongside your business name |
645
- | **Accent colour** | The colour used for buttons, links, and interactive elements across the UI |
646
- | **Background tint** | A subtle colour wash applied to page and card backgrounds |
644
+ | **Logo** | Your business logo, shown in the navigation header and on public chat pages |
645
+ | **Accent colour** | The colour used for buttons, links, and interactive elements. Button text automatically switches to dark or light for readability. |
646
+ | **Background tint** | A colour wash blended into page backgrounds, cards, chat bubbles, and input fields |
647
647
 
648
648
  ### How to set up branding
649
649
 
650
650
  1. Go to the **Setup** page
651
651
  2. Find the **Branding** row in the status dashboard
652
652
  3. Click **Edit** — a modal opens with your branding options
653
- 4. **Upload a logo** — click Upload and select an image (PNG, JPEG, SVG, or WebP, max 2 MB)
654
- 5. **Choose your accent colour** — click the colour picker next to "Accent colour" and select your brand colour
655
- 6. **Choose your background tint** — click the colour picker next to "Background tint" to add a subtle background wash (optional)
656
- 7. Click **Close** when you're done — changes are applied immediately
653
+ 4. **Upload a logo** — click Upload and select an image (PNG, JPEG, SVG, or WebP, max 2 MB). The logo appears in the navigation header and on public chat pages.
654
+ 5. **Choose your accent colour** — click the colour picker, or type a hex code (e.g. `#7C8C72`) directly into the text field and press Enter
655
+ 6. **Choose your background tint** — click the colour picker or type a hex code to add a colour wash across page backgrounds, cards, chat bubbles, and input fields (optional)
656
+ 7. Close the modal with the **×** button — changes are applied immediately
657
+
658
+ To clear an individual colour without resetting everything, click the **Clear** button next to that colour.
657
659
 
658
660
  To see what each setting does, click the **(i)** button on the Branding row.
659
661
 
@@ -663,7 +665,7 @@ Branding is set per account. If you have multiple accounts, switch to each accou
663
665
 
664
666
  ### Resetting to defaults
665
667
 
666
- To remove all custom branding and return to the default colours, open the Branding modal and click **Reset to defaults**. To remove just the logo, click **Remove** next to the logo preview.
668
+ To remove all custom branding and return to the default colours, open the Branding modal and click **Reset to defaults**. To remove just one colour, click **Clear** next to it. To remove just the logo, click **Remove** next to the logo preview.
667
669
 
668
670
  ### Where branding appears
669
671