bianic-ui 2.10.0-beta.2 → 2.10.1

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.
Files changed (75) hide show
  1. package/README.md +49 -49
  2. package/dist/cjs/Empty.svg +12 -0
  3. package/dist/cjs/index.js +556 -3347
  4. package/dist/cjs/lib.css +1 -1
  5. package/dist/cjs/types/components/Forms/Checkbox/index.d.ts +2 -1
  6. package/dist/cjs/types/components/Forms/Dropdown/DropdownContainer.d.ts +1 -1
  7. package/dist/cjs/types/components/Sidebar/SidebarCointainer.d.ts +7 -6
  8. package/dist/cjs/types/components/Sidebar/SidebarItem.d.ts +9 -5
  9. package/dist/cjs/types/components/Sidebar/SidebarMenu.d.ts +10 -0
  10. package/dist/cjs/types/components/Sidebar/SidebarProfile.d.ts +17 -0
  11. package/dist/cjs/types/components/Sidebar/config.d.ts +21 -0
  12. package/dist/cjs/types/components/Sidebar/index.d.ts +2 -0
  13. package/dist/cjs/types/components/Table/Table.d.ts +6 -0
  14. package/dist/cjs/types/components/Table/TableBody.d.ts +6 -0
  15. package/dist/cjs/types/components/Table/TableHead.d.ts +6 -0
  16. package/dist/cjs/types/components/Table/TableRow/index.d.ts +6 -0
  17. package/dist/cjs/types/components/Table/TableUtility/BlockLoading.d.ts +6 -0
  18. package/dist/cjs/types/components/Table/TableUtility/EmptyTable.d.ts +7 -0
  19. package/dist/cjs/types/components/Table/TableUtility/TableFooterController.d.ts +12 -0
  20. package/dist/cjs/types/components/Table/TableUtility/TableHeaderController.d.ts +9 -0
  21. package/dist/cjs/types/components/Table/TableUtility/TableSearchInput.d.ts +11 -0
  22. package/dist/cjs/types/components/Table/TableUtility/index.d.ts +5 -0
  23. package/dist/cjs/types/components/Table/index.d.ts +5 -0
  24. package/dist/cjs/types/components/TagLabel/index.d.ts +1 -1
  25. package/dist/cjs/types/components/index.d.ts +3 -2
  26. package/dist/cjs/types/image/index.d.ts +2 -0
  27. package/dist/cjs/types/stories/Form/Checkbox/Checkbox.stories.d.ts +0 -1
  28. package/dist/cjs/types/stories/Form/Checkbox/CheckboxSimulation.stories.d.ts +0 -1
  29. package/dist/cjs/types/stories/Form/Dropdown/DropdownContainer.stories.d.ts +1 -1
  30. package/dist/cjs/types/stories/Sidebar/SidebarContainer.stories.d.ts +1 -2
  31. package/dist/cjs/types/stories/Sidebar/SidebarItem.stories.d.ts +1 -2
  32. package/dist/cjs/types/utility/helper.d.ts +2 -1
  33. package/dist/cjs/types/utility/hooks/useTableDataHandler.d.ts +54 -0
  34. package/dist/esm/Empty.svg +12 -0
  35. package/dist/esm/index.js +545 -3348
  36. package/dist/esm/lib.css +1 -1
  37. package/dist/esm/types/components/Forms/Checkbox/index.d.ts +2 -1
  38. package/dist/esm/types/components/Forms/Dropdown/DropdownContainer.d.ts +1 -1
  39. package/dist/esm/types/components/Sidebar/SidebarCointainer.d.ts +7 -6
  40. package/dist/esm/types/components/Sidebar/SidebarItem.d.ts +9 -5
  41. package/dist/esm/types/components/Sidebar/SidebarMenu.d.ts +10 -0
  42. package/dist/esm/types/components/Sidebar/SidebarProfile.d.ts +17 -0
  43. package/dist/esm/types/components/Sidebar/config.d.ts +21 -0
  44. package/dist/esm/types/components/Sidebar/index.d.ts +2 -0
  45. package/dist/esm/types/components/Table/Table.d.ts +6 -0
  46. package/dist/esm/types/components/Table/TableBody.d.ts +6 -0
  47. package/dist/esm/types/components/Table/TableHead.d.ts +6 -0
  48. package/dist/esm/types/components/Table/TableRow/index.d.ts +6 -0
  49. package/dist/esm/types/components/Table/TableUtility/BlockLoading.d.ts +6 -0
  50. package/dist/esm/types/components/Table/TableUtility/EmptyTable.d.ts +7 -0
  51. package/dist/esm/types/components/Table/TableUtility/TableFooterController.d.ts +12 -0
  52. package/dist/esm/types/components/Table/TableUtility/TableHeaderController.d.ts +9 -0
  53. package/dist/esm/types/components/Table/TableUtility/TableSearchInput.d.ts +11 -0
  54. package/dist/esm/types/components/Table/TableUtility/index.d.ts +5 -0
  55. package/dist/esm/types/components/Table/index.d.ts +5 -0
  56. package/dist/esm/types/components/TagLabel/index.d.ts +1 -1
  57. package/dist/esm/types/components/index.d.ts +3 -2
  58. package/dist/esm/types/image/index.d.ts +2 -0
  59. package/dist/esm/types/stories/Form/Checkbox/Checkbox.stories.d.ts +0 -1
  60. package/dist/esm/types/stories/Form/Checkbox/CheckboxSimulation.stories.d.ts +0 -1
  61. package/dist/esm/types/stories/Form/Dropdown/DropdownContainer.stories.d.ts +1 -1
  62. package/dist/esm/types/stories/Sidebar/SidebarContainer.stories.d.ts +1 -2
  63. package/dist/esm/types/stories/Sidebar/SidebarItem.stories.d.ts +1 -2
  64. package/dist/esm/types/utility/helper.d.ts +2 -1
  65. package/dist/esm/types/utility/hooks/useTableDataHandler.d.ts +54 -0
  66. package/dist/index.d.ts +155 -15
  67. package/package.json +143 -143
  68. package/src/font/SansCode/README.txt +88 -88
  69. package/src/style/color.css +650 -650
  70. package/src/style/scrollbar.css +78 -78
  71. package/tailwind.config.js +574 -574
  72. package/src/font/SansCode/GoogleSansCode-Italic-VariableFont_MONO,wght.ttf:Zone.Identifier +0 -0
  73. package/src/font/SansCode/GoogleSansCode-VariableFont_MONO,wght.ttf:Zone.Identifier +0 -0
  74. package/src/font/SansCode/OFL.txt:Zone.Identifier +0 -0
  75. package/src/font/SansCode/README.txt:Zone.Identifier +0 -0
