@mhmo91/schmancy 0.10.22 → 0.10.23

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.
Files changed (50) hide show
  1. package/custom-elements.json +0 -106
  2. package/dist/agent/schmancy.agent.js +1833 -1950
  3. package/dist/agent/schmancy.agent.js.map +1 -1
  4. package/dist/agent/schmancy.manifest.json +1 -89
  5. package/dist/badge.cjs +1 -1
  6. package/dist/badge.js +1 -1
  7. package/dist/button-C1IMGS6M.js +446 -0
  8. package/dist/button-C1IMGS6M.js.map +1 -0
  9. package/dist/button-CWNbPPq-.cjs +120 -0
  10. package/dist/button-CWNbPPq-.cjs.map +1 -0
  11. package/dist/button.cjs +1 -120
  12. package/dist/button.js +2 -447
  13. package/dist/content-drawer.cjs +1 -1
  14. package/dist/content-drawer.js +1 -1
  15. package/dist/handover/agent-runtime-followups.md +1 -1
  16. package/dist/handover/agent-runtime-v1.md +3 -3
  17. package/dist/icons-DJuXwn8D.js +48 -0
  18. package/dist/icons-DJuXwn8D.js.map +1 -0
  19. package/dist/icons-oNRUCAEY.cjs +33 -0
  20. package/dist/icons-oNRUCAEY.cjs.map +1 -0
  21. package/dist/icons.cjs +1 -1
  22. package/dist/icons.js +1 -1
  23. package/dist/index.cjs +1 -1
  24. package/dist/index.js +2 -2
  25. package/dist/nav-drawer.cjs +1 -1
  26. package/dist/nav-drawer.js +1 -1
  27. package/dist/navigation-bar.cjs +1 -1
  28. package/dist/navigation-bar.js +1 -1
  29. package/dist/skills/overlay.md +4 -0
  30. package/dist/skills/schmancy/overlay.md +4 -0
  31. package/dist/{src-DhbXaOrS.js → src-B15R32Sp.js} +2 -2
  32. package/dist/{src-DhbXaOrS.js.map → src-B15R32Sp.js.map} +1 -1
  33. package/dist/{src-BoHs3kDi.cjs → src-BWQvtOOf.cjs} +1 -1
  34. package/dist/{src-BoHs3kDi.cjs.map → src-BWQvtOOf.cjs.map} +1 -1
  35. package/dist/teleport.cjs +1 -1
  36. package/dist/teleport.js +1 -1
  37. package/package.json +1 -1
  38. package/skills/schmancy/overlay.md +4 -0
  39. package/src/icons/icon.ts +43 -293
  40. package/types/src/icons/icon.d.ts +0 -81
  41. package/dist/button.cjs.map +0 -1
  42. package/dist/button.js.map +0 -1
  43. package/dist/context-6oXCZmZN.js +0 -3
  44. package/dist/context-6oXCZmZN.js.map +0 -1
  45. package/dist/context-CRZeiCqq.cjs +0 -1
  46. package/dist/context-CRZeiCqq.cjs.map +0 -1
  47. package/dist/icons-BgUbHwy8.js +0 -169
  48. package/dist/icons-BgUbHwy8.js.map +0 -1
  49. package/dist/icons-morK4hHz.cjs +0 -52
  50. package/dist/icons-morK4hHz.cjs.map +0 -1
