@jeromefitz/design-system 1.0.0-design-system.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.
@@ -0,0 +1 @@
1
+ import{j as o,l as i}from"../../chunk-TPNJULAU.js";import*as t from"@radix-ui/react-tooltip";var n=o({"0%":{opacity:0,transform:"translateY(2px)"},"100%":{opacity:1,transform:"translateY(0)"}}),p=o({"0%":{opacity:0,transform:"translateX(-2px)"},"100%":{opacity:1,transform:"translateX(0)"}}),s=o({"0%":{opacity:0,transform:"translateY(-2px)"},"100%":{opacity:1,transform:"translateY(0)"}}),l=o({"0%":{opacity:0,transform:"translateX(2px)"},"100%":{opacity:1,transform:"translateX(0)"}}),d=i(t.Content,{borderRadius:4,padding:"10px 15px",fontSize:15,lineHeight:1,color:"$loContrast",backgroundColor:"$hiContrast",boxShadow:"hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px","@media (prefers-reduced-motion: no-preference)":{animationDuration:"400ms",animationTimingFunction:"cubic-bezier(0.16, 1, 0.3, 1)",willChange:"transform, opacity",'&[data-state="delayed-open"]':{'&[data-side="top"]':{animationName:s},'&[data-side="right"]':{animationName:l},'&[data-side="bottom"]':{animationName:n},'&[data-side="left"]':{animationName:p}}}}),m=i(t.Arrow,{fill:"$hiContrast"}),c=t.Root,x=t.Trigger,f=d,T=m;export{c as Tooltip,T as TooltipArrow,f as TooltipContent,x as TooltipTrigger};
package/package.json ADDED
@@ -0,0 +1,98 @@
1
+ {
2
+ "name": "@jeromefitz/design-system",
3
+ "version": "1.0.0-design-system.1",
4
+ "description": "Design System for JeromeFitzgerald.com (Radix UI)",
5
+ "author": {
6
+ "name": "Jerome Fitzgerald",
7
+ "email": "j@jeromefitzgerald.com",
8
+ "url": "https://jeromefitzgerald.com"
9
+ },
10
+ "keywords": [
11
+ "design system",
12
+ "radix-ui"
13
+ ],
14
+ "license": "MIT",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "ssh://git@github.com/jeromefitz/packages.git",
18
+ "directory": "packages/design-system"
19
+ },
20
+ "engines": {
21
+ "node": ">=14"
22
+ },
23
+ "publishConfig": {
24
+ "registry": "https://registry.npmjs.org/"
25
+ },
26
+ "private": false,
27
+ "scripts": {
28
+ "build": "tsup-node",
29
+ "dev": "tsup-node --watch",
30
+ "---": "",
31
+ "clean": "rm -rf .turbo && rm -rf dist",
32
+ "clean:install": "yarn clean && rm -rf node_modules",
33
+ "copy": "mkdir -p ./dist && ./scripts/copy.sh",
34
+ "--- ": "",
35
+ "lint:eslint": "eslint ./src --ext cjs,js,jsx,mjs,ts,tsx --max-warnings=0",
36
+ "lint:prettier": "prettier \"./src/**/*.{cjs,js,jsx,mjs,ts,tsx,json,md,mdx,css,html,yml,yaml,scss}\" --ignore-unknown --loglevel warn",
37
+ "lint": "yarn lint:prettier --check && yarn lint:eslint",
38
+ "lint:fix": "yarn lint:eslint --fix && yarn lint:prettier --write",
39
+ "--- ": "",
40
+ "semantic-release": "semantic-release",
41
+ "semantic-release:mono": "semantic-release -e semantic-release-monorepo"
42
+ },
43
+ "dependencies": {
44
+ "@radix-ui/colors": "0.1.8",
45
+ "@radix-ui/react-accessible-icon": "0.1.3",
46
+ "@radix-ui/react-accordion": "0.1.5",
47
+ "@radix-ui/react-alert-dialog": "0.1.5",
48
+ "@radix-ui/react-announce": "0.1.3",
49
+ "@radix-ui/react-aspect-ratio": "0.1.3",
50
+ "@radix-ui/react-avatar": "0.1.3",
51
+ "@radix-ui/react-checkbox": "0.1.4",
52
+ "@radix-ui/react-compose-refs": "0.1.0",
53
+ "@radix-ui/react-dialog": "0.1.5",
54
+ "@radix-ui/react-dropdown-menu": "0.1.4",
55
+ "@radix-ui/react-icons": "1.0.3",
56
+ "@radix-ui/react-popover": "0.1.4",
57
+ "@radix-ui/react-progress": "0.1.3",
58
+ "@radix-ui/react-radio-group": "0.1.4",
59
+ "@radix-ui/react-scroll-area": "0.1.3",
60
+ "@radix-ui/react-separator": "0.1.3",
61
+ "@radix-ui/react-switch": "0.1.4",
62
+ "@radix-ui/react-tabs": "0.1.4",
63
+ "@radix-ui/react-tooltip": "0.1.6",
64
+ "@radix-ui/react-utils": "0.0.5",
65
+ "@radix-ui/react-visually-hidden": "0.1.3",
66
+ "@stitches/react": "1.2.6",
67
+ "emoji-api": "2.0.1",
68
+ "emoji-regex": "10.0.0",
69
+ "lodash": "4.17.21",
70
+ "node-emoji": "1.11.0",
71
+ "react-hot-toast": "2.2.0",
72
+ "react-use": "17.3.2",
73
+ "smoothscroll-polyfill": "0.4.4"
74
+ },
75
+ "devDependencies": {
76
+ "@types/bezier-easing": "2.1.2",
77
+ "@types/chroma-js": "2.1.3",
78
+ "@types/lodash": "4.14.78",
79
+ "@types/node": "17.0.10",
80
+ "@types/react": "17.0.2",
81
+ "bezier-easing": "2.1.0",
82
+ "chroma-js": "2.1.2",
83
+ "next": "12.0.8",
84
+ "react": "17.0.2",
85
+ "react-bezier-curve-editor": "1.0.0",
86
+ "react-dom": "17.0.2",
87
+ "typescript": "4.5.4"
88
+ },
89
+ "peerDependencies": {
90
+ "react": "17.0.2",
91
+ "react-dom": "17.0.2"
92
+ },
93
+ "type": "module",
94
+ "sideEffects": false,
95
+ "typings": "./index.d.ts",
96
+ "main": "./index.cjs",
97
+ "module": "./index.js"
98
+ }
@@ -0,0 +1 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkF4HULEAAcjs = require('./chunk-F4HULEAA.cjs');exports.config = _chunkF4HULEAAcjs.e; exports.createTheme = _chunkF4HULEAAcjs.f; exports.css = _chunkF4HULEAAcjs.g; exports.darkTheme = _chunkF4HULEAAcjs.n; exports.getCssText = _chunkF4HULEAAcjs.h; exports.globalCss = _chunkF4HULEAAcjs.i; exports.keyframes = _chunkF4HULEAAcjs.j; exports.reset = _chunkF4HULEAAcjs.k; exports.styled = _chunkF4HULEAAcjs.l; exports.theme = _chunkF4HULEAAcjs.m;