@loadsmart/miranda-wc 1.41.1-alpha.1 → 1.41.1-alpha.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.
@@ -5290,6 +5290,81 @@
5290
5290
  }
5291
5291
  ]
5292
5292
  },
5293
+ {
5294
+ "kind": "javascript-module",
5295
+ "path": "components/form-control/form-control.js",
5296
+ "declarations": [
5297
+ {
5298
+ "kind": "class",
5299
+ "description": "",
5300
+ "name": "FormControl",
5301
+ "members": [
5302
+ {
5303
+ "kind": "field",
5304
+ "name": "#form",
5305
+ "privacy": "private",
5306
+ "type": {
5307
+ "text": "HTMLFormElement | null | undefined"
5308
+ }
5309
+ },
5310
+ {
5311
+ "kind": "field",
5312
+ "name": "form",
5313
+ "privacy": "public",
5314
+ "type": {
5315
+ "text": "string | undefined"
5316
+ },
5317
+ "description": "Form element to which this control is associated.\n(applicable to `submit` and `reset` buttons)",
5318
+ "attribute": "form",
5319
+ "reflects": true
5320
+ },
5321
+ {
5322
+ "kind": "field",
5323
+ "name": "getForm",
5324
+ "privacy": "public"
5325
+ },
5326
+ {
5327
+ "kind": "field",
5328
+ "name": "#updateAssignedForm",
5329
+ "privacy": "private"
5330
+ }
5331
+ ],
5332
+ "attributes": [
5333
+ {
5334
+ "name": "form",
5335
+ "type": {
5336
+ "text": "string | undefined"
5337
+ },
5338
+ "description": "Form element to which this control is associated.\n(applicable to `submit` and `reset` buttons)",
5339
+ "fieldName": "form"
5340
+ }
5341
+ ],
5342
+ "superclass": {
5343
+ "name": "LitElement",
5344
+ "package": "lit"
5345
+ },
5346
+ "customElement": true
5347
+ }
5348
+ ],
5349
+ "exports": [
5350
+ {
5351
+ "kind": "js",
5352
+ "name": "FormControl",
5353
+ "declaration": {
5354
+ "name": "FormControl",
5355
+ "module": "components/form-control/form-control.js"
5356
+ }
5357
+ },
5358
+ {
5359
+ "kind": "js",
5360
+ "name": "default",
5361
+ "declaration": {
5362
+ "name": "FormControl",
5363
+ "module": "components/form-control/form-control.js"
5364
+ }
5365
+ }
5366
+ ]
5367
+ },
5293
5368
  {
5294
5369
  "kind": "javascript-module",
5295
5370
  "path": "components/focus-trap/focus-trap.helpers.js",
@@ -5489,81 +5564,6 @@
5489
5564
  }
5490
5565
  ]
5491
5566
  },
5492
- {
5493
- "kind": "javascript-module",
5494
- "path": "components/form-control/form-control.js",
5495
- "declarations": [
5496
- {
5497
- "kind": "class",
5498
- "description": "",
5499
- "name": "FormControl",
5500
- "members": [
5501
- {
5502
- "kind": "field",
5503
- "name": "#form",
5504
- "privacy": "private",
5505
- "type": {
5506
- "text": "HTMLFormElement | null | undefined"
5507
- }
5508
- },
5509
- {
5510
- "kind": "field",
5511
- "name": "form",
5512
- "privacy": "public",
5513
- "type": {
5514
- "text": "string | undefined"
5515
- },
5516
- "description": "Form element to which this control is associated.\n(applicable to `submit` and `reset` buttons)",
5517
- "attribute": "form",
5518
- "reflects": true
5519
- },
5520
- {
5521
- "kind": "field",
5522
- "name": "getForm",
5523
- "privacy": "public"
5524
- },
5525
- {
5526
- "kind": "field",
5527
- "name": "#updateAssignedForm",
5528
- "privacy": "private"
5529
- }
5530
- ],
5531
- "attributes": [
5532
- {
5533
- "name": "form",
5534
- "type": {
5535
- "text": "string | undefined"
5536
- },
5537
- "description": "Form element to which this control is associated.\n(applicable to `submit` and `reset` buttons)",
5538
- "fieldName": "form"
5539
- }
5540
- ],
5541
- "superclass": {
5542
- "name": "LitElement",
5543
- "package": "lit"
5544
- },
5545
- "customElement": true
5546
- }
5547
- ],
5548
- "exports": [
5549
- {
5550
- "kind": "js",
5551
- "name": "FormControl",
5552
- "declaration": {
5553
- "name": "FormControl",
5554
- "module": "components/form-control/form-control.js"
5555
- }
5556
- },
5557
- {
5558
- "kind": "js",
5559
- "name": "default",
5560
- "declaration": {
5561
- "name": "FormControl",
5562
- "module": "components/form-control/form-control.js"
5563
- }
5564
- }
5565
- ]
5566
- },
5567
5567
  {
5568
5568
  "kind": "javascript-module",
5569
5569
  "path": "components/icon/available-icons.js",
@@ -5743,140 +5743,6 @@
5743
5743
  }
5744
5744
  ]
5745
5745
  },
