@octaviaflow/type 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 (4) hide show
  1. package/es/index.js +252 -318
  2. package/lib/index.js +252 -318
  3. package/package.json +9 -12
  4. package/umd/index.js +252 -318
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@octaviaflow/type",
3
3
  "description": "Typography for digital and software products using the OctaviaFlow Design System",
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",
@@ -22,11 +22,9 @@
22
22
  ],
23
23
  "keywords": [
24
24
  "eyeglass-module",
25
- "ibm",
26
25
  "elements",
27
- "carbon",
28
- "carbon-elements",
29
- "carbon-design-system",
26
+ "octaviaflow",
27
+ "octaviaflow-design-system",
30
28
  "components",
31
29
  "react"
32
30
  ],
@@ -35,17 +33,16 @@
35
33
  },
36
34
  "scripts": {
37
35
  "build": "bun run clean && octaviaflow-cli bundle src/index.js --name OctaviaFlowType && octaviaflow-cli check \"scss/*.scss\"",
38
- "clean": "rimraf css es lib umd"
36
+ "clean": "rimraf css es lib umd",
37
+ "test": "bun test ."
39
38
  },
40
39
  "dependencies": {
41
- "@octaviaflow/grid": "^1.0.0",
42
- "@octaviaflow/layout": "^1.0.0"
40
+ "@octaviaflow/grid": "^2.0.0",
41
+ "@octaviaflow/layout": "^2.0.0"
43
42
  },
44
43
  "devDependencies": {
45
- "@babel/core": "^7.28.6",
46
- "@babel/preset-env": "^7.28.6",
47
- "@octaviaflow/cli": "^1.0.0",
48
- "@octaviaflow/test-utils": "^1.0.0",
44
+ "@octaviaflow/cli": "^2.0.0",
45
+ "@octaviaflow/test-utils": "^2.0.0",
49
46
  "change-case": "^4.1.1",
50
47
  "css": "^3.0.0",
51
48
  "rimraf": "^6.0.0"