Skip to content

Commit

Permalink
feat(architecture): first WIP architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffchew committed Oct 16, 2023
1 parent d3f712a commit 595c92d
Show file tree
Hide file tree
Showing 97 changed files with 77 additions and 12,181 deletions.
7 changes: 2 additions & 5 deletions .storybook/container.ts → .storybook/container.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/**
* @license
*
* Copyright IBM Corp. 2020, 2023
* Copyright IBM Corp. 2023
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/

import { html, TemplateResult } from 'lit';
import { html } from 'lit';
import containerStyles from './_container.scss'; // eslint-disable-line import/first

/**
Expand All @@ -19,9 +19,6 @@ import containerStyles from './_container.scss'; // eslint-disable-line import/f
const container = ({
hasMainTag,
children,
}: {
hasMainTag?: boolean;
children: TemplateResult;
}) => html`
<style>
${containerStyles}
Expand Down
24 changes: 0 additions & 24 deletions .storybook/knob-text-nullable.ts

This file was deleted.

12 changes: 0 additions & 12 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,10 @@ const config = {
stories: [
"../src/components/**/*.mdx",
"../src/components/**/*.stories.@(js|jsx|mjs|ts|tsx)",
"../src/cwc-forked/components/**/*.mdx",
"../src/cwc-forked/components/**/*-story.@(js|jsx|mjs|ts|tsx)",
],
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-knobs",
"@storybook/addon-docs",
{
name: '@storybook/addon-styling',
options: {
sass: {
implementation: sass,
},
},
},
],
framework: {
name: "@storybook/web-components-vite",
Expand Down
38 changes: 0 additions & 38 deletions .storybook/templates/with-layer.scss

This file was deleted.

90 changes: 0 additions & 90 deletions .storybook/templates/with-layer.ts

This file was deleted.

5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,15 @@
"dependencies": {
"@carbon/styles": "^1.39.0",
"@carbon/web-components": "^2.0.1",
"lit": "^2.8.0"
"lit": "^3.0.0"
},
"devDependencies": {
"@carbon/grid": "^11.20.0",
"@carbon/icons": "^11.28.0",
"@carbon/icon-helpers": "^10.44.0",
"@carbon/layout": "^11.19.0",
"@carbon/themes": "^11.25.0",
"@storybook/addon-docs": "^7.4.5",
"@storybook/addon-essentials": "^7.4.5",
"@storybook/addon-knobs": "^7.0.2",
"@storybook/addon-links": "^7.4.5",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.4.5",
Expand All @@ -34,7 +32,6 @@
"@rollup/plugin-multi-entry": "^6.0.0",
"sass": "~1.64.0",
"storybook": "^7.4.5",
"typescript": "~5.2.2",
"vite": "^4.4.5",
"vite-plugin-svgr": "^4.1.0"
}
Expand Down
Loading

0 comments on commit 595c92d

Please sign in to comment.