5746
- {
5747
- "kind": "javascript-module",
5748
- "path": "components/progress-bar/progress-bar.js",
5749
- "declarations": [
5750
- {
5751
- "kind": "class",
5752
- "description": "",
5753
- "name": "ProgressBar",
5754
- "members": [
5755
- {
5756
- "kind": "field",
5757
- "name": "variant",
5758
- "privacy": "public",
5759
- "type": {
5760
- "text": "ProgressBarProps['variant']"
5761
- },
5762
- "description": "ProgressBar variant.",
5763
- "default": "'default'",
5764
- "attribute": "variant",
5765
- "reflects": true
5766
- },
5767
- {
5768
- "kind": "field",
5769
- "name": "value",
5770
- "privacy": "public",
5771
- "type": {
5772
- "text": "ProgressBarProps['value']"
5773
- },
5774
- "description": "Specifies how much of the task that has been completed.",
5775
- "default": "0",
5776
- "attribute": "value",
5777
- "reflects": true
5778
- },
5779
- {
5780
- "kind": "field",
5781
- "name": "max",
5782
- "privacy": "public",
5783
- "type": {
5784
- "text": "ProgressBarProps['max']"
5785
- },
5786
- "description": "Describes how much work the task indicated by the progress element requires.",
5787
- "default": "100",
5788
- "attribute": "max",
5789
- "reflects": true
5790
- },
5791
- {
5792
- "kind": "field",
5793
- "name": "#safeMaxValue",
5794
- "privacy": "private",
5795
- "readonly": true
5796
- },
5797
- {
5798
- "kind": "field",
5799
- "name": "#safeValue",
5800
- "privacy": "private",
5801
- "readonly": true
5802
- },
5803
- {
5804
- "kind": "field",
5805
- "name": "percentage",
5806
- "readonly": true
5807
- },
5808
- {
5809
- "kind": "field",
5810
- "name": "currentVariant",
5811
- "privacy": "protected",
5812
- "readonly": true
5813
- }
5814
- ],
5815
- "attributes": [
5816
- {
5817
- "name": "variant",
5818
- "type": {
5819
- "text": "ProgressBarProps['variant']"
5820
- },
5821
- "description": "ProgressBar variant.",
5822
- "default": "DEFAULT_VARIANT",
5823
- "resolveInitializer": {
5824
- "module": "src/components/progress-bar/progress-bar.ts"
5825
- },
5826
- "fieldName": "variant"
5827
- },
5828
- {
5829
- "name": "value",
5830
- "type": {
5831
- "text": "ProgressBarProps['value']"
5832
- },
5833
- "description": "Specifies how much of the task that has been completed.",
5834
- "default": "DEFAULT_VALUE",
5835
- "resolveInitializer": {
5836
- "module": "src/components/progress-bar/progress-bar.ts"
5837
- },
5838
- "fieldName": "value"
5839
- },
5840
- {
5841
- "name": "max",
5842
- "type": {
5843
- "text": "ProgressBarProps['max']"
5844
- },
5845
- "description": "Describes how much work the task indicated by the progress element requires.",
5846
- "default": "DEFAULT_MAX",
5847
- "resolveInitializer": {
5848
- "module": "src/components/progress-bar/progress-bar.ts"
5849
- },
5850
- "fieldName": "max"
5851
- }
5852
- ],
5853
- "superclass": {
5854
- "name": "LitElement",
5855
- "package": "lit"
5856
- },
5857
- "tagName": "m-progress-bar",
5858
- "customElement": true
5859
- }
5860
- ],
5861
- "exports": [
5862
- {
5863
- "kind": "js",
5864
- "name": "ProgressBar",
5865
- "declaration": {
5866
- "name": "ProgressBar",
5867
- "module": "components/progress-bar/progress-bar.js"
5868
- }
5869
- },
5870
- {
5871
- "kind": "custom-element-definition",
5872
- "name": "m-progress-bar",
5873
- "declaration": {
5874
- "name": "ProgressBar",
5875
- "module": "components/progress-bar/progress-bar.js"
5876
- }
5877
- }
5878
- ]
5879
- },
5880
5746
  {
5881
5747
  "kind": "javascript-module",
5882
5748
  "path": "components/popover/popover.js",
@@ -6040,50 +5906,184 @@
6040
5906
  "type": {
6041
5907
  "text": "PopoverProps['position']"
6042
5908
  },
6043
- "description": "Popover positioning strategy.",
6044
- "default": "'fixed'",
6045
- "fieldName": "position"
5909
+ "description": "Popover positioning strategy.",
5910
+ "default": "'fixed'",
5911
+ "fieldName": "position"
5912
+ },
5913
+ {
5914
+ "name": "placement",
5915
+ "type": {
5916
+ "text": "PopoverProps['placement']"
5917
+ },
5918
+ "description": "Popover placement.",
5919
+ "default": "'top-end'",
5920
+ "fieldName": "placement"
5921
+ },
5922
+ {
5923
+ "name": "open",
5924
+ "type": {
5925
+ "text": "PopoverProps['open']"
5926
+ },
5927
+ "description": "Should popover's floating be open.",
5928
+ "default": "false",
5929
+ "fieldName": "open"
5930
+ }
5931
+ ],
5932
+ "superclass": {
5933
+ "name": "Component",
5934
+ "module": "/src/components/component"
5935
+ }
5936
+ }
5937
+ ],
5938
+ "exports": [
5939
+ {
5940
+ "kind": "js",
5941
+ "name": "POPOVER_PLACEMENT_VALUES",
5942
+ "declaration": {
5943
+ "name": "POPOVER_PLACEMENT_VALUES",
5944
+ "module": "components/popover/popover.js"
5945
+ }
5946
+ },
5947
+ {
5948
+ "kind": "js",
5949
+ "name": "Popover",
5950
+ "declaration": {
5951
+ "name": "Popover",
5952
+ "module": "components/popover/popover.js"
5953
+ }
5954
+ }
5955
+ ]
5956
+ },
5957
+ {
5958
+ "kind": "javascript-module",
5959
+ "path": "components/progress-bar/progress-bar.js",
5960
+ "declarations": [
5961
+ {
5962
+ "kind": "class",
5963
+ "description": "",
5964
+ "name": "ProgressBar",
5965
+ "members": [
5966
+ {
5967
+ "kind": "field",
5968
+ "name": "variant",
5969
+ "privacy": "public",
5970
+ "type": {
5971
+ "text": "ProgressBarProps['variant']"
5972
+ },
5973
+ "description": "ProgressBar variant.",
5974
+ "default": "'default'",
5975
+ "attribute": "variant",
5976
+ "reflects": true
5977
+ },
5978
+ {
5979
+ "kind": "field",
5980
+ "name": "value",
5981
+ "privacy": "public",
5982
+ "type": {
5983
+ "text": "ProgressBarProps['value']"
5984
+ },
5985
+ "description": "Specifies how much of the task that has been completed.",
5986
+ "default": "0",
5987
+ "attribute": "value",
5988
+ "reflects": true
5989
+ },
5990
+ {
5991
+ "kind": "field",
5992
+ "name": "max",
5993
+ "privacy": "public",
5994
+ "type": {
5995
+ "text": "ProgressBarProps['max']"
5996
+ },
5997
+ "description": "Describes how much work the task indicated by the progress element requires.",
5998
+ "default": "100",
5999
+ "attribute": "max",
6000
+ "reflects": true
6001
+ },
6002
+ {
6003
+ "kind": "field",
6004
+ "name": "#safeMaxValue",
6005
+ "privacy": "private",
6006
+ "readonly": true
6007
+ },
6008
+ {
6009
+ "kind": "field",
6010
+ "name": "#safeValue",
6011
+ "privacy": "private",
6012
+ "readonly": true
6013
+ },
6014
+ {
6015
+ "kind": "field",
6016
+ "name": "percentage",
6017
+ "readonly": true
6018
+ },
6019
+ {
6020
+ "kind": "field",
6021
+ "name": "currentVariant",
6022
+ "privacy": "protected",
6023
+ "readonly": true
6024
+ }
6025
+ ],
6026
+ "attributes": [
6027
+ {
6028
+ "name": "variant",
6029
+ "type": {
6030
+ "text": "ProgressBarProps['variant']"
6031
+ },
6032
+ "description": "ProgressBar variant.",
6033
+ "default": "DEFAULT_VARIANT",
6034
+ "resolveInitializer": {
6035
+ "module": "src/components/progress-bar/progress-bar.ts"
6036
+ },
6037
+ "fieldName": "variant"
6046
6038
  },
6047
6039
  {
6048
- "name": "placement",
6040
+ "name": "value",
6049
6041
  "type": {
6050
- "text": "PopoverProps['placement']"
6042
+ "text": "ProgressBarProps['value']"
6051
6043
  },
6052
- "description": "Popover placement.",
6053
- "default": "'top-end'",
6054
- "fieldName": "placement"
6044
+ "description": "Specifies how much of the task that has been completed.",
6045
+ "default": "DEFAULT_VALUE",
6046
+ "resolveInitializer": {
6047
+ "module": "src/components/progress-bar/progress-bar.ts"
6048
+ },
6049
+ "fieldName": "value"
6055
6050
  },
6056
6051
  {
6057
- "name": "open",
6052
+ "name": "max",
6058
6053
  "type": {
6059
- "text": "PopoverProps['open']"
6054
+ "text": "ProgressBarProps['max']"
6060
6055
  },
6061
- "description": "Should popover's floating be open.",
6062
- "default": "false",
6063
- "fieldName": "open"
6056
+ "description": "Describes how much work the task indicated by the progress element requires.",
6057
+ "default": "DEFAULT_MAX",
6058
+ "resolveInitializer": {
6059
+ "module": "src/components/progress-bar/progress-bar.ts"
6060
+ },
6061
+ "fieldName": "max"
6064
6062
  }
6065
6063
  ],
6066
6064
  "superclass": {
6067
- "name": "Component",
6068
- "module": "/src/components/component"
6069
- }
6065
+ "name": "LitElement",
6066
+ "package": "lit"
6067
+ },
6068
+ "tagName": "m-progress-bar",
6069
+ "customElement": true
6070
6070
  }
6071
6071
  ],
