@oxyhq/bloom 0.5.0 → 0.5.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 (98) hide show
  1. package/lib/commonjs/fonts/FontLoader.js +6 -5
  2. package/lib/commonjs/fonts/FontLoader.js.map +1 -1
  3. package/lib/commonjs/fonts/apply-font-faces.js +4 -4
  4. package/lib/commonjs/fonts/apply-font-faces.web.js +13 -12
  5. package/lib/commonjs/fonts/apply-font-faces.web.js.map +1 -1
  6. package/lib/commonjs/fonts/font-assets.js +2 -2
  7. package/lib/commonjs/fonts/font-data.web.js +22 -0
  8. package/lib/commonjs/fonts/font-data.web.js.map +1 -0
  9. package/lib/module/fonts/FontLoader.js +6 -5
  10. package/lib/module/fonts/FontLoader.js.map +1 -1
  11. package/lib/module/fonts/apply-font-faces.js +4 -4
  12. package/lib/module/fonts/apply-font-faces.web.js +13 -10
  13. package/lib/module/fonts/apply-font-faces.web.js.map +1 -1
  14. package/lib/module/fonts/font-assets.js +2 -2
  15. package/lib/module/fonts/font-data.web.js +18 -0
  16. package/lib/module/fonts/font-data.web.js.map +1 -0
  17. package/lib/module/fonts/index.web.js +4 -4
  18. package/lib/typescript/commonjs/fonts/FontLoader.d.ts.map +1 -1
  19. package/lib/typescript/commonjs/fonts/apply-font-faces.web.d.ts +8 -1
  20. package/lib/typescript/commonjs/fonts/apply-font-faces.web.d.ts.map +1 -1
  21. package/lib/typescript/commonjs/fonts/font-data.web.d.ts +5 -0
  22. package/lib/typescript/commonjs/fonts/font-data.web.d.ts.map +1 -0
  23. package/lib/typescript/module/fonts/FontLoader.d.ts.map +1 -1
  24. package/lib/typescript/module/fonts/apply-font-faces.web.d.ts +8 -1
  25. package/lib/typescript/module/fonts/apply-font-faces.web.d.ts.map +1 -1
  26. package/lib/typescript/module/fonts/font-data.web.d.ts +5 -0
  27. package/lib/typescript/module/fonts/font-data.web.d.ts.map +1 -0
  28. package/package.json +36 -5
  29. package/src/avatar/Avatar.stories.tsx +69 -0
  30. package/src/bottom-sheet/BottomSheet.stories.tsx +92 -0
  31. package/src/button/Button.stories.tsx +94 -0
  32. package/src/context-menu/ContextMenu.stories.tsx +71 -0
  33. package/src/dialog/Dialog.stories.tsx +112 -0
  34. package/src/fonts/FontLoader.tsx +6 -5
  35. package/src/fonts/apply-font-faces.ts +4 -4
  36. package/src/fonts/apply-font-faces.web.ts +18 -10
  37. package/src/fonts/font-assets.ts +2 -2
  38. package/src/fonts/font-data.web.ts +15 -0
  39. package/src/fonts/index.web.ts +4 -4
  40. package/src/loading/Loading.stories.tsx +60 -0
  41. package/src/menu/Menu.stories.tsx +79 -0
  42. package/src/prompt-input/PromptInput.stories.tsx +82 -0
  43. package/src/select/Select.stories.tsx +84 -0
  44. package/src/settings-list/SettingsList.stories.tsx +106 -0
  45. package/src/text-field/TextField.stories.tsx +90 -0
  46. package/src/toast/Toast.stories.tsx +109 -0
  47. package/lib/commonjs/fonts/assets/BlomusModernus-Bold.woff2 +0 -0
  48. package/lib/commonjs/fonts/assets/BlomusModernus-Regular.woff2 +0 -0
  49. package/lib/commonjs/fonts/assets/GeistMono-Variable.woff2 +0 -0
  50. package/lib/commonjs/fonts/assets/InterVariable.woff2 +0 -0
  51. package/lib/module/fonts/assets/BlomusModernus-Bold.woff2 +0 -0
  52. package/lib/module/fonts/assets/BlomusModernus-Regular.woff2 +0 -0
  53. package/lib/module/fonts/assets/GeistMono-Variable.woff2 +0 -0
  54. package/lib/module/fonts/assets/InterVariable.woff2 +0 -0
  55. package/lib/typescript/commonjs/__tests__/BloomThemeProvider.fonts-web.test.d.ts +0 -5
  56. package/lib/typescript/commonjs/__tests__/BloomThemeProvider.fonts-web.test.d.ts.map +0 -1
  57. package/lib/typescript/commonjs/__tests__/BloomThemeProvider.test.d.ts +0 -2
  58. package/lib/typescript/commonjs/__tests__/BloomThemeProvider.test.d.ts.map +0 -1
  59. package/lib/typescript/commonjs/__tests__/BottomSheet.test.d.ts +0 -2
  60. package/lib/typescript/commonjs/__tests__/BottomSheet.test.d.ts.map +0 -1
  61. package/lib/typescript/commonjs/__tests__/Button.test.d.ts +0 -2
  62. package/lib/typescript/commonjs/__tests__/Button.test.d.ts.map +0 -1
  63. package/lib/typescript/commonjs/__tests__/Code.test.d.ts +0 -2
  64. package/lib/typescript/commonjs/__tests__/Code.test.d.ts.map +0 -1
  65. package/lib/typescript/commonjs/__tests__/Dialog.test.d.ts +0 -2
  66. package/lib/typescript/commonjs/__tests__/Dialog.test.d.ts.map +0 -1
  67. package/lib/typescript/commonjs/__tests__/FontLoader.native.test.d.ts +0 -2
  68. package/lib/typescript/commonjs/__tests__/FontLoader.native.test.d.ts.map +0 -1
  69. package/lib/typescript/commonjs/__tests__/Pre.test.d.ts +0 -2
  70. package/lib/typescript/commonjs/__tests__/Pre.test.d.ts.map +0 -1
  71. package/lib/typescript/commonjs/__tests__/SettingsList.test.d.ts +0 -2
  72. package/lib/typescript/commonjs/__tests__/SettingsList.test.d.ts.map +0 -1
  73. package/lib/typescript/commonjs/__tests__/apply-font-faces.test.d.ts +0 -5
  74. package/lib/typescript/commonjs/__tests__/apply-font-faces.test.d.ts.map +0 -1
  75. package/lib/typescript/commonjs/__tests__/theme.test.d.ts +0 -2
  76. package/lib/typescript/commonjs/__tests__/theme.test.d.ts.map +0 -1
  77. package/lib/typescript/module/__tests__/BloomThemeProvider.fonts-web.test.d.ts +0 -5
  78. package/lib/typescript/module/__tests__/BloomThemeProvider.fonts-web.test.d.ts.map +0 -1
  79. package/lib/typescript/module/__tests__/BloomThemeProvider.test.d.ts +0 -2
  80. package/lib/typescript/module/__tests__/BloomThemeProvider.test.d.ts.map +0 -1
  81. package/lib/typescript/module/__tests__/BottomSheet.test.d.ts +0 -2
  82. package/lib/typescript/module/__tests__/BottomSheet.test.d.ts.map +0 -1
  83. package/lib/typescript/module/__tests__/Button.test.d.ts +0 -2
  84. package/lib/typescript/module/__tests__/Button.test.d.ts.map +0 -1
  85. package/lib/typescript/module/__tests__/Code.test.d.ts +0 -2
  86. package/lib/typescript/module/__tests__/Code.test.d.ts.map +0 -1
  87. package/lib/typescript/module/__tests__/Dialog.test.d.ts +0 -2
  88. package/lib/typescript/module/__tests__/Dialog.test.d.ts.map +0 -1
  89. package/lib/typescript/module/__tests__/FontLoader.native.test.d.ts +0 -2
  90. package/lib/typescript/module/__tests__/FontLoader.native.test.d.ts.map +0 -1
  91. package/lib/typescript/module/__tests__/Pre.test.d.ts +0 -2
  92. package/lib/typescript/module/__tests__/Pre.test.d.ts.map +0 -1
  93. package/lib/typescript/module/__tests__/SettingsList.test.d.ts +0 -2
  94. package/lib/typescript/module/__tests__/SettingsList.test.d.ts.map +0 -1
  95. package/lib/typescript/module/__tests__/apply-font-faces.test.d.ts +0 -5
  96. package/lib/typescript/module/__tests__/apply-font-faces.test.d.ts.map +0 -1
  97. package/lib/typescript/module/__tests__/theme.test.d.ts +0 -2
  98. package/lib/typescript/module/__tests__/theme.test.d.ts.map +0 -1
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Dialog.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Dialog.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/Dialog.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=FontLoader.native.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FontLoader.native.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/FontLoader.native.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Pre.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Pre.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/Pre.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=SettingsList.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SettingsList.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/SettingsList.test.tsx"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- /**
2
- * @jest-environment jsdom
3
- */
4
- export {};
5
- //# sourceMappingURL=apply-font-faces.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"apply-font-faces.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/apply-font-faces.test.ts"],"names":[],"mappings":"AAAA;;GAEG"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=theme.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"theme.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/theme.test.ts"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- /**
2
- * @jest-environment jsdom
3
- */
4
- export {};
5
- //# sourceMappingURL=BloomThemeProvider.fonts-web.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BloomThemeProvider.fonts-web.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/BloomThemeProvider.fonts-web.test.tsx"],"names":[],"mappings":"AAAA;;GAEG"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=BloomThemeProvider.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BloomThemeProvider.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/BloomThemeProvider.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=BottomSheet.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BottomSheet.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/BottomSheet.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Button.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Button.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/Button.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Code.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Code.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/Code.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Dialog.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Dialog.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/Dialog.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=FontLoader.native.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FontLoader.native.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/FontLoader.native.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=Pre.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Pre.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/Pre.test.tsx"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=SettingsList.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SettingsList.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/SettingsList.test.tsx"],"names":[],"mappings":""}
@@ -1,5 +0,0 @@
1
- /**
2
- * @jest-environment jsdom
3
- */
4
- export {};
5
- //# sourceMappingURL=apply-font-faces.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"apply-font-faces.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/apply-font-faces.test.ts"],"names":[],"mappings":"AAAA;;GAEG"}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=theme.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"theme.test.d.ts","sourceRoot":"","sources":["../../../../src/__tests__/theme.test.ts"],"names":[],"mappings":""}