@team-monolith/cds 1.83.2 → 1.83.3
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/@types/emotion.d.ts +1 -0
- package/dist/CdsProvider.js +2 -0
- package/package.json +1 -1
package/@types/emotion.d.ts
CHANGED
package/dist/CdsProvider.js
CHANGED
|
@@ -83,6 +83,7 @@ export const light = {
|
|
|
83
83
|
obsidianOnContainer: COLOR.grey03,
|
|
84
84
|
marbleContainer: COLOR.grey03,
|
|
85
85
|
marbleOnContainer: COLOR.grey07,
|
|
86
|
+
primaryContainer: COLOR.blue01,
|
|
86
87
|
},
|
|
87
88
|
brand: {
|
|
88
89
|
brandOriginal: COLOR.blue06,
|
|
@@ -230,6 +231,7 @@ export const dark = {
|
|
|
230
231
|
obsidianOnContainer: COLOR.grey03,
|
|
231
232
|
marbleContainer: COLOR.grey03,
|
|
232
233
|
marbleOnContainer: COLOR.grey07,
|
|
234
|
+
primaryContainer: COLOR.blue01,
|
|
233
235
|
},
|
|
234
236
|
brand: {
|
|
235
237
|
brandOriginal: COLOR.blue06,
|