@solid-design-system/mcp 7.0.2 → 7.0.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## 7.0.3
4
+
3
5
  ## 7.0.2
4
6
 
5
7
  ## 7.0.1
@@ -2,12 +2,18 @@
2
2
  name: footnotes
3
3
  title: Footnotes
4
4
  components:
5
+ - sd-container
6
+ - sd-container--variant-primary
5
7
  - sd-footnotes
8
+ - sd-footnotes--inverted
6
9
  - sd-footnotes--marker
7
10
  - sd-headline
8
- - sd-headline--3xl
11
+ - sd-headline--inverted
12
+ - sd-headline--size-3xl
9
13
  - sd-paragraph
14
+ - sd-paragraph--inverted
10
15
  - sd-prose
16
+ - sd-prose--inverted
11
17
  version: 1.0.0
12
18
  ---
13
19
 
@@ -15,10 +21,7 @@ version: 1.0.0
15
21
 
16
22
  ```html
17
23
  <div class="sd-prose">
18
- <!-- Dev-note: The <a> elements have been wrapped in <span> elements due to an issue in safari
19
- where using the mouse to navigate between footnotes would trigger the focus-outline. -->
20
-
21
- <h2 class="sd-headline sd-headline--3xl">The Power of a Solid Design System</h2>
24
+ <h2 class="sd-headline sd-headline--size-3xl">The Power of a Solid Design System</h2>
22
25
  <p class="sd-paragraph">
23
26
  A solid design system is the backbone of a cohesive product, offering a single source of truth that promotes
24
27
  consistency across all platforms and teams
@@ -47,7 +50,7 @@ version: 1.0.0
47
50
  increasingly complex. A well-defined design system mitigates these challenges by acting as a blueprint for future
48
51
  iterations, preventing visual drift and maintaining brand integrity across diverse touchpoints. Teams can
49
52
  confidently experiment and innovate within the system’s boundaries, knowing that their work aligns with established
50
- guidelines <span id="ref_4" class="sd-footnotes--marker"><a href="#note_4">3</a></span> .
53
+ guidelines <span id="ref_4" class="sd-footnotes--marker"><a href="#note_4">4</a></span> .
51
54
  </p>
52
55
  <p>
53
56
  By continuously evolving with feedback and technological advancements, a design system remains a living entity
@@ -60,21 +63,54 @@ version: 1.0.0
60
63
  <ol class="sd-footnotes mt-12">
61
64
  <li id="note_1">
62
65
  <a href="#ref_1" class="sd-footnotes--marker"></a>
63
- Design systems act as a "single source of truth," promoting consistency across all products.
66
+ A design system centralizes guidelines, ensuring consistency across teams and products.
64
67
  </li>
65
68
  <li id="note_2">
66
69
  <a href="#ref_2a" class="sd-footnotes--marker"></a>
67
70
  <a href="#ref_2b" class="sd-footnotes--marker"></a>
68
71
  <a href="#ref_2c" class="sd-footnotes--marker"></a>
69
- Component libraries in design systems streamline workflows, boosting efficiency and scalability.
72
+ A consistent UI fosters familiarity, trust, and better accessibility for diverse users.
70
73
  </li>
71
74
  <li id="note_3">
72
75
  <a href="#ref_3" class="sd-footnotes--marker"></a>
73
- A design system’s consistency helps reinforce brand identity and user trust.
76
+ Regular updates keep the design system adaptable to new trends and technologies.
74
77
  </li>
75
78
  <li id="note_4">
76
79
  <a href="#ref_4" class="sd-footnotes--marker"></a>
77
- Effective design systems evolve, remaining adaptable to product and user needs over time.
80
+ Standardized components and documentation reduce development time and design inconsistencies.
78
81
  </li>
79
82
  </ol>
80
83
  ```
84
+
85
+ ## Template: Linked Footnotes in Container
86
+
87
+ ```html
88
+ <div class="sd-container sd-container--variant-primary flex flex-col gap-8 max-w-xl">
89
+ <div class="sd-prose sd-prose--inverted">
90
+ <h2 class="sd-headline sd-headline--inverted sd-headline--size-3xl">Financing that fits your life</h2>
91
+ <p class="sd-paragraph sd-paragraph--inverted">
92
+ A clear loan structure helps customers understand exactly what they're signing up for, before they commit to
93
+ anything
94
+ <span id="ref_c_1" class="sd-footnotes--marker sd-footnotes--inverted"><a href="#note_c_1">1</a></span> .
95
+ Transparent rates, honest fees, and flexible repayment options work together to reduce surprises, helping build
96
+ long-term trust between the bank and the people it serves.
97
+ </p>
98
+ <p class="sd-paragraph sd-paragraph--inverted">
99
+ Every application is reviewed individually, factoring in income, credit history, and personal financial goals
100
+ <span id="ref_c_2" class="sd-footnotes--marker sd-footnotes--inverted"><a href="#note_c_2">2</a></span> . This
101
+ tailored approach means financing decisions reflect each customer's real situation, rather than applying a
102
+ one-size-fits-all model that ignores individual circumstances.
103
+ </p>
104
+ </div>
105
+ <ol class="sd-footnotes sd-footnotes--inverted flex flex-col gap-2">
106
+ <li id="note_c_1">
107
+ <a href="#ref_c_1" class="sd-footnotes--marker"></a>
108
+ Rates shown are indicative and subject to credit approval.
109
+ </li>
110
+ <li id="note_c_2">
111
+ <a href="#ref_c_2" class="sd-footnotes--marker"></a>
112
+ Terms may vary based on income and repayment history.
113
+ </li>
114
+ </ol>
115
+ </div>
116
+ ```
package/package.json CHANGED
@@ -20,9 +20,9 @@
20
20
  "prettier": "^3.9.5",
21
21
  "tsx": "^4.23.1",
22
22
  "typescript": "^5.9.3",
23
- "@solid-design-system/components": "7.0.2",
24
- "@solid-design-system/styles": "7.0.2",
25
- "@solid-design-system/tokens": "7.0.2"
23
+ "@solid-design-system/components": "7.0.3",
24
+ "@solid-design-system/styles": "7.0.3",
25
+ "@solid-design-system/tokens": "7.0.3"
26
26
  },
27
27
  "exports": {
28
28
  ".": {
@@ -59,7 +59,7 @@
59
59
  "directory": "packages/mcp"
60
60
  },
61
61
  "type": "module",
62
- "version": "7.0.2",
62
+ "version": "7.0.3",
63
63
  "scripts": {
64
64
  "build": "pnpm run build:components && pnpm run build:tokens && pnpm run build:ts && pnpm run build:metadata && cd ../.. && pnpm exec prettier --write --log-level warn packages/mcp/metadata",
65
65
  "build:components": "cd ../components && pnpm exec node scripts/make-metadata.js --outdir dist",