6072
6072
  "exports": [
6073
6073
  {
6074
6074
  "kind": "js",
6075
- "name": "POPOVER_PLACEMENT_VALUES",
6075
+ "name": "ProgressBar",
6076
6076
  "declaration": {
6077
- "name": "POPOVER_PLACEMENT_VALUES",
6078
- "module": "components/popover/popover.js"
6077
+ "name": "ProgressBar",
6078
+ "module": "components/progress-bar/progress-bar.js"
6079
6079
  }
6080
6080
  },
6081
6081
  {
6082
- "kind": "js",
6083
- "name": "Popover",
6082
+ "kind": "custom-element-definition",
6083
+ "name": "m-progress-bar",
6084
6084
  "declaration": {
6085
- "name": "Popover",
6086
- "module": "components/popover/popover.js"
6085
+ "name": "ProgressBar",
6086
+ "module": "components/progress-bar/progress-bar.js"
6087
6087
  }
6088
6088
  }
6089
6089
  ]
@@ -6571,6 +6571,105 @@
6571
6571
  }
6572
6572
  ]
6573
6573
  },
6574
+ {
6575
+ "kind": "javascript-module",
6576
+ "path": "components/tag/tag.js",
6577
+ "declarations": [
6578
+ {
6579
+ "kind": "class",
6580
+ "description": "",
6581
+ "name": "Tag",
6582
+ "members": [
6583
+ {
6584
+ "kind": "field",
6585
+ "name": "variant",
6586
+ "privacy": "public",
6587
+ "type": {
6588
+ "text": "TagVariant"
6589
+ },
6590
+ "description": "Tag variant.",
6591
+ "default": "'neutral'",
6592
+ "attribute": "variant"
6593
+ },
6594
+ {
6595
+ "kind": "field",
6596
+ "name": "size",
6597
+ "privacy": "public",
6598
+ "type": {
6599
+ "text": "TagSize"
6600
+ },
6601
+ "description": "Tag size.",
6602
+ "default": "'default'",
6603
+ "attribute": "size"
6604
+ },
6605
+ {
6606
+ "kind": "field",
6607
+ "name": "isSkeleton",
6608
+ "privacy": "public",
6609
+ "type": {
6610
+ "text": "boolean"
6611
+ },
6612
+ "description": "Tag skeleton loader.",
6613
+ "default": "false",
6614
+ "attribute": "is-skeleton"
6615
+ }
6616
+ ],
6617
+ "attributes": [
6618
+ {
6619
+ "name": "variant",
6620
+ "type": {
6621
+ "text": "TagVariant"
6622
+ },
6623
+ "description": "Tag variant.",
6624
+ "default": "'neutral'",
6625
+ "fieldName": "variant"
6626
+ },
6627
+ {
6628
+ "name": "size",
6629
+ "type": {
6630
+ "text": "TagSize"
6631
+ },
6632
+ "description": "Tag size.",
6633
+ "default": "'default'",
6634
+ "fieldName": "size"
6635
+ },
6636
+ {
6637
+ "name": "is-skeleton",
6638
+ "type": {
6639
+ "text": "boolean"
6640
+ },
6641
+ "description": "Tag skeleton loader.",
6642
+ "default": "false",
6643
+ "fieldName": "isSkeleton"
6644
+ }
6645
+ ],
6646
+ "superclass": {
6647
+ "name": "LitElement",
6648
+ "package": "lit"
6649
+ },
6650
+ "tagName": "m-tag",
6651
+ "customElement": true
6652
+ }
6653
+ ],
6654
+ "exports": [
6655
+ {
6656
+ "kind": "js",
6657
+ "name": "Tag",
6658
+ "declaration": {
6659
+ "name": "Tag",
6660
+ "module": "components/tag/tag.js"
6661
+ }
6662
+ },
6663
+ {
6664
+ "kind": "custom-element-definition",
6665
+ "name": "m-tag",
6666
+ "declaration": {
6667
+ "name": "Tag",
6668
+ "module": "components/tag/tag.js"
6669
+ }
6670
+ }
6671
+ ]
6672
+ },
6574
6673
  {
6575
6674
  "kind": "javascript-module",
6576
6675
  "path": "components/tabs/tab-panel.js",
@@ -7359,160 +7458,61 @@
7359
7458
  "type": {
7360
7459
  "text": "TabsProps['disabled']"
7361
7460
  },
7362
- "description": "Should the tabs be disabled.",
7363
- "default": "false",
7364
- "fieldName": "disabled"
7365
- },
7366
- {
7367
- "name": "lazy",
7368
- "type": {
7369
- "text": "TabsProps['lazy']"
7370
- },
7371
- "description": "If set to true, the tab-panels content will only be rendered if the tab is selected.\nOtherwise it's just hidden.",
7372
- "default": "false",
7373
- "fieldName": "lazy"
7374
- },
7375
- {
7376
- "name": "selection",
7377
- "type": {
7378
- "text": "SelectionState"
7379
- },
7380
- "description": "Inner tab selection state.",
7381
- "default": "new Set()",
7382
- "fieldName": "selection"
7383
- },
7384
- {
7385
- "name": "tab-content-direction",
7386
- "type": {
7387
- "text": "TabsProps['tabContentDirection']"
7388
- },
7389
- "description": "Direction of the tabs content.",
7390
- "default": "'horizontal'",
7391
- "fieldName": "tabContentDirection"
7392
- }
7393
- ],
7394
- "superclass": {
7395
- "name": "Component",
7396
- "module": "/src/components/component"
7397
- },
7398
- "tagName": "m-tabs",
7399
- "customElement": true
7400
- }
7401
- ],
7402
- "exports": [
7403
- {
7404
- "kind": "js",
7405
- "name": "Tabs",
7406
- "declaration": {
7407
- "name": "Tabs",
7408
- "module": "components/tabs/tabs.js"
7409
- }
7410
- },
7411
- {
7412
- "kind": "custom-element-definition",
7413
- "name": "m-tabs",
7414
- "declaration": {
7415
- "name": "Tabs",
7416
- "module": "components/tabs/tabs.js"
7417
- }
7418
- }
7419
- ]
7420
- },
7421
- {
7422
- "kind": "javascript-module",
7423
- "path": "components/tag/tag.js",
7424
- "declarations": [
7425
- {
7426
- "kind": "class",
7427
- "description": "",
7428
- "name": "Tag",
7429
- "members": [
7430
- {
7431
- "kind": "field",
7432
- "name": "variant",
7433
- "privacy": "public",
7434
- "type": {
7435
- "text": "TagVariant"
7436
- },
7437
- "description": "Tag variant.",
7438
- "default": "'neutral'",
7439
- "attribute": "variant"
7440
- },
7441
- {
7442
- "kind": "field",
7443
- "name": "size",
7444
- "privacy": "public",
7445
- "type": {
7446
- "text": "TagSize"
7447
- },
7448
- "description": "Tag size.",
7449
- "default": "'default'",
7450
- "attribute": "size"
7451
- },
7452
- {
7453
- "kind": "field",
7454
- "name": "isSkeleton",
7455
- "privacy": "public",
7456
- "type": {
7457
- "text": "boolean"
7458
- },
7459
- "description": "Tag skeleton loader.",
7460
- "default": "false",
7461
- "attribute": "is-skeleton"
7462
- }
7463
- ],
7464
- "attributes": [
7461
+ "description": "Should the tabs be disabled.",
7462
+ "default": "false",
7463
+ "fieldName": "disabled"
7464
+ },
7465
7465
  {
7466
- "name": "variant",
7466
+ "name": "lazy",
7467
7467
  "type": {
7468
- "text": "TagVariant"
7468
+ "text": "TabsProps['lazy']"
7469
7469
  },
7470
- "description": "Tag variant.",
7471
- "default": "'neutral'",
7472
- "fieldName": "variant"
7470
+ "description": "If set to true, the tab-panels content will only be rendered if the tab is selected.\nOtherwise it's just hidden.",
7471
+ "default": "false",
7472
+ "fieldName": "lazy"
7473
7473
  },
7474
7474
  {
7475
- "name": "size",
7475
+ "name": "selection",
7476
7476
  "type": {
7477
- "text": "TagSize"
7477
+ "text": "SelectionState"
7478
7478
  },
7479
- "description": "Tag size.",
7480
- "default": "'default'",
7481
- "fieldName": "size"
7479
+ "description": "Inner tab selection state.",
7480
+ "default": "new Set()",
7481
+ "fieldName": "selection"
7482
7482
  },
7483
7483
  {
7484
- "name": "is-skeleton",
7484
+ "name": "tab-content-direction",
7485
7485
  "type": {
7486
- "text": "boolean"
7486
+ "text": "TabsProps['tabContentDirection']"
7487
7487
  },
7488
- "description": "Tag skeleton loader.",
7489
- "default": "false",
7490
- "fieldName": "isSkeleton"
7488
+ "description": "Direction of the tabs content.",
7489
+ "default": "'horizontal'",
7490
+ "fieldName": "tabContentDirection"
7491
7491
  }
7492
7492
  ],
7493
7493
  "superclass": {
7494
- "name": "LitElement",
7495
- "package": "lit"
7494
+ "name": "Component",
7495
+ "module": "/src/components/component"
7496
7496
  },
7497
- "tagName": "m-tag",
7497
+ "tagName": "m-tabs",
7498
7498
  "customElement": true
7499
7499
  }
7500
7500
  ],
