rbro-tat-uds 1.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/BreadcrumbItem/BreadcrumbItem.d.ts +11 -0
- package/dist/components/BreadcrumbItem/index.d.ts +1 -0
- package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +8 -0
- package/dist/components/Breadcrumbs/index.d.ts +1 -0
- package/dist/components/Button/Button.d.ts +14 -0
- package/dist/components/Button/index.d.ts +1 -0
- package/dist/components/ConfigurationSaveInfo/ConfigurationSaveInfo.d.ts +9 -0
- package/dist/components/ConfigurationSaveInfo/index.d.ts +1 -0
- package/dist/components/Container/Container.d.ts +14 -0
- package/dist/components/Container/index.d.ts +1 -0
- package/dist/components/Content/Content.d.ts +8 -0
- package/dist/components/Content/index.d.ts +1 -0
- package/dist/components/Flex/Flex.d.ts +31 -0
- package/dist/components/Flex/index.d.ts +1 -0
- package/dist/components/Icon/Icon.d.ts +4 -0
- package/dist/components/Icon/Icon.types.d.ts +8 -0
- package/dist/components/Icon/IconsList.d.ts +8 -0
- package/dist/components/Icon/index.d.ts +1 -0
- package/dist/components/LabeledText/LabeledText.d.ts +13 -0
- package/dist/components/LabeledText/index.d.ts +1 -0
- package/dist/components/Layout/Layout.d.ts +8 -0
- package/dist/components/Layout/index.d.ts +1 -0
- package/dist/components/Logo/Logo.d.ts +7 -0
- package/dist/components/Logo/index.d.ts +1 -0
- package/dist/components/ProductPageTitle/ProductPageTitle.d.ts +8 -0
- package/dist/components/ProductPageTitle/index.d.ts +1 -0
- package/dist/components/ProductShortcut/ProductShortcut.d.ts +10 -0
- package/dist/components/ProductShortcut/index.d.ts +1 -0
- package/dist/components/Products/ProductHeader/ProductHeader.d.ts +0 -0
- package/dist/components/SegmentedTabs/SegmentedTabs.d.ts +13 -0
- package/dist/components/SegmentedTabs/index.d.ts +1 -0
- package/dist/components/Sidebar/Sidebar.d.ts +19 -0
- package/dist/components/Sidebar/index.d.ts +1 -0
- package/dist/components/SidebarItem/SidebarItem.d.ts +10 -0
- package/dist/components/SidebarItem/index.d.ts +1 -0
- package/dist/components/Tab/Tab.d.ts +11 -0
- package/dist/components/Tab/index.d.ts +1 -0
- package/dist/components/index.d.ts +17 -0
- package/dist/index.cjs.js +719 -0
- package/dist/index.cjs.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.es.js +2782 -0
- package/dist/index.es.js.map +1 -0
- package/dist/style.css +1 -0
- package/dist/utils/colors.d.ts +52 -0
- package/dist/utils/index.d.ts +1 -0
- package/package.json +57 -0
- package/readme.md +1 -0
@@ -0,0 +1,52 @@
|
|
1
|
+
declare const colors: {
|
2
|
+
white: string;
|
3
|
+
black: string;
|
4
|
+
gray_30: string;
|
5
|
+
gray_60: string;
|
6
|
+
gray_100: string;
|
7
|
+
gray_150: string;
|
8
|
+
gray_200: string;
|
9
|
+
gray_300: string;
|
10
|
+
gray_400: string;
|
11
|
+
gray_500: string;
|
12
|
+
gray_600: string;
|
13
|
+
gray_700: string;
|
14
|
+
gray_800: string;
|
15
|
+
gray_900: string;
|
16
|
+
gray_950: string;
|
17
|
+
gray_1000: string;
|
18
|
+
gray_100010: string;
|
19
|
+
accent_100: string;
|
20
|
+
accent_200: string;
|
21
|
+
accent_300: string;
|
22
|
+
accent_400: string;
|
23
|
+
accent_500: string;
|
24
|
+
accent_600: string;
|
25
|
+
accent_650: string;
|
26
|
+
accent_700: string;
|
27
|
+
accent_800: string;
|
28
|
+
accent_900: string;
|
29
|
+
accent_1000: string;
|
30
|
+
success_100: string;
|
31
|
+
success_600: string;
|
32
|
+
success_800: string;
|
33
|
+
warning_100: string;
|
34
|
+
warning_500: string;
|
35
|
+
warning_700: string;
|
36
|
+
info_100: string;
|
37
|
+
info_150: string;
|
38
|
+
info_200: string;
|
39
|
+
info_400: string;
|
40
|
+
info_500: string;
|
41
|
+
info_600: string;
|
42
|
+
info_700: string;
|
43
|
+
info_800: string;
|
44
|
+
danger_100: string;
|
45
|
+
danger_200: string;
|
46
|
+
danger_250: string;
|
47
|
+
danger_400: string;
|
48
|
+
danger_500: string;
|
49
|
+
danger_600: string;
|
50
|
+
danger_700: string;
|
51
|
+
};
|
52
|
+
export default colors;
|
@@ -0,0 +1 @@
|
|
1
|
+
export { default as colors } from "./colors.ts";
|
package/package.json
ADDED
@@ -0,0 +1,57 @@
|
|
1
|
+
{
|
2
|
+
"name": "rbro-tat-uds",
|
3
|
+
"version": "1.0.13",
|
4
|
+
"description": "",
|
5
|
+
"type": "module",
|
6
|
+
"main": "dist/index.cjs.js",
|
7
|
+
"module": "dist/index.es.js",
|
8
|
+
"types": "dist/index.d.ts",
|
9
|
+
"files": [
|
10
|
+
"dist"
|
11
|
+
],
|
12
|
+
"scripts": {
|
13
|
+
"build": "tsc && vite build",
|
14
|
+
"build-storybook": "storybook build",
|
15
|
+
"storybook": "storybook dev -p 6006",
|
16
|
+
"dev": "vite",
|
17
|
+
"dev:ssr": "node playground/server",
|
18
|
+
"test": "jest",
|
19
|
+
"lint": "eslint . --ext .ts,.tsx --ignore-path .gitignore --fix",
|
20
|
+
"format": "prettier --write --parser typescript '**/*.{ts,tsx}'"
|
21
|
+
},
|
22
|
+
"author": "rbro-tat-uds",
|
23
|
+
"license": "ISC",
|
24
|
+
"peerDependencies": {
|
25
|
+
"react": ">=18.0.0",
|
26
|
+
"react-dom": ">=18.0.0"
|
27
|
+
},
|
28
|
+
"devDependencies": {
|
29
|
+
"@storybook/addon-essentials": "^7.6.10",
|
30
|
+
"@storybook/addon-interactions": "^7.6.10",
|
31
|
+
"@storybook/addon-links": "^7.6.10",
|
32
|
+
"@storybook/addon-onboarding": "^1.0.11",
|
33
|
+
"@storybook/blocks": "^7.6.10",
|
34
|
+
"@storybook/react": "^7.6.10",
|
35
|
+
"@storybook/react-vite": "^7.6.10",
|
36
|
+
"@storybook/test": "^7.6.10",
|
37
|
+
"@types/react": "^18.2.48",
|
38
|
+
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
39
|
+
"@typescript-eslint/parser": "^6.19.1",
|
40
|
+
"eslint": "^8.56.0",
|
41
|
+
"eslint-config-prettier": "^9.1.0",
|
42
|
+
"eslint-plugin-prettier": "^5.1.3",
|
43
|
+
"eslint-plugin-react": "^7.33.2",
|
44
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
45
|
+
"eslint-plugin-storybook": "^0.6.15",
|
46
|
+
"file-loader": "^6.2.0",
|
47
|
+
"prettier": "^3.2.4",
|
48
|
+
"react": "^18.2.0",
|
49
|
+
"react-dom": "^18.2.0",
|
50
|
+
"storybook": "^7.6.10",
|
51
|
+
"styled-components": "^6.1.8",
|
52
|
+
"typescript": "^5.3.3",
|
53
|
+
"vite": "^5.0.12",
|
54
|
+
"vite-plugin-dts": "^3.7.2",
|
55
|
+
"vite-plugin-svgr": "^4.2.0"
|
56
|
+
}
|
57
|
+
}
|
package/readme.md
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1234
|