@@ -1,78 +1,78 @@
1
- /* Original Scrollbar */
2
- ::-webkit-scrollbar {
3
- height: 11px;
4
- width: 11px;
5
- background-color: var(--coolgrey-light-90);
6
- }
7
-
8
- ::-webkit-scrollbar-thumb:vertical {
9
- width: 100%;
10
- }
11
-
12
- ::-webkit-scrollbar-thumb:horizontal {
13
- height: 100%;
14
- }
15
-
16
- ::-webkit-scrollbar-thumb {
17
- background-color: var(--coolgrey-light-70);
18
- border-radius: 10px;
19
- border: 2px solid transparent;
20
- background-clip: content-box;
21
- }
22
-
23
- ::-webkit-scrollbar-thumb:hover {
24
- background-color: var(--coolgrey);
25
- border-radius: 10px;
26
- border: 2px solid transparent;
27
- background-clip: content-box;
28
- }
29
-
30
- /* Hidden Scrollbar */
31
- .scrollbar-hidden {
32
- overflow: scroll;
33
- mask-image: linear-gradient(to top, transparent, black),
34
- linear-gradient(to left, transparent 17px, black 17px);
35
- mask-size: 100% 20000px;
36
- mask-position: left bottom;
37
- -webkit-mask-image: linear-gradient(to top, transparent, black),
38
- linear-gradient(to left, transparent 17px, black 17px);
39
- -webkit-mask-size: 100% 20000px;
40
- -webkit-mask-position: left bottom;
41
- transition:
42
- mask-position 0.75s,
43
- -webkit-mask-position 0.75s;
44
- }
45
-
46
- .scrollbar-hidden:hover {
47
- -webkit-mask-position: left top;
48
- }
49
-
50
- .scrollbar-hidden::-webkit-scrollbar {
51
- width: 7px;
52
- height: 7px;
53
- /* background-color: transparent; */
54
- }
55
-
56
- .scrollbar-hidden::-webkit-scrollbar-track {
57
- /* background-color: transparent; */
58
- }
59
-
60
- .scrollbar-hidden::-webkit-scrollbar-thumb {
61
- background-color: var(--coolgrey-light-30);
62
- }
63
-
64
- .scrollbar-hidden:hover::-webkit-scrollbar {
65
- width: 7px;
66
- background-color: var(--grey-light-80);
67
- }
68
-
69
- .scrollbar-hidden:hover::-webkit-scrollbar-track {
70
- background-color: var(--grey-light-80);
71
- }
72
-
73
- .scrollbar-hidden:hover::-webkit-scrollbar-thumb {
74
- background-color: var(--coolgrey-light-30);
75
- border-radius: 10px;
76
- border: 2px solid transparent;
77
- background-clip: content-box;
78
- }
1
+ /* Original Scrollbar */
2
+ ::-webkit-scrollbar {
3
+ height: 11px;
4
+ width: 11px;
5
+ background-color: var(--coolgrey-light-90);
6
+ }
7
+
8
+ ::-webkit-scrollbar-thumb:vertical {
9
+ width: 100%;
10
+ }
11
+
12
+ ::-webkit-scrollbar-thumb:horizontal {
13
+ height: 100%;
14
+ }
15
+
16
+ ::-webkit-scrollbar-thumb {
17
+ background-color: var(--coolgrey-light-70);
18
+ border-radius: 10px;
19
+ border: 2px solid transparent;
20
+ background-clip: content-box;
21
+ }
22
+
23
+ ::-webkit-scrollbar-thumb:hover {
24
+ background-color: var(--coolgrey);
25
+ border-radius: 10px;
26
+ border: 2px solid transparent;
27
+ background-clip: content-box;
28
+ }
29
+
30
+ /* Hidden Scrollbar */
31
+ .scrollbar-hidden {
32
+ overflow: scroll;
33
+ mask-image: linear-gradient(to top, transparent, black),
34
+ linear-gradient(to left, transparent 17px, black 17px);
35
+ mask-size: 100% 20000px;
36
+ mask-position: left bottom;
37
+ -webkit-mask-image: linear-gradient(to top, transparent, black),
38
+ linear-gradient(to left, transparent 17px, black 17px);
39
+ -webkit-mask-size: 100% 20000px;
40
+ -webkit-mask-position: left bottom;
41
+ transition:
42
+ mask-position 0.75s,
43
+ -webkit-mask-position 0.75s;
44
+ }
45
+
46
+ .scrollbar-hidden:hover {
47
+ -webkit-mask-position: left top;
48
+ }
49
+
50
+ .scrollbar-hidden::-webkit-scrollbar {
51
+ width: 7px;
52
+ height: 7px;
53
+ /* background-color: transparent; */
54
+ }
55
+
56
+ .scrollbar-hidden::-webkit-scrollbar-track {
57
+ /* background-color: transparent; */
58
+ }
59
+
60
+ .scrollbar-hidden::-webkit-scrollbar-thumb {
61
+ background-color: var(--coolgrey-light-30);
62
+ }
63
+
64
+ .scrollbar-hidden:hover::-webkit-scrollbar {
65
+ width: 7px;
66
+ background-color: var(--grey-light-80);
67
+ }
68
+
69
+ .scrollbar-hidden:hover::-webkit-scrollbar-track {
70
+ background-color: var(--grey-light-80);
71
+ }
72
+
73
+ .scrollbar-hidden:hover::-webkit-scrollbar-thumb {
74
+ background-color: var(--coolgrey-light-30);
75
+ border-radius: 10px;
76
+ border: 2px solid transparent;
77
+ background-clip: content-box;
78
+ }