@objectifthunes/whiteboard 0.5.0 → 0.5.1

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.
@@ -1606,6 +1606,30 @@ button.chip:hover {
1606
1606
  font-size: var(--wb-fs-md);
1607
1607
  }
1608
1608
 
1609
+ /* inputs and chips inside a toolbar match the button rhythm */
1610
+ .toolbar input:not([type]),
1611
+ .toolbar input[type='text'],
1612
+ .toolbar input[type='number'],
1613
+ .toolbar input[type='search'] {
1614
+ padding: 0.38rem 0.45rem;
1615
+ font-size: var(--wb-fs-md);
1616
+ line-height: 1.2;
1617
+ }
1618
+
1619
+ .toolbar .chip {
1620
+ font-size: var(--wb-fs-sm);
1621
+ }
1622
+
1623
+ /* the vertical toolbar reads as app chrome too */
1624
+ .vertical-toolbar {
1625
+ padding: 0.45rem;
1626
+ }
1627
+
1628
+ .vertical-toolbar .wb-btn--icon-only {
1629
+ padding: 0.55rem;
1630
+ font-size: var(--wb-fs-md);
1631
+ }
1632
+
1609
1633
  /* ── Draggable ───────────────────────────────────────────────────────── */
1610
1634
  .draggable {
1611
1635
  cursor: grab;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectifthunes/whiteboard",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Pan/zoom whiteboard canvas with draggable panels, minimap, snap-to-grid, and zoom controls",
5
5
  "license": "MIT",
6
6
  "type": "module",