Socket
Socket
Sign inDemoInstall

@tamagui/web

Package Overview
Dependencies
Maintainers
1
Versions
797
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tamagui/web - npm Package Compare versions

Comparing version 1.91.4 to 1.91.5

2

dist/cjs/helpers/getSplitStyles.js

@@ -176,3 +176,3 @@ var __defProp = Object.defineProperty;

isHOC && parentStaticConfig?.variants && keyInit in parentStaticConfig.variants || inlineProps?.has(keyInit), parentVariant = parentStaticConfig?.variants?.[keyInit], isHOCShouldPassThrough = !!(isHOC && (isShorthand || isValidStyleKeyInit || isMediaOrPseudo || parentVariant || keyInit in import_skipProps.skipProps)), shouldPassThrough = shouldPassProp || isHOCShouldPassThrough;
if (process.env.NODE_ENV === "development" && debug === "verbose" && (console.groupCollapsed(
if (process.env.NODE_ENV === "development" && debug === "verbose" && (console.groupEnd(), console.groupCollapsed(
` \u{1F511} ${keyOg}${keyInit !== keyOg ? ` (shorthand for ${keyInit})` : ""} ${shouldPassThrough ? "(pass)" : ""}`

@@ -179,0 +179,0 @@ ), (0, import_log.log)({ isVariant, valInit, shouldPassProp }), import_constants.isClient && (0, import_log.log)({

@@ -210,3 +210,3 @@ "use strict";

isHOC && (parentStaticConfig == null ? void 0 : parentStaticConfig.variants) && keyInit in parentStaticConfig.variants || (inlineProps == null ? void 0 : inlineProps.has(keyInit)), parentVariant = parentStaticConfig == null || (_parentStaticConfig_variants = parentStaticConfig.variants) === null || _parentStaticConfig_variants === void 0 ? void 0 : _parentStaticConfig_variants[keyInit], isHOCShouldPassThrough = !!(isHOC && (isShorthand || isValidStyleKeyInit || isMediaOrPseudo1 || parentVariant || keyInit in import_skipProps.skipProps)), shouldPassThrough = shouldPassProp || isHOCShouldPassThrough;
if (process.env.NODE_ENV === "development" && debug === "verbose" && (console.groupCollapsed(" \u{1F511} ".concat(keyOg).concat(keyInit !== keyOg ? " (shorthand for ".concat(keyInit, ")") : "", " ").concat(shouldPassThrough ? "(pass)" : "")), (0, import_log.log)({
if (process.env.NODE_ENV === "development" && debug === "verbose" && (console.groupEnd(), console.groupCollapsed(" \u{1F511} ".concat(keyOg).concat(keyInit !== keyOg ? " (shorthand for ".concat(keyInit, ")") : "", " ").concat(shouldPassThrough ? "(pass)" : "")), (0, import_log.log)({
isVariant,

@@ -213,0 +213,0 @@ valInit,

@@ -49,2 +49,4 @@ var __defProp = Object.defineProperty;

hapticStyle: 1,
hitSlop: 1,
onAccessibilityAction: 1,
importantForAccessibility: 1,

@@ -51,0 +53,0 @@ lineBreakStrategyIOS: 1,

@@ -201,3 +201,3 @@ import {

isHOC && parentStaticConfig?.variants && keyInit in parentStaticConfig.variants || inlineProps?.has(keyInit), parentVariant = parentStaticConfig?.variants?.[keyInit], isHOCShouldPassThrough = !!(isHOC && (isShorthand || isValidStyleKeyInit || isMediaOrPseudo || parentVariant || keyInit in skipProps)), shouldPassThrough = shouldPassProp || isHOCShouldPassThrough;
if (process.env.NODE_ENV === "development" && debug === "verbose" && (console.groupCollapsed(
if (process.env.NODE_ENV === "development" && debug === "verbose" && (console.groupEnd(), console.groupCollapsed(
` \u{1F511} ${keyOg}${keyInit !== keyOg ? ` (shorthand for ${keyInit})` : ""} ${shouldPassThrough ? "(pass)" : ""}`

@@ -204,0 +204,0 @@ ), log({ isVariant, valInit, shouldPassProp }), isClient && log({

@@ -205,3 +205,3 @@ import { currentPlatform, isAndroid, isClient, isServer, isWeb, useIsomorphicLayoutEffect } from "@tamagui/constants";

isHOC && (parentStaticConfig == null ? void 0 : parentStaticConfig.variants) && keyInit in parentStaticConfig.variants || (inlineProps == null ? void 0 : inlineProps.has(keyInit)), parentVariant = parentStaticConfig == null || (_parentStaticConfig_variants = parentStaticConfig.variants) === null || _parentStaticConfig_variants === void 0 ? void 0 : _parentStaticConfig_variants[keyInit], isHOCShouldPassThrough = !!(isHOC && (isShorthand || isValidStyleKeyInit || isMediaOrPseudo1 || parentVariant || keyInit in skipProps)), shouldPassThrough = shouldPassProp || isHOCShouldPassThrough;
if (process.env.NODE_ENV === "development" && debug === "verbose" && (console.groupCollapsed(" \u{1F511} ".concat(keyOg).concat(keyInit !== keyOg ? " (shorthand for ".concat(keyInit, ")") : "", " ").concat(shouldPassThrough ? "(pass)" : "")), log({
if (process.env.NODE_ENV === "development" && debug === "verbose" && (console.groupEnd(), console.groupCollapsed(" \u{1F511} ".concat(keyOg).concat(keyInit !== keyOg ? " (shorthand for ".concat(keyInit, ")") : "", " ").concat(shouldPassThrough ? "(pass)" : "")), log({
isVariant,

@@ -208,0 +208,0 @@ valInit,

@@ -30,2 +30,4 @@ const skipProps = {

hapticStyle: 1,
hitSlop: 1,
onAccessibilityAction: 1,
importantForAccessibility: 1,

@@ -32,0 +34,0 @@ lineBreakStrategyIOS: 1,

{
"name": "@tamagui/web",
"version": "1.91.4",
"version": "1.91.5",
"source": "src/index.ts",

@@ -30,11 +30,11 @@ "main": "dist/cjs",

"dependencies": {
"@tamagui/compose-refs": "1.91.4",
"@tamagui/constants": "1.91.4",
"@tamagui/helpers": "1.91.4",
"@tamagui/normalize-css-color": "1.91.4",
"@tamagui/timer": "1.91.4",
"@tamagui/types": "1.91.4",
"@tamagui/use-did-finish-ssr": "1.91.4",
"@tamagui/use-event": "1.91.4",
"@tamagui/use-force-update": "1.91.4",
"@tamagui/compose-refs": "1.91.5",
"@tamagui/constants": "1.91.5",
"@tamagui/helpers": "1.91.5",
"@tamagui/normalize-css-color": "1.91.5",
"@tamagui/timer": "1.91.5",
"@tamagui/types": "1.91.5",
"@tamagui/use-did-finish-ssr": "1.91.5",
"@tamagui/use-event": "1.91.5",
"@tamagui/use-force-update": "1.91.5",
"react": "^18.2.0",

@@ -44,3 +44,3 @@ "react-dom": "^18.2.0"

"devDependencies": {
"@tamagui/build": "1.91.4",
"@tamagui/build": "1.91.5",
"@testing-library/react": "^14.0.0",

@@ -47,0 +47,0 @@ "csstype": "^3.0.10",

@@ -56,2 +56,4 @@ /**

hapticStyle: 1,
hitSlop: 1,
onAccessibilityAction: 1,
importantForAccessibility: 1,

@@ -58,0 +60,0 @@ lineBreakStrategyIOS: 1,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc