@britannica/ui
Advanced tools
Comparing version 2.0.0-v2.8 to 2.0.0-v2.9
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
declare const meta: Meta; | ||
import type { Meta, StoryObj } from '@storybook/react'; | ||
import Breadcrumb from './Breadcrumb'; | ||
declare const meta: Meta<typeof Breadcrumb>; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Breadcrumb>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Button from './Button'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Button>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Card from './Card'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Card>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Container from './Container'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Container>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Drawer from './Drawer'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Drawer>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Dropdown from './Dropdown'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Dropdown>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import FormFeedback from './FormFeedback'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof FormFeedback>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Input from './Input'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Input>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import IrisImage from './IrisImage'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof IrisImage>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Modal from './Modal'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Modal>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Popover from './Popover'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Popover>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Select from './Select'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Select>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Tab from './Tab'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Tab>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Table from './Table'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Table>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Tabs from './Tabs'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Tabs>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Tag from './Tag'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Tag>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Textarea from './Textarea'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Textarea>; | ||
export declare const Default: Story; |
@@ -1,4 +0,6 @@ | ||
import { Meta } from '@storybook/react'; | ||
import { Meta, StoryObj } from '@storybook/react'; | ||
import Tooltip from './Tooltip'; | ||
declare const meta: Meta; | ||
export default meta; | ||
export declare const Default: any; | ||
type Story = StoryObj<typeof Tooltip>; | ||
export declare const Default: Story; |
{ | ||
"name": "@britannica/ui", | ||
"version": "2.0.0-v2.8", | ||
"version": "2.0.0-v2.9", | ||
"description": "Britannica Consumer design system React components and TailwindCSS preset", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
@@ -29,5 +28,5 @@ "dist" | ||
"storybook:tailwind": "concurrently \"npm run tailwind:dev\" \"npm run storybook\"", | ||
"tailwind:dev": "tailwindcss -i .storybook/tailwind.css -o ./dist/britannica.css --watch", | ||
"tailwind:build": "tailwindcss -i .storybook/tailwind.css -o ./dist/britannica.css", | ||
"build-storybook": "npm run tailwind:build && storybook build -o ./docs", | ||
"tailwind:dev": "tailwindcss -i .storybook/tailwind.css -o ./.storybook/generated-tailwind.css --watch", | ||
"tailwind:build": "tailwindcss -i .storybook/tailwind.css -o ./.storybook/generated-tailwind.css", | ||
"build-storybook": "storybook build", | ||
"prepare": "husky install" | ||
@@ -52,16 +51,6 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "7.24.5", | ||
"@babel/eslint-parser": "7.24.5", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6", | ||
"@babel/plugin-proposal-optional-chaining": "7.21.0", | ||
"@babel/preset-react": "7.24.1", | ||
"@babel/preset-typescript": "7.23.3", | ||
"@chromatic-com/storybook": "1.5.0", | ||
"@commitlint/cli": "19.3.0", | ||
"@commitlint/config-conventional": "19.2.2", | ||
"@popperjs/core": "2.11.8", | ||
"@rollup/plugin-babel": "6.0.4", | ||
"@rollup/plugin-commonjs": "25.0.7", | ||
"@rollup/plugin-node-resolve": "15.2.3", | ||
"@rollup/plugin-replace": "5.0.5", | ||
"@rollup/plugin-terser": "0.4.4", | ||
"@rollup/plugin-typescript": "11.1.6", | ||
@@ -73,7 +62,10 @@ "@semantic-release/commit-analyzer": "9.0.2", | ||
"@semantic-release/release-notes-generator": "10.0.3", | ||
"@storybook/addon-actions": "7.6.1", | ||
"@storybook/addon-essentials": "7.6.1", | ||
"@storybook/addon-links": "7.6.1", | ||
"@storybook/react": "7.6.1", | ||
"@storybook/react-webpack5": "7.6.1", | ||
"@storybook/addon-essentials": "8.1.11", | ||
"@storybook/addon-interactions": "8.1.11", | ||
"@storybook/addon-links": "8.1.11", | ||
"@storybook/addon-onboarding": "8.1.11", | ||
"@storybook/blocks": "8.1.11", | ||
"@storybook/react": "8.1.11", | ||
"@storybook/react-vite": "8.1.11", | ||
"@storybook/test": "8.1.11", | ||
"@testing-library/jest-dom": "6.4.2", | ||
@@ -88,6 +80,2 @@ "@testing-library/react": "13.4.0", | ||
"autoprefixer": "10.4.16", | ||
"babel-eslint": "10.1.0", | ||
"babel-loader": "9.1.3", | ||
"babel-plugin-annotate-pure-calls": "0.4.0", | ||
"babel-plugin-dev-expression": "0.2.3", | ||
"color": "4.2.3", | ||
@@ -103,2 +91,3 @@ "concurrently": "7.6.0", | ||
"eslint-plugin-react-hooks": "4.6.2", | ||
"eslint-plugin-storybook": "0.8.0", | ||
"husky": "9.0.11", | ||
@@ -116,7 +105,4 @@ "jest": "29.7.0", | ||
"rollup": "4.17.2", | ||
"rollup-plugin-peer-deps-external": "2.2.4", | ||
"rollup-plugin-postcss": "4.0.2", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"semantic-release": "18.0.1", | ||
"storybook": "7.6.1", | ||
"storybook": "8.1.11", | ||
"style-loader": "4.0.0", | ||
@@ -136,12 +122,2 @@ "tailwindcss": "3.3.1", | ||
}, | ||
"babel": { | ||
"plugins": [ | ||
"@babel/plugin-proposal-optional-chaining", | ||
"@babel/plugin-proposal-nullish-coalescing-operator" | ||
], | ||
"presets": [ | ||
"@babel/preset-react", | ||
"@babel/preset-typescript" | ||
] | ||
}, | ||
"prettier": { | ||
@@ -198,3 +174,4 @@ "singleQuote": true, | ||
"plugin:@typescript-eslint/recommended", | ||
"plugin:prettier/recommended" | ||
"plugin:prettier/recommended", | ||
"plugin:storybook/recommended" | ||
], | ||
@@ -201,0 +178,0 @@ "plugins": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
205603
57
1702