@campxdev/react-native-blueprint 0.1.0 → 0.1.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 (116) hide show
  1. package/lib/module/components/ui/Skeleton.js +1 -1
  2. package/lib/module/components/ui/Skeleton.js.map +1 -1
  3. package/lib/typescript/babel.config.d.ts +13 -0
  4. package/lib/typescript/babel.config.d.ts.map +1 -0
  5. package/lib/typescript/metro.config.d.ts +3 -0
  6. package/lib/typescript/metro.config.d.ts.map +1 -0
  7. package/lib/typescript/src/app/_layout.d.ts +9 -0
  8. package/lib/typescript/src/app/_layout.d.ts.map +1 -0
  9. package/lib/typescript/src/components/theme-config.d.ts +174 -0
  10. package/lib/typescript/src/components/theme-config.d.ts.map +1 -0
  11. package/lib/typescript/src/components/ui/Accordion.d.ts +11 -0
  12. package/lib/typescript/src/components/ui/Accordion.d.ts.map +1 -0
  13. package/lib/typescript/src/components/ui/Alert-Dialog.d.ts +11 -0
  14. package/lib/typescript/src/components/ui/Alert-Dialog.d.ts.map +1 -0
  15. package/lib/typescript/src/components/ui/Alert.d.ts +11 -0
  16. package/lib/typescript/src/components/ui/Alert.d.ts.map +1 -0
  17. package/lib/typescript/src/components/ui/AppBar.d.ts +227 -0
  18. package/lib/typescript/src/components/ui/AppBar.d.ts.map +1 -0
  19. package/lib/typescript/src/components/ui/Aspect-Ratio.d.ts +30 -0
  20. package/lib/typescript/src/components/ui/Aspect-Ratio.d.ts.map +1 -0
  21. package/lib/typescript/src/components/ui/Avatar.d.ts +11 -0
  22. package/lib/typescript/src/components/ui/Avatar.d.ts.map +1 -0
  23. package/lib/typescript/src/components/ui/Badge.d.ts +11 -0
  24. package/lib/typescript/src/components/ui/Badge.d.ts.map +1 -0
  25. package/lib/typescript/src/components/ui/Bottom-Sheet.d.ts +11 -0
  26. package/lib/typescript/src/components/ui/Bottom-Sheet.d.ts.map +1 -0
  27. package/lib/typescript/src/components/ui/Button.d.ts +11 -0
  28. package/lib/typescript/src/components/ui/Button.d.ts.map +1 -0
  29. package/lib/typescript/src/components/ui/Card.d.ts +11 -0
  30. package/lib/typescript/src/components/ui/Card.d.ts.map +1 -0
  31. package/lib/typescript/src/components/ui/Checkbox.d.ts +11 -0
  32. package/lib/typescript/src/components/ui/Checkbox.d.ts.map +1 -0
  33. package/lib/typescript/src/components/ui/Collapsible.d.ts +212 -0
  34. package/lib/typescript/src/components/ui/Collapsible.d.ts.map +1 -0
  35. package/lib/typescript/src/components/ui/Context-Menu.d.ts +11 -0
  36. package/lib/typescript/src/components/ui/Context-Menu.d.ts.map +1 -0
  37. package/lib/typescript/src/components/ui/Custom-Card.d.ts +11 -0
  38. package/lib/typescript/src/components/ui/Custom-Card.d.ts.map +1 -0
  39. package/lib/typescript/src/components/ui/Dialog.d.ts +11 -0
  40. package/lib/typescript/src/components/ui/Dialog.d.ts.map +1 -0
  41. package/lib/typescript/src/components/ui/Dropdown-Menu.d.ts +11 -0
  42. package/lib/typescript/src/components/ui/Dropdown-Menu.d.ts.map +1 -0
  43. package/lib/typescript/src/components/ui/Floating-Action-Button.d.ts +11 -0
  44. package/lib/typescript/src/components/ui/Floating-Action.d.ts +44 -0
  45. package/lib/typescript/src/components/ui/Floating-Action.d.ts.map +1 -0
  46. package/lib/typescript/src/components/ui/Greeting-Card.d.ts +11 -0
  47. package/lib/typescript/src/components/ui/Greeting-Card.d.ts.map +1 -0
  48. package/lib/typescript/src/components/ui/Hover-Card.d.ts +11 -0
  49. package/lib/typescript/src/components/ui/Hover-Card.d.ts.map +1 -0
  50. package/lib/typescript/src/components/ui/Icon.d.ts +11 -0
  51. package/lib/typescript/src/components/ui/Icon.d.ts.map +1 -0
  52. package/lib/typescript/src/components/ui/Input.d.ts +11 -0
  53. package/lib/typescript/src/components/ui/Input.d.ts.map +1 -0
  54. package/lib/typescript/src/components/ui/Label.d.ts +11 -0
  55. package/lib/typescript/src/components/ui/Label.d.ts.map +1 -0
  56. package/lib/typescript/src/components/ui/Menubar.d.ts +11 -0
  57. package/lib/typescript/src/components/ui/Menubar.d.ts.map +1 -0
  58. package/lib/typescript/src/components/ui/Native-Only-Animated-View.d.ts +26 -0
  59. package/lib/typescript/src/components/ui/Native-Only-Animated-View.d.ts.map +1 -0
  60. package/lib/typescript/src/components/ui/NavBar.d.ts +11 -0
  61. package/lib/typescript/src/components/ui/NavBar.d.ts.map +1 -0
  62. package/lib/typescript/src/components/ui/Popover.d.ts +11 -0
  63. package/lib/typescript/src/components/ui/Popover.d.ts.map +1 -0
  64. package/lib/typescript/src/components/ui/Progress.d.ts +11 -0
  65. package/lib/typescript/src/components/ui/Progress.d.ts.map +1 -0
  66. package/lib/typescript/src/components/ui/Radio-Group.d.ts +11 -0
  67. package/lib/typescript/src/components/ui/Radio-Group.d.ts.map +1 -0
  68. package/lib/typescript/src/components/ui/Select.d.ts +11 -0
  69. package/lib/typescript/src/components/ui/Select.d.ts.map +1 -0
  70. package/lib/typescript/src/components/ui/Separator.d.ts +11 -0
  71. package/lib/typescript/src/components/ui/Separator.d.ts.map +1 -0
  72. package/lib/typescript/src/components/ui/SizedBox.d.ts +79 -0
  73. package/lib/typescript/src/components/ui/SizedBox.d.ts.map +1 -0
  74. package/lib/typescript/src/components/ui/Skeleton.d.ts +11 -0
  75. package/lib/typescript/src/components/ui/Skeleton.d.ts.map +1 -0
  76. package/lib/typescript/src/components/ui/Slider.d.ts +11 -0
  77. package/lib/typescript/src/components/ui/Slider.d.ts.map +1 -0
  78. package/lib/typescript/src/components/ui/Switch.d.ts +11 -0
  79. package/lib/typescript/src/components/ui/Switch.d.ts.map +1 -0
  80. package/lib/typescript/src/components/ui/Table.d.ts +11 -0
  81. package/lib/typescript/src/components/ui/Table.d.ts.map +1 -0
  82. package/lib/typescript/src/components/ui/Tabs.d.ts +11 -0
  83. package/lib/typescript/src/components/ui/Tabs.d.ts.map +1 -0
  84. package/lib/typescript/src/components/ui/Text.d.ts +11 -0
  85. package/lib/typescript/src/components/ui/Text.d.ts.map +1 -0
  86. package/lib/typescript/src/components/ui/Textarea.d.ts +11 -0
  87. package/lib/typescript/src/components/ui/Textarea.d.ts.map +1 -0
  88. package/lib/typescript/src/components/ui/Theme-Toggle.d.ts +11 -0
  89. package/lib/typescript/src/components/ui/Theme-Toggle.d.ts.map +1 -0
  90. package/lib/typescript/src/components/ui/Toast.d.ts +11 -0
  91. package/lib/typescript/src/components/ui/Toast.d.ts.map +1 -0
  92. package/lib/typescript/src/components/ui/Toggle-Group.d.ts +11 -0
  93. package/lib/typescript/src/components/ui/Toggle-Group.d.ts.map +1 -0
  94. package/lib/typescript/src/components/ui/Toggle.d.ts +11 -0
  95. package/lib/typescript/src/components/ui/Toggle.d.ts.map +1 -0
  96. package/lib/typescript/src/components/ui/Tooltip.d.ts +11 -0
  97. package/lib/typescript/src/components/ui/Tooltip.d.ts.map +1 -0
  98. package/lib/typescript/src/components/ui/index.d.ts +39 -0
  99. package/lib/typescript/src/components/ui/index.d.ts.map +1 -0
  100. package/lib/typescript/src/components/ui.d.ts +49 -0
  101. package/lib/typescript/src/index.d.ts +95 -0
  102. package/lib/typescript/src/index.d.ts.map +1 -0
  103. package/lib/typescript/src/lib/ThemeProvider.d.ts +14 -0
  104. package/lib/typescript/src/lib/ThemeProvider.d.ts.map +1 -0
  105. package/lib/typescript/src/lib/cornerRadius.d.ts +21 -0
  106. package/lib/typescript/src/lib/cornerRadius.d.ts.map +1 -0
  107. package/lib/typescript/src/lib/fonts.d.ts +30 -0
  108. package/lib/typescript/src/lib/fonts.d.ts.map +1 -0
  109. package/lib/typescript/src/lib/theme.d.ts +9 -0
  110. package/lib/typescript/src/lib/theme.d.ts.map +1 -0
  111. package/lib/typescript/src/lib/utils.d.ts +1 -0
  112. package/lib/typescript/src/lib/utils.d.ts.map +1 -0
  113. package/lib/typescript/tailwind.config.d.ts +3 -0
  114. package/lib/typescript/tailwind.config.d.ts.map +1 -0
  115. package/package.json +2 -3
  116. package/src/components/ui/Skeleton.tsx +1 -1
