@saasquatch/mint-components 1.15.0-77 → 1.15.0-78
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/cjs/{ShadowViewAddon-5d9a17e7.js → ShadowViewAddon-e703fa61.js} +1 -0
- package/dist/cjs/sqm-big-stat_43.cjs.entry.js +1 -1
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +1 -1
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +3 -0
- package/dist/collection/components/sqm-big-stat/useBigStat.js +1 -0
- package/dist/esm/{ShadowViewAddon-e2c43345.js → ShadowViewAddon-6635eef4.js} +1 -0
- package/dist/esm/sqm-big-stat_43.entry.js +1 -1
- package/dist/esm/sqm-stencilbook.entry.js +1 -1
- package/dist/esm-es5/sqm-big-stat_43.entry.js +1 -1
- package/dist/esm-es5/sqm-stencilbook.entry.js +1 -1
- package/dist/mint-components/mint-components.esm.js +1 -1
- package/dist/mint-components/p-2a8e2f28.system.js +1 -1
- package/dist/mint-components/{p-c1a49c20.entry.js → p-6b51c05f.entry.js} +1 -1
- package/dist/mint-components/{p-fde9bf0f.system.entry.js → p-958223c1.system.entry.js} +1 -1
- package/dist/mint-components/{p-bec939a5.system.entry.js → p-999a396d.system.entry.js} +1 -1
- package/dist/mint-components/{p-d4802081.entry.js → p-bfa37e52.entry.js} +1 -1
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +1 -0
- package/dist/types/components.d.ts +2 -0
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/package.json +1 -1
- /package/dist/esm-es5/{ShadowViewAddon-e2c43345.js → ShadowViewAddon-6635eef4.js} +0 -0
- /package/dist/mint-components/{p-dd315973.js → p-59932036.js} +0 -0
- /package/dist/mint-components/{p-f2564fde.system.js → p-81a62c33.system.js} +0 -0
|
@@ -375,6 +375,7 @@ export namespace Components {
|
|
|
375
375
|
* The ID of the program that is used to scope stats. Defaults to the program context when no ID is specified.
|
|
376
376
|
* @uiName Program ID
|
|
377
377
|
* @uiWidget programSelector
|
|
378
|
+
* @uiGroup Additional Settings
|
|
378
379
|
*/
|
|
379
380
|
"programId"?: string;
|
|
380
381
|
/**
|
|
@@ -7743,6 +7744,7 @@ declare namespace LocalJSX {
|
|
|
7743
7744
|
* The ID of the program that is used to scope stats. Defaults to the program context when no ID is specified.
|
|
7744
7745
|
* @uiName Program ID
|
|
7745
7746
|
* @uiWidget programSelector
|
|
7747
|
+
* @uiGroup Additional Settings
|
|
7746
7748
|
*/
|
|
7747
7749
|
"programId"?: string;
|
|
7748
7750
|
/**
|
package/docs/docs.docx
CHANGED
|
Binary file
|