bluconndesign 1.0.0
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/README.md +95 -0
- package/dist/index.d.mts +2178 -0
- package/dist/index.d.ts +2178 -0
- package/dist/index.js +12390 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +12277 -0
- package/dist/index.mjs.map +1 -0
- package/dist/theme/index.d.mts +102 -0
- package/dist/theme/index.d.ts +102 -0
- package/dist/theme/index.js +2262 -0
- package/dist/theme/index.js.map +1 -0
- package/dist/theme/index.mjs +2139 -0
- package/dist/theme/index.mjs.map +1 -0
- package/dist/theme-BTyiMh3f.d.mts +310 -0
- package/dist/theme-BTyiMh3f.d.ts +310 -0
- package/package.json +64 -0
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
export { t as theme, a as tokens } from '../theme-BTyiMh3f.mjs';
|
|
2
|
+
export { default as CloseIcon } from '@mui/icons-material/Close';
|
|
3
|
+
export { default as MenuIcon } from '@mui/icons-material/Menu';
|
|
4
|
+
export { default as ChevronLeftIcon } from '@mui/icons-material/ChevronLeft';
|
|
5
|
+
export { default as ChevronRightIcon } from '@mui/icons-material/ChevronRight';
|
|
6
|
+
export { default as KeyboardArrowDownIcon } from '@mui/icons-material/KeyboardArrowDown';
|
|
7
|
+
export { default as KeyboardArrowUpIcon } from '@mui/icons-material/KeyboardArrowUp';
|
|
8
|
+
export { default as KeyboardArrowRightIcon } from '@mui/icons-material/KeyboardArrowRight';
|
|
9
|
+
export { default as OpenInNewIcon } from '@mui/icons-material/OpenInNew';
|
|
10
|
+
export { default as LogoutOutlinedIcon } from '@mui/icons-material/LogoutOutlined';
|
|
11
|
+
export { default as AddIcon } from '@mui/icons-material/Add';
|
|
12
|
+
export { default as EditIcon } from '@mui/icons-material/Edit';
|
|
13
|
+
export { default as DeleteIcon } from '@mui/icons-material/Delete';
|
|
14
|
+
export { default as DeleteOutlineIcon } from '@mui/icons-material/DeleteOutline';
|
|
15
|
+
export { default as ContentCopyIcon } from '@mui/icons-material/ContentCopy';
|
|
16
|
+
export { default as SendIcon } from '@mui/icons-material/Send';
|
|
17
|
+
export { default as SearchIcon } from '@mui/icons-material/Search';
|
|
18
|
+
export { default as CloudUploadIcon } from '@mui/icons-material/CloudUpload';
|
|
19
|
+
export { default as CloudUploadOutlinedIcon } from '@mui/icons-material/CloudUploadOutlined';
|
|
20
|
+
export { default as CloudDownloadIcon } from '@mui/icons-material/CloudDownload';
|
|
21
|
+
export { default as DownloadIcon } from '@mui/icons-material/Download';
|
|
22
|
+
export { default as AttachFileIcon } from '@mui/icons-material/AttachFile';
|
|
23
|
+
export { default as CreateIcon } from '@mui/icons-material/Create';
|
|
24
|
+
export { default as PlayArrowIcon } from '@mui/icons-material/PlayArrow';
|
|
25
|
+
export { default as UploadFileIcon } from '@mui/icons-material/UploadFile';
|
|
26
|
+
export { default as PauseIcon } from '@mui/icons-material/Pause';
|
|
27
|
+
export { default as VolumeUpIcon } from '@mui/icons-material/VolumeUp';
|
|
28
|
+
export { default as FullscreenIcon } from '@mui/icons-material/Fullscreen';
|
|
29
|
+
export { default as CheckIcon } from '@mui/icons-material/Check';
|
|
30
|
+
export { default as CheckCircleIcon } from '@mui/icons-material/CheckCircle';
|
|
31
|
+
export { default as CheckCircleOutlineIcon } from '@mui/icons-material/CheckCircleOutline';
|
|
32
|
+
export { default as CheckCircleOutlinedIcon } from '@mui/icons-material/CheckCircleOutlined';
|
|
33
|
+
export { default as ErrorOutlineIcon } from '@mui/icons-material/ErrorOutline';
|
|
34
|
+
export { default as ErrorOutlinedIcon } from '@mui/icons-material/ErrorOutlined';
|
|
35
|
+
export { default as WarningAmberIcon } from '@mui/icons-material/WarningAmber';
|
|
36
|
+
export { default as WarningAmberOutlinedIcon } from '@mui/icons-material/WarningAmberOutlined';
|
|
37
|
+
export { default as InfoOutlinedIcon } from '@mui/icons-material/InfoOutlined';
|
|
38
|
+
export { default as VerifiedIcon } from '@mui/icons-material/Verified';
|
|
39
|
+
export { default as CancelOutlinedIcon } from '@mui/icons-material/CancelOutlined';
|
|
40
|
+
export { default as GitHubIcon } from '@mui/icons-material/GitHub';
|
|
41
|
+
export { default as TwitterIcon } from '@mui/icons-material/Twitter';
|
|
42
|
+
export { default as LinkedInIcon } from '@mui/icons-material/LinkedIn';
|
|
43
|
+
export { default as PublicIcon } from '@mui/icons-material/Public';
|
|
44
|
+
export { default as EmailIcon } from '@mui/icons-material/Email';
|
|
45
|
+
export { default as MailIcon } from '@mui/icons-material/Mail';
|
|
46
|
+
export { default as FolderIcon, default as FolderOutlinedIcon } from '@mui/icons-material/FolderOutlined';
|
|
47
|
+
export { default as DescriptionIcon, default as DescriptionOutlinedIcon } from '@mui/icons-material/DescriptionOutlined';
|
|
48
|
+
export { default as ArticleOutlinedIcon } from '@mui/icons-material/ArticleOutlined';
|
|
49
|
+
export { default as InsertDriveFileOutlinedIcon } from '@mui/icons-material/InsertDriveFileOutlined';
|
|
50
|
+
export { default as ImageIcon } from '@mui/icons-material/Image';
|
|
51
|
+
export { default as PersonIcon } from '@mui/icons-material/Person';
|
|
52
|
+
export { default as PersonOutlineIcon } from '@mui/icons-material/PersonOutline';
|
|
53
|
+
export { default as PeopleOutlinedIcon } from '@mui/icons-material/PeopleOutlined';
|
|
54
|
+
export { default as GroupAddOutlinedIcon } from '@mui/icons-material/GroupAddOutlined';
|
|
55
|
+
export { default as SettingsIcon } from '@mui/icons-material/Settings';
|
|
56
|
+
export { default as SettingsOutlinedIcon } from '@mui/icons-material/SettingsOutlined';
|
|
57
|
+
export { default as NotificationsIcon } from '@mui/icons-material/Notifications';
|
|
58
|
+
export { default as NotificationsOutlinedIcon } from '@mui/icons-material/NotificationsOutlined';
|
|
59
|
+
export { default as HelpOutlineIcon } from '@mui/icons-material/HelpOutline';
|
|
60
|
+
export { default as MoreVertIcon } from '@mui/icons-material/MoreVert';
|
|
61
|
+
export { default as DashboardOutlinedIcon } from '@mui/icons-material/DashboardOutlined';
|
|
62
|
+
export { default as BarChartIcon } from '@mui/icons-material/BarChart';
|
|
63
|
+
export { default as BarChartOutlinedIcon } from '@mui/icons-material/BarChartOutlined';
|
|
64
|
+
export { default as AssessmentOutlinedIcon } from '@mui/icons-material/AssessmentOutlined';
|
|
65
|
+
export { default as CircleIcon } from '@mui/icons-material/Circle';
|
|
66
|
+
export { default as HomeOutlinedIcon } from '@mui/icons-material/HomeOutlined';
|
|
67
|
+
export { default as AssignmentOutlinedIcon } from '@mui/icons-material/AssignmentOutlined';
|
|
68
|
+
export { default as AccessTimeIcon } from '@mui/icons-material/AccessTime';
|
|
69
|
+
export { default as CalendarTodayIcon } from '@mui/icons-material/CalendarToday';
|
|
70
|
+
export { default as CalendarTodayOutlinedIcon } from '@mui/icons-material/CalendarTodayOutlined';
|
|
71
|
+
export { default as AlarmIcon } from '@mui/icons-material/Alarm';
|
|
72
|
+
export { default as FlashOnIcon } from '@mui/icons-material/FlashOn';
|
|
73
|
+
export { default as BoltIcon } from '@mui/icons-material/Bolt';
|
|
74
|
+
export { default as AutoAwesomeIcon } from '@mui/icons-material/AutoAwesome';
|
|
75
|
+
export { default as MicIcon } from '@mui/icons-material/Mic';
|
|
76
|
+
export { default as LinkIcon } from '@mui/icons-material/Link';
|
|
77
|
+
export { default as BookmarkBorderIcon } from '@mui/icons-material/BookmarkBorder';
|
|
78
|
+
export { default as CreditCardIcon } from '@mui/icons-material/CreditCard';
|
|
79
|
+
export { default as IntegrationInstructionsIcon } from '@mui/icons-material/IntegrationInstructions';
|
|
80
|
+
export { default as ChatBubbleOutlineIcon } from '@mui/icons-material/ChatBubbleOutline';
|
|
81
|
+
export { default as MailOutlineIcon } from '@mui/icons-material/MailOutline';
|
|
82
|
+
export { default as StarOutlineIcon } from '@mui/icons-material/StarOutline';
|
|
83
|
+
export { default as RefreshIcon } from '@mui/icons-material/Refresh';
|
|
84
|
+
export { default as DoneAllIcon } from '@mui/icons-material/DoneAll';
|
|
85
|
+
import '@mui/material/styles';
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Centralized Icon Exports
|
|
89
|
+
*
|
|
90
|
+
* All icons used in the design system are exported from this file.
|
|
91
|
+
* To add a new icon, simply add an export line here.
|
|
92
|
+
*
|
|
93
|
+
* Usage:
|
|
94
|
+
* import { SearchIcon, MenuIcon } from '../theme/icons';
|
|
95
|
+
* // or
|
|
96
|
+
* import { Icons } from '../theme/icons';
|
|
97
|
+
* <Icons.Search />
|
|
98
|
+
*/
|
|
99
|
+
|
|
100
|
+
type IconName = 'Close' | 'Menu' | 'ChevronLeft' | 'ChevronRight' | 'KeyboardArrowDown' | 'OpenInNew' | 'Add' | 'Edit' | 'Delete' | 'DeleteOutline' | 'ContentCopy' | 'Send' | 'Search' | 'CloudUpload' | 'CloudUploadOutlined' | 'CloudDownload' | 'Download' | 'AttachFile' | 'Create' | 'PlayArrow' | 'UploadFile' | 'Pause' | 'VolumeUp' | 'Fullscreen' | 'Check' | 'CheckCircle' | 'CheckCircleOutline' | 'CheckCircleOutlined' | 'ErrorOutline' | 'WarningAmber' | 'InfoOutlined' | 'Verified' | 'CancelOutlined' | 'GitHub' | 'Twitter' | 'LinkedIn' | 'Public' | 'Email' | 'Folder' | 'FolderOutlined' | 'Description' | 'DescriptionOutlined' | 'ArticleOutlined' | 'InsertDriveFileOutlined' | 'Image' | 'Person' | 'PersonOutline' | 'PeopleOutlined' | 'GroupAddOutlined' | 'Settings' | 'SettingsOutlined' | 'Notifications' | 'NotificationsOutlined' | 'HelpOutline' | 'MoreVert' | 'DashboardOutlined' | 'BarChart' | 'BarChartOutlined' | 'AssessmentOutlined' | 'Circle' | 'HomeOutlined' | 'AssignmentOutlined' | 'AccessTime' | 'CalendarToday' | 'Alarm' | 'FlashOn' | 'Bolt' | 'AutoAwesome' | 'Mic' | 'Link' | 'BookmarkBorder' | 'CreditCard' | 'IntegrationInstructions' | 'ChatBubbleOutline' | 'MailOutline' | 'StarOutline' | 'Refresh' | 'DoneAll';
|
|
101
|
+
|
|
102
|
+
export type { IconName };
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
export { t as theme, a as tokens } from '../theme-BTyiMh3f.js';
|
|
2
|
+
export { default as CloseIcon } from '@mui/icons-material/Close';
|
|
3
|
+
export { default as MenuIcon } from '@mui/icons-material/Menu';
|
|
4
|
+
export { default as ChevronLeftIcon } from '@mui/icons-material/ChevronLeft';
|
|
5
|
+
export { default as ChevronRightIcon } from '@mui/icons-material/ChevronRight';
|
|
6
|
+
export { default as KeyboardArrowDownIcon } from '@mui/icons-material/KeyboardArrowDown';
|
|
7
|
+
export { default as KeyboardArrowUpIcon } from '@mui/icons-material/KeyboardArrowUp';
|
|
8
|
+
export { default as KeyboardArrowRightIcon } from '@mui/icons-material/KeyboardArrowRight';
|
|
9
|
+
export { default as OpenInNewIcon } from '@mui/icons-material/OpenInNew';
|
|
10
|
+
export { default as LogoutOutlinedIcon } from '@mui/icons-material/LogoutOutlined';
|
|
11
|
+
export { default as AddIcon } from '@mui/icons-material/Add';
|
|
12
|
+
export { default as EditIcon } from '@mui/icons-material/Edit';
|
|
13
|
+
export { default as DeleteIcon } from '@mui/icons-material/Delete';
|
|
14
|
+
export { default as DeleteOutlineIcon } from '@mui/icons-material/DeleteOutline';
|
|
15
|
+
export { default as ContentCopyIcon } from '@mui/icons-material/ContentCopy';
|
|
16
|
+
export { default as SendIcon } from '@mui/icons-material/Send';
|
|
17
|
+
export { default as SearchIcon } from '@mui/icons-material/Search';
|
|
18
|
+
export { default as CloudUploadIcon } from '@mui/icons-material/CloudUpload';
|
|
19
|
+
export { default as CloudUploadOutlinedIcon } from '@mui/icons-material/CloudUploadOutlined';
|
|
20
|
+
export { default as CloudDownloadIcon } from '@mui/icons-material/CloudDownload';
|
|
21
|
+
export { default as DownloadIcon } from '@mui/icons-material/Download';
|
|
22
|
+
export { default as AttachFileIcon } from '@mui/icons-material/AttachFile';
|
|
23
|
+
export { default as CreateIcon } from '@mui/icons-material/Create';
|
|
24
|
+
export { default as PlayArrowIcon } from '@mui/icons-material/PlayArrow';
|
|
25
|
+
export { default as UploadFileIcon } from '@mui/icons-material/UploadFile';
|
|
26
|
+
export { default as PauseIcon } from '@mui/icons-material/Pause';
|
|
27
|
+
export { default as VolumeUpIcon } from '@mui/icons-material/VolumeUp';
|
|
28
|
+
export { default as FullscreenIcon } from '@mui/icons-material/Fullscreen';
|
|
29
|
+
export { default as CheckIcon } from '@mui/icons-material/Check';
|
|
30
|
+
export { default as CheckCircleIcon } from '@mui/icons-material/CheckCircle';
|
|
31
|
+
export { default as CheckCircleOutlineIcon } from '@mui/icons-material/CheckCircleOutline';
|
|
32
|
+
export { default as CheckCircleOutlinedIcon } from '@mui/icons-material/CheckCircleOutlined';
|
|
33
|
+
export { default as ErrorOutlineIcon } from '@mui/icons-material/ErrorOutline';
|
|
34
|
+
export { default as ErrorOutlinedIcon } from '@mui/icons-material/ErrorOutlined';
|
|
35
|
+
export { default as WarningAmberIcon } from '@mui/icons-material/WarningAmber';
|
|
36
|
+
export { default as WarningAmberOutlinedIcon } from '@mui/icons-material/WarningAmberOutlined';
|
|
37
|
+
export { default as InfoOutlinedIcon } from '@mui/icons-material/InfoOutlined';
|
|
38
|
+
export { default as VerifiedIcon } from '@mui/icons-material/Verified';
|
|
39
|
+
export { default as CancelOutlinedIcon } from '@mui/icons-material/CancelOutlined';
|
|
40
|
+
export { default as GitHubIcon } from '@mui/icons-material/GitHub';
|
|
41
|
+
export { default as TwitterIcon } from '@mui/icons-material/Twitter';
|
|
42
|
+
export { default as LinkedInIcon } from '@mui/icons-material/LinkedIn';
|
|
43
|
+
export { default as PublicIcon } from '@mui/icons-material/Public';
|
|
44
|
+
export { default as EmailIcon } from '@mui/icons-material/Email';
|
|
45
|
+
export { default as MailIcon } from '@mui/icons-material/Mail';
|
|
46
|
+
export { default as FolderIcon, default as FolderOutlinedIcon } from '@mui/icons-material/FolderOutlined';
|
|
47
|
+
export { default as DescriptionIcon, default as DescriptionOutlinedIcon } from '@mui/icons-material/DescriptionOutlined';
|
|
48
|
+
export { default as ArticleOutlinedIcon } from '@mui/icons-material/ArticleOutlined';
|
|
49
|
+
export { default as InsertDriveFileOutlinedIcon } from '@mui/icons-material/InsertDriveFileOutlined';
|
|
50
|
+
export { default as ImageIcon } from '@mui/icons-material/Image';
|
|
51
|
+
export { default as PersonIcon } from '@mui/icons-material/Person';
|
|
52
|
+
export { default as PersonOutlineIcon } from '@mui/icons-material/PersonOutline';
|
|
53
|
+
export { default as PeopleOutlinedIcon } from '@mui/icons-material/PeopleOutlined';
|
|
54
|
+
export { default as GroupAddOutlinedIcon } from '@mui/icons-material/GroupAddOutlined';
|
|
55
|
+
export { default as SettingsIcon } from '@mui/icons-material/Settings';
|
|
56
|
+
export { default as SettingsOutlinedIcon } from '@mui/icons-material/SettingsOutlined';
|
|
57
|
+
export { default as NotificationsIcon } from '@mui/icons-material/Notifications';
|
|
58
|
+
export { default as NotificationsOutlinedIcon } from '@mui/icons-material/NotificationsOutlined';
|
|
59
|
+
export { default as HelpOutlineIcon } from '@mui/icons-material/HelpOutline';
|
|
60
|
+
export { default as MoreVertIcon } from '@mui/icons-material/MoreVert';
|
|
61
|
+
export { default as DashboardOutlinedIcon } from '@mui/icons-material/DashboardOutlined';
|
|
62
|
+
export { default as BarChartIcon } from '@mui/icons-material/BarChart';
|
|
63
|
+
export { default as BarChartOutlinedIcon } from '@mui/icons-material/BarChartOutlined';
|
|
64
|
+
export { default as AssessmentOutlinedIcon } from '@mui/icons-material/AssessmentOutlined';
|
|
65
|
+
export { default as CircleIcon } from '@mui/icons-material/Circle';
|
|
66
|
+
export { default as HomeOutlinedIcon } from '@mui/icons-material/HomeOutlined';
|
|
67
|
+
export { default as AssignmentOutlinedIcon } from '@mui/icons-material/AssignmentOutlined';
|
|
68
|
+
export { default as AccessTimeIcon } from '@mui/icons-material/AccessTime';
|
|
69
|
+
export { default as CalendarTodayIcon } from '@mui/icons-material/CalendarToday';
|
|
70
|
+
export { default as CalendarTodayOutlinedIcon } from '@mui/icons-material/CalendarTodayOutlined';
|
|
71
|
+
export { default as AlarmIcon } from '@mui/icons-material/Alarm';
|
|
72
|
+
export { default as FlashOnIcon } from '@mui/icons-material/FlashOn';
|
|
73
|
+
export { default as BoltIcon } from '@mui/icons-material/Bolt';
|
|
74
|
+
export { default as AutoAwesomeIcon } from '@mui/icons-material/AutoAwesome';
|
|
75
|
+
export { default as MicIcon } from '@mui/icons-material/Mic';
|
|
76
|
+
export { default as LinkIcon } from '@mui/icons-material/Link';
|
|
77
|
+
export { default as BookmarkBorderIcon } from '@mui/icons-material/BookmarkBorder';
|
|
78
|
+
export { default as CreditCardIcon } from '@mui/icons-material/CreditCard';
|
|
79
|
+
export { default as IntegrationInstructionsIcon } from '@mui/icons-material/IntegrationInstructions';
|
|
80
|
+
export { default as ChatBubbleOutlineIcon } from '@mui/icons-material/ChatBubbleOutline';
|
|
81
|
+
export { default as MailOutlineIcon } from '@mui/icons-material/MailOutline';
|
|
82
|
+
export { default as StarOutlineIcon } from '@mui/icons-material/StarOutline';
|
|
83
|
+
export { default as RefreshIcon } from '@mui/icons-material/Refresh';
|
|
84
|
+
export { default as DoneAllIcon } from '@mui/icons-material/DoneAll';
|
|
85
|
+
import '@mui/material/styles';
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* Centralized Icon Exports
|
|
89
|
+
*
|
|
90
|
+
* All icons used in the design system are exported from this file.
|
|
91
|
+
* To add a new icon, simply add an export line here.
|
|
92
|
+
*
|
|
93
|
+
* Usage:
|
|
94
|
+
* import { SearchIcon, MenuIcon } from '../theme/icons';
|
|
95
|
+
* // or
|
|
96
|
+
* import { Icons } from '../theme/icons';
|
|
97
|
+
* <Icons.Search />
|
|
98
|
+
*/
|
|
99
|
+
|
|
100
|
+
type IconName = 'Close' | 'Menu' | 'ChevronLeft' | 'ChevronRight' | 'KeyboardArrowDown' | 'OpenInNew' | 'Add' | 'Edit' | 'Delete' | 'DeleteOutline' | 'ContentCopy' | 'Send' | 'Search' | 'CloudUpload' | 'CloudUploadOutlined' | 'CloudDownload' | 'Download' | 'AttachFile' | 'Create' | 'PlayArrow' | 'UploadFile' | 'Pause' | 'VolumeUp' | 'Fullscreen' | 'Check' | 'CheckCircle' | 'CheckCircleOutline' | 'CheckCircleOutlined' | 'ErrorOutline' | 'WarningAmber' | 'InfoOutlined' | 'Verified' | 'CancelOutlined' | 'GitHub' | 'Twitter' | 'LinkedIn' | 'Public' | 'Email' | 'Folder' | 'FolderOutlined' | 'Description' | 'DescriptionOutlined' | 'ArticleOutlined' | 'InsertDriveFileOutlined' | 'Image' | 'Person' | 'PersonOutline' | 'PeopleOutlined' | 'GroupAddOutlined' | 'Settings' | 'SettingsOutlined' | 'Notifications' | 'NotificationsOutlined' | 'HelpOutline' | 'MoreVert' | 'DashboardOutlined' | 'BarChart' | 'BarChartOutlined' | 'AssessmentOutlined' | 'Circle' | 'HomeOutlined' | 'AssignmentOutlined' | 'AccessTime' | 'CalendarToday' | 'Alarm' | 'FlashOn' | 'Bolt' | 'AutoAwesome' | 'Mic' | 'Link' | 'BookmarkBorder' | 'CreditCard' | 'IntegrationInstructions' | 'ChatBubbleOutline' | 'MailOutline' | 'StarOutline' | 'Refresh' | 'DoneAll';
|
|
101
|
+
|
|
102
|
+
export type { IconName };
|