@saasquatch/mint-components 1.15.0-16 → 1.15.0-18
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-8bab3674.js → ShadowViewAddon-974f6839.js} +58 -19
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/mint-components.cjs.js +1 -1
- package/dist/cjs/sqm-big-stat_41.cjs.entry.js +33 -3
- package/dist/cjs/sqm-pagination_3.cjs.entry.js +13 -3
- package/dist/cjs/sqm-stencilbook.cjs.entry.js +17 -2
- package/dist/collection/components/sqm-big-stat/BigStat.stories.js +13 -0
- package/dist/collection/components/sqm-big-stat/sqm-big-stat-view.js +15 -7
- package/dist/collection/components/sqm-big-stat/sqm-big-stat.js +162 -2
- package/dist/collection/components/sqm-big-stat/useBigStat.js +10 -0
- package/dist/collection/components/sqm-big-stat/useDemoBigStat.js +13 -4
- package/dist/collection/components/sqm-pagination/sqm-pagination-view.js +3 -3
- package/dist/collection/components/sqm-pagination/sqm-pagination.js +43 -0
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step-view.js +3 -1
- package/dist/collection/components/sqm-program-explainer-step/sqm-program-explainer-step.js +4 -4
- package/dist/collection/components/sqm-stat-container/sqm-stat-container-view.js +20 -8
- package/dist/collection/components/sqm-stat-container/sqm-stat-container.js +110 -2
- package/dist/esm/{ShadowViewAddon-967f1f54.js → ShadowViewAddon-6a9f6e48.js} +58 -19
- package/dist/esm/loader.js +1 -1
- package/dist/esm/mint-components.js +1 -1
- package/dist/esm/sqm-big-stat_41.entry.js +33 -3
- package/dist/esm/sqm-pagination_3.entry.js +13 -3
- package/dist/esm/sqm-stencilbook.entry.js +17 -2
- package/dist/esm-es5/ShadowViewAddon-6a9f6e48.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/mint-components.js +1 -1
- package/dist/esm-es5/sqm-big-stat_41.entry.js +1 -1
- package/dist/esm-es5/sqm-pagination_3.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-0321e5a5.entry.js +13 -0
- package/dist/mint-components/p-094b3b54.system.entry.js +1 -0
- package/dist/mint-components/{p-44eead35.entry.js → p-3d8c4dd2.entry.js} +3 -3
- package/dist/mint-components/p-72263a72.js +394 -0
- package/dist/mint-components/p-81d6479a.system.js +1 -0
- package/dist/mint-components/{p-b22a7b2d.entry.js → p-d30919cd.entry.js} +1 -1
- package/dist/mint-components/p-e70a89e3.system.entry.js +1 -0
- package/dist/mint-components/p-ead64a3d.system.entry.js +1 -0
- package/dist/mint-components/p-ee06426a.system.js +1 -1
- package/dist/types/components/sqm-big-stat/BigStat.stories.d.ts +2 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat-view.d.ts +5 -0
- package/dist/types/components/sqm-big-stat/sqm-big-stat.d.ts +41 -0
- package/dist/types/components/sqm-pagination/sqm-pagination-view.d.ts +1 -0
- package/dist/types/components/sqm-pagination/sqm-pagination.d.ts +9 -0
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step-view.d.ts +1 -1
- package/dist/types/components/sqm-program-explainer-step/sqm-program-explainer-step.d.ts +2 -1
- package/dist/types/components/sqm-stat-container/sqm-stat-container-view.d.ts +3 -0
- package/dist/types/components/sqm-stat-container/sqm-stat-container.d.ts +23 -0
- package/dist/types/components.d.ts +150 -4
- package/docs/docs.docx +0 -0
- package/docs/raisins.json +1 -1
- package/grapesjs/grapesjs.js +1 -1
- package/package.json +1 -1
- package/dist/esm-es5/ShadowViewAddon-967f1f54.js +0 -1
- package/dist/mint-components/p-266bbd02.system.js +0 -1
- package/dist/mint-components/p-8f6297b0.js +0 -394
- package/dist/mint-components/p-9abb9ab0.entry.js +0 -13
- package/dist/mint-components/p-ae07ce99.system.entry.js +0 -1
- package/dist/mint-components/p-b12e132b.system.entry.js +0 -1
- package/dist/mint-components/p-d68003fe.system.entry.js +0 -1
|
@@ -340,6 +340,7 @@ export namespace Components {
|
|
|
340
340
|
* @uiType string
|
|
341
341
|
* @uiEnum ["left", "right", "center"]
|
|
342
342
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
343
|
+
* @uiGroup Style
|
|
343
344
|
*/
|
|
344
345
|
"alignment"?: "left" | "right" | "center";
|
|
345
346
|
/**
|
|
@@ -347,10 +348,26 @@ export namespace Components {
|
|
|
347
348
|
* @uiType object
|
|
348
349
|
*/
|
|
349
350
|
"demoData"?: DemoData<BigStatViewProps>;
|
|
351
|
+
/**
|
|
352
|
+
* Font size of the description text in pixels
|
|
353
|
+
* @uiName Description font size
|
|
354
|
+
* @uiGroup Style
|
|
355
|
+
*/
|
|
356
|
+
"descriptionFontSize"?: number;
|
|
357
|
+
/**
|
|
358
|
+
* Color of the description text
|
|
359
|
+
* @uiName Description text color
|
|
360
|
+
* @uiWidget color
|
|
361
|
+
* @uiType string
|
|
362
|
+
* @format color
|
|
363
|
+
* @uiGroup Style
|
|
364
|
+
*/
|
|
365
|
+
"descriptionTextColor"?: string;
|
|
350
366
|
/**
|
|
351
367
|
* Controls the order of the stat value & description column
|
|
352
368
|
* @uiName Flex reverse
|
|
353
|
-
* @default
|
|
369
|
+
* @default
|
|
370
|
+
* @uiGroup Style
|
|
354
371
|
*/
|
|
355
372
|
"flexReverse"?: boolean;
|
|
356
373
|
/**
|
|
@@ -359,6 +376,30 @@ export namespace Components {
|
|
|
359
376
|
* @uiWidget programSelector
|
|
360
377
|
*/
|
|
361
378
|
"programId"?: string;
|
|
379
|
+
/**
|
|
380
|
+
* Font size of the stat text in pixels
|
|
381
|
+
* @uiName Stat font size
|
|
382
|
+
* @uiType string
|
|
383
|
+
* @uiGroup Style
|
|
384
|
+
*/
|
|
385
|
+
"statFontSize"?: number;
|
|
386
|
+
/**
|
|
387
|
+
* Font size of the stat text in pixels
|
|
388
|
+
* @uiName Stat font size
|
|
389
|
+
* @uiGroup Style
|
|
390
|
+
* @uiEnum [100, 200, 300, 400, 500, 600, 700, 800, 900]
|
|
391
|
+
* @uiEnumNames ["Thin", "Extra Light", "Light", "Normal", "Medium", "Semi Bold", "Bold", "Extra Bold", "Heavy"]
|
|
392
|
+
*/
|
|
393
|
+
"statFontWeight"?: number;
|
|
394
|
+
/**
|
|
395
|
+
* Color of the stat text
|
|
396
|
+
* @uiName Stat text color
|
|
397
|
+
* @uiWidget color
|
|
398
|
+
* @uiType string
|
|
399
|
+
* @format color
|
|
400
|
+
* @uiGroup Style
|
|
401
|
+
*/
|
|
402
|
+
"statTextColor"?: string;
|
|
362
403
|
/**
|
|
363
404
|
* Select what type of stat to display. Manual paths are also supported.
|
|
364
405
|
* @uiWidget statTypeSelectWidget
|
|
@@ -1780,6 +1821,15 @@ export namespace Components {
|
|
|
1780
1821
|
"path": string;
|
|
1781
1822
|
}
|
|
1782
1823
|
interface SqmPagination {
|
|
1824
|
+
/**
|
|
1825
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
1826
|
+
* @uiName Button Type
|
|
1827
|
+
* @uiType string
|
|
1828
|
+
* @uiEnum ["primary", "secondary"]
|
|
1829
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
1830
|
+
* @uiGroup Style
|
|
1831
|
+
*/
|
|
1832
|
+
"buttonType"?: "primary" | "secondary";
|
|
1783
1833
|
/**
|
|
1784
1834
|
* @undocumented
|
|
1785
1835
|
* @uiType object
|
|
@@ -3065,10 +3115,11 @@ export namespace Components {
|
|
|
3065
3115
|
*/
|
|
3066
3116
|
"backgroundColor"?: string;
|
|
3067
3117
|
/**
|
|
3118
|
+
* Amount in pixels
|
|
3068
3119
|
* @uiName Border radius
|
|
3069
3120
|
* @type number
|
|
3070
3121
|
*/
|
|
3071
|
-
"borderRadius"?:
|
|
3122
|
+
"borderRadius"?: number;
|
|
3072
3123
|
/**
|
|
3073
3124
|
* @uiName Description
|
|
3074
3125
|
* @uiWidget textArea
|
|
@@ -4451,12 +4502,34 @@ export namespace Components {
|
|
|
4451
4502
|
}
|
|
4452
4503
|
interface SqmStatContainer {
|
|
4453
4504
|
/**
|
|
4505
|
+
* Controls the alignment of the flexbox
|
|
4506
|
+
* @uiName Alignment
|
|
4507
|
+
* @uiType string
|
|
4508
|
+
* @uiEnum ["left", "right", "center"]
|
|
4509
|
+
* @uiEnumNames ["Left", "Right", "Center"]
|
|
4510
|
+
*/
|
|
4511
|
+
"alignment"?: "left" | "right" | "center";
|
|
4512
|
+
/**
|
|
4513
|
+
* @undocumented
|
|
4454
4514
|
* @uiName Display
|
|
4455
4515
|
* @uiType string
|
|
4456
4516
|
* @uiEnum ["grid", "flex"]
|
|
4457
4517
|
* @uiEnumNames ["Grid", "Flex"]
|
|
4458
4518
|
*/
|
|
4459
4519
|
"display": "grid" | "flex";
|
|
4520
|
+
/**
|
|
4521
|
+
* @uiName Gap
|
|
4522
|
+
* @uiType string
|
|
4523
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
4524
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
4525
|
+
*/
|
|
4526
|
+
"gap": Spacing;
|
|
4527
|
+
/**
|
|
4528
|
+
* Hide the seperating border between stats
|
|
4529
|
+
* @uiName Hide border
|
|
4530
|
+
* @uiType boolean
|
|
4531
|
+
*/
|
|
4532
|
+
"hideBorder"?: boolean;
|
|
4460
4533
|
/**
|
|
4461
4534
|
* @uiName Space between stats
|
|
4462
4535
|
* @uiType string
|
|
@@ -7433,6 +7506,7 @@ declare namespace LocalJSX {
|
|
|
7433
7506
|
* @uiType string
|
|
7434
7507
|
* @uiEnum ["left", "right", "center"]
|
|
7435
7508
|
* @uiEnumNames ["Left", "Right", "Center"]
|
|
7509
|
+
* @uiGroup Style
|
|
7436
7510
|
*/
|
|
7437
7511
|
"alignment"?: "left" | "right" | "center";
|
|
7438
7512
|
/**
|
|
@@ -7440,10 +7514,26 @@ declare namespace LocalJSX {
|
|
|
7440
7514
|
* @uiType object
|
|
7441
7515
|
*/
|
|
7442
7516
|
"demoData"?: DemoData<BigStatViewProps>;
|
|
7517
|
+
/**
|
|
7518
|
+
* Font size of the description text in pixels
|
|
7519
|
+
* @uiName Description font size
|
|
7520
|
+
* @uiGroup Style
|
|
7521
|
+
*/
|
|
7522
|
+
"descriptionFontSize"?: number;
|
|
7523
|
+
/**
|
|
7524
|
+
* Color of the description text
|
|
7525
|
+
* @uiName Description text color
|
|
7526
|
+
* @uiWidget color
|
|
7527
|
+
* @uiType string
|
|
7528
|
+
* @format color
|
|
7529
|
+
* @uiGroup Style
|
|
7530
|
+
*/
|
|
7531
|
+
"descriptionTextColor"?: string;
|
|
7443
7532
|
/**
|
|
7444
7533
|
* Controls the order of the stat value & description column
|
|
7445
7534
|
* @uiName Flex reverse
|
|
7446
|
-
* @default
|
|
7535
|
+
* @default
|
|
7536
|
+
* @uiGroup Style
|
|
7447
7537
|
*/
|
|
7448
7538
|
"flexReverse"?: boolean;
|
|
7449
7539
|
/**
|
|
@@ -7452,6 +7542,30 @@ declare namespace LocalJSX {
|
|
|
7452
7542
|
* @uiWidget programSelector
|
|
7453
7543
|
*/
|
|
7454
7544
|
"programId"?: string;
|
|
7545
|
+
/**
|
|
7546
|
+
* Font size of the stat text in pixels
|
|
7547
|
+
* @uiName Stat font size
|
|
7548
|
+
* @uiType string
|
|
7549
|
+
* @uiGroup Style
|
|
7550
|
+
*/
|
|
7551
|
+
"statFontSize"?: number;
|
|
7552
|
+
/**
|
|
7553
|
+
* Font size of the stat text in pixels
|
|
7554
|
+
* @uiName Stat font size
|
|
7555
|
+
* @uiGroup Style
|
|
7556
|
+
* @uiEnum [100, 200, 300, 400, 500, 600, 700, 800, 900]
|
|
7557
|
+
* @uiEnumNames ["Thin", "Extra Light", "Light", "Normal", "Medium", "Semi Bold", "Bold", "Extra Bold", "Heavy"]
|
|
7558
|
+
*/
|
|
7559
|
+
"statFontWeight"?: number;
|
|
7560
|
+
/**
|
|
7561
|
+
* Color of the stat text
|
|
7562
|
+
* @uiName Stat text color
|
|
7563
|
+
* @uiWidget color
|
|
7564
|
+
* @uiType string
|
|
7565
|
+
* @format color
|
|
7566
|
+
* @uiGroup Style
|
|
7567
|
+
*/
|
|
7568
|
+
"statTextColor"?: string;
|
|
7455
7569
|
/**
|
|
7456
7570
|
* Select what type of stat to display. Manual paths are also supported.
|
|
7457
7571
|
* @uiWidget statTypeSelectWidget
|
|
@@ -8868,6 +8982,15 @@ declare namespace LocalJSX {
|
|
|
8868
8982
|
"path"?: string;
|
|
8869
8983
|
}
|
|
8870
8984
|
interface SqmPagination {
|
|
8985
|
+
/**
|
|
8986
|
+
* The type of the button (primary or secondary) that will be used to copy the link.
|
|
8987
|
+
* @uiName Button Type
|
|
8988
|
+
* @uiType string
|
|
8989
|
+
* @uiEnum ["primary", "secondary"]
|
|
8990
|
+
* @uiEnumNames ["Primary", "Secondary"]
|
|
8991
|
+
* @uiGroup Style
|
|
8992
|
+
*/
|
|
8993
|
+
"buttonType"?: "primary" | "secondary";
|
|
8871
8994
|
/**
|
|
8872
8995
|
* @undocumented
|
|
8873
8996
|
* @uiType object
|
|
@@ -10153,10 +10276,11 @@ declare namespace LocalJSX {
|
|
|
10153
10276
|
*/
|
|
10154
10277
|
"backgroundColor"?: string;
|
|
10155
10278
|
/**
|
|
10279
|
+
* Amount in pixels
|
|
10156
10280
|
* @uiName Border radius
|
|
10157
10281
|
* @type number
|
|
10158
10282
|
*/
|
|
10159
|
-
"borderRadius"?:
|
|
10283
|
+
"borderRadius"?: number;
|
|
10160
10284
|
/**
|
|
10161
10285
|
* @uiName Description
|
|
10162
10286
|
* @uiWidget textArea
|
|
@@ -11515,12 +11639,34 @@ declare namespace LocalJSX {
|
|
|
11515
11639
|
}
|
|
11516
11640
|
interface SqmStatContainer {
|
|
11517
11641
|
/**
|
|
11642
|
+
* Controls the alignment of the flexbox
|
|
11643
|
+
* @uiName Alignment
|
|
11644
|
+
* @uiType string
|
|
11645
|
+
* @uiEnum ["left", "right", "center"]
|
|
11646
|
+
* @uiEnumNames ["Left", "Right", "Center"]
|
|
11647
|
+
*/
|
|
11648
|
+
"alignment"?: "left" | "right" | "center";
|
|
11649
|
+
/**
|
|
11650
|
+
* @undocumented
|
|
11518
11651
|
* @uiName Display
|
|
11519
11652
|
* @uiType string
|
|
11520
11653
|
* @uiEnum ["grid", "flex"]
|
|
11521
11654
|
* @uiEnumNames ["Grid", "Flex"]
|
|
11522
11655
|
*/
|
|
11523
11656
|
"display"?: "grid" | "flex";
|
|
11657
|
+
/**
|
|
11658
|
+
* @uiName Gap
|
|
11659
|
+
* @uiType string
|
|
11660
|
+
* @uiEnum ["none", "xxx-small", "xx-small", "x-small", "small", "medium", "large", "x-large", "xx-large", "xxx-large", "xxxx-large"]
|
|
11661
|
+
* @uiEnumNames ["None", "XXX-Small", "XX-Small", "X-Small", "Small", "Medium", "Large", "X-Large", "XX-Large", "XXX-Large", "XXXX-Large"]
|
|
11662
|
+
*/
|
|
11663
|
+
"gap"?: Spacing;
|
|
11664
|
+
/**
|
|
11665
|
+
* Hide the seperating border between stats
|
|
11666
|
+
* @uiName Hide border
|
|
11667
|
+
* @uiType boolean
|
|
11668
|
+
*/
|
|
11669
|
+
"hideBorder"?: boolean;
|
|
11524
11670
|
/**
|
|
11525
11671
|
* @uiName Space between stats
|
|
11526
11672
|
* @uiType string
|
package/docs/docs.docx
CHANGED
|
Binary file
|