@orsetra/shared-config 1.0.5 → 1.0.6
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 +46 -46
- package/theme/index.js +24 -1
package/package.json
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@orsetra/shared-config",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Shared configuration files for Orsetra platform",
|
|
5
|
-
"main": "./index.ts",
|
|
6
|
-
"types": "./index.ts",
|
|
7
|
-
"exports": {
|
|
8
|
-
".": "./index.ts",
|
|
9
|
-
"./tailwind": "./tailwind.config.ts",
|
|
10
|
-
"./tailwind/preset": "./tailwind/preset.js",
|
|
11
|
-
"./theme": "./theme/index.ts",
|
|
12
|
-
"./styles": "./styles/globals.css",
|
|
13
|
-
"./styles/*": "./styles/*",
|
|
14
|
-
"./typescript": "./tsconfig.json"
|
|
15
|
-
},
|
|
16
|
-
"files": [
|
|
17
|
-
"index.ts",
|
|
18
|
-
"tailwind.config.ts",
|
|
19
|
-
"tailwind",
|
|
20
|
-
"theme",
|
|
21
|
-
"styles",
|
|
22
|
-
"tsconfig.json",
|
|
23
|
-
"README.md"
|
|
24
|
-
],
|
|
25
|
-
"publishConfig": {
|
|
26
|
-
"access": "public"
|
|
27
|
-
},
|
|
28
|
-
"repository": {
|
|
29
|
-
"type": "git",
|
|
30
|
-
"url": "https://github.com/orsetra/console-ui.git",
|
|
31
|
-
"directory": "packages/shared-config"
|
|
32
|
-
},
|
|
33
|
-
"keywords": [
|
|
34
|
-
"config",
|
|
35
|
-
"tailwind",
|
|
36
|
-
"typescript",
|
|
37
|
-
"orsetra"
|
|
38
|
-
],
|
|
39
|
-
"peerDependencies": {
|
|
40
|
-
"tailwindcss": "^3.0.0"
|
|
41
|
-
},
|
|
42
|
-
"devDependencies": {
|
|
43
|
-
"tailwindcss": "^3.4.17",
|
|
44
|
-
"typescript": "^5"
|
|
45
|
-
}
|
|
46
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@orsetra/shared-config",
|
|
3
|
+
"version": "1.0.6",
|
|
4
|
+
"description": "Shared configuration files for Orsetra platform",
|
|
5
|
+
"main": "./index.ts",
|
|
6
|
+
"types": "./index.ts",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": "./index.ts",
|
|
9
|
+
"./tailwind": "./tailwind.config.ts",
|
|
10
|
+
"./tailwind/preset": "./tailwind/preset.js",
|
|
11
|
+
"./theme": "./theme/index.ts",
|
|
12
|
+
"./styles": "./styles/globals.css",
|
|
13
|
+
"./styles/*": "./styles/*",
|
|
14
|
+
"./typescript": "./tsconfig.json"
|
|
15
|
+
},
|
|
16
|
+
"files": [
|
|
17
|
+
"index.ts",
|
|
18
|
+
"tailwind.config.ts",
|
|
19
|
+
"tailwind",
|
|
20
|
+
"theme",
|
|
21
|
+
"styles",
|
|
22
|
+
"tsconfig.json",
|
|
23
|
+
"README.md"
|
|
24
|
+
],
|
|
25
|
+
"publishConfig": {
|
|
26
|
+
"access": "public"
|
|
27
|
+
},
|
|
28
|
+
"repository": {
|
|
29
|
+
"type": "git",
|
|
30
|
+
"url": "https://github.com/orsetra/console-ui.git",
|
|
31
|
+
"directory": "packages/shared-config"
|
|
32
|
+
},
|
|
33
|
+
"keywords": [
|
|
34
|
+
"config",
|
|
35
|
+
"tailwind",
|
|
36
|
+
"typescript",
|
|
37
|
+
"orsetra"
|
|
38
|
+
],
|
|
39
|
+
"peerDependencies": {
|
|
40
|
+
"tailwindcss": "^3.0.0"
|
|
41
|
+
},
|
|
42
|
+
"devDependencies": {
|
|
43
|
+
"tailwindcss": "^3.4.17",
|
|
44
|
+
"typescript": "^5"
|
|
45
|
+
}
|
|
46
|
+
}
|
package/theme/index.js
CHANGED
|
@@ -74,6 +74,18 @@ const colors = {
|
|
|
74
74
|
"carbon-blue-80": "#002d9c",
|
|
75
75
|
"carbon-blue-90": "#001d6c",
|
|
76
76
|
"carbon-blue-100": "#001141",
|
|
77
|
+
// IBM Blue aliases for backward compatibility
|
|
78
|
+
"ibm-blue-5": "#edf5ff",
|
|
79
|
+
"ibm-blue-10": "#edf5ff",
|
|
80
|
+
"ibm-blue-20": "#d0e2ff",
|
|
81
|
+
"ibm-blue-30": "#a6c8ff",
|
|
82
|
+
"ibm-blue-40": "#78a9ff",
|
|
83
|
+
"ibm-blue-50": "#4589ff",
|
|
84
|
+
"ibm-blue-60": "#0f62fe",
|
|
85
|
+
"ibm-blue-70": "#0043ce",
|
|
86
|
+
"ibm-blue-80": "#002d9c",
|
|
87
|
+
"ibm-blue-90": "#001d6c",
|
|
88
|
+
"ibm-blue-100": "#001141",
|
|
77
89
|
"carbon-green-10": "#defbe6",
|
|
78
90
|
"carbon-green-20": "#a7f0ba",
|
|
79
91
|
"carbon-green-30": "#6fdc8c",
|
|
@@ -113,7 +125,18 @@ const colors = {
|
|
|
113
125
|
"carbon-gray-70": "#525252",
|
|
114
126
|
"carbon-gray-80": "#393939",
|
|
115
127
|
"carbon-gray-90": "#262626",
|
|
116
|
-
"carbon-gray-100": "#161616"
|
|
128
|
+
"carbon-gray-100": "#161616",
|
|
129
|
+
// IBM Gray aliases for backward compatibility
|
|
130
|
+
"ibm-gray-10": "#f4f4f4",
|
|
131
|
+
"ibm-gray-20": "#e0e0e0",
|
|
132
|
+
"ibm-gray-30": "#c6c6c6",
|
|
133
|
+
"ibm-gray-40": "#a8a8a8",
|
|
134
|
+
"ibm-gray-50": "#8d8d8d",
|
|
135
|
+
"ibm-gray-60": "#6f6f6f",
|
|
136
|
+
"ibm-gray-70": "#525252",
|
|
137
|
+
"ibm-gray-80": "#393939",
|
|
138
|
+
"ibm-gray-90": "#262626",
|
|
139
|
+
"ibm-gray-100": "#161616"
|
|
117
140
|
}
|
|
118
141
|
|
|
119
142
|
const spacing = {
|