@momentum-design/components 0.16.13 → 0.16.15

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. package/dist/browser/index.js +96 -46
  2. package/dist/browser/index.js.map +4 -4
  3. package/dist/components/{labelandhelper/labelandhelper.component.d.ts → formfieldwrapper/formfieldwrapper.component.d.ts} +5 -5
  4. package/dist/components/{labelandhelper/labelandhelper.component.js → formfieldwrapper/formfieldwrapper.component.js} +13 -13
  5. package/dist/components/{labelandhelper/labelandhelper.constants.d.ts → formfieldwrapper/formfieldwrapper.constants.d.ts} +1 -1
  6. package/dist/components/{labelandhelper/labelandhelper.constants.js → formfieldwrapper/formfieldwrapper.constants.js} +1 -1
  7. package/dist/components/{labelandhelper/labelandhelper.types.d.ts → formfieldwrapper/formfieldwrapper.types.d.ts} +1 -1
  8. package/dist/components/{labelandhelper/labelandhelper.utils.d.ts → formfieldwrapper/formfieldwrapper.utils.d.ts} +1 -1
  9. package/dist/components/{labelandhelper/labelandhelper.utils.js → formfieldwrapper/formfieldwrapper.utils.js} +1 -1
  10. package/dist/components/formfieldwrapper/index.d.ts +9 -0
  11. package/dist/components/formfieldwrapper/index.js +6 -0
  12. package/dist/components/modalcontainer/index.d.ts +7 -0
  13. package/dist/components/modalcontainer/index.js +4 -0
  14. package/dist/components/modalcontainer/modalcontainer.component.d.ts +44 -0
  15. package/dist/components/modalcontainer/modalcontainer.component.js +85 -0
  16. package/dist/components/modalcontainer/modalcontainer.constants.d.ts +23 -0
  17. package/dist/components/modalcontainer/modalcontainer.constants.js +24 -0
  18. package/dist/components/modalcontainer/modalcontainer.styles.d.ts +2 -0
  19. package/dist/components/modalcontainer/modalcontainer.styles.js +45 -0
  20. package/dist/components/modalcontainer/modalcontainer.types.d.ts +5 -0
  21. package/dist/components/modalcontainer/modalcontainer.types.js +1 -0
  22. package/dist/custom-elements.json +335 -216
  23. package/dist/index.d.ts +2 -1
  24. package/dist/index.js +2 -1
  25. package/dist/react/{labelandhelper → formfieldwrapper}/index.d.ts +3 -3
  26. package/dist/react/{labelandhelper → formfieldwrapper}/index.js +5 -5
  27. package/dist/react/index.d.ts +3 -2
  28. package/dist/react/index.js +3 -2
  29. package/dist/react/modalcontainer/index.d.ts +17 -0
  30. package/dist/react/modalcontainer/index.js +26 -0
  31. package/package.json +1 -1
  32. package/dist/components/labelandhelper/index.d.ts +0 -9
  33. package/dist/components/labelandhelper/index.js +0 -6
  34. /package/dist/components/{labelandhelper/labelandhelper.styles.d.ts → formfieldwrapper/formfieldwrapper.styles.d.ts} +0 -0
  35. /package/dist/components/{labelandhelper/labelandhelper.styles.js → formfieldwrapper/formfieldwrapper.styles.js} +0 -0
  36. /package/dist/components/{labelandhelper/labelandhelper.types.js → formfieldwrapper/formfieldwrapper.types.js} +0 -0
@@ -2161,150 +2161,12 @@
2161
2161
  },
