bento-get 1.125.21 → 1.125.23

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.
@@ -345,7 +345,7 @@ const OSS_COMPONENTS = [
345
345
  // moveFilesToFolder: [{ file: '', to: '' }],
346
346
  // },
347
347
  // {
348
- // name: 'Prodcut List with Label',
348
+ // name: 'Product List with Label',
349
349
  // fileName: 'ProductListWithLabel',
350
350
  // category: 'ecommerce',
351
351
  // categorySection: 'product_list',
@@ -962,7 +962,7 @@ const OSS_COMPONENTS = [
962
962
  name: "Responsive Sidebar",
963
963
  fileName: "FullSideBar",
964
964
  category: "shells",
965
- categorySection: "sidebars",
965
+ categorySection: "navbars",
966
966
  dependencies: [
967
967
  "@tamagui/lucide-icons",
968
968
  "@tamagui/roving-focus",
@@ -1012,7 +1012,7 @@ const OSS_COMPONENTS = [
1012
1012
  name: "Employees Status Tracker",
1013
1013
  fileName: "StatusTracker",
1014
1014
  category: "user",
1015
- categorySection: "events",
1015
+ categorySection: "preferences",
1016
1016
  dependencies: ["@tamagui/lucide-icons", "@tamagui/get-font-sized"],
1017
1017
  moveFilesToFolder: [{ file: "StatusTracker", to: "" }]
1018
1018
  },
@@ -393,7 +393,7 @@ const OSS_COMPONENTS = ["InputWithLabel", "CheckboxCards", "SignInScreen", "Grou
393
393
  // moveFilesToFolder: [{ file: '', to: '' }],
394
394
  // },
395
395
  // {
396
- // name: 'Prodcut List with Label',
396
+ // name: 'Product List with Label',
397
397
  // fileName: 'ProductListWithLabel',
398
398
  // category: 'ecommerce',
399
399
  // categorySection: 'product_list',
@@ -1096,7 +1096,7 @@ const OSS_COMPONENTS = ["InputWithLabel", "CheckboxCards", "SignInScreen", "Grou
1096
1096
  name: "Responsive Sidebar",
1097
1097
  fileName: "FullSideBar",
1098
1098
  category: "shells",
1099
- categorySection: "sidebars",
1099
+ categorySection: "navbars",
1100
1100
  dependencies: ["@tamagui/lucide-icons", "@tamagui/roving-focus",
1101
1101
  // Drawer dependencies
1102
1102
  "@tamagui/focus-scope", "@tamagui/portal"],
@@ -1148,7 +1148,7 @@ const OSS_COMPONENTS = ["InputWithLabel", "CheckboxCards", "SignInScreen", "Grou
1148
1148
  name: "Employees Status Tracker",
1149
1149
  fileName: "StatusTracker",
1150
1150
  category: "user",
1151
- categorySection: "events",
1151
+ categorySection: "preferences",
1152
1152
  dependencies: ["@tamagui/lucide-icons", "@tamagui/get-font-sized"],
1153
1153
  moveFilesToFolder: [{
1154
1154
  file: "StatusTracker",
@@ -393,7 +393,7 @@ var OSS_COMPONENTS = ["InputWithLabel", "CheckboxCards", "SignInScreen", "Groupe
393
393
  // moveFilesToFolder: [{ file: '', to: '' }],
394
394
  // },
395
395
  // {
396
- // name: 'Prodcut List with Label',
396
+ // name: 'Product List with Label',
397
397
  // fileName: 'ProductListWithLabel',
398
398
  // category: 'ecommerce',
399
399
  // categorySection: 'product_list',
@@ -1096,7 +1096,7 @@ var OSS_COMPONENTS = ["InputWithLabel", "CheckboxCards", "SignInScreen", "Groupe
1096
1096
  name: "Responsive Sidebar",
1097
1097
  fileName: "FullSideBar",
1098
1098
  category: "shells",
1099
- categorySection: "sidebars",
1099
+ categorySection: "navbars",
1100
1100
  dependencies: ["@tamagui/lucide-icons", "@tamagui/roving-focus",
1101
1101
  // Drawer dependencies
1102
1102
  "@tamagui/focus-scope", "@tamagui/portal"],
@@ -1148,7 +1148,7 @@ var OSS_COMPONENTS = ["InputWithLabel", "CheckboxCards", "SignInScreen", "Groupe
1148
1148
  name: "Employees Status Tracker",
1149
1149
  fileName: "StatusTracker",
1150
1150
  category: "user",
1151
- categorySection: "events",
1151
+ categorySection: "preferences",
1152
1152
  dependencies: ["@tamagui/lucide-icons", "@tamagui/get-font-sized"],
1153
1153
  moveFilesToFolder: [{
1154
1154
  file: "StatusTracker",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bento-get",
3
- "version": "1.125.21",
3
+ "version": "1.125.23",
4
4
  "license": "MIT",
5
5
  "bin": "dist/cli.js",
6
6
  "type": "module",
@@ -61,7 +61,7 @@
61
61
  "zod": "^3.24.1"
62
62
  },
63
63
  "devDependencies": {
64
- "@tamagui/build": "1.125.21",
64
+ "@tamagui/build": "1.125.23",
65
65
  "@types/copy-paste": "^1.1.33",
66
66
  "@types/ink": "^2.0.3",
67
67
  "@types/react": "npm:@types/react@18.2.55"