create-tamagui 1.88.5 → 1.88.7

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.
package/dist/index.js CHANGED
@@ -26339,7 +26339,7 @@ var globby2 = Object.assign(function(patterns, options) {
26339
26339
  // package.json
26340
26340
  var package_default = {
26341
26341
  name: "create-tamagui",
26342
- version: "1.88.4",
26342
+ version: "1.88.6",
26343
26343
  bin: "./run.js",
26344
26344
  main: "dist",
26345
26345
  files: [
@@ -26360,7 +26360,7 @@ var package_default = {
26360
26360
  devDependencies: {
26361
26361
  "@expo/package-manager": "^1.1.2",
26362
26362
  "@playwright/test": "^1.40.1",
26363
- "@tamagui/build": "1.88.4",
26363
+ "@tamagui/build": "1.88.6",
26364
26364
  "@types/async-retry": "1.4.2",
26365
26365
  "@types/cross-spawn": "^6.0.2",
26366
26366
  "@types/node": "^16.11.9",
@@ -26411,7 +26411,7 @@ var import_chalk5 = __toESM(require_source()), rainbowColors = [
26411
26411
  "#8e4ec6",
26412
26412
  "#d6409f",
26413
26413
  "#e5484d"
26414
- ], makeRainbowChalk = (text) => text.split("").map((char, idx) => import_chalk5.default.hex(rainbowColors[idx % rainbowColors.length])(char)).join("");
26414
+ ];
26415
26415
 
26416
26416
  // src/helpers/asciiArts.ts
26417
26417
  var tamaguiRainbowAsciiArt = function() {
@@ -32002,17 +32002,20 @@ var repoRoot = (0, import_path11.join)(__dirname, "..", "..", ".."), starterFree
32002
32002
  extraSteps: starter_free_default
32003
32003
  },
32004
32004
  {
32005
- title: "Learning - Vite + Webpack, Tamagui config from scratch",
32006
- value: "simple-web",
32007
- type: "included-in-monorepo",
32005
+ title: `${import_chalk13.default.bold.underline(
32006
+ `\u{1F961} ${import_chalk13.default.magenta("Take")}${import_chalk13.default.red("out")}}`
32007
+ )} - Supported stack with more to start: https://tamagui.dev/takeout`,
32008
+ value: "takeout-starter",
32009
+ type: "premium",
32010
+ packageManager: "yarn",
32008
32011
  hidden: !1,
32009
32012
  repo: {
32010
- url: IS_TEST ? `file://${repoRoot}` : "https://github.com/tamagui/tamagui.git",
32011
- sshFallback: "git@github.com:tamagui/tamagui.git",
32012
- dir: ["starters", "simple-web"],
32013
- branch: "master"
32013
+ url: "https://github.com/tamagui/takeout",
32014
+ sshFallback: "git@github.com:tamagui/takeout.git",
32015
+ dir: [],
32016
+ branch: "main"
32014
32017
  },
32015
- extraSteps: simple_web_default
32018
+ extraSteps: takeout_default
32016
32019
  },
32017
32020
  {
32018
32021
  title: "Expo Router (beta) - The base Expo router starter + Tamagui",
@@ -32028,20 +32031,17 @@ var repoRoot = (0, import_path11.join)(__dirname, "..", "..", ".."), starterFree
32028
32031
  extraSteps: expo_router_default
32029
32032
  },
32030
32033
  {
32031
- title: `${import_chalk13.default.bold.underline(
32032
- `\u{1F961} ${makeRainbowChalk("Takeout")}`
32033
- )} - Paid stack to ship apps w/users fast: https://tamagui.dev/takeout`,
32034
- value: "takeout-starter",
32035
- type: "premium",
32036
- packageManager: "yarn",
32034
+ title: "Learn - Vite + Webpack, Tamagui config from scratch",
32035
+ value: "simple-web",
32036
+ type: "included-in-monorepo",
32037
32037
  hidden: !1,
32038
32038
  repo: {
32039
- url: "https://github.com/tamagui/takeout",
32040
- sshFallback: "git@github.com:tamagui/takeout.git",
32041
- dir: [],
32042
- branch: "main"
32039
+ url: IS_TEST ? `file://${repoRoot}` : "https://github.com/tamagui/tamagui.git",
32040
+ sshFallback: "git@github.com:tamagui/tamagui.git",
32041
+ dir: ["starters", "simple-web"],
32042
+ branch: "master"
32043
32043
  },
32044
- extraSteps: takeout_default
32044
+ extraSteps: simple_web_default
32045
32045
  }
32046
32046
  ];
32047
32047