7501
7501
  "exports": [
7502
7502
  {
7503
7503
  "kind": "js",
7504
- "name": "Tag",
7504
+ "name": "Tabs",
7505
7505
  "declaration": {
7506
- "name": "Tag",
7507
- "module": "components/tag/tag.js"
7506
+ "name": "Tabs",
7507
+ "module": "components/tabs/tabs.js"
7508
7508
  }
7509
7509
  },
7510
7510
  {
7511
7511
  "kind": "custom-element-definition",
7512
- "name": "m-tag",
7512
+ "name": "m-tabs",
7513
7513
  "declaration": {
7514
- "name": "Tag",
7515
- "module": "components/tag/tag.js"
7514
+ "name": "Tabs",
7515
+ "module": "components/tabs/tabs.js"
7516
7516
  }
7517
7517
  }
7518
7518
  ]
@@ -9051,12 +9051,12 @@
9051
9051
  },
9052
9052
  {
9053
9053
  "kind": "javascript-module",
9054
- "path": "components/layout/box/box.js",
9054
+ "path": "components/layout/grid/grid.js",
9055
9055
  "declarations": [
9056
9056
  {
9057
9057
  "kind": "class",
9058
9058
  "description": "",
9059
- "name": "Box",
9059
+ "name": "Grid",
9060
9060
  "members": [
9061
9061
  {
9062
9062
  "kind": "field",
@@ -9066,52 +9066,43 @@
9066
9066
  },
9067
9067
  "privacy": "protected",
9068
9068
  "static": true,
9069
- "default": "'box'"
9070
- },
9071
- {
9072
- "kind": "field",
9073
- "name": "backgroundColor",
9074
- "privacy": "public",
9075
- "type": {
9076
- "text": "BoxProps['backgroundColor']"
9077
- },
9078
- "attribute": "background-color"
9069
+ "default": "'grid'"
9079
9070
  },
9080
9071
  {
9081
9072
  "kind": "field",
9082
- "name": "borderRadius",
9073
+ "name": "gap",
9083
9074
  "privacy": "public",
9084
9075
  "type": {
9085
- "text": "BoxProps['borderRadius']"
9076
+ "text": "GridProps['gap']"
9086
9077
  },
9087
- "attribute": "border-radius"
9078
+ "attribute": "gap"
9088
9079
  },
9089
9080
  {
9090
9081
  "kind": "field",
9091
- "name": "borderWidth",
9082
+ "name": "rowGap",
9092
9083
  "privacy": "public",
9093
9084
  "type": {
9094
- "text": "BoxProps['borderWidth']"
9085
+ "text": "GridProps['rowGap']"
9095
9086
  },
9096
- "attribute": "border-width"
9087
+ "attribute": "row-gap"
9097
9088
  },
9098
9089
  {
9099
9090
  "kind": "field",
9100
- "name": "borderColor",
9091
+ "name": "columnGap",
9101
9092
  "privacy": "public",
9102
9093
  "type": {
9103
- "text": "BoxProps['borderColor']"
9094
+ "text": "GridProps['columnGap']"
9104
9095
  },
9105
- "attribute": "border-color"
9096
+ "attribute": "column-gap"
9106
9097
  },
9107
9098
  {
9108
9099
  "kind": "field",
9109
- "name": "textAlign",
9100
+ "name": "minColumnWidth",
9110
9101
  "privacy": "public",
9111
9102
  "type": {
9112
- "text": "BoxProps['textAlign']"
9103
+ "text": "GridProps['minColumnWidth']"
9113
9104
  },
9114
- "attribute": "text-align"
9105
+ "attribute": "min-column-width"
9115
9106
  },
9116
9107
  {
9117
9108
  "kind": "method",
@@ -9126,6 +9117,12 @@
9126
9117
  "module": "components/layout/base-layout/base-layout.js"
9127
9118
  }
9128
9119
  },
9120
+ {
9121
+ "kind": "field",
9122
+ "name": "",
9123
+ "privacy": "public",
9124
+ "attribute": ""
9125
+ },
9129
9126
  {
9130
9127
  "kind": "field",
9131
9128
  "name": "padding",
@@ -9139,12 +9136,6 @@
9139
9136
  "module": "components/layout/base-layout/base-layout.js"
9140
9137
  }
9141
9138
  },
9142
- {
9143
- "kind": "field",
9144
- "name": "",
9145
- "privacy": "public",
9146
- "attribute": ""
9147
- },
9148
9139
  {
9149
9140
  "kind": "field",
9150
9141
  "name": "paddingX",
@@ -9239,39 +9230,32 @@
9239
9230
  "fieldName": ""
9240
9231
  },
9241
9232
  {
9242
- "name": "background-color",
9243
- "type": {
9244
- "text": "BoxProps['backgroundColor']"
9245
- },
9246
- "fieldName": "backgroundColor"
9247
- },
9248
- {
9249
- "name": "border-radius",
9233
+ "name": "gap",
9250
9234
  "type": {
9251
- "text": "BoxProps['borderRadius']"
9235
+ "text": "GridProps['gap']"
9252
9236
  },
9253
- "fieldName": "borderRadius"
9237
+ "fieldName": "gap"
9254
9238
  },
9255
9239
  {
9256
- "name": "border-width",
9240
+ "name": "row-gap",
9257
9241
  "type": {
9258
- "text": "BoxProps['borderWidth']"
9242
+ "text": "GridProps['rowGap']"
9259
9243
  },
9260
- "fieldName": "borderWidth"
9244
+ "fieldName": "rowGap"
9261
9245
  },
9262
9246
  {
9263
- "name": "border-color",
9247
+ "name": "column-gap",
9264
9248
  "type": {
9265
- "text": "BoxProps['borderColor']"
9249
+ "text": "GridProps['columnGap']"
9266
9250
  },
9267
- "fieldName": "borderColor"
9251
+ "fieldName": "columnGap"
9268
9252
  },
9269
9253
  {
9270
- "name": "text-align",
9254
+ "name": "min-column-width",
9271
9255
  "type": {
9272
- "text": "BoxProps['textAlign']"
9256
+ "text": "GridProps['minColumnWidth']"
9273
9257
  },
9274
- "fieldName": "textAlign"
9258
+ "fieldName": "minColumnWidth"
9275
9259
  },
9276
9260
  {
9277
9261
  "name": "padding",
@@ -9355,37 +9339,37 @@
9355
9339
  "name": "BaseLayout",
9356
9340
  "module": "/src/components/layout/base-layout"
9357
9341
  },
9358
- "tagName": "m-box",
9342
+ "tagName": "m-grid",
9359
9343
  "customElement": true
9360
9344
  }
