Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gapo_types/shared

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gapo_types/shared - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

9

package.json
{
"name": "@gapo_types/shared",
"version": "0.0.1",
"version": "0.0.2",
"description": "Gapo UI components in React",
"license": "Apache-2.0",
"types": "src/index.d.ts",
"files": [
"dist",
"src"
],
"repository": {

@@ -19,3 +23,4 @@ "type": "git",

"@react-types/shared": "^3.11.2"
}
},
"gitHead": "0bac140308bcdbdb6198aab5b817f3ae0e96fc31"
}
export * from '@react-types/shared';
export type GapoColorValue =
| 'accentPrimary'
| 'negativePrimary'
| 'stateHoverPrimary'
| 'accentSecondary'
| 'negativeSecondary'
| 'statePressPrimary'
| 'accentWorkPrimary'
| 'positivePrimary'
| 'stateHoverSecondary'
| 'accentWorkSecondary'
| 'positiveSecondary'
| 'statePressSecondary'
| 'linkPrimary'
| 'criticalPrimary'
| 'textselectionBackground'
| 'scrimPrimary'
| 'criticalSecondary'
| 'alwaysLightPrimary'
| 'informativePrimary'
| 'alwaysDarkPrimary'
| 'informativeSecondary'
| 'contentPrimary'
| 'contentSecondary'
| 'contentTertiary'
| 'contentInversePrimary'
| 'bgPrimary'
| 'bgSecondary'
| 'bgTertiary'
| 'bgInversePrimary'
| 'linePrimary'
| 'lineSecondary'
| 'lineTertiary'
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