@@ -4449,117 +4449,11 @@
4449
4449
  {
4450
4450
  "name": "schmancy-icon",
4451
4451
  "path": "./src/icons/icon.ts",
4452
- "attributes": [
4453
- {
4454
- "name": "fill",
4455
- "description": "Fill value for the icon (0-1)\n0 = outlined, 1 = filled",
4456
- "type": "number",
4457
- "default": "0"
4458
- },
4459
- {
4460
- "name": "weight",
4461
- "description": "Weight value for the icon (100-700)\nControls the thickness of the icon strokes",
4462
- "type": "number",
4463
- "default": "400"
4464
- },
4465
- {
4466
- "name": "grade",
4467
- "description": "Grade value for the icon (-50-200)\nAdjusts the visual weight/grade",
4468
- "type": "number",
4469
- "default": "0"
4470
- },
4471
- {
4472
- "name": "variant",
4473
- "description": "Icon variant style",
4474
- "type": "\"rounded\" | \"outlined\" | \"sharp\"",
4475
- "default": "\"outlined\""
4476
- },
4477
- {
4478
- "name": "size",
4479
- "description": "Size of the icon - M3 aligned tokens or custom string\nTokens: 'xxs' (12px), 'xs' (16px), 'sm' (20px), 'md' (24px), 'lg' (32px)\nCustom: any CSS size string like '48px', '2rem'\n\nWhen this icon is a descendant of `<schmancy-button>`, the button's\n`size` wins (via `SchmancyButtonSizeContext`). The local `size` only\napplies when there is no ancestor button.",
4480
- "type": "string",
4481
- "default": "\"md\""
4482
- },
4483
- {
4484
- "name": "icon",
4485
- "description": "Icon name - use this instead of slot content to prevent translation breaking icons.\nWhen set, this takes precedence over slot content.\nExample: <schmancy-icon icon=\"delete\"></schmancy-icon>",
4486
- "type": "string | undefined"
4487
- }
4488
- ],
4489
4452
  "properties": [
4490
4453
  {
4491
4454
  "name": "styles",
4492
4455
  "type": "CSSResult[]",
4493
4456
  "default": "[null]"
4494
- },
4495
- {
4496
- "name": "fill",
4497
- "attribute": "fill",
4498
- "description": "Fill value for the icon (0-1)\n0 = outlined, 1 = filled",
4499
- "type": "number",
4500
- "default": "0"
4501
- },
4502
- {
4503
- "name": "weight",
4504
- "attribute": "weight",
4505
- "description": "Weight value for the icon (100-700)\nControls the thickness of the icon strokes",
4506
- "type": "number",
4507
- "default": "400"
4508
- },
4509
- {
4510
- "name": "grade",
4511
- "attribute": "grade",
4512
- "description": "Grade value for the icon (-50-200)\nAdjusts the visual weight/grade",
4513
- "type": "number",
4514
- "default": "0"
4515
- },
4516
- {
4517
- "name": "variant",
4518
- "attribute": "variant",
4519
- "description": "Icon variant style",
4520
- "type": "\"rounded\" | \"outlined\" | \"sharp\"",
4521
- "default": "\"outlined\""
4522
- },
4523
- {
4524
- "name": "size",
4525
- "attribute": "size",
4526
- "description": "Size of the icon - M3 aligned tokens or custom string\nTokens: 'xxs' (12px), 'xs' (16px), 'sm' (20px), 'md' (24px), 'lg' (32px)\nCustom: any CSS size string like '48px', '2rem'\n\nWhen this icon is a descendant of `<schmancy-button>`, the button's\n`size` wins (via `SchmancyButtonSizeContext`). The local `size` only\napplies when there is no ancestor button.",
4527
- "type": "string",
4528
- "default": "\"md\""
4529
- },
4530
- {
4531
- "name": "icon",
4532
- "attribute": "icon",
4533
- "description": "Icon name - use this instead of slot content to prevent translation breaking icons.\nWhen set, this takes precedence over slot content.\nExample: <schmancy-icon icon=\"delete\"></schmancy-icon>",
4534
- "type": "string | undefined"
4535
- }
4536
- ],
4537
- "cssProperties": [
4538
- {
4539
- "name": "--schmancy-icon-size",
4540
- "description": "The size of the icon (default: 24px)"
4541
- },
4542
- {
4543
- "name": "--schmancy-icon-fill",
4544
- "description": "Fill value for icon (0-1)"
4545
- },
4546
- {
4547
- "name": "--schmancy-icon-weight",
4548
- "description": "Weight value for icon (100-700)"
4549
- },
4550
- {
4551
- "name": "--schmancy-icon-grade",
4552
- "description": "Grade value for icon (-50-200)"
4553
- },
4554
- {
4555
- "name": "--schmancy-icon-opsz",
4556
- "description": "Optical size (default: 24)"
4557
- }
4558
- ],
4559
- "cssParts": [
4560
- {
4561
- "name": "icon",
4562
- "description": "The inner `<span>` carrying the Material Symbols glyph."
4563
4457
  }
4564
4458
  ]
4565
4459
  },