bianic-ui 2.10.1 → 2.11.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.
Files changed (37) hide show
  1. package/README.md +49 -49
  2. package/dist/cjs/Empty.svg +12 -12
  3. package/dist/cjs/index.js +124 -70
  4. package/dist/cjs/lib.css +1 -1
  5. package/dist/cjs/types/components/Countdown/index.d.ts +1 -0
  6. package/dist/cjs/types/components/Forms/SelectInput/index.d.ts +1 -1
  7. package/dist/cjs/types/components/Icons/Unlinked.d.ts +4 -0
  8. package/dist/cjs/types/components/Icons/index.d.ts +2 -1
  9. package/dist/cjs/types/components/Popover/PropInterface.d.ts +2 -0
  10. package/dist/cjs/types/components/Popover/configs.d.ts +8 -8
  11. package/dist/cjs/types/components/Popover/index.d.ts +1 -1
  12. package/dist/cjs/types/components/Table/TableUtility/TableFooterController.d.ts +2 -1
  13. package/dist/cjs/types/components/Table/TableUtility/TableHeaderController.d.ts +2 -1
  14. package/dist/cjs/types/components/Tooltip/PropsInterface.d.ts +1 -0
  15. package/dist/cjs/types/stories/Banner.stories.d.ts +1 -0
  16. package/dist/cjs/types/stories/Icons/Unlinked.stories.d.ts +14 -0
  17. package/dist/esm/Empty.svg +12 -12
  18. package/dist/esm/index.js +125 -72
  19. package/dist/esm/lib.css +1 -1
  20. package/dist/esm/types/components/Countdown/index.d.ts +1 -0
  21. package/dist/esm/types/components/Forms/SelectInput/index.d.ts +1 -1
  22. package/dist/esm/types/components/Icons/Unlinked.d.ts +4 -0
  23. package/dist/esm/types/components/Icons/index.d.ts +2 -1
  24. package/dist/esm/types/components/Popover/PropInterface.d.ts +2 -0
  25. package/dist/esm/types/components/Popover/configs.d.ts +8 -8
  26. package/dist/esm/types/components/Popover/index.d.ts +1 -1
  27. package/dist/esm/types/components/Table/TableUtility/TableFooterController.d.ts +2 -1
  28. package/dist/esm/types/components/Table/TableUtility/TableHeaderController.d.ts +2 -1
  29. package/dist/esm/types/components/Tooltip/PropsInterface.d.ts +1 -0
  30. package/dist/esm/types/stories/Banner.stories.d.ts +1 -0
  31. package/dist/esm/types/stories/Icons/Unlinked.stories.d.ts +14 -0
  32. package/dist/index.d.ts +12 -6
  33. package/package.json +143 -143
  34. package/src/font/SansCode/README.txt +88 -88
  35. package/src/style/color.css +650 -650
  36. package/src/style/scrollbar.css +78 -78
  37. package/tailwind.config.js +592 -574
