@octaviaflow/elements 1.0.0 → 2.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.
Files changed (2) hide show
  1. package/package.json +11 -12
  2. package/telemetry.yml +12 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@octaviaflow/elements",
3
3
  "description": "A collection of design elements in code for the OctaviaFlow Design Language",
4
- "version": "1.0.0",
4
+ "version": "2.0.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "lib/index.js",
7
7
  "module": "es/index.js",
@@ -30,21 +30,20 @@
30
30
  },
31
31
  "scripts": {
32
32
  "build": "bun run clean && octaviaflow-cli bundle src/index.js --name OctaviaElements",
33
- "clean": "rimraf es lib umd"
33
+ "clean": "rimraf es lib umd",
34
+ "test": "bun test ."
34
35
  },
35
36
  "dependencies": {
36
- "@octaviaflow/colors": "^1.0.0",
37
- "@octaviaflow/grid": "^1.0.0",
38
- "@octaviaflow/icons": "^1.0.0",
39
- "@octaviaflow/layout": "^1.0.0",
40
- "@octaviaflow/motion": "^1.0.0",
41
- "@octaviaflow/themes": "^1.0.0",
42
- "@octaviaflow/type": "^1.0.0"
37
+ "@octaviaflow/colors": "^2.0.0",
38
+ "@octaviaflow/grid": "^2.0.0",
39
+ "@octaviaflow/icons": "^2.0.0",
40
+ "@octaviaflow/layout": "^2.0.0",
41
+ "@octaviaflow/motion": "^2.0.0",
42
+ "@octaviaflow/themes": "^2.0.0",
43
+ "@octaviaflow/type": "^2.0.0"
43
44
  },
44
45
  "devDependencies": {
45
- "@babel/core": "^7.28.6",
46
- "@babel/preset-env": "^7.28.6",
47
- "@octaviaflow/cli": "^1.0.0",
46
+ "@octaviaflow/cli": "^2.0.0",
48
47
  "fs-extra": "^11.0.0",
49
48
  "klaw-sync": "^6.0.0",
50
49
  "replace-in-file": "^7.0.0",
package/telemetry.yml CHANGED
@@ -1,14 +1,18 @@
1
1
  # yaml-language-server: $schema=https://unpkg.com/@octaviaflow/telemetry-config-schema@v1.0.0/dist/config.schema.json
2
2
  version: 1
3
- projectId: 'd0559f64-ad1b-4595-9201-6175217fe05f'
4
- name: 'OctaviaFlow Elements'
3
+ projectId: "d0559f64-ad1b-4595-9201-6175217fe05f"
4
+ name: "octaviaflow-elements"
5
+ endpoint: "https://telemetry.octaviaflow.com/api/v1/collect"
5
6
  storage:
6
- type: 'file'
7
- file:
8
- directory: '/Volumes/Main/Projects/OctaviaFlow-Design-System/telemetry-logs'
9
- fileNamePattern: 'octaviaflow-elements-{timestamp}.json'
10
- maxFileSizeMB: 10
11
- compress: false
7
+ type: "http"
8
+ http:
9
+ endpoint: "https://telemetry.octaviaflow.com/api/v1/collect"
10
+ method: "POST"
11
+ headers:
12
+ Content-Type: "application/json"
13
+ X-Project-Id: "d0559f64-ad1b-4595-9201-6175217fe05f"
14
+ timeout: 5000
15
+ retryAttempts: 3
12
16
  collect:
13
17
  npm:
14
18
  dependencies: null