Skip to content

Commit

Permalink
ui-monorepo: split by domain
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Login <[email protected]>
  • Loading branch information
batazor committed Dec 1, 2024
1 parent 8ec4c2c commit ba3919f
Show file tree
Hide file tree
Showing 245 changed files with 8,551 additions and 23,925 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions boundaries/marketing/landing/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@shortlink-org:registry=https://gitlab.com/api/v4/packages/npm/
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@
"@emotion/cache": "^11.13.5",
"@marsidev/react-turnstile": "1.1.0",
"@sentry/nextjs": "^8.41.0",
"@shortlink-org/ui-kit": "workspace:^",
"@shortlink-org/ui-kit": "^1.3.9",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"babel-plugin-react-compiler": "0.0.0",
"eslint-config-shortlink": "workspace:^",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.1.1",
"tailwindcss": "3.4.15",
Expand Down
1,413 changes: 1,413 additions & 0 deletions boundaries/marketing/landing/pnpm-lock.yaml

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ node_modules
dist
dist-ssr
*.local
.eslintcache

# Editor directories and files
.vscode/*
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import type { StorybookConfig } from '@storybook/react-vite'

const config: StorybookConfig = {
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
stories: ['../src/**/*.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],

addons: [
'@storybook/addon-links',
'@storybook/addon-essentials',
Expand All @@ -13,9 +14,18 @@ const config: StorybookConfig = {
'@storybook/addon-coverage',
'@storybook/addon-jest',
],
framework: '@storybook/react-vite',

framework: {
name: '@storybook/react-vite',
options: {}
},

features: {},
typescript: {},
typescript: {
reactDocgen: 'react-docgen-typescript'
},

docs: {}
}

export default config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const preview: Preview = {
(Story) => {
return (
// @ts-ignore
<ThemeProvider
(<ThemeProvider
enableSystem
attribute="class"
defaultTheme={'light'}
Expand All @@ -34,10 +34,12 @@ const preview: Preview = {
</Provider>
</LocalizationProvider>
</CssVarsProvider>
</ThemeProvider>
)
</ThemeProvider>)
);
},
],

tags: ['autodocs']
}

export default preview
File renamed without changes.
8 changes: 8 additions & 0 deletions boundaries/platform/ui-kit/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// const shortlink = require('eslint-config-shortlink')

export default [
// ...shortlink,
{
ignores: ['.*', 'node_modules', 'dist', 'storybook-static'],
},
]
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shortlink-org/ui-kit",
"version": "1.4.0",
"_id": "@shortlink-org/[email protected].0",
"version": "1.4.1",
"_id": "@shortlink-org/[email protected].1",
"description": "UI kit for ShortLink",
"readme": "./README.md",
"type": "module",
Expand Down Expand Up @@ -43,54 +43,58 @@
"*.css"
],
"dependencies": {
"@storybook/builder-vite": "^8.4.6",
"@storybook/jest": "^0.2.3",
"@storybook/testing-library": "^0.2.2",
"@heroicons/react": "^2.2.0",
"@mui/icons-material": "^6.1.9",
"@mui/material": "^6.1.9",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.12",
"algoliasearch": "^5.15.0",
"autoprefixer": "^10.4.20",
"date-fns": "^4.1.0",
"export-to-csv": "^1.4.0",
"glob": "^11.0.0",
"material-react-table": "^3.0.1",
"next": "^15.0.3",
"next-themes": "^0.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-instantsearch": "^7.13.8",
"react-wrap-balancer": "^1.1.1",
"styles": "link:@mui/material/styles",
"tailwindcss": "^3.4.15",
"vite-plugin-dts": "4.3.0",
"vite-plugin-lib-inject-css": "^2.1.1"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.2",
"@storybook/addon-a11y": "8.4.6",
"@storybook/addon-actions": "8.4.6",
"@storybook/addon-controls": "8.4.6",
"@storybook/addon-a11y": "^8.4.6",
"@storybook/addon-actions": "^8.4.6",
"@storybook/addon-controls": "^8.4.6",
"@storybook/addon-coverage": "^1.0.4",
"@storybook/addon-docs": "8.4.6",
"@storybook/addon-essentials": "8.4.6",
"@storybook/addon-interactions": "8.4.6",
"@storybook/addon-docs": "^8.4.6",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/addon-jest": "^8.4.6",
"@storybook/addon-links": "8.4.6",
"@storybook/addon-themes": "8.4.6",
"@storybook/blocks": "8.4.6",
"@storybook/react": "8.4.6",
"@storybook/react-vite": "8.4.6",
"@storybook/test": "8.4.6",
"@storybook/addon-links": "^8.4.6",
"@storybook/addon-themes": "^8.4.6",
"@storybook/blocks": "^8.4.6",
"@storybook/react": "^8.4.6",
"@storybook/react-vite": "^8.4.6",
"@storybook/test": "^8.4.6",
"@typescript-eslint/eslint-plugin": "^8.16.0",
"@typescript-eslint/parser": "^8.16.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"chromatic": "^11.19.0",
"css-loader": "^7.1.2",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-shortlink": "workspace:^",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"postcss-loader": "^8.1.1",
"storybook": "8.4.6",
"storybook": "^8.4.6",
"style-loader": "^4.0.0",
"typescript": "^5.7.2",
"vite": "^6.0.1"
},
"nx": {
"tags": [
"scope:ui-kit"
]
}
}
Loading

0 comments on commit ba3919f

Please sign in to comment.