@@ -1,88 +1,88 @@
1
- Google Sans Code Variable Font
2
- ==============================
3
-
4
- This download contains Google Sans Code as both variable fonts and static fonts.
5
-
6
- Google Sans Code is a variable font with these axes:
7
- MONO
8
- wght
9
-
10
- This means all the styles are contained in these files:
11
- GoogleSansCode-VariableFont_MONO,wght.ttf
12
- GoogleSansCode-Italic-VariableFont_MONO,wght.ttf
13
-
14
- If your app fully supports variable fonts, you can now pick intermediate styles
15
- that aren’t available as static fonts. Not all apps support variable fonts, and
16
- in those cases you can use the static font files for Google Sans Code:
17
- static/GoogleSansCode_Proportional-Light.ttf
18
- static/GoogleSansCode_Proportional-Regular.ttf
19
- static/GoogleSansCode_Proportional-Medium.ttf
20
- static/GoogleSansCode_Proportional-SemiBold.ttf
21
- static/GoogleSansCode_Proportional-Bold.ttf
22
- static/GoogleSansCode_Proportional-ExtraBold.ttf
23
- static/GoogleSansCode-Light.ttf
24
- static/GoogleSansCode-Regular.ttf
25
- static/GoogleSansCode-Medium.ttf
26
- static/GoogleSansCode-SemiBold.ttf
27
- static/GoogleSansCode-Bold.ttf
28
- static/GoogleSansCode-ExtraBold.ttf
29
- static/GoogleSansCode_Proportional-LightItalic.ttf
30
- static/GoogleSansCode_Proportional-Italic.ttf
31
- static/GoogleSansCode_Proportional-MediumItalic.ttf
32
- static/GoogleSansCode_Proportional-SemiBoldItalic.ttf
33
- static/GoogleSansCode_Proportional-BoldItalic.ttf
34
- static/GoogleSansCode_Proportional-ExtraBoldItalic.ttf
35
- static/GoogleSansCode-LightItalic.ttf
36
- static/GoogleSansCode-Italic.ttf
37
- static/GoogleSansCode-MediumItalic.ttf
38
- static/GoogleSansCode-SemiBoldItalic.ttf
39
- static/GoogleSansCode-BoldItalic.ttf
40
- static/GoogleSansCode-ExtraBoldItalic.ttf
41
-
42
- Get started
43
- -----------
44
-
45
- 1. Install the font files you want to use
46
-
47
- 2. Use your app's font picker to view the font family and all the
48
- available styles
49
-
50
- Learn more about variable fonts
51
- -------------------------------
52
-
53
- https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
54
- https://variablefonts.typenetwork.com
55
- https://medium.com/variable-fonts
56
-
57
- In desktop apps
58
-
59
- https://theblog.adobe.com/can-variable-fonts-illustrator-cc
60
- https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
61
-
62
- Online
63
-
64
- https://developers.google.com/fonts/docs/getting_started
65
- https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
66
- https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
67
-
68
- Installing fonts
69
-
70
- MacOS: https://support.apple.com/en-us/HT201749
71
- Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
72
- Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
73
-
74
- Android Apps
75
-
76
- https://developers.google.com/fonts/docs/android
77
- https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
78
-
79
- License
80
- -------
81
- Please read the full license text (OFL.txt) to understand the permissions,
82
- restrictions and requirements for usage, redistribution, and modification.
83
-
84
- You can use them in your products & projects – print or digital,
85
- commercial or otherwise.
86
-
87
- This isn't legal advice, please consider consulting a lawyer and see the full
88
- license for all details.
1
+ Google Sans Code Variable Font
2
+ ==============================
3
+
4
+ This download contains Google Sans Code as both variable fonts and static fonts.
5
+
6
+ Google Sans Code is a variable font with these axes:
7
+ MONO
8
+ wght
9
+
10
+ This means all the styles are contained in these files:
11
+ GoogleSansCode-VariableFont_MONO,wght.ttf
12
+ GoogleSansCode-Italic-VariableFont_MONO,wght.ttf
13
+
14
+ If your app fully supports variable fonts, you can now pick intermediate styles
15
+ that aren’t available as static fonts. Not all apps support variable fonts, and
16
+ in those cases you can use the static font files for Google Sans Code:
17
+ static/GoogleSansCode_Proportional-Light.ttf
18
+ static/GoogleSansCode_Proportional-Regular.ttf
19
+ static/GoogleSansCode_Proportional-Medium.ttf
20
+ static/GoogleSansCode_Proportional-SemiBold.ttf
21
+ static/GoogleSansCode_Proportional-Bold.ttf
22
+ static/GoogleSansCode_Proportional-ExtraBold.ttf
23
+ static/GoogleSansCode-Light.ttf
24
+ static/GoogleSansCode-Regular.ttf
25
+ static/GoogleSansCode-Medium.ttf
26
+ static/GoogleSansCode-SemiBold.ttf
27
+ static/GoogleSansCode-Bold.ttf
28
+ static/GoogleSansCode-ExtraBold.ttf
29
+ static/GoogleSansCode_Proportional-LightItalic.ttf
30
+ static/GoogleSansCode_Proportional-Italic.ttf
31
+ static/GoogleSansCode_Proportional-MediumItalic.ttf
32
+ static/GoogleSansCode_Proportional-SemiBoldItalic.ttf
33
+ static/GoogleSansCode_Proportional-BoldItalic.ttf
34
+ static/GoogleSansCode_Proportional-ExtraBoldItalic.ttf
35
+ static/GoogleSansCode-LightItalic.ttf
36
+ static/GoogleSansCode-Italic.ttf
37
+ static/GoogleSansCode-MediumItalic.ttf
38
+ static/GoogleSansCode-SemiBoldItalic.ttf
39
+ static/GoogleSansCode-BoldItalic.ttf
40
+ static/GoogleSansCode-ExtraBoldItalic.ttf
41
+
42
+ Get started
43
+ -----------
44
+
45
+ 1. Install the font files you want to use
46
+
47
+ 2. Use your app's font picker to view the font family and all the
48
+ available styles
49
+
50
+ Learn more about variable fonts
51
+ -------------------------------
52
+
53
+ https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
54
+ https://variablefonts.typenetwork.com
55
+ https://medium.com/variable-fonts
56
+
57
+ In desktop apps
58
+
59
+ https://theblog.adobe.com/can-variable-fonts-illustrator-cc
60
+ https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
61
+
62
+ Online
63
+
64
+ https://developers.google.com/fonts/docs/getting_started
65
+ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
66
+ https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
67
+
68
+ Installing fonts
69
+
70
+ MacOS: https://support.apple.com/en-us/HT201749
71
+ Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
72
+ Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
73
+
74
+ Android Apps
75
+
76
+ https://developers.google.com/fonts/docs/android
77
+ https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
78
+
79
+ License
80
+ -------
81
+ Please read the full license text (OFL.txt) to understand the permissions,
82
+ restrictions and requirements for usage, redistribution, and modification.
83
+
84
+ You can use them in your products & projects – print or digital,
85
+ commercial or otherwise.
86
+
87
+ This isn't legal advice, please consider consulting a lawyer and see the full
88
+ license for all details.