@octaviaflow/colors 1.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/package.json ADDED
@@ -0,0 +1,58 @@
1
+ {
2
+ "name": "@octaviaflow/colors",
3
+ "description": "Colors for digital and software products using the OctaviaFlow Design System",
4
+ "version": "1.0.0",
5
+ "license": "Apache-2.0",
6
+ "main": "lib/index.js",
7
+ "module": "es/index.js",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/octaviaflow-design-system.git",
11
+ "directory": "packages/colors"
12
+ },
13
+ "bugs": "https://github.com/octaviaflow-design-system/issues",
14
+ "files": [
15
+ "es",
16
+ "lib",
17
+ "scss",
18
+ "umd",
19
+ "index.scss",
20
+ "telemetry.yml"
21
+ ],
22
+ "keywords": [
23
+ "octaviaflow",
24
+ "octaviaflow-design-system",
25
+ "colors",
26
+ "react",
27
+ "components",
28
+ "react"
29
+ ],
30
+ "publishConfig": {
31
+ "access": "public"
32
+ },
33
+ "dependencies": {
34
+ "@babel/runtime": "^7.25.0"
35
+ },
36
+ "scripts": {
37
+ "build": "bun run clean && octaviaflow-cli bundle src/index.js --name OctaviaFlowColors && bun tasks/build.js && octaviaflow-cli check \"scss/*.scss\"",
38
+ "clean": "rimraf css es lib umd scss index.scss"
39
+ },
40
+ "devDependencies": {
41
+ "@babel/core": "^7.28.6",
42
+ "@babel/preset-env": "^7.28.6",
43
+ "@octaviaflow/cli": "^1.0.0",
44
+ "@octaviaflow/cli-reporter": "^1.0.0",
45
+ "@octaviaflow/scss-generator": "^1.0.0",
46
+ "@octaviaflow/test-utils": "^1.0.0",
47
+ "change-case": "^4.1.1",
48
+ "fs-extra": "^11.0.0",
49
+ "rimraf": "^6.0.0"
50
+ },
51
+ "sideEffects": false,
52
+ "eyeglass": {
53
+ "exports": false,
54
+ "name": "@octaviaflow/colors",
55
+ "sassDir": "scss",
56
+ "needs": "^1.3.0"
57
+ }
58
+ }
package/telemetry.yml ADDED
@@ -0,0 +1,17 @@
1
+ # yaml-language-server: $schema=https://unpkg.com/@octaviaflow/telemetry-config-schema@v1.0.0/dist/config.schema.json
2
+ version: 1
3
+ projectId: 'bec13db0-406c-4e72-88c1-807d69910db1'
4
+ name: 'octaviaflow-colors'
5
+ storage:
6
+ type: 'file'
7
+ file:
8
+ directory: '/Volumes/Main/Projects/OctaviaFlow-Design-System/telemetry-logs'
9
+ fileNamePattern: 'octaviaflow-colors-{timestamp}.json'
10
+ maxFileSizeMB: 10
11
+ compress: false
12
+ collect:
13
+ npm:
14
+ dependencies: null
15
+ js:
16
+ functions: {}
17
+ tokens: null