oolib 2.35.1 → 2.35.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.
@@ -42,7 +42,7 @@ var SIZES = {
42
42
  };
43
43
  var commonStyle = function (_a) {
44
44
  var size = _a.size;
45
- return "\n padding: ".concat(size === "XS" ? "0 .5rem" : "0 1rem", ";\n position: relative;\n display: inline-flex;\n column-gap: 1rem;\n align-items: \"center\";\n border-radius:0.2rem;\n white-space: nowrap;\n\theight: ").concat(SIZES[size], ";\n max-width: 100%;\n");
45
+ return "\n padding: ".concat(size === "XS" ? "0 .5rem" : "0 1rem", ";\n position: relative;\n display: inline-flex;\n column-gap: 1rem;\n align-items: center;\n border-radius:0.2rem;\n white-space: nowrap;\n\theight: ").concat(SIZES[size], ";\n max-width: 100%;\n");
46
46
  };
47
47
  var blueHover = function (_a) {
48
48
  var invert = _a.invert, colors = _a.colors;
@@ -3,6 +3,7 @@ export namespace colors {
3
3
  export { white };
4
4
  export { white_opacity50 };
5
5
  export { white_opacity80 };
6
+ export { white_opacity60 };
6
7
  export { red };
7
8
  export { lightRed };
8
9
  export { invertRed };
@@ -43,6 +44,7 @@ declare const none: "rgba(0,0,0,0)";
43
44
  declare const white: "#fff";
44
45
  declare const white_opacity50: "rgba(255, 255, 255, 0.5)";
45
46
  declare const white_opacity80: "rgba(255, 255, 255, 0.8)";
47
+ declare const white_opacity60: "rgba(255, 255, 255, 0.6)";
46
48
  declare const red: "#e60000";
47
49
  declare const lightRed: "#FCE6E6";
48
50
  declare const invertRed: "#FF9999";
@@ -46,6 +46,7 @@ exports.colors = {
46
46
  white: white,
47
47
  white_opacity50: white_opacity50,
48
48
  white_opacity80: white_opacity80,
49
+ white_opacity60: white_opacity60,
49
50
  red: red,
50
51
  lightRed: lightRed,
51
52
  invertRed: invertRed,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.35.1",
3
+ "version": "2.35.3",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",