9361
9345
  ],
9362
9346
  "exports": [
9363
9347
  {
9364
9348
  "kind": "js",
9365
- "name": "Box",
9349
+ "name": "Grid",
9366
9350
  "declaration": {
9367
- "name": "Box",
9368
- "module": "components/layout/box/box.js"
9351
+ "name": "Grid",
9352
+ "module": "components/layout/grid/grid.js"
9369
9353
  }
9370
9354
  },
9371
9355
  {
9372
9356
  "kind": "custom-element-definition",
9373
- "name": "m-box",
9357
+ "name": "m-grid",
9374
9358
  "declaration": {
9375
- "name": "Box",
9376
- "module": "components/layout/box/box.js"
9359
+ "name": "Grid",
9360
+ "module": "components/layout/grid/grid.js"
9377
9361
  }
9378
9362
  }
9379
9363
  ]
9380
9364
  },
9381
9365
  {
9382
9366
  "kind": "javascript-module",
9383
- "path": "components/layout/grid/grid.js",
9367
+ "path": "components/layout/group/group.js",
9384
9368
  "declarations": [
9385
9369
  {
9386
9370
  "kind": "class",
9387
9371
  "description": "",
9388
- "name": "Grid",
9372
+ "name": "Group",
9389
9373
  "members": [
9390
9374
  {
9391
9375
  "kind": "field",
@@ -9395,43 +9379,34 @@
9395
9379
  },
9396
9380
  "privacy": "protected",
9397
9381
  "static": true,
9398
- "default": "'grid'"
9382
+ "default": "'group'"
9399
9383
  },
9400
9384
  {
9401
9385
  "kind": "field",
9402
9386
  "name": "gap",
9403
9387
  "privacy": "public",
9404
9388
  "type": {
9405
- "text": "GridProps['gap']"
9389
+ "text": "GroupProps['gap']"
9406
9390
  },
9407
9391
  "attribute": "gap"
9408
9392
  },
9409
9393
  {
9410
9394
  "kind": "field",
9411
- "name": "rowGap",
9412
- "privacy": "public",
9413
- "type": {
9414
- "text": "GridProps['rowGap']"
9415
- },
9416
- "attribute": "row-gap"
9417
- },
9418
- {
9419
- "kind": "field",
9420
- "name": "columnGap",
9395
+ "name": "align",
9421
9396
  "privacy": "public",
9422
9397
  "type": {
9423
- "text": "GridProps['columnGap']"
9398
+ "text": "GroupProps['align']"
9424
9399
  },
9425
- "attribute": "column-gap"
9400
+ "attribute": "align"
9426
9401
  },
9427
9402
  {
9428
9403
  "kind": "field",
9429
- "name": "minColumnWidth",
9404
+ "name": "justify",
9430
9405
  "privacy": "public",
9431
9406
  "type": {
9432
- "text": "GridProps['minColumnWidth']"
9407
+ "text": "GroupProps['justify']"
9433
9408
  },
9434
- "attribute": "min-column-width"
9409
+ "attribute": "justify"
9435
9410
  },
9436
9411
  {
9437
9412
  "kind": "method",
@@ -9561,30 +9536,23 @@
9561
9536
  {
9562
9537
  "name": "gap",
9563
9538
  "type": {
9564
- "text": "GridProps['gap']"
9539
+ "text": "GroupProps['gap']"
9565
9540
  },
9566
9541
  "fieldName": "gap"
9567
9542
  },
9568
9543
  {
9569
- "name": "row-gap",
9570
- "type": {
9571
- "text": "GridProps['rowGap']"
9572
- },
9573
- "fieldName": "rowGap"
9574
- },
9575
- {
9576
- "name": "column-gap",
9544
+ "name": "align",
9577
9545
  "type": {
9578
- "text": "GridProps['columnGap']"
9546
+ "text": "GroupProps['align']"
9579
9547
  },
9580
- "fieldName": "columnGap"
9548
+ "fieldName": "align"
9581
9549
  },
9582
9550
  {
9583
- "name": "min-column-width",
9551
+ "name": "justify",
9584
9552
  "type": {
9585
- "text": "GridProps['minColumnWidth']"
9553
+ "text": "GroupProps['justify']"
9586
9554
  },
9587
- "fieldName": "minColumnWidth"
9555
+ "fieldName": "justify"
9588
9556
  },
9589
9557
  {
9590
9558
  "name": "padding",
@@ -9668,37 +9636,37 @@
9668
9636
  "name": "BaseLayout",
9669
9637
  "module": "/src/components/layout/base-layout"
9670
9638
  },
9671
- "tagName": "m-grid",
9639
+ "tagName": "m-group",
9672
9640
  "customElement": true
9673
9641
  }
9674
9642
  ],
9675
9643
  "exports": [
9676
9644
  {
9677
9645
  "kind": "js",
9678
- "name": "Grid",
9646
+ "name": "Group",
9679
9647
  "declaration": {
9680
- "name": "Grid",
9681
- "module": "components/layout/grid/grid.js"
9648
+ "name": "Group",
9649
+ "module": "components/layout/group/group.js"
9682
9650
  }
9683
9651
  },
9684
9652
  {
9685
9653
  "kind": "custom-element-definition",
9686
- "name": "m-grid",
9654
+ "name": "m-group",
9687
9655
  "declaration": {
9688
- "name": "Grid",
9689
- "module": "components/layout/grid/grid.js"
9656
+ "name": "Group",
9657
+ "module": "components/layout/group/group.js"
9690
9658
  }
9691
9659
  }
9692
9660
  ]
9693
9661
  },
9694
9662
  {
9695
9663
  "kind": "javascript-module",
9696
- "path": "components/layout/group/group.js",
9664
+ "path": "components/layout/sidebar/sidebar.js",
9697
9665
  "declarations": [
9698
9666
  {
9699
9667
  "kind": "class",
9700
9668
  "description": "",
9701
- "name": "Group",
9669
+ "name": "Sidebar",
9702
9670
  "members": [
9703
9671
  {
9704
9672
  "kind": "field",
@@ -9708,34 +9676,43 @@
9708
9676
  },
9709
9677
  "privacy": "protected",
9710
9678
  "static": true,
9711
- "default": "'group'"
9679
+ "default": "'sidebar'"
9712
9680
  },
9713
9681
  {
9714
9682
  "kind": "field",
9715
9683
  "name": "gap",
9716
9684
  "privacy": "public",
9717
9685
  "type": {
9718
- "text": "GroupProps['gap']"
9686
+ "text": "SidebarProps['gap']"
9719
9687
  },
9720
9688
  "attribute": "gap"
9721
9689
  },
9722
9690
  {
9723
9691
  "kind": "field",
9724
- "name": "align",
9692
+ "name": "sideWidth",
9725
9693
  "privacy": "public",
9726
9694
  "type": {
9727
- "text": "GroupProps['align']"
9695
+ "text": "SidebarProps['sideWidth']"
9728
9696
  },
9729
- "attribute": "align"
9697
+ "attribute": "side-width"
9730
9698
  },
9731
9699
  {
9732
9700
  "kind": "field",
9733
- "name": "justify",
9701
+ "name": "minContentWidth",
9734
9702
  "privacy": "public",
9735
9703
  "type": {
9736
- "text": "GroupProps['justify']"
9704
+ "text": "SidebarProps['minContentWidth']"
9737
9705
  },
9738
- "attribute": "justify"
9706
+ "attribute": "min-content-width"
9707
+ },
9708
+ {
9709
+ "kind": "field",
9710
+ "name": "reversed",
9711
+ "privacy": "public",
9712
+ "type": {
9713
+ "text": "SidebarProps['reversed']"
9714
+ },
9715
+ "attribute": "reversed"
9739
9716
  },
9740
9717
  {
9741
9718
  "kind": "method",
@@ -9865,23 +9842,30 @@
9865
9842
  {
9866
9843
  "name": "gap",
9867
9844
  "type": {
9868
- "text": "GroupProps['gap']"
9845
+ "text": "SidebarProps['gap']"
9869
9846
  },
9870
9847
  "fieldName": "gap"
9871
9848
  },
9872
9849
  {
9873
- "name": "align",
9850
+ "name": "side-width",
9874
9851
  "type": {
9875
- "text": "GroupProps['align']"
9852
+ "text": "SidebarProps['sideWidth']"
9876
9853
  },
9877
- "fieldName": "align"
9854
+ "fieldName": "sideWidth"
9855
+ },
9856
+ {
9857
+ "name": "min-content-width",
9858
+ "type": {
9859
+ "text": "SidebarProps['minContentWidth']"
9860
+ },
9861
+ "fieldName": "minContentWidth"
9878
9862
  },
9879
9863
  {
9880
- "name": "justify",
9864
+ "name": "reversed",
9881
9865
  "type": {
9882
- "text": "GroupProps['justify']"
9866
+ "text": "SidebarProps['reversed']"
9883
9867
  },
9884
- "fieldName": "justify"
9868
+ "fieldName": "reversed"
9885
9869
  },
9886
9870
  {
9887
9871
  "name": "padding",
@@ -9965,37 +9949,37 @@
9965
9949
  "name": "BaseLayout",
9966
9950
  "module": "/src/components/layout/base-layout"
9967
9951
  },
9968
- "tagName": "m-group",
9952
+ "tagName": "m-sidebar",
9969
9953
  "customElement": true
9970
9954
  }
9971
9955
  ],
9972
9956
  "exports": [
9973
9957
  {
9974
9958
  "kind": "js",
9975
- "name": "Group",
9959
+ "name": "Sidebar",
9976
9960
  "declaration": {
9977
- "name": "Group",
9978
- "module": "components/layout/group/group.js"
9961
+ "name": "Sidebar",
9962
+ "module": "components/layout/sidebar/sidebar.js"
9979
9963
  }
9980
9964
  },
9981
9965
  {
9982
9966
  "kind": "custom-element-definition",
9983
- "name": "m-group",
9967
+ "name": "m-sidebar",
9984
9968
  "declaration": {
9985
- "name": "Group",
9986
- "module": "components/layout/group/group.js"
9969
+ "name": "Sidebar",
9970
+ "module": "components/layout/sidebar/sidebar.js"
9987
9971
  }
9988
9972
  }
9989
9973
  ]
9990
9974
  },
9991
9975
  {
9992
9976
  "kind": "javascript-module",
9993
- "path": "components/layout/sidebar/sidebar.js",
9977
+ "path": "components/layout/stack/stack.js",
9994
9978
  "declarations": [
9995
9979
  {
9996
9980
  "kind": "class",
9997
9981
  "description": "",
9998
- "name": "Sidebar",
9982
+ "name": "Stack",
9999
9983
  "members": [
10000
9984
  {
10001
9985
  "kind": "field",
@@ -10005,43 +9989,34 @@
10005
9989
  },
10006
9990
  "privacy": "protected",
10007
9991
  "static": true,
10008
- "default": "'sidebar'"
9992
+ "default": "'stack'"
10009
9993
  },
10010
9994
  {
10011
9995
  "kind": "field",
10012
9996
  "name": "gap",
10013
9997
  "privacy": "public",
10014
9998
  "type": {
10015
- "text": "SidebarProps['gap']"
9999
+ "text": "StackProps['gap']"
10016
10000
  },
10017
10001
  "attribute": "gap"
10018
10002
  },
10019
10003
  {
10020
10004
  "kind": "field",
10021
- "name": "sideWidth",
10022
- "privacy": "public",
10023
- "type": {
10024
- "text": "SidebarProps['sideWidth']"
10025
- },
10026
- "attribute": "side-width"
10027
- },
10028
- {
10029
- "kind": "field",
10030
- "name": "minContentWidth",
10005
+ "name": "align",
10031
10006
  "privacy": "public",
10032
10007
  "type": {
10033
- "text": "SidebarProps['minContentWidth']"
10008
+ "text": "StackProps['align']"
10034
10009
  },
10035
- "attribute": "min-content-width"
10010
+ "attribute": "align"
10036
10011
  },
10037
10012
  {
10038
10013
  "kind": "field",
10039
- "name": "reversed",
10014
+ "name": "justify",
10040
10015
  "privacy": "public",
10041
10016
  "type": {
10042
- "text": "SidebarProps['reversed']"
10017
+ "text": "StackProps['justify']"
10043
10018
  },
10044
- "attribute": "reversed"
10019
+ "attribute": "justify"
10045
10020
  },
10046
10021
  {
10047
10022
  "kind": "method",
@@ -10171,30 +10146,23 @@
10171
10146
  {
10172
10147
  "name": "gap",
10173
10148
  "type": {
10174
- "text": "SidebarProps['gap']"
10149
+ "text": "StackProps['gap']"
10175
10150
  },
10176
10151
  "fieldName": "gap"
10177
10152
  },
10178
10153
  {
10179
- "name": "side-width",
10180
- "type": {
10181
- "text": "SidebarProps['sideWidth']"
10182
- },
10183
- "fieldName": "sideWidth"
10184
- },
10185
- {
10186
- "name": "min-content-width",
10154
+ "name": "align",
10187
10155
  "type": {
10188
- "text": "SidebarProps['minContentWidth']"
10156
+ "text": "StackProps['align']"
10189
10157
  },
10190
- "fieldName": "minContentWidth"
10158
+ "fieldName": "align"
10191
10159
  },
10192
10160
  {
10193
- "name": "reversed",
10161
+ "name": "justify",
10194
10162
  "type": {
10195
- "text": "SidebarProps['reversed']"
10163
+ "text": "StackProps['justify']"
10196
10164
  },
10197
- "fieldName": "reversed"
10165
+ "fieldName": "justify"
10198
10166
  },
10199
10167
  {
10200
10168
  "name": "padding",
@@ -10278,37 +10246,37 @@
10278
10246
  "name": "BaseLayout",
10279
10247
  "module": "/src/components/layout/base-layout"
10280
10248
  },
10281
- "tagName": "m-sidebar",
10249
+ "tagName": "m-stack",
10282
10250
  "customElement": true
10283
10251
  }
10284
10252
  ],
10285
10253
  "exports": [
10286
10254
  {
10287
10255
  "kind": "js",
10288
- "name": "Sidebar",
10256
+ "name": "Stack",
10289
10257
  "declaration": {
10290
- "name": "Sidebar",
10291
- "module": "components/layout/sidebar/sidebar.js"
10258
+ "name": "Stack",
10259
+ "module": "components/layout/stack/stack.js"
10292
10260
  }
10293
10261
  },
10294
10262
  {
10295
10263
  "kind": "custom-element-definition",
10296
- "name": "m-sidebar",
10264
+ "name": "m-stack",
10297
10265
  "declaration": {
10298
- "name": "Sidebar",
10299
- "module": "components/layout/sidebar/sidebar.js"
10266
+ "name": "Stack",
10267
+ "module": "components/layout/stack/stack.js"
10300
10268
  }
10301
10269
  }
10302
10270
  ]
10303
10271
  },
10304
10272
  {
10305
10273
  "kind": "javascript-module",
10306
- "path": "components/layout/switcher/switcher.js",
10274
+ "path": "components/layout/box/box.js",
10307
10275
  "declarations": [
10308
10276
  {
10309
10277
  "kind": "class",
10310
10278
  "description": "",
10311
- "name": "Switcher",
10279
+ "name": "Box",
10312
10280
  "members": [
10313
10281
  {
10314
10282
  "kind": "field",
@@ -10318,52 +10286,52 @@
10318
10286
  },
10319
10287
  "privacy": "protected",
10320
10288
  "static": true,
10321
- "default": "'switcher'"
10289
+ "default": "'box'"
10322
10290
  },
10323
10291
  {
10324
10292
  "kind": "field",
10325
- "name": "gap",
10293
+ "name": "backgroundColor",
10326
10294
  "privacy": "public",
10327
10295
  "type": {
10328
- "text": "SwitcherProps['gap']"
10296
+ "text": "BoxProps['backgroundColor']"
10329
10297
  },
10330
- "attribute": "gap"
10298
+ "attribute": "background-color"
10331
10299
  },
10332
10300
  {
10333
10301
  "kind": "field",
10334
- "name": "rowGap",
10302
+ "name": "borderRadius",
10335
10303
  "privacy": "public",
10336
10304
  "type": {
10337
- "text": "SwitcherProps['rowGap']"
10305
+ "text": "BoxProps['borderRadius']"
10338
10306
  },
10339
- "attribute": "row-gap"
10307
+ "attribute": "border-radius"
10340
10308
  },
10341
10309
  {
10342
10310
  "kind": "field",
10343
- "name": "columnGap",
10311
+ "name": "borderWidth",
10344
10312
  "privacy": "public",
10345
10313
  "type": {
10346
- "text": "SwitcherProps['columnGap']"
10314
+ "text": "BoxProps['borderWidth']"
10347
10315
  },
10348
- "attribute": "column-gap"
10316
+ "attribute": "border-width"
10349
10317
  },
10350
10318
  {
10351
10319
  "kind": "field",
10352
- "name": "threshold",
10320
+ "name": "borderColor",
10353
10321
  "privacy": "public",
10354
10322
  "type": {
10355
- "text": "SwitcherProps['threshold']"
10323
+ "text": "BoxProps['borderColor']"
10356
10324
  },
10357
- "attribute": "threshold"
10325
+ "attribute": "border-color"
10358
10326
  },
10359
10327
  {
10360
10328
  "kind": "field",
10361
- "name": "limit",
10329
+ "name": "textAlign",
10362
10330
  "privacy": "public",
10363
10331
  "type": {
10364
- "text": "SwitcherProps['limit']"
10332
+ "text": "BoxProps['textAlign']"
10365
10333
  },
10366
- "attribute": "limit"
10334
+ "attribute": "text-align"
10367
10335
  },
10368
10336
  {
10369
10337
  "kind": "method",
@@ -10378,12 +10346,6 @@
10378
10346
  "module": "components/layout/base-layout/base-layout.js"
10379
10347
  }
10380
10348
  },
10381
- {
10382
- "kind": "field",
10383
- "name": "",
10384
- "privacy": "public",
10385
- "attribute": ""
10386
- },
10387
10349
  {
10388
10350
  "kind": "field",
10389
10351
  "name": "padding",
@@ -10397,6 +10359,12 @@
10397
10359
  "module": "components/layout/base-layout/base-layout.js"
10398
10360
  }
10399
10361
  },
10362
+ {
10363
+ "kind": "field",
10364
+ "name": "",
10365
+ "privacy": "public",
10366
+ "attribute": ""
10367
+ },
10400
10368
  {
10401
10369
  "kind": "field",
10402
10370
  "name": "paddingX",
@@ -10491,39 +10459,39 @@
10491
10459
  "fieldName": ""
10492
10460
  },
10493
10461
  {
10494
- "name": "gap",
10462
+ "name": "background-color",
10495
10463
  "type": {
10496
- "text": "SwitcherProps['gap']"
10464
+ "text": "BoxProps['backgroundColor']"
10497
10465
  },
10498
- "fieldName": "gap"
10466
+ "fieldName": "backgroundColor"
10499
10467
  },
10500
10468
  {
10501
- "name": "row-gap",
10469
+ "name": "border-radius",
10502
10470
  "type": {
10503
- "text": "SwitcherProps['rowGap']"
10471
+ "text": "BoxProps['borderRadius']"
10504
10472
  },
10505
- "fieldName": "rowGap"
10473
+ "fieldName": "borderRadius"
10506
10474
  },
10507
10475
  {
10508
- "name": "column-gap",
10476
+ "name": "border-width",
10509
10477
  "type": {
10510
- "text": "SwitcherProps['columnGap']"
10478
+ "text": "BoxProps['borderWidth']"
10511
10479
  },
10512
- "fieldName": "columnGap"
10480
+ "fieldName": "borderWidth"
10513
10481
  },
10514
10482
  {
10515
- "name": "threshold",
10483
+ "name": "border-color",
10516
10484
  "type": {
10517
- "text": "SwitcherProps['threshold']"
10485
+ "text": "BoxProps['borderColor']"
10518
10486
  },
10519
- "fieldName": "threshold"
10487
+ "fieldName": "borderColor"
10520
10488
  },
10521
10489
  {
10522
- "name": "limit",
10490
+ "name": "text-align",
10523
10491
  "type": {
10524
- "text": "SwitcherProps['limit']"
10492
+ "text": "BoxProps['textAlign']"
10525
10493
  },
10526
- "fieldName": "limit"
10494
+ "fieldName": "textAlign"
10527
10495
  },
10528
10496
  {
10529
10497
  "name": "padding",
@@ -10607,37 +10575,37 @@
10607
10575
  "name": "BaseLayout",
10608
10576
  "module": "/src/components/layout/base-layout"
10609
10577
  },
10610
- "tagName": "m-switcher",
10578
+ "tagName": "m-box",
10611
10579
  "customElement": true
10612
10580
  }
10613
10581
  ],
10614
10582
  "exports": [
10615
10583
  {
10616
10584
  "kind": "js",
10617
- "name": "Switcher",
10585
+ "name": "Box",
10618
10586
  "declaration": {
10619
- "name": "Switcher",
10620
- "module": "components/layout/switcher/switcher.js"
10587
+ "name": "Box",
10588
+ "module": "components/layout/box/box.js"
10621
10589
  }
10622
10590
  },
10623
10591
  {
10624
10592
  "kind": "custom-element-definition",
10625
- "name": "m-switcher",
10593
+ "name": "m-box",
10626
10594
  "declaration": {
10627
- "name": "Switcher",
10628
- "module": "components/layout/switcher/switcher.js"
10595
+ "name": "Box",
10596
+ "module": "components/layout/box/box.js"
10629
10597
  }
10630
10598
  }
10631
10599
  ]
10632
10600
  },
10633
10601
  {
10634
10602
  "kind": "javascript-module",
10635
- "path": "components/layout/stack/stack.js",
10603
+ "path": "components/layout/switcher/switcher.js",
10636
10604
  "declarations": [
10637
10605
  {
10638
10606
  "kind": "class",
10639
10607
  "description": "",
10640
- "name": "Stack",
10608
+ "name": "Switcher",
10641
10609
  "members": [
10642
10610
  {
10643
10611
  "kind": "field",
@@ -10647,34 +10615,52 @@
10647
10615
  },
10648
10616
  "privacy": "protected",
10649
10617
  "static": true,
10650
- "default": "'stack'"
10618
+ "default": "'switcher'"
10651
10619
  },
10652
10620
  {
10653
10621
  "kind": "field",
10654
10622
  "name": "gap",
10655
10623
  "privacy": "public",
10656
10624
  "type": {
10657
- "text": "StackProps['gap']"
10625
+ "text": "SwitcherProps['gap']"
10658
10626
  },
10659
10627
  "attribute": "gap"
10660
10628
  },
10661
10629
  {
10662
10630
  "kind": "field",
10663
- "name": "align",
10631
+ "name": "rowGap",
10664
10632
  "privacy": "public",
10665
10633
  "type": {
10666
- "text": "StackProps['align']"
10634
+ "text": "SwitcherProps['rowGap']"
10667
10635
  },
10668
- "attribute": "align"
10636
+ "attribute": "row-gap"
10669
10637
  },
10670
10638
  {
10671
10639
  "kind": "field",
10672
- "name": "justify",
10640
+ "name": "columnGap",
10673
10641
  "privacy": "public",
10674
10642
  "type": {
10675
- "text": "StackProps['justify']"
10643
+ "text": "SwitcherProps['columnGap']"
10676
10644
  },
10677
- "attribute": "justify"
10645
+ "attribute": "column-gap"
10646
+ },
10647
+ {
10648
+ "kind": "field",
10649
+ "name": "threshold",
10650
+ "privacy": "public",
10651
+ "type": {
10652
+ "text": "SwitcherProps['threshold']"
10653
+ },
10654
+ "attribute": "threshold"
10655
+ },
10656
+ {
10657
+ "kind": "field",
10658
+ "name": "limit",
10659
+ "privacy": "public",
10660
+ "type": {
10661
+ "text": "SwitcherProps['limit']"
10662
+ },
10663
+ "attribute": "limit"
10678
10664
  },
10679
10665
  {
10680
10666
  "kind": "method",
@@ -10804,23 +10790,37 @@
10804
10790
  {
10805
10791
  "name": "gap",
10806
10792
  "type": {
10807
- "text": "StackProps['gap']"
10793
+ "text": "SwitcherProps['gap']"
10808
10794
  },
10809
10795
  "fieldName": "gap"
10810
10796
  },
10811
10797
  {
10812
- "name": "align",
10798
+ "name": "row-gap",
10813
10799
  "type": {
10814
- "text": "StackProps['align']"
10800
+ "text": "SwitcherProps['rowGap']"
10815
10801
  },
10816
- "fieldName": "align"
10802
+ "fieldName": "rowGap"
10817
10803
  },
10818
10804
  {
10819
- "name": "justify",
10805
+ "name": "column-gap",
10820
10806
  "type": {
10821
- "text": "StackProps['justify']"
10807
+ "text": "SwitcherProps['columnGap']"
10822
10808
  },
10823
- "fieldName": "justify"
10809
+ "fieldName": "columnGap"
10810
+ },
10811
+ {
10812
+ "name": "threshold",
10813
+ "type": {
10814
+ "text": "SwitcherProps['threshold']"
10815
+ },
10816
+ "fieldName": "threshold"
10817
+ },
10818
+ {
10819
+ "name": "limit",
10820
+ "type": {
10821
+ "text": "SwitcherProps['limit']"
10822
+ },
10823
+ "fieldName": "limit"
10824
10824
  },
10825
10825
  {
10826
10826
  "name": "padding",
@@ -10904,25 +10904,25 @@
10904
10904
  "name": "BaseLayout",
10905
10905
  "module": "/src/components/layout/base-layout"
10906
10906
  },
10907
- "tagName": "m-stack",
10907
+ "tagName": "m-switcher",
10908
10908
  "customElement": true
10909
10909
  }
10910
10910
  ],
10911
10911
  "exports": [
10912
10912
  {
10913
10913
  "kind": "js",
10914
- "name": "Stack",
10914
+ "name": "Switcher",
10915
10915
  "declaration": {
10916
- "name": "Stack",
10917
- "module": "components/layout/stack/stack.js"
10916
+ "name": "Switcher",
10917
+ "module": "components/layout/switcher/switcher.js"
10918
10918
  }
10919
10919
  },
10920
10920
  {
10921
10921
  "kind": "custom-element-definition",
10922
- "name": "m-stack",
10922
+ "name": "m-switcher",
10923
10923
  "declaration": {
10924
- "name": "Stack",
10925
- "module": "components/layout/stack/stack.js"
10924
+ "name": "Switcher",
10925
+ "module": "components/layout/switcher/switcher.js"
10926
10926
  }
10927
10927
  }
10928
10928
  ]
@@ -10931,7 +10931,7 @@
10931
10931
  "package": {
10932
10932
  "name": "@loadsmart/miranda-wc",
10933
10933
  "description": "Miranda Web Components component library",
10934
- "version": "1.41.0",
10934
+ "version": "1.41.1-alpha.2",
10935
10935
  "author": "Loadsmart",
10936
10936
  "homepage": "https://github.com/loadsmart/miranda-wc#readme",
10937
10937
  "license": "MIT"