react-dialogger 1.1.78 → 1.1.80

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/README.md CHANGED
@@ -7,7 +7,7 @@ npm i react-dialogger
7
7
  You can find the example code and more information about the project on our [GitHub repository](https://github.com/appinsource2021/react-dialogger-example.git).
8
8
 
9
9
  # codesandbox
10
- You can find the example code about the project on our [Codesandbox](https://codesandbox.io/p/sandbox/7r3t84).
10
+ You can find the example code about the project on our [Codesandbox](https://codesandbox.io/p/sandbox/react-dialogger-lkg33m).
11
11
 
12
12
  # Youtube
13
13
  You can watch simple example on Youtube [Youtube](https://www.youtube.com/watch?v=vhSroEgdj1c)
@@ -91,6 +91,11 @@ exports.default = React.forwardRef(function (_a, ref) {
91
91
  (0, appLogger_1.appLog)('Button_variant', variant);
92
92
  if (variant === 'text') {
93
93
  exclusive.backgroundColor = 'inherit';
94
+ exclusive.borderColor = color;
95
+ }
96
+ if (variant === "outlined") {
97
+ exclusive.backgroundColor = 'inherit';
98
+ exclusive.borderColor = color;
94
99
  exclusive.color = color; // exclusive.backgroundColor;
95
100
  }
96
101
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dialogger",
3
- "version": "1.1.78",
3
+ "version": "1.1.80",
4
4
  "description": "This package is a continuation of the react-araci package. Due to an error, react-araci was removed, and it has been decided to continue under the new package name react-dialogger",
5
5
  "main": "index.js",
6
6
  "author": "Sueleyman Topaloglu",