@optiaxiom/globals 1.0.6 → 1.0.8
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/dist/index.d.ts +4 -0
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -202,7 +202,11 @@ type ToastItem = {
|
|
|
202
202
|
};
|
|
203
203
|
type ToastOptions = {
|
|
204
204
|
action?: string;
|
|
205
|
+
intent?: "danger" | "information" | "neutral" | "success" | "warning";
|
|
205
206
|
onAction?: () => void;
|
|
207
|
+
/**
|
|
208
|
+
* @deprecated
|
|
209
|
+
*/
|
|
206
210
|
type?: "danger" | "information" | "neutral" | "success" | "warning";
|
|
207
211
|
};
|
|
208
212
|
type Toaster = {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "https://github.com/optimizely-axiom/optiaxiom.git"
|
|
8
8
|
},
|
|
9
9
|
"type": "module",
|
|
10
|
-
"version": "1.0.
|
|
10
|
+
"version": "1.0.8",
|
|
11
11
|
"files": [
|
|
12
12
|
"dist/**",
|
|
13
13
|
"LICENSE"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"inter-ui": "^4.1.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@vanilla-extract/css": "^1.17.
|
|
38
|
+
"@vanilla-extract/css": "^1.17.3",
|
|
39
39
|
"react": "^18.3.1",
|
|
40
40
|
"react-dom": "^18.3.1",
|
|
41
41
|
"@optiaxiom/shared": "^0.0.0"
|