@grafana/k6-test-builder 0.3.2 → 0.3.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.
- package/dist/index.js +24 -0
- package/dist/module.js +24 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14184,6 +14184,9 @@ const $62ab0070dd5eb8e6$export$44518b3b0aec31d = (theme)=>{
|
|
|
14184
14184
|
fontFamily: theme.typography.fontFamily,
|
|
14185
14185
|
body1: {
|
|
14186
14186
|
fontFamily: theme.typography.fontFamily
|
|
14187
|
+
},
|
|
14188
|
+
h6: {
|
|
14189
|
+
fontFamily: theme.typography.fontFamily
|
|
14187
14190
|
}
|
|
14188
14191
|
},
|
|
14189
14192
|
palette: {
|
|
@@ -14368,6 +14371,27 @@ const $62ab0070dd5eb8e6$export$44518b3b0aec31d = (theme)=>{
|
|
|
14368
14371
|
paper: {
|
|
14369
14372
|
background: theme.colors.background.canvas
|
|
14370
14373
|
}
|
|
14374
|
+
},
|
|
14375
|
+
MuiDialogTitle: {
|
|
14376
|
+
root: {
|
|
14377
|
+
color: theme.colors.text.secondary
|
|
14378
|
+
}
|
|
14379
|
+
},
|
|
14380
|
+
MuiDialogContentText: {
|
|
14381
|
+
root: {
|
|
14382
|
+
color: theme.colors.text.primary
|
|
14383
|
+
}
|
|
14384
|
+
},
|
|
14385
|
+
MuiButton: {
|
|
14386
|
+
root: {
|
|
14387
|
+
fontFamily: theme.typography.fontFamily
|
|
14388
|
+
},
|
|
14389
|
+
containedPrimary: {
|
|
14390
|
+
backgroundColor: theme.colors.primary.main,
|
|
14391
|
+
"&:hover": {
|
|
14392
|
+
backgroundColor: theme.colors.primary.shade
|
|
14393
|
+
}
|
|
14394
|
+
}
|
|
14371
14395
|
}
|
|
14372
14396
|
}
|
|
14373
14397
|
};
|
package/dist/module.js
CHANGED
|
@@ -14163,6 +14163,9 @@ const $1eed075243b73743$export$44518b3b0aec31d = (theme)=>{
|
|
|
14163
14163
|
fontFamily: theme.typography.fontFamily,
|
|
14164
14164
|
body1: {
|
|
14165
14165
|
fontFamily: theme.typography.fontFamily
|
|
14166
|
+
},
|
|
14167
|
+
h6: {
|
|
14168
|
+
fontFamily: theme.typography.fontFamily
|
|
14166
14169
|
}
|
|
14167
14170
|
},
|
|
14168
14171
|
palette: {
|
|
@@ -14347,6 +14350,27 @@ const $1eed075243b73743$export$44518b3b0aec31d = (theme)=>{
|
|
|
14347
14350
|
paper: {
|
|
14348
14351
|
background: theme.colors.background.canvas
|
|
14349
14352
|
}
|
|
14353
|
+
},
|
|
14354
|
+
MuiDialogTitle: {
|
|
14355
|
+
root: {
|
|
14356
|
+
color: theme.colors.text.secondary
|
|
14357
|
+
}
|
|
14358
|
+
},
|
|
14359
|
+
MuiDialogContentText: {
|
|
14360
|
+
root: {
|
|
14361
|
+
color: theme.colors.text.primary
|
|
14362
|
+
}
|
|
14363
|
+
},
|
|
14364
|
+
MuiButton: {
|
|
14365
|
+
root: {
|
|
14366
|
+
fontFamily: theme.typography.fontFamily
|
|
14367
|
+
},
|
|
14368
|
+
containedPrimary: {
|
|
14369
|
+
backgroundColor: theme.colors.primary.main,
|
|
14370
|
+
"&:hover": {
|
|
14371
|
+
backgroundColor: theme.colors.primary.shade
|
|
14372
|
+
}
|
|
14373
|
+
}
|
|
14350
14374
|
}
|
|
14351
14375
|
}
|
|
14352
14376
|
};
|