Skip to content

Commit

Permalink
feat: updates of various flavors, but the build is still broken
Browse files Browse the repository at this point in the history
  • Loading branch information
JSchreff committed Jan 30, 2024
1 parent e2406ef commit 8a5e1df
Show file tree
Hide file tree
Showing 5 changed files with 401 additions and 358 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { html } from 'lit';
import { Meta, Canvas, Story, Preview } from '@storybook/addon-docs';
import '../src/outline-core-styled-text/outline-core-styled-text';
import { Meta, Canvas, Story } from '@storybook/addon-docs';
import { OutlineCoreStyledText } from '../src/outline-core-styled-text.js';


<Meta
title="Global/Styled Text"
Expand Down
4 changes: 2 additions & 2 deletions packages/components/outline-core-styled-text/packages.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@phase2/outline-core-styled-text",
"private": true,
"version": "0.0.0",
"description": "The Outline Components for the image component",
"version": "0.0.1",
"description": "The Outline Components for the styled text component",
"keywords": [
"outline",
"web-components",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
/** Import Tokens.
* Scope the css variables so they do not conflict with Drupal Admin theme's CSS variables.
*/
@import '@phase2/outline-core-tokens/dist/tokens.default.css';
/* @import '@phase2/outline-core-tokens/dist/tokens.default.css';
@import '../../../../outline.theme.css';
@import '../outline-core-heading/outline-core-heading.css';
@import '../outline-core-button/outline-core-button.css';
@import '../outline-core-cta/outline-core-cta.css';
@import '../outline-core-cta/outline-core-cta.shared.css';
@import '../outline-core-link/outline-core-link.css';
@import '../outline-core-tooltip/outline-core-tooltip.shared.css';
@import '../outline-core-tooltip/outline-core-tooltip.shared.css';*/
@import './outline-core-styled-text.shared.css';

/**
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8a5e1df

Please sign in to comment.