@bitrise/bitkit 9.5.0 → 9.5.3-alpha-src.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 (106) hide show
  1. package/package.json +4 -1
  2. package/src/tsconfig.tsbuildinfo +1 -0
  3. package/src/variables.css +141 -1
  4. package/.browserslistrc +0 -2
  5. package/.editorconfig +0 -4
  6. package/.eslint-tsconfig.json +0 -7
  7. package/.eslintrc.js +0 -28
  8. package/.husky/commit-msg +0 -4
  9. package/.nvmrc +0 -1
  10. package/.storybook/main.js +0 -35
  11. package/.storybook/manager.js +0 -6
  12. package/.storybook/preview.tsx +0 -20
  13. package/.storybook/theme.js +0 -7
  14. package/.stylelintignore +0 -2
  15. package/.stylelintrc +0 -287
  16. package/.svgrrc.js +0 -52
  17. package/.tool-versions +0 -1
  18. package/@types/@bitrise/bitkit.ts +0 -1
  19. package/@types/react-docgen.ts +0 -119
  20. package/CHANGELOG.md +0 -987
  21. package/CONTRIBUTING.md +0 -79
  22. package/FAQ.md +0 -19
  23. package/bitrise.yml +0 -66
  24. package/commitlint.config.js +0 -10
  25. package/jest.setup.js +0 -36
  26. package/netlify.toml +0 -42
  27. package/postcss.config.js +0 -16
  28. package/release.config.js +0 -32
  29. package/renovate.json +0 -6
  30. package/scripts/build-docs-watch.ts +0 -7
  31. package/scripts/build-docs.ts +0 -59
  32. package/site/assets/fonts/TT_Norms_Pro_Bold.woff +0 -0
  33. package/site/assets/fonts/TT_Norms_Pro_Normal.woff +0 -0
  34. package/site/assets/icons/favicon-32x32.png +0 -0
  35. package/site/assets/images/app_icon.jpg +0 -0
  36. package/site/assets/images/status-checks.png +0 -0
  37. package/site/components/CodeBlock/CodeBlock.css +0 -87
  38. package/site/components/CodeBlock/CodeBlock.tsx +0 -35
  39. package/site/components/Documentation/ComponentDocumentationPage.tsx +0 -150
  40. package/site/components/Documentation/Components/SectionAddonBeam.tsx +0 -47
  41. package/site/components/Documentation/Components/SectionAddonBeamSandbox.tsx +0 -32
  42. package/site/components/Documentation/Components/SectionAddonFooter.tsx +0 -22
  43. package/site/components/Documentation/Components/SectionAppear.tsx +0 -59
  44. package/site/components/Documentation/Components/SectionAvatar.tsx +0 -50
  45. package/site/components/Documentation/Components/SectionBadge.tsx +0 -38
  46. package/site/components/Documentation/Components/SectionBase.tsx +0 -17
  47. package/site/components/Documentation/Components/SectionButtons.tsx +0 -361
  48. package/site/components/Documentation/Components/SectionCards.tsx +0 -276
  49. package/site/components/Documentation/Components/SectionCheckbox.tsx +0 -38
  50. package/site/components/Documentation/Components/SectionDatePicker.tsx +0 -82
  51. package/site/components/Documentation/Components/SectionDivider.tsx +0 -31
  52. package/site/components/Documentation/Components/SectionDot.tsx +0 -27
  53. package/site/components/Documentation/Components/SectionDropdowns.tsx +0 -388
  54. package/site/components/Documentation/Components/SectionExpand.tsx +0 -143
  55. package/site/components/Documentation/Components/SectionFlex.tsx +0 -33
  56. package/site/components/Documentation/Components/SectionFormElements.tsx +0 -187
  57. package/site/components/Documentation/Components/SectionGrid.tsx +0 -125
  58. package/site/components/Documentation/Components/SectionHamburger.tsx +0 -34
  59. package/site/components/Documentation/Components/SectionIcons.tsx +0 -30
  60. package/site/components/Documentation/Components/SectionInputs.tsx +0 -89
  61. package/site/components/Documentation/Components/SectionList.tsx +0 -26
  62. package/site/components/Documentation/Components/SectionModals.tsx +0 -224
  63. package/site/components/Documentation/Components/SectionNotification.tsx +0 -38
  64. package/site/components/Documentation/Components/SectionPlacement.tsx +0 -167
  65. package/site/components/Documentation/Components/SectionProgress.tsx +0 -149
  66. package/site/components/Documentation/Components/SectionRadioButton.tsx +0 -38
  67. package/site/components/Documentation/Components/SectionRibbon.tsx +0 -33
  68. package/site/components/Documentation/Components/SectionRibbonSandbox.tsx +0 -17
  69. package/site/components/Documentation/Components/SectionSidebar.tsx +0 -125
  70. package/site/components/Documentation/Components/SectionSkeleton.tsx +0 -99
  71. package/site/components/Documentation/Components/SectionStatus.tsx +0 -53
  72. package/site/components/Documentation/Components/SectionStatusSandbox404.tsx +0 -42
  73. package/site/components/Documentation/Components/SectionStatusSandbox500.tsx +0 -13
  74. package/site/components/Documentation/Components/SectionTable.tsx +0 -83
  75. package/site/components/Documentation/Components/SectionTabs.tsx +0 -25
  76. package/site/components/Documentation/Components/SectionText.tsx +0 -34
  77. package/site/components/Documentation/Components/SectionTextarea.tsx +0 -43
  78. package/site/components/Documentation/Components/SectionToggle.tsx +0 -50
  79. package/site/components/Documentation/Components/SectionTooltips.tsx +0 -50
  80. package/site/components/Documentation/Documentation.tsx +0 -302
  81. package/site/components/Documentation/Materials/SectionColors.css +0 -33
  82. package/site/components/Documentation/Materials/SectionColors.tsx +0 -197
  83. package/site/components/Documentation/Materials/SectionIcons.tsx +0 -106
  84. package/site/components/Documentation/Materials/SectionTypography.tsx +0 -143
  85. package/site/components/Page/Page.tsx +0 -8
  86. package/site/components/Page/PageTitle.tsx +0 -8
  87. package/site/components/PropsTable/PropsTable.tsx +0 -35
  88. package/site/components/PropsTable/PropsTableCellUnion.tsx +0 -29
  89. package/site/components/PropsTable/PropsTableRow.tsx +0 -55
  90. package/site/components/Root/Root.tsx +0 -89
  91. package/site/components/Root/index.tsx +0 -4
  92. package/site/components/Sandbox/Sandbox.tsx +0 -19
  93. package/site/components/Sandbox/SandboxFrame.css +0 -20
  94. package/site/components/Sandbox/SandboxFrame.tsx +0 -77
  95. package/site/components/Section/Section.tsx +0 -8
  96. package/site/components/Section/SectionSubTitle.tsx +0 -8
  97. package/site/components/Section/SectionTitle.tsx +0 -8
  98. package/site/components/SideMenu/SideMenu.css +0 -39
  99. package/site/components/SideMenu/SideMenu.tsx +0 -53
  100. package/site/components/SideMenu/SideMenuItem.tsx +0 -34
  101. package/site/components/Window/Window.tsx +0 -62
  102. package/site/index.css +0 -11
  103. package/site/index.html +0 -16
  104. package/site/index.tsx +0 -16
  105. package/superstatic.json +0 -13
  106. package/tsconfig.json +0 -25
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "9.5.0",
4
+ "version": "9.5.3-alpha-src.1",
5
5
  "repository": "git@github.com:bitrise-io/bitkit.git",
6
6
  "main": "src/index.ts",
7
7
  "license": "UNLICENSED",
@@ -133,6 +133,9 @@
133
133
  "typescript": "^4.6.3",
134
134
  "webpack": "^5.72.0"
135
135
  },
136
+ "files": [
137
+ "src"
138
+ ],
136
139
  "publishConfig": {
137
140
  "access": "public"
138
141
  },