@drivy/cobalt 2.24.0 → 3.0.0
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/images/empty-states/connect-device.png +0 -0
- package/images/empty-states/connect-device@2x.png +0 -0
- package/images/empty-states/connect-device@3x.png +0 -0
- package/images/empty-states/couch-man@2x.png +0 -0
- package/images/empty-states/couch-man@3x.png +0 -0
- package/images/empty-states/fridge-man.png +0 -0
- package/images/empty-states/fridge-man@2x.png +0 -0
- package/images/empty-states/fridge-man@3x.png +0 -0
- package/images/empty-states/generic-list@1x.png +0 -0
- package/images/empty-states/generic-list@2x.png +0 -0
- package/images/empty-states/generic-list@3x.png +0 -0
- package/images/empty-states/location.png +0 -0
- package/images/empty-states/location@2x.png +0 -0
- package/images/empty-states/location@3x.png +0 -0
- package/images/empty-states/network@1x.png +0 -0
- package/images/empty-states/network@2x.png +0 -0
- package/images/empty-states/network@3x.png +0 -0
- package/images/empty-states/payment.png +0 -0
- package/images/empty-states/payment@2x.png +0 -0
- package/images/empty-states/payment@3x.png +0 -0
- package/images/empty-states/repair-man-open.png +0 -0
- package/images/empty-states/repair-man-open@2x.png +0 -0
- package/images/empty-states/repair-man-open@3x.png +0 -0
- package/images/empty-states/repair-man.png +0 -0
- package/images/empty-states/repair-man@2x.png +0 -0
- package/images/empty-states/repair-man@3x.png +0 -0
- package/images/empty-states/spotlight-car.png +0 -0
- package/images/empty-states/spotlight-car@2x.png +0 -0
- package/images/empty-states/spotlight-car@3x.png +0 -0
- package/images/empty-states/telescope.png +0 -0
- package/images/empty-states/telescope@2x.png +0 -0
- package/images/empty-states/telescope@3x.png +0 -0
- package/images/empty-states/thumb-up.png +0 -0
- package/images/empty-states/thumb-up@2x.png +0 -0
- package/images/empty-states/thumb-up@3x.png +0 -0
- package/package.json +25 -24
- package/utils/getCobaltTailwindcssConfig.js.map +1 -1
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@drivy/cobalt",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"description": "Opinionated design system for Drivy's projects.",
|
|
5
|
-
"main": "
|
|
5
|
+
"main": "index.js",
|
|
6
6
|
"types": "types/src/index.d.ts",
|
|
7
7
|
"sideEffects": [
|
|
8
8
|
"*.css",
|
|
@@ -11,7 +11,8 @@
|
|
|
11
11
|
"engines": {
|
|
12
12
|
"node": ">=24.14.1"
|
|
13
13
|
},
|
|
14
|
-
"
|
|
14
|
+
"packageManager": "pnpm@11.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d",
|
|
15
|
+
"module": "index.js",
|
|
15
16
|
"license": "MIT",
|
|
16
17
|
"author": {
|
|
17
18
|
"name": "Tim Petricola",
|
|
@@ -64,7 +65,7 @@
|
|
|
64
65
|
"jest": "29.7.0",
|
|
65
66
|
"jest-environment-jsdom": "29.7.0",
|
|
66
67
|
"nested-object-access": "^0.2.5",
|
|
67
|
-
"np": "
|
|
68
|
+
"np": "11.2.1",
|
|
68
69
|
"postcss-flexbugs-fixes": "5.0.2",
|
|
69
70
|
"postcss-loader": "8.2.1",
|
|
70
71
|
"react": "18.3.1",
|
|
@@ -88,6 +89,25 @@
|
|
|
88
89
|
"ts-jest": "29.4.9",
|
|
89
90
|
"typescript": "5.9.3"
|
|
90
91
|
},
|
|
92
|
+
"scripts": {
|
|
93
|
+
"build": "./scripts/build.sh",
|
|
94
|
+
"build:dev": "pnpm build && yalc publish dist/",
|
|
95
|
+
"build:publish": "pnpm build && pnpm np --contents dist --package-manager npm",
|
|
96
|
+
"deploy": "./scripts/publishToBranch.sh",
|
|
97
|
+
"lint": "biome check && stylelint \"src/**/*.scss\"",
|
|
98
|
+
"lint:fix": "biome check --fix && stylelint \"src/**/*.scss\" --fix",
|
|
99
|
+
"scss:vars": "ts-node -e 'console.log(require(\"./utils/tailwindcssThemeHelpers.js\").getFlattenedTheme())'",
|
|
100
|
+
"binary": "sh ./scripts/buildCobaltBinary.sh",
|
|
101
|
+
"storybook:prepare": "PLAYGROUND_GENERATION=true npx tailwindcss -i ./src/utilities.css -o ./src/_generated_tailwind_playground.css && PLAYGROUND_GENERATION=false",
|
|
102
|
+
"storybook": "pnpm storybook:prepare && storybook dev -p 6006",
|
|
103
|
+
"storybook:build": "pnpm storybook:prepare && storybook build",
|
|
104
|
+
"build:icons": "./scripts/buildIcons.sh",
|
|
105
|
+
"build:illustrations": "./scripts/buildIllustrations.sh",
|
|
106
|
+
"build:theme": "node ./scripts/buildThemeCSSVariables.mts",
|
|
107
|
+
"test": "jest",
|
|
108
|
+
"typecheck": "tsc",
|
|
109
|
+
"version": "cp package.json dist/package.json"
|
|
110
|
+
},
|
|
91
111
|
"keywords": [
|
|
92
112
|
"drivy",
|
|
93
113
|
"cobalt"
|
|
@@ -107,24 +127,5 @@
|
|
|
107
127
|
"publishConfig": {
|
|
108
128
|
"registry": "https://registry.npmjs.org",
|
|
109
129
|
"access": "public"
|
|
110
|
-
},
|
|
111
|
-
"scripts": {
|
|
112
|
-
"build": "./scripts/build.sh",
|
|
113
|
-
"build:dev": "pnpm build && yalc publish dist/",
|
|
114
|
-
"build:publish": "pnpm build && pnpm np --contents dist",
|
|
115
|
-
"deploy": "./scripts/publishToBranch.sh",
|
|
116
|
-
"lint": "biome check && stylelint \"src/**/*.scss\"",
|
|
117
|
-
"lint:fix": "biome check --fix && stylelint \"src/**/*.scss\" --fix",
|
|
118
|
-
"scss:vars": "ts-node -e 'console.log(require(\"./utils/tailwindcssThemeHelpers.js\").getFlattenedTheme())'",
|
|
119
|
-
"binary": "sh ./scripts/buildCobaltBinary.sh",
|
|
120
|
-
"storybook:prepare": "PLAYGROUND_GENERATION=true npx tailwindcss -i ./src/utilities.css -o ./src/_generated_tailwind_playground.css && PLAYGROUND_GENERATION=false",
|
|
121
|
-
"storybook": "pnpm storybook:prepare && storybook dev -p 6006",
|
|
122
|
-
"storybook:build": "pnpm storybook:prepare && storybook build",
|
|
123
|
-
"build:icons": "./scripts/buildIcons.sh",
|
|
124
|
-
"build:illustrations": "./scripts/buildIllustrations.sh",
|
|
125
|
-
"build:theme": "node ./scripts/buildThemeCSSVariables.mts",
|
|
126
|
-
"test": "jest",
|
|
127
|
-
"typecheck": "tsc",
|
|
128
|
-
"version": "cp package.json dist/package.json"
|
|
129
130
|
}
|
|
130
|
-
}
|
|
131
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getCobaltTailwindcssConfig.js","sources":["../../utils/getCobaltTailwindcssConfig.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireGetCobaltTailwindcssConfig } from \"/Users/
|
|
1
|
+
{"version":3,"file":"getCobaltTailwindcssConfig.js","sources":["../../utils/getCobaltTailwindcssConfig.js?commonjs-entry"],"sourcesContent":["import { getDefaultExportFromCjs } from \"\u0000commonjsHelpers.js\";\nimport { __require as requireGetCobaltTailwindcssConfig } from \"/Users/cedric/Dev/drivy/cobalt/utils/getCobaltTailwindcssConfig.js\";\nvar getCobaltTailwindcssConfigExports = requireGetCobaltTailwindcssConfig();\nexport { getCobaltTailwindcssConfigExports as __moduleExports };\nexport default /*@__PURE__*/getDefaultExportFromCjs(getCobaltTailwindcssConfigExports);"],"names":[],"mappings":";;;AAEA,IAAI,iCAAiC,GAAG,iCAAiC,EAAE,CAAC;AAE5E,iCAAe,aAAa,uBAAuB,CAAC,iCAAiC,CAAC;;;;"}
|