@ossy/themes 0.0.5-alpha → 0.0.6-alpha

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 CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ossy/themes",
3
3
  "repository": "github:ossy-se/ossy",
4
4
  "description": "Ossy's design system themes",
5
- "version": "0.0.5-alpha",
5
+ "version": "0.0.6-alpha",
6
6
  "source": "src/index.js",
7
7
  "main": "build/cjs/index.js",
8
8
  "module": "build/esm/index.js",
@@ -11,12 +11,38 @@ export const PlexusSanitas = {
11
11
 
12
12
  "elevated": "hsl(78, 33%, 100%)",
13
13
  "elevated-box-shadow": "2px 2px 5px hsla(0, 0%, 0%, .2)",
14
+ },
15
+
16
+ surfaces: {
17
+ ...Standard.surfaces,
14
18
 
15
- 'decorated': `
19
+ decorated: {
20
+ background: `
16
21
  bottom right/ contain no-repeat url('https://d1yuixo7x29bj4.cloudfront.net/vrSn7bi0_xiS9tYvtx9UN/dx36yLKqsgmJeOnPQia-1.png'),
17
22
  bottom left/ contain no-repeat url('https://d1yuixo7x29bj4.cloudfront.net/vrSn7bi0_xiS9tYvtx9UN/zzMz3L7Ym5J4Y7Vyzm_iN.png'),
18
23
  linear-gradient(180deg, hsl(201deg 100% 99%) 0%, hsl(60deg 20% 99%) 50%, hsl(80, 45%, 95%) 100%)
19
24
  `,
25
+ foreground: 'hsl(31, 94%, 61%)',
26
+ separator: 'hsl(0, 0%, 95%)',
27
+ },
28
+
29
+ primary: {
30
+ background: 'hsl(78, 33%, 99%)',
31
+ foreground: 'hsl(99, 22%, 53%)',
32
+ separator: 'hsl(0, 0%, 95%)',
33
+ },
34
+
35
+ secondary: {
36
+ background: 'hsl(80, 45%, 95%)',
37
+ foreground: 'hsl(99, 22%, 53%)',
38
+ separator: 'hsl(0, 0%, 95%)',
39
+ },
40
+
41
+ accent: {
42
+ background: 'hsl(99, 22%, 53%)',
43
+ foreground: 'hsl(78, 33%, 99%)',
44
+ separator: 'hsl(99, 22%, 48%)',
45
+ },
20
46
  },
21
47
 
22
48
  surfaces: {