@@ -0,0 +1 @@
1
+ export function cn(...inputs: any[]): string;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/lib/utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,KAAK,UAAU,EAAE,MAAM,MAAM,CAAC;AAG7C;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,wBAAgB,EAAE,CAAC,GAAG,MAAM,EAAE,UAAU,EAAE,UAEzC;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,wBAAgB,UAAU,CACxB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,EACnB,QAAQ,CAAC,EAAE,OAAO,GACjB,MAAM,CAiBR;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,wBAAgB,aAAa,CAC3B,UAAU,EAAE,MAAM,EAClB,SAAS,EAAE,MAAM,EACjB,QAAQ,CAAC,EAAE,OAAO,GACjB,MAAM,CAKR"}
@@ -0,0 +1,3 @@
1
+ declare const _exports: import("tailwindcss").Config;
2
+ export = _exports;
3
+ //# sourceMappingURL=tailwind.config.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tailwind.config.d.ts","sourceRoot":"","sources":["../../tailwind.config.js"],"names":[],"mappings":"wBAEW,OAAO,aAAa,EAAE,MAAM"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@campxdev/react-native-blueprint",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "This is a react-native package for mobile apps",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
@@ -57,8 +57,7 @@
57
57
  },
58
58
  "homepage": "https://github.com/campx-org/react-native-blueprint#readme",
59
59
  "publishConfig": {
60
- "registry": "https://registry.npmjs.org/",
61
- "access": "public"
60
+ "registry": "https://registry.npmjs.org/"
62
61
  },
63
62
  "devDependencies": {
64
63
  "@babel/core": "^7.28.4",
@@ -46,7 +46,7 @@ function Skeleton({
46
46
  }: React.ComponentProps<typeof View> & React.RefAttributes<View>) {
47
47
  return (
48
48
  <View
49
- className={cn('bg-accent animate-pulse rounded-md', className)}
49
+ className={cn('bg-muted animate-pulse rounded-md', className)}
50
50
  {...props}
51
51
  />
52
52
  );