@mailstep/design-system 0.6.24 → 0.6.25

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailstep/design-system",
3
- "version": "0.6.24",
3
+ "version": "0.6.25",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -7,4 +7,5 @@ export var palletes = {
7
7
  magentaWhite: { color: 'magenta60', textColor: 'white' },
8
8
  magentaMagenta: { color: 'magenta20', textColor: 'magenta80' },
9
9
  tealTeal: { color: 'teal20', textColor: 'teal90' },
10
+ orangeOrange: { color: 'orange20', textColor: 'orange80' },
10
11
  };
package/ui/index.es.js CHANGED
@@ -15134,6 +15134,10 @@ const Ase = ae.img`
15134
15134
  tealTeal: {
15135
15135
  color: "teal20",
15136
15136
  textColor: "teal90"
15137
+ },
15138
+ orangeOrange: {
15139
+ color: "orange20",
15140
+ textColor: "orange80"
15137
15141
  }
15138
15142
  }, kse = ae.div`
15139
15143
  position: absolute;
package/ui/index.umd.js CHANGED
@@ -1437,7 +1437,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1437
1437
  }
1438
1438
  }
1439
1439
  }
1440
- `,lle={greenWhite:{color:"green60",textColor:"white"},blueBlue:{color:"blue20",textColor:"blue80"},magentaWhite:{color:"magenta60",textColor:"white"},magentaMagenta:{color:"magenta20",textColor:"magenta80"},tealTeal:{color:"teal20",textColor:"teal90"}},ule=ae.div`
1440
+ `,lle={greenWhite:{color:"green60",textColor:"white"},blueBlue:{color:"blue20",textColor:"blue80"},magentaWhite:{color:"magenta60",textColor:"white"},magentaMagenta:{color:"magenta20",textColor:"magenta80"},tealTeal:{color:"teal20",textColor:"teal90"},orangeOrange:{color:"orange20",textColor:"orange80"}},ule=ae.div`
1441
1441
  position: absolute;
1442
1442
  bottom: 2px;
1443
1443
  left: 2px;