Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Daffodil Palette Docs Generation #2905

Open
Tracked by #1925
xelaint opened this issue Jul 10, 2024 · 1 comment · May be fixed by #2912
Open
Tracked by #1925

[FEAT] Daffodil Palette Docs Generation #2905

xelaint opened this issue Jul 10, 2024 · 1 comment · May be fixed by #2912
Assignees
Labels
docs This issue is related to documentation feat a new feature, enhancement, or improvement package: design @daffodil/design
Milestone

Comments

@xelaint
Copy link
Member

xelaint commented Jul 10, 2024

💡 Feature request

Feature Name

Daffodil Palette Docs Generation

The Desired Behavior

Generate our Daffodil palettes (in _color-palettes.scss) through docs generation rather than static, hard-coding values. This is what it currently looks like in design-land:

Screen Shot 2024-07-10 at 12 32 42 PM

Expected behavior:

<div class="dl-color__decorative-grid">
	<div class="dl-color__palette" *ngFor="">
		<div style="background-color: {{ hexValue }}">
			<span>{{ key }}</span> <span> {{ hexValue }} </span>
		</div>
	</div>
</div>

Your Use Case

As a developer, I would like to generate a component with Daffodil's default palettes without having to hardcode the values.

Prior Work

Environment


Daffodil version: X.Y.Z
Angular version: X.Y.Z 

 
For Tooling issues:
- Node version: XX  
- Platform:  

Others:

@xelaint xelaint added feat a new feature, enhancement, or improvement docs This issue is related to documentation package: design @daffodil/design labels Jul 10, 2024
@xelaint xelaint added this to the Daffodil v1.0 milestone Jul 10, 2024
@xelaint xelaint mentioned this issue Jul 10, 2024
26 tasks
@griest024 griest024 linked a pull request Jul 15, 2024 that will close this issue
3 tasks
@damienwebdev
Copy link
Member

Blocked by #3054 / #2903

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This issue is related to documentation feat a new feature, enhancement, or improvement package: design @daffodil/design
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants