@sebgroup/green-core 3.6.3 → 3.8.0

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 (81) hide show
  1. package/assets/icons/regular/arrows-repeat-right.svg +1 -0
  2. package/assets/icons/regular/asterisk.svg +1 -1
  3. package/assets/icons/regular/calendar-repeat.svg +3 -0
  4. package/assets/icons/solid/arrows-repeat-right.svg +2 -0
  5. package/assets/icons/solid/calendar-repeat.svg +3 -0
  6. package/assets/icons/solid/credit-card-add.svg +2 -2
  7. package/components/avatar/avatar-group/avatar-group.component.d.ts +21 -0
  8. package/components/avatar/avatar-group/avatar-group.component.js +32 -0
  9. package/components/avatar/avatar-group/avatar-group.d.ts +2 -0
  10. package/components/avatar/avatar-group/avatar-group.js +6 -0
  11. package/components/avatar/avatar-group/avatar-group.styles.d.ts +2 -0
  12. package/components/avatar/avatar-group/avatar-group.styles.js +21 -0
  13. package/components/avatar/avatar-group/index.d.ts +1 -0
  14. package/components/avatar/avatar-group/index.js +1 -0
  15. package/components/avatar/avatar.component.d.ts +51 -0
  16. package/components/avatar/avatar.component.js +100 -0
  17. package/components/avatar/avatar.d.ts +2 -0
  18. package/components/avatar/avatar.js +6 -0
  19. package/components/avatar/avatar.styles.d.ts +2 -0
  20. package/components/avatar/avatar.styles.js +124 -0
  21. package/components/avatar/index.d.ts +2 -0
  22. package/components/avatar/index.js +2 -0
  23. package/components/details/details.styles.js +0 -1
  24. package/components/icon/icons/arrows-repeat-right.component.d.ts +18 -0
  25. package/components/icon/icons/arrows-repeat-right.component.js +25 -0
  26. package/components/icon/icons/arrows-repeat-right.d.ts +2 -0
  27. package/components/icon/icons/arrows-repeat-right.js +6 -0
  28. package/components/icon/icons/asterisk.component.js +1 -1
  29. package/components/icon/icons/calendar-repeat.component.d.ts +18 -0
  30. package/components/icon/icons/calendar-repeat.component.js +25 -0
  31. package/components/icon/icons/calendar-repeat.d.ts +2 -0
  32. package/components/icon/icons/calendar-repeat.js +6 -0
  33. package/components/icon/icons/credit-card-add.component.js +1 -1
  34. package/components/icon/icons/index.d.ts +2 -0
  35. package/components/icon/icons/index.js +2 -0
  36. package/components/icon/icons/pure.d.ts +2 -0
  37. package/components/icon/icons/pure.js +2 -0
  38. package/components/index.d.ts +1 -0
  39. package/components/index.js +1 -0
  40. package/custom-elements.json +12273 -9763
  41. package/gds-element.js +1 -1
  42. package/generated/mcp/avatar/angular.md +17 -0
  43. package/generated/mcp/avatar/api.md +49 -0
  44. package/generated/mcp/avatar/guidelines.md +40 -0
  45. package/generated/mcp/avatar/index.json +9 -0
  46. package/generated/mcp/avatar/react.md +17 -0
  47. package/generated/mcp/avatar-group/angular.md +17 -0
  48. package/generated/mcp/avatar-group/api.md +38 -0
  49. package/generated/mcp/avatar-group/index.json +8 -0
  50. package/generated/mcp/avatar-group/react.md +17 -0
  51. package/generated/mcp/components.json +26 -1
  52. package/generated/mcp/concepts/architecture.md +40 -5
  53. package/generated/mcp/guides/installing.md +10 -69
  54. package/generated/mcp/icon-arrows-repeat-right/angular.md +15 -0
  55. package/generated/mcp/icon-arrows-repeat-right/api.md +31 -0
  56. package/generated/mcp/icon-arrows-repeat-right/index.json +8 -0
  57. package/generated/mcp/icon-arrows-repeat-right/react.md +15 -0
  58. package/generated/mcp/icon-calendar-repeat/angular.md +15 -0
  59. package/generated/mcp/icon-calendar-repeat/api.md +31 -0
  60. package/generated/mcp/icon-calendar-repeat/index.json +8 -0
  61. package/generated/mcp/icon-calendar-repeat/react.md +15 -0
  62. package/generated/mcp/icons.json +25 -1
  63. package/generated/mcp/index.json +1 -1
  64. package/generated/mcp/switch/guidelines.md +2 -2
  65. package/generated/mcp/tokens.json +1 -1
  66. package/generated/react/avatar/index.d.ts +681 -0
  67. package/generated/react/avatar/index.js +14 -0
  68. package/generated/react/avatar-group/index.d.ts +671 -0
  69. package/generated/react/avatar-group/index.js +14 -0
  70. package/generated/react/card-pattern-01/index.d.ts +1 -1
  71. package/generated/react/icons/icon-arrows-repeat-right/index.d.ts +672 -0
  72. package/generated/react/icons/icon-arrows-repeat-right/index.js +16 -0
  73. package/generated/react/icons/icon-calendar-repeat/index.d.ts +672 -0
  74. package/generated/react/icons/icon-calendar-repeat/index.js +16 -0
  75. package/generated/react/index.d.ts +11 -7
  76. package/generated/react/index.js +11 -7
  77. package/package.json +7 -1
  78. package/patterns/card-pattern-01/card-pattern-01.component.js +0 -1
  79. package/pure.d.ts +2 -0
  80. package/pure.js +2 -0
  81. package/utils/helpers/custom-element-scoping.js +1 -1
@@ -7,11 +7,11 @@ A toggle lets users switch a setting on or off.
7
7
 
8
8
  ### Behaviour
9
9
 
10
- Changing the toggle updates the state immediately. The current state should always be clear to the user, and the component should provide feedback for different interaction states such as hover, focus, pressed, and disabled.
10
+ Changing the switch updates the state immediately. The current state should always be clear to the user, and the component should provide feedback for different interaction states such as hover, focus, pressed, and disabled.
11
11
 
12
12
  ### Size
13
13
 
14
- The toggle is available in two sizes: default and small. The small size should only be used in compact views where space is limited, such as dense layouts or smaller components.
14
+ The switch is available in two sizes: default and small. The small size should only be used in compact views where space is limited, such as dense layouts or smaller components.
15
15
 
16
16
  ### Label
17
17
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "generatedAt": "2026-04-29T15:59:02.787Z",
2
+ "generatedAt": "2026-05-04T08:15:17.443Z",
3
3
  "categories": {
4
4
  "space": {
5
5
  "description": "Spacing tokens for padding, margin, gap, and other spacing",