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

Component: @phase2/outline-core-styled-text #432

Draft
wants to merge 25 commits into
base: next
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
cacbe0e
feat: Roughs out file structure.
JSchreff Jan 30, 2024
f33da2e
feat: wip, more component roughed out.
JSchreff Jan 30, 2024
aca9cd0
feat: adds utilities.
JSchreff Jan 30, 2024
e2406ef
chore: kneel before the gods of lint.
JSchreff Jan 30, 2024
8a5e1df
feat: updates of various flavors, but the build is still broken
JSchreff Jan 30, 2024
30df13d
feat: Storybook now loads something.
JSchreff Jan 30, 2024
f453c22
Merge branch 'next' into issue/NT-outline-core-styled-text
JSchreff Feb 6, 2024
f27c19a
feat: Update story to specify cke5
JSchreff Feb 6, 2024
91ba853
feat: Wip updates to ckeditor.
JSchreff Feb 13, 2024
4d26634
Merge branch 'next' into issue/NT-outline-core-styled-text
JSchreff Feb 13, 2024
4551222
feat: Story now works, component is ready for development.
JSchreff Feb 13, 2024
f728da1
feat: Update story style.
JSchreff Feb 13, 2024
8635f40
Merge branch 'next' into issue/NT-outline-core-styled-text
JSchreff Feb 20, 2024
c4f96cd
Updates tooltip
JSchreff Feb 20, 2024
77c7ba7
Updates dependencies.
JSchreff Feb 20, 2024
9255cf5
Updates storybook import so it, you know, works.
JSchreff Feb 20, 2024
be61b4a
Updates CSS. We'll begin slowly processing new css into our new format.
JSchreff Feb 20, 2024
a06ceb0
Creates starterkit.
JSchreff Feb 20, 2024
5c78eff
css vars games.
JSchreff Feb 20, 2024
c7826e4
vars update.
JSchreff Feb 27, 2024
fae1eea
Updates vars file.
JSchreff Feb 27, 2024
8d389fd
Look Mr. Frodo, more vars updates.
JSchreff Feb 27, 2024
845db03
Look mr. frodo, more updates.
JSchreff Feb 27, 2024
5e9f9b3
Merge branch 'next' into issue/NT-outline-core-styled-text
JSchreff Feb 27, 2024
b3cf30a
Blocked on tooling.
JSchreff Feb 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions outline.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
--brand-octonary: #525252;
--brand-nonary: #1e3a8a;
--brand-denary: #171717;

/* Colors for UI notification messages. */
--status-success: #2f855a;
--status-warning: #b64301;
Expand All @@ -28,7 +28,7 @@
--outline-transparent: transparent;
--outline-white: #fff;
--outline-black: #000;

--outline-gray-50: #fafafa;
--outline-gray-100: #f5f5f5;
--outline-gray-200: #e5e5e5;
Expand Down Expand Up @@ -200,48 +200,48 @@
--fs-h1: 4rem;
--fs-h1-medium: 3rem;
--fs-h1-small: 2.5rem;

--lh-h1: 3rem;
--lh-h1-medium: 3.75rem;
--lh-h1-small: 2rem;

--fs-h2: 2.75rem;
--fs-h2-medium: 2.5rem;
--fs-h2-small: 2rem;

--lh-h2: 3.5rem;
--lh-h2-medium: 3rem;
--lh-h2-small: 2.5rem;


--fs-h3: 2rem;
--fs-h3-medium: 1.75rem;
--fs-h3-small: 1.5rem;

--lh-h3: 2.25rem;
--lh-h3-medium: 2rem;
--lh-h3-small: 1.75rem;

--fs-h4: 1.5rem;
--fs-h4-medium: 1.5rem;
--fs-h4-small: 1.375rem;

--lh-h4: 2rem;
--lh-h4-medium: 1.75rem;
--lh-h4-small: 1.75rem;

--fs-h5: 1.375rem;
--fs-h5-medium: 1.25rem;
--fs-h5-small: 1.125rem;

--lh-h5: 1.75rem;
--lh-h5-medium: 1.5rem;
--lh-h5-small: 1.375rem;

--fs-h6: 1.125rem;
--fs-h6-medium: 1.125rem;
--fs-h6-small: 1rem;

--lh-h6: 1.5rem;
--lh-h6-medium: 1.375rem;
--lh-h6-small: 1.25rem;
Expand Down
Loading
Loading