2162
2162
  {
2163
2163
  "kind": "javascript-module",
2164
- "path": "components/iconprovider/iconprovider.component.js",
2164
+ "path": "components/formfieldwrapper/formfieldwrapper.component.js",
2165
2165
  "declarations": [
2166
2166
  {
2167
2167
  "kind": "class",
2168
- "description": "IconProvider component, which allows to be consumed from sub components\n(see `providerUtils.consume` for how to consume)\n\nBundling icons will be up to the consumer of this component, such\nthat only a url has to be passed in from which the icons will be\nfetched.",
2169
- "name": "IconProvider",
2170
- "slots": [
2171
- {
2172
- "description": "children",
2173
- "name": ""
2174
- }
2175
- ],
2176
- "members": [
2177
- {
2178
- "kind": "field",
2179
- "name": "Context",
2180
- "privacy": "public",
2181
- "static": true,
2182
- "description": "Context object of the IconProvider, to be consumed by child components",
2183
- "readonly": true
2184
- },
2185
- {
2186
- "kind": "field",
2187
- "name": "url",
2188
- "type": {
2189
- "text": "string | undefined"
2190
- },
2191
- "description": "Url of where icons will be fetched from",
2192
- "attribute": "url"
2193
- },
2194
- {
2195
- "kind": "field",
2196
- "name": "fileExtension",
2197
- "type": {
2198
- "text": "string | undefined"
2199
- },
2200
- "description": "File extension of icons",
2201
- "default": "svg",
2202
- "attribute": "file-extension",
2203
- "reflects": true
2204
- },
2205
- {
2206
- "kind": "field",
2207
- "name": "lengthUnit",
2208
- "type": {
2209
- "text": "string"
2210
- },
2211
- "description": "Length unit used for sizing of icons",
2212
- "default": "em",
2213
- "attribute": "length-unit",
2214
- "reflects": true
2215
- },
2216
- {
2217
- "kind": "field",
2218
- "name": "size",
2219
- "type": {
2220
- "text": "number | undefined"
2221
- },
2222
- "description": "The default size of the icon.\nIf not set, it falls back to the size defined by the length unit.",
2223
- "default": "1",
2224
- "attribute": "size",
2225
- "reflects": true
2226
- },
2227
- {
2228
- "kind": "method",
2229
- "name": "updateValuesInContext",
2230
- "privacy": "private"
2231
- },
2232
- {
2233
- "kind": "method",
2234
- "name": "updateContext",
2235
- "privacy": "protected",
2236
- "return": {
2237
- "type": {
2238
- "text": "void"
2239
- }
2240
- }
2241
- }
2242
- ],
2243
- "attributes": [
2244
- {
2245
- "name": "url",
2246
- "type": {
2247
- "text": "string | undefined"
2248
- },
2249
- "description": "Url of where icons will be fetched from",
2250
- "fieldName": "url"
2251
- },
2252
- {
2253
- "name": "file-extension",
2254
- "type": {
2255
- "text": "string | undefined"
2256
- },
2257
- "description": "File extension of icons",
2258
- "default": "svg",
2259
- "fieldName": "fileExtension"
2260
- },
2261
- {
2262
- "name": "length-unit",
2263
- "type": {
2264
- "text": "string"
2265
- },
2266
- "description": "Length unit used for sizing of icons",
2267
- "default": "em",
2268
- "fieldName": "lengthUnit"
2269
- },
2270
- {
2271
- "name": "size",
2272
- "type": {
2273
- "text": "number | undefined"
2274
- },
2275
- "description": "The default size of the icon.\nIf not set, it falls back to the size defined by the length unit.",
2276
- "default": "1",
2277
- "fieldName": "size"
2278
- }
2279
- ],
2280
- "superclass": {
2281
- "name": "Provider",
2282
- "module": "/src/models"
2283
- },
2284
- "tagName": "mdc-iconprovider",
2285
- "jsDoc": "/**\n * IconProvider component, which allows to be consumed from sub components\n * (see `providerUtils.consume` for how to consume)\n *\n * Bundling icons will be up to the consumer of this component, such\n * that only a url has to be passed in from which the icons will be\n * fetched.\n *\n * @tagname mdc-iconprovider\n *\n * @slot - children\n */",
2286
- "customElement": true
2287
- }
2288
- ],
2289
- "exports": [
2290
- {
2291
- "kind": "js",
2292
- "name": "default",
2293
- "declaration": {
2294
- "name": "IconProvider",
2295
- "module": "components/iconprovider/iconprovider.component.js"
2296
- }
2297
- }
2298
- ]
2299
- },
2300
- {
2301
- "kind": "javascript-module",
2302
- "path": "components/labelandhelper/labelandhelper.component.js",
2303
- "declarations": [
2304
- {
2305
- "kind": "class",
2306
- "description": "labelandhelper is a component that contains the label and helper/validation text\n that can be configured in various ways to suit different use cases (most of the input related components).\nIt is used as an internal component and is not intended to be used directly by consumers.",
2307
- "name": "LabelAndHelper",
2168
+ "description": "formfieldwrapper is a component that contains the label and helper/validation text\n that can be configured in various ways to suit different use cases (most of the input related components).\nIt is used as an internal component and is not intended to be used directly by consumers.",
2169
+ "name": "FormfieldWrapper",
2308
2170
  "members": [
2309
2171
  {
2310
2172
  "kind": "field",
@@ -2461,79 +2323,8 @@
2461
2323
  "name": "Component",
2462
2324
  "module": "/src/models"
2463
2325
  },
2464
- "tagName": "mdc-labelandhelper",
2465
- "jsDoc": "/**\n * labelandhelper is a component that contains the label and helper/validation text\n * that can be configured in various ways to suit different use cases (most of the input related components).\n * It is used as an internal component and is not intended to be used directly by consumers.\n *\n * @tagname mdc-labelandhelper\n *\n */",
2466
- "customElement": true
2467
- }
2468
- ],
2469
- "exports": [
2470
- {
2471
- "kind": "js",
2472
- "name": "default",
2473
- "declaration": {
2474
- "name": "LabelAndHelper",
2475
- "module": "components/labelandhelper/labelandhelper.component.js"
2476
- }
2477
- }
2478
- ]
2479
- },
2480
- {
2481
- "kind": "javascript-module",
2482
- "path": "components/marker/marker.component.js",
2483
- "declarations": [
2484
- {
2485
- "kind": "class",
2486
- "description": "`mdc-marker`, which is a vertical line and\nused to draw attention to specific parts of\nthe content or to signify important information.\n\n**Marker Variants**:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
2487
- "name": "Marker",
2488
- "cssProperties": [
2489
- {
2490
- "description": "Allows customization of the default background color in solid variant.",
2491
- "name": "--mdc-marker-solid-background-color"
2492
- },
2493
- {
2494
- "description": "Allows customization of the default stripes in striped variant.",
2495
- "name": "--mdc-marker-striped-color"
2496
- },
2497
- {
2498
- "description": "Allows customization of the default background color in striped variant.",
2499
- "name": "--mdc-marker-striped-background-color"
2500
- },
2501
- {
2502
- "description": "Allows customization of the default width.",
2503
- "name": "--mdc-marker-width"
2504
- }
2505
- ],
2506
- "members": [
2507
- {
2508
- "kind": "field",
2509
- "name": "variant",
2510
- "type": {
2511
- "text": "MarkerVariants"
2512
- },
2513
- "privacy": "public",
2514
- "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
2515
- "default": "solid",
2516
- "attribute": "variant",
2517
- "reflects": true
2518
- }
2519
- ],
2520
- "attributes": [
2521
- {
2522
- "name": "variant",
2523
- "type": {
2524
- "text": "MarkerVariants"
2525
- },
2526
- "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
2527
- "default": "solid",
2528
- "fieldName": "variant"
2529
- }
2530
- ],
2531
- "superclass": {
2532
- "name": "Component",
2533
- "module": "/src/models"
2534
- },
2535
- "tagName": "mdc-marker",
2536
- "jsDoc": "/**\n * `mdc-marker`, which is a vertical line and\n * used to draw attention to specific parts of\n * the content or to signify important information.\n *\n * **Marker Variants**:\n * - **solid**: Solid marker.\n * - **striped**: Striped marker.\n *\n * @tagname mdc-marker\n *\n * @cssproperty --mdc-marker-solid-background-color - Allows customization of the default background color\n * in solid variant.\n * @cssproperty --mdc-marker-striped-color - Allows customization of the default stripes in striped variant.\n * @cssproperty --mdc-marker-striped-background-color - Allows customization of the default background color\n * in striped variant.\n * @cssproperty --mdc-marker-width - Allows customization of the default width.\n */",
2326
+ "tagName": "mdc-formfieldwrapper",
2327
+ "jsDoc": "/**\n * formfieldwrapper is a component that contains the label and helper/validation text\n * that can be configured in various ways to suit different use cases (most of the input related components).\n * It is used as an internal component and is not intended to be used directly by consumers.\n *\n * @tagname mdc-formfieldwrapper\n *\n */",
2537
2328
  "customElement": true
2538
2329
  }
2539
2330
  ],
@@ -2542,8 +2333,8 @@
2542
2333
  "kind": "js",
2543
2334
  "name": "default",
2544
2335
  "declaration": {
2545
- "name": "Marker",
2546
- "module": "components/marker/marker.component.js"
2336
+ "name": "FormfieldWrapper",
2337
+ "module": "components/formfieldwrapper/formfieldwrapper.component.js"
2547
2338
  }
2548
2339
  }
2549
2340
  ]
@@ -2769,6 +2560,334 @@
2769
2560
  }
2770
2561
  ]
2771
2562
  },
2563
+ {
2564
+ "kind": "javascript-module",
2565
+ "path": "components/iconprovider/iconprovider.component.js",
2566
+ "declarations": [
2567
+ {
2568
+ "kind": "class",
2569
+ "description": "IconProvider component, which allows to be consumed from sub components\n(see `providerUtils.consume` for how to consume)\n\nBundling icons will be up to the consumer of this component, such\nthat only a url has to be passed in from which the icons will be\nfetched.",
2570
+ "name": "IconProvider",
2571
+ "slots": [
2572
+ {
2573
+ "description": "children",
2574
+ "name": ""
2575
+ }
2576
+ ],
2577
+ "members": [
2578
+ {
2579
+ "kind": "field",
2580
+ "name": "Context",
2581
+ "privacy": "public",
2582
+ "static": true,
2583
+ "description": "Context object of the IconProvider, to be consumed by child components",
2584
+ "readonly": true
2585
+ },
2586
+ {
2587
+ "kind": "field",
2588
+ "name": "url",
2589
+ "type": {
2590
+ "text": "string | undefined"
2591
+ },
2592
+ "description": "Url of where icons will be fetched from",
2593
+ "attribute": "url"
2594
+ },
2595
+ {
2596
+ "kind": "field",
2597
+ "name": "fileExtension",
2598
+ "type": {
2599
+ "text": "string | undefined"
2600
+ },
2601
+ "description": "File extension of icons",
2602
+ "default": "svg",
2603
+ "attribute": "file-extension",
2604
+ "reflects": true
2605
+ },
2606
+ {
2607
+ "kind": "field",
2608
+ "name": "lengthUnit",
2609
+ "type": {
2610
+ "text": "string"
2611
+ },
2612
+ "description": "Length unit used for sizing of icons",
2613
+ "default": "em",
2614
+ "attribute": "length-unit",
2615
+ "reflects": true
2616
+ },
2617
+ {
2618
+ "kind": "field",
2619
+ "name": "size",
2620
+ "type": {
2621
+ "text": "number | undefined"
2622
+ },
2623
+ "description": "The default size of the icon.\nIf not set, it falls back to the size defined by the length unit.",
2624
+ "default": "1",
2625
+ "attribute": "size",
2626
+ "reflects": true
2627
+ },
2628
+ {
2629
+ "kind": "method",
2630
+ "name": "updateValuesInContext",
2631
+ "privacy": "private"
2632
+ },
2633
+ {
2634
+ "kind": "method",
2635
+ "name": "updateContext",
2636
+ "privacy": "protected",
2637
+ "return": {
2638
+ "type": {
2639
+ "text": "void"
2640
+ }
2641
+ }
2642
+ }
2643
+ ],
2644
+ "attributes": [
2645
+ {
2646
+ "name": "url",
2647
+ "type": {
2648
+ "text": "string | undefined"
2649
+ },
2650
+ "description": "Url of where icons will be fetched from",
2651
+ "fieldName": "url"
2652
+ },
2653
+ {
2654
+ "name": "file-extension",
2655
+ "type": {
2656
+ "text": "string | undefined"
2657
+ },
2658
+ "description": "File extension of icons",
2659
+ "default": "svg",
2660
+ "fieldName": "fileExtension"
2661
+ },
2662
+ {
2663
+ "name": "length-unit",
2664
+ "type": {
2665
+ "text": "string"
2666
+ },
2667
+ "description": "Length unit used for sizing of icons",
2668
+ "default": "em",
2669
+ "fieldName": "lengthUnit"
2670
+ },
2671
+ {
2672
+ "name": "size",
2673
+ "type": {
2674
+ "text": "number | undefined"
2675
+ },
2676
+ "description": "The default size of the icon.\nIf not set, it falls back to the size defined by the length unit.",
2677
+ "default": "1",
2678
+ "fieldName": "size"
2679
+ }
2680
+ ],
2681
+ "superclass": {
2682
+ "name": "Provider",
2683
+ "module": "/src/models"
2684
+ },
2685
+ "tagName": "mdc-iconprovider",
2686
+ "jsDoc": "/**\n * IconProvider component, which allows to be consumed from sub components\n * (see `providerUtils.consume` for how to consume)\n *\n * Bundling icons will be up to the consumer of this component, such\n * that only a url has to be passed in from which the icons will be\n * fetched.\n *\n * @tagname mdc-iconprovider\n *\n * @slot - children\n */",
2687
+ "customElement": true
2688
+ }
2689
+ ],
2690
+ "exports": [
2691
+ {
2692
+ "kind": "js",
2693
+ "name": "default",
2694
+ "declaration": {
2695
+ "name": "IconProvider",
2696
+ "module": "components/iconprovider/iconprovider.component.js"
2697
+ }
2698
+ }
2699
+ ]
2700
+ },
2701
+ {
2702
+ "kind": "javascript-module",
2703
+ "path": "components/marker/marker.component.js",
2704
+ "declarations": [
2705
+ {
2706
+ "kind": "class",
2707
+ "description": "`mdc-marker`, which is a vertical line and\nused to draw attention to specific parts of\nthe content or to signify important information.\n\n**Marker Variants**:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
2708
+ "name": "Marker",
2709
+ "cssProperties": [
2710
+ {
2711
+ "description": "Allows customization of the default background color in solid variant.",
2712
+ "name": "--mdc-marker-solid-background-color"
2713
+ },
2714
+ {
2715
+ "description": "Allows customization of the default stripes in striped variant.",
2716
+ "name": "--mdc-marker-striped-color"
2717
+ },
2718
+ {
2719
+ "description": "Allows customization of the default background color in striped variant.",
2720
+ "name": "--mdc-marker-striped-background-color"
2721
+ },
2722
+ {
2723
+ "description": "Allows customization of the default width.",
2724
+ "name": "--mdc-marker-width"
2725
+ }
2726
+ ],
2727
+ "members": [
2728
+ {
2729
+ "kind": "field",
2730
+ "name": "variant",
2731
+ "type": {
2732
+ "text": "MarkerVariants"
2733
+ },
2734
+ "privacy": "public",
2735
+ "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
2736
+ "default": "solid",
2737
+ "attribute": "variant",
2738
+ "reflects": true
2739
+ }
2740
+ ],
2741
+ "attributes": [
2742
+ {
2743
+ "name": "variant",
2744
+ "type": {
2745
+ "text": "MarkerVariants"
2746
+ },
2747
+ "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
2748
+ "default": "solid",
2749
+ "fieldName": "variant"
2750
+ }
2751
+ ],
2752
+ "superclass": {
2753
+ "name": "Component",
2754
+ "module": "/src/models"
2755
+ },
2756
+ "tagName": "mdc-marker",
2757
+ "jsDoc": "/**\n * `mdc-marker`, which is a vertical line and\n * used to draw attention to specific parts of\n * the content or to signify important information.\n *\n * **Marker Variants**:\n * - **solid**: Solid marker.\n * - **striped**: Striped marker.\n *\n * @tagname mdc-marker\n *\n * @cssproperty --mdc-marker-solid-background-color - Allows customization of the default background color\n * in solid variant.\n * @cssproperty --mdc-marker-striped-color - Allows customization of the default stripes in striped variant.\n * @cssproperty --mdc-marker-striped-background-color - Allows customization of the default background color\n * in striped variant.\n * @cssproperty --mdc-marker-width - Allows customization of the default width.\n */",
2758
+ "customElement": true
2759
+ }
2760
+ ],
2761
+ "exports": [
2762
+ {
2763
+ "kind": "js",
2764
+ "name": "default",
2765
+ "declaration": {
2766
+ "name": "Marker",
2767
+ "module": "components/marker/marker.component.js"
2768
+ }
2769
+ }
2770
+ ]
2771
+ },
2772
+ {
2773
+ "kind": "javascript-module",
2774
+ "path": "components/modalcontainer/modalcontainer.component.js",
2775
+ "declarations": [
2776
+ {
2777
+ "kind": "class",
2778
+ "description": "The `mdc-modalcontainer` component is an element used to\ndisplay a modal container that can further be used in popover.",
2779
+ "name": "Modalcontainer",
2780
+ "cssProperties": [
2781
+ {
2782
+ "description": "primary background color of the modalcontainer",
2783
+ "name": "--mdc-modalcontainer-primary-background-color"
2784
+ },
2785
+ {
2786
+ "description": "border color of the modalcontainer",
2787
+ "name": "--mdc-modalcontainer-border-color"
2788
+ },
2789
+ {
2790
+ "description": "inverted background color of the modalcontainer",
2791
+ "name": "--mdc-modalcontainer-inverted-background-color"
2792
+ },
2793
+ {
2794
+ "description": "inverted border color of the modalcontainer",
2795
+ "name": "--mdc-modalcontainer-inverted-border-color"
2796
+ },
2797
+ {
2798
+ "description": "inverted text color of the modalcontainer",
2799
+ "name": "--mdc-modalcontainer-inverted-text-color"
2800
+ }
2801
+ ],
2802
+ "slots": [
2803
+ {
2804
+ "description": "Default slot for modal container",
2805
+ "name": ""
2806
+ }
2807
+ ],
2808
+ "members": [
2809
+ {
2810
+ "kind": "field",
2811
+ "name": "color",
2812
+ "type": {
2813
+ "text": "ModalContainerColor"
2814
+ },
2815
+ "description": "Color of the modalcontainer\n- **tonal**\n- **contrast**",
2816
+ "default": "tonal",
2817
+ "attribute": "color",
2818
+ "reflects": true
2819
+ },
2820
+ {
2821
+ "kind": "field",
2822
+ "name": "elevation",
2823
+ "type": {
2824
+ "text": "ModalContainerElevation"
2825
+ },
2826
+ "description": "Elevation of the modalcontainer where each value corresponds to a different drop shadow.\n- **0**\n- **1**\n- **2**\n- **3**\n- **4**",
2827
+ "default": "0",
2828
+ "attribute": "elevation",
2829
+ "reflects": true
2830
+ },
2831
+ {
2832
+ "kind": "field",
2833
+ "name": "role",
2834
+ "type": {
2835
+ "text": "ModalContainerRole"
2836
+ },
2837
+ "description": "Role of the modalcontainer",
2838
+ "default": "dialog",
2839
+ "attribute": "role"
2840
+ }
2841
+ ],
2842
+ "attributes": [
2843
+ {
2844
+ "name": "color",
2845
+ "type": {
2846
+ "text": "ModalContainerColor"
2847
+ },
2848
+ "description": "Color of the modalcontainer\n- **tonal**\n- **contrast**",
2849
+ "default": "tonal",
2850
+ "fieldName": "color"
2851
+ },
2852
+ {
2853
+ "name": "elevation",
2854
+ "type": {
2855
+ "text": "ModalContainerElevation"
2856
+ },
2857
+ "description": "Elevation of the modalcontainer where each value corresponds to a different drop shadow.\n- **0**\n- **1**\n- **2**\n- **3**\n- **4**",
2858
+ "default": "0",
2859
+ "fieldName": "elevation"
2860
+ },
2861
+ {
2862
+ "name": "role",
2863
+ "type": {
2864
+ "text": "ModalContainerRole"
2865
+ },
2866
+ "description": "Role of the modalcontainer",
2867
+ "default": "dialog",
2868
+ "fieldName": "role"
2869
+ }
2870
+ ],
2871
+ "superclass": {
2872
+ "name": "Component",
2873
+ "module": "/src/models"
2874
+ },
2875
+ "tagName": "mdc-modalcontainer",
2876
+ "jsDoc": "/**\n * The `mdc-modalcontainer` component is an element used to\n * display a modal container that can further be used in popover.\n *\n * @tagname mdc-modalcontainer\n *\n * @cssproperty --mdc-modalcontainer-primary-background-color - primary background color of the modalcontainer\n * @cssproperty --mdc-modalcontainer-border-color - border color of the modalcontainer\n * @cssproperty --mdc-modalcontainer-inverted-background-color - inverted background color of the modalcontainer\n * @cssproperty --mdc-modalcontainer-inverted-border-color - inverted border color of the modalcontainer\n * @cssproperty --mdc-modalcontainer-inverted-text-color - inverted text color of the modalcontainer\n *\n * @slot - Default slot for modal container\n */",
2877
+ "customElement": true
2878
+ }
2879
+ ],
2880
+ "exports": [
2881
+ {
2882
+ "kind": "js",
2883
+ "name": "default",
2884
+ "declaration": {
2885
+ "name": "Modalcontainer",
2886
+ "module": "components/modalcontainer/modalcontainer.component.js"
2887
+ }
2888
+ }
2889
+ ]
2890
+ },
2772
2891
  {
2773
2892
  "kind": "javascript-module",
2774
2893
  "path": "components/presence/presence.component.js",
package/dist/index.d.ts CHANGED
@@ -9,8 +9,9 @@ import Button from './components/button';
9
9
  import Bullet from './components/bullet';
10
10
  import Marker from './components/marker';
11
11
  import Divider from './components/divider';
12
+ import Modalcontainer from './components/modalcontainer';
12
13
  import Buttonsimple from './components/buttonsimple';
13
14
  import Avatarbutton from './components/avatarbutton';
14
15
  import type { TextType } from './components/text/text.types';
15
- export { ThemeProvider, Icon, IconProvider, Avatar, Badge, Presence, Text, Button, Bullet, Marker, Divider, Buttonsimple, Avatarbutton, };
16
+ export { ThemeProvider, Icon, IconProvider, Avatar, Badge, Presence, Text, Button, Bullet, Marker, Divider, Modalcontainer, Buttonsimple, Avatarbutton, };
16
17
  export type { TextType, };
package/dist/index.js CHANGED
@@ -9,6 +9,7 @@ import Button from './components/button';
9
9
  import Bullet from './components/bullet';
10
10
  import Marker from './components/marker';
11
11
  import Divider from './components/divider';
12
+ import Modalcontainer from './components/modalcontainer';
12
13
  import Buttonsimple from './components/buttonsimple';
13
14
  import Avatarbutton from './components/avatarbutton';
14
- export { ThemeProvider, Icon, IconProvider, Avatar, Badge, Presence, Text, Button, Bullet, Marker, Divider, Buttonsimple, Avatarbutton, };
15
+ export { ThemeProvider, Icon, IconProvider, Avatar, Badge, Presence, Text, Button, Bullet, Marker, Divider, Modalcontainer, Buttonsimple, Avatarbutton, };
@@ -1,10 +1,10 @@
1
- import Component from '../../components/labelandhelper';
1
+ import Component from '../../components/formfieldwrapper';
2
2
  /**
3
- * labelandhelper is a component that contains the label and helper/validation text
3
+ * formfieldwrapper is a component that contains the label and helper/validation text
4
4
  * that can be configured in various ways to suit different use cases (most of the input related components).
5
5
  * It is used as an internal component and is not intended to be used directly by consumers.
6
6
  *
7
- * @tagname mdc-labelandhelper
7
+ * @tagname mdc-formfieldwrapper
8
8
  *
9
9
  */
10
10
  declare const reactWrapper: import("@lit/react").ReactWebComponent<Component, {}>;
@@ -1,13 +1,13 @@
1
1
  import * as React from 'react';
2
2
  import { createComponent } from '@lit/react';
3
- import Component from '../../components/labelandhelper';
4
- import { TAG_NAME } from '../../components/labelandhelper/labelandhelper.constants';
3
+ import Component from '../../components/formfieldwrapper';
4
+ import { TAG_NAME } from '../../components/formfieldwrapper/formfieldwrapper.constants';
5
5
  /**
6
- * labelandhelper is a component that contains the label and helper/validation text
6
+ * formfieldwrapper is a component that contains the label and helper/validation text
7
7
  * that can be configured in various ways to suit different use cases (most of the input related components).
8
8
  * It is used as an internal component and is not intended to be used directly by consumers.
9
9
  *
10
- * @tagname mdc-labelandhelper
10
+ * @tagname mdc-formfieldwrapper
11
11
  *
12
12
  */
13
13
  const reactWrapper = createComponent({
@@ -15,6 +15,6 @@ const reactWrapper = createComponent({
15
15
  elementClass: Component,
16
16
  react: React,
17
17
  events: {},
18
- displayName: 'LabelAndHelper',
18
+ displayName: 'FormfieldWrapper',
19
19
  });
20
20
  export default reactWrapper;
@@ -5,10 +5,11 @@ export { default as Bullet } from './bullet';
5
5
  export { default as Button } from './button';
6
6
  export { default as Buttonsimple } from './buttonsimple';
7
7
  export { default as Divider } from './divider';
8
+ export { default as FormfieldWrapper } from './formfieldwrapper';
9
+ export { default as Icon } from './icon';
8
10
  export { default as IconProvider } from './iconprovider';
9
- export { default as LabelAndHelper } from './labelandhelper';
10
11
  export { default as Marker } from './marker';
11
- export { default as Icon } from './icon';
12
+ export { default as Modalcontainer } from './modalcontainer';
12
13
  export { default as Presence } from './presence';
13
14
  export { default as Text } from './text';
14
15
  export { default as ThemeProvider } from './themeprovider';