@carbon/themes 10.48.0 → 10.49.0-rc.0

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/umd/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('color'), require('@carbon/colors'), require('@carbon/type'), require('@carbon/layout')) :
3
3
  typeof define === 'function' && define.amd ? define(['exports', 'color', '@carbon/colors', '@carbon/type', '@carbon/layout'], factory) :
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.CarbonThemes = {}, global.Color, global.CarbonColors, global.CarbonType, global.CarbonLayout));
5
- }(this, (function (exports, Color, colors$1, type, layout) { 'use strict';
5
+ })(this, (function (exports, Color, colors$1, type, layout) { 'use strict';
6
6
 
7
7
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
8
 
@@ -13,14 +13,9 @@
13
13
 
14
14
  if (Object.getOwnPropertySymbols) {
15
15
  var symbols = Object.getOwnPropertySymbols(object);
16
-
17
- if (enumerableOnly) {
18
- symbols = symbols.filter(function (sym) {
19
- return Object.getOwnPropertyDescriptor(object, sym).enumerable;
20
- });
21
- }
22
-
23
- keys.push.apply(keys, symbols);
16
+ enumerableOnly && (symbols = symbols.filter(function (sym) {
17
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
18
+ })), keys.push.apply(keys, symbols);
24
19
  }
25
20
 
26
21
  return keys;
@@ -28,19 +23,12 @@
28
23
 
29
24
  function _objectSpread2(target) {
30
25
  for (var i = 1; i < arguments.length; i++) {
31
- var source = arguments[i] != null ? arguments[i] : {};
32
-
33
- if (i % 2) {
34
- ownKeys(Object(source), true).forEach(function (key) {
35
- _defineProperty(target, key, source[key]);
36
- });
37
- } else if (Object.getOwnPropertyDescriptors) {
38
- Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
39
- } else {
40
- ownKeys(Object(source)).forEach(function (key) {
41
- Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
42
- });
43
- }
26
+ var source = null != arguments[i] ? arguments[i] : {};
27
+ i % 2 ? ownKeys(Object(source), !0).forEach(function (key) {
28
+ _defineProperty(target, key, source[key]);
29
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) {
30
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
31
+ });
44
32
  }
45
33
 
46
34
  return target;
@@ -72,8 +60,8 @@
72
60
  */
73
61
 
74
62
  function adjustLightness(token, shift) {
75
- var original = Color__default['default'](token).hsl().object();
76
- return Color__default['default'](_objectSpread2(_objectSpread2({}, original), {}, {
63
+ var original = Color__default["default"](token).hsl().object();
64
+ return Color__default["default"](_objectSpread2(_objectSpread2({}, original), {}, {
77
65
  l: original.l += shift
78
66
  })).round().hex().toLowerCase();
79
67
  }
@@ -2617,573 +2605,383 @@
2617
2605
 
2618
2606
  Object.defineProperty(exports, 'body01', {
2619
2607
  enumerable: true,
2620
- get: function () {
2621
- return type.body01;
2622
- }
2608
+ get: function () { return type.body01; }
2623
2609
  });
2624
2610
  Object.defineProperty(exports, 'body02', {
2625
2611
  enumerable: true,
2626
- get: function () {
2627
- return type.body02;
2628
- }
2612
+ get: function () { return type.body02; }
2629
2613
  });
2630
2614
  Object.defineProperty(exports, 'bodyCompact01', {
2631
2615
  enumerable: true,
2632
- get: function () {
2633
- return type.bodyCompact01;
2634
- }
2616
+ get: function () { return type.bodyCompact01; }
2635
2617
  });
2636
2618
  Object.defineProperty(exports, 'bodyCompact02', {
2637
2619
  enumerable: true,
2638
- get: function () {
2639
- return type.bodyCompact02;
2640
- }
2620
+ get: function () { return type.bodyCompact02; }
2641
2621
  });
2642
2622
  Object.defineProperty(exports, 'bodyLong01', {
2643
2623
  enumerable: true,
2644
- get: function () {
2645
- return type.bodyLong01;
2646
- }
2624
+ get: function () { return type.bodyLong01; }
2647
2625
  });
2648
2626
  Object.defineProperty(exports, 'bodyLong02', {
2649
2627
  enumerable: true,
2650
- get: function () {
2651
- return type.bodyLong02;
2652
- }
2628
+ get: function () { return type.bodyLong02; }
2653
2629
  });
2654
2630
  Object.defineProperty(exports, 'bodyShort01', {
2655
2631
  enumerable: true,
2656
- get: function () {
2657
- return type.bodyShort01;
2658
- }
2632
+ get: function () { return type.bodyShort01; }
2659
2633
  });
2660
2634
  Object.defineProperty(exports, 'bodyShort02', {
2661
2635
  enumerable: true,
2662
- get: function () {
2663
- return type.bodyShort02;
2664
- }
2636
+ get: function () { return type.bodyShort02; }
2665
2637
  });
2666
2638
  Object.defineProperty(exports, 'caption01', {
2667
2639
  enumerable: true,
2668
- get: function () {
2669
- return type.caption01;
2670
- }
2640
+ get: function () { return type.caption01; }
2671
2641
  });
2672
2642
  Object.defineProperty(exports, 'caption02', {
2673
2643
  enumerable: true,
2674
- get: function () {
2675
- return type.caption02;
2676
- }
2644
+ get: function () { return type.caption02; }
2677
2645
  });
2678
2646
  Object.defineProperty(exports, 'code01', {
2679
2647
  enumerable: true,
2680
- get: function () {
2681
- return type.code01;
2682
- }
2648
+ get: function () { return type.code01; }
2683
2649
  });
2684
2650
  Object.defineProperty(exports, 'code02', {
2685
2651
  enumerable: true,
2686
- get: function () {
2687
- return type.code02;
2688
- }
2652
+ get: function () { return type.code02; }
2689
2653
  });
2690
2654
  Object.defineProperty(exports, 'display01', {
2691
2655
  enumerable: true,
2692
- get: function () {
2693
- return type.display01;
2694
- }
2656
+ get: function () { return type.display01; }
2695
2657
  });
2696
2658
  Object.defineProperty(exports, 'display02', {
2697
2659
  enumerable: true,
2698
- get: function () {
2699
- return type.display02;
2700
- }
2660
+ get: function () { return type.display02; }
2701
2661
  });
2702
2662
  Object.defineProperty(exports, 'display03', {
2703
2663
  enumerable: true,
2704
- get: function () {
2705
- return type.display03;
2706
- }
2664
+ get: function () { return type.display03; }
2707
2665
  });
2708
2666
  Object.defineProperty(exports, 'display04', {
2709
2667
  enumerable: true,
2710
- get: function () {
2711
- return type.display04;
2712
- }
2668
+ get: function () { return type.display04; }
2713
2669
  });
2714
2670
  Object.defineProperty(exports, 'expressiveHeading01', {
2715
2671
  enumerable: true,
2716
- get: function () {
2717
- return type.expressiveHeading01;
2718
- }
2672
+ get: function () { return type.expressiveHeading01; }
2719
2673
  });
2720
2674
  Object.defineProperty(exports, 'expressiveHeading02', {
2721
2675
  enumerable: true,
2722
- get: function () {
2723
- return type.expressiveHeading02;
2724
- }
2676
+ get: function () { return type.expressiveHeading02; }
2725
2677
  });
2726
2678
  Object.defineProperty(exports, 'expressiveHeading03', {
2727
2679
  enumerable: true,
2728
- get: function () {
2729
- return type.expressiveHeading03;
2730
- }
2680
+ get: function () { return type.expressiveHeading03; }
2731
2681
  });
2732
2682
  Object.defineProperty(exports, 'expressiveHeading04', {
2733
2683
  enumerable: true,
2734
- get: function () {
2735
- return type.expressiveHeading04;
2736
- }
2684
+ get: function () { return type.expressiveHeading04; }
2737
2685
  });
2738
2686
  Object.defineProperty(exports, 'expressiveHeading05', {
2739
2687
  enumerable: true,
2740
- get: function () {
2741
- return type.expressiveHeading05;
2742
- }
2688
+ get: function () { return type.expressiveHeading05; }
2743
2689
  });
2744
2690
  Object.defineProperty(exports, 'expressiveHeading06', {
2745
2691
  enumerable: true,
2746
- get: function () {
2747
- return type.expressiveHeading06;
2748
- }
2692
+ get: function () { return type.expressiveHeading06; }
2749
2693
  });
2750
2694
  Object.defineProperty(exports, 'expressiveParagraph01', {
2751
2695
  enumerable: true,
2752
- get: function () {
2753
- return type.expressiveParagraph01;
2754
- }
2696
+ get: function () { return type.expressiveParagraph01; }
2755
2697
  });
2756
2698
  Object.defineProperty(exports, 'fluidDisplay01', {
2757
2699
  enumerable: true,
2758
- get: function () {
2759
- return type.fluidDisplay01;
2760
- }
2700
+ get: function () { return type.fluidDisplay01; }
2761
2701
  });
2762
2702
  Object.defineProperty(exports, 'fluidDisplay02', {
2763
2703
  enumerable: true,
2764
- get: function () {
2765
- return type.fluidDisplay02;
2766
- }
2704
+ get: function () { return type.fluidDisplay02; }
2767
2705
  });
2768
2706
  Object.defineProperty(exports, 'fluidDisplay03', {
2769
2707
  enumerable: true,
2770
- get: function () {
2771
- return type.fluidDisplay03;
2772
- }
2708
+ get: function () { return type.fluidDisplay03; }
2773
2709
  });
2774
2710
  Object.defineProperty(exports, 'fluidDisplay04', {
2775
2711
  enumerable: true,
2776
- get: function () {
2777
- return type.fluidDisplay04;
2778
- }
2712
+ get: function () { return type.fluidDisplay04; }
2779
2713
  });
2780
2714
  Object.defineProperty(exports, 'fluidHeading03', {
2781
2715
  enumerable: true,
2782
- get: function () {
2783
- return type.fluidHeading03;
2784
- }
2716
+ get: function () { return type.fluidHeading03; }
2785
2717
  });
2786
2718
  Object.defineProperty(exports, 'fluidHeading04', {
2787
2719
  enumerable: true,
2788
- get: function () {
2789
- return type.fluidHeading04;
2790
- }
2720
+ get: function () { return type.fluidHeading04; }
2791
2721
  });
2792
2722
  Object.defineProperty(exports, 'fluidHeading05', {
2793
2723
  enumerable: true,
2794
- get: function () {
2795
- return type.fluidHeading05;
2796
- }
2724
+ get: function () { return type.fluidHeading05; }
2797
2725
  });
2798
2726
  Object.defineProperty(exports, 'fluidHeading06', {
2799
2727
  enumerable: true,
2800
- get: function () {
2801
- return type.fluidHeading06;
2802
- }
2728
+ get: function () { return type.fluidHeading06; }
2803
2729
  });
2804
2730
  Object.defineProperty(exports, 'fluidParagraph01', {
2805
2731
  enumerable: true,
2806
- get: function () {
2807
- return type.fluidParagraph01;
2808
- }
2732
+ get: function () { return type.fluidParagraph01; }
2809
2733
  });
2810
2734
  Object.defineProperty(exports, 'fluidQuotation01', {
2811
2735
  enumerable: true,
2812
- get: function () {
2813
- return type.fluidQuotation01;
2814
- }
2736
+ get: function () { return type.fluidQuotation01; }
2815
2737
  });
2816
2738
  Object.defineProperty(exports, 'fluidQuotation02', {
2817
2739
  enumerable: true,
2818
- get: function () {
2819
- return type.fluidQuotation02;
2820
- }
2740
+ get: function () { return type.fluidQuotation02; }
2821
2741
  });
2822
2742
  Object.defineProperty(exports, 'heading01', {
2823
2743
  enumerable: true,
2824
- get: function () {
2825
- return type.heading01;
2826
- }
2744
+ get: function () { return type.heading01; }
2827
2745
  });
2828
2746
  Object.defineProperty(exports, 'heading02', {
2829
2747
  enumerable: true,
2830
- get: function () {
2831
- return type.heading02;
2832
- }
2748
+ get: function () { return type.heading02; }
2833
2749
  });
2834
2750
  Object.defineProperty(exports, 'heading03', {
2835
2751
  enumerable: true,
2836
- get: function () {
2837
- return type.heading03;
2838
- }
2752
+ get: function () { return type.heading03; }
2839
2753
  });
2840
2754
  Object.defineProperty(exports, 'heading04', {
2841
2755
  enumerable: true,
2842
- get: function () {
2843
- return type.heading04;
2844
- }
2756
+ get: function () { return type.heading04; }
2845
2757
  });
2846
2758
  Object.defineProperty(exports, 'heading05', {
2847
2759
  enumerable: true,
2848
- get: function () {
2849
- return type.heading05;
2850
- }
2760
+ get: function () { return type.heading05; }
2851
2761
  });
2852
2762
  Object.defineProperty(exports, 'heading06', {
2853
2763
  enumerable: true,
2854
- get: function () {
2855
- return type.heading06;
2856
- }
2764
+ get: function () { return type.heading06; }
2857
2765
  });
2858
2766
  Object.defineProperty(exports, 'heading07', {
2859
2767
  enumerable: true,
2860
- get: function () {
2861
- return type.heading07;
2862
- }
2768
+ get: function () { return type.heading07; }
2863
2769
  });
2864
2770
  Object.defineProperty(exports, 'headingCompact01', {
2865
2771
  enumerable: true,
2866
- get: function () {
2867
- return type.headingCompact01;
2868
- }
2772
+ get: function () { return type.headingCompact01; }
2869
2773
  });
2870
2774
  Object.defineProperty(exports, 'headingCompact02', {
2871
2775
  enumerable: true,
2872
- get: function () {
2873
- return type.headingCompact02;
2874
- }
2776
+ get: function () { return type.headingCompact02; }
2875
2777
  });
2876
2778
  Object.defineProperty(exports, 'helperText01', {
2877
2779
  enumerable: true,
2878
- get: function () {
2879
- return type.helperText01;
2880
- }
2780
+ get: function () { return type.helperText01; }
2881
2781
  });
2882
2782
  Object.defineProperty(exports, 'helperText02', {
2883
2783
  enumerable: true,
2884
- get: function () {
2885
- return type.helperText02;
2886
- }
2784
+ get: function () { return type.helperText02; }
2887
2785
  });
2888
2786
  Object.defineProperty(exports, 'label01', {
2889
2787
  enumerable: true,
2890
- get: function () {
2891
- return type.label01;
2892
- }
2788
+ get: function () { return type.label01; }
2893
2789
  });
2894
2790
  Object.defineProperty(exports, 'label02', {
2895
2791
  enumerable: true,
2896
- get: function () {
2897
- return type.label02;
2898
- }
2792
+ get: function () { return type.label02; }
2899
2793
  });
2900
2794
  Object.defineProperty(exports, 'legal01', {
2901
2795
  enumerable: true,
2902
- get: function () {
2903
- return type.legal01;
2904
- }
2796
+ get: function () { return type.legal01; }
2905
2797
  });
2906
2798
  Object.defineProperty(exports, 'legal02', {
2907
2799
  enumerable: true,
2908
- get: function () {
2909
- return type.legal02;
2910
- }
2800
+ get: function () { return type.legal02; }
2911
2801
  });
2912
2802
  Object.defineProperty(exports, 'productiveHeading01', {
2913
2803
  enumerable: true,
2914
- get: function () {
2915
- return type.productiveHeading01;
2916
- }
2804
+ get: function () { return type.productiveHeading01; }
2917
2805
  });
2918
2806
  Object.defineProperty(exports, 'productiveHeading02', {
2919
2807
  enumerable: true,
2920
- get: function () {
2921
- return type.productiveHeading02;
2922
- }
2808
+ get: function () { return type.productiveHeading02; }
2923
2809
  });
2924
2810
  Object.defineProperty(exports, 'productiveHeading03', {
2925
2811
  enumerable: true,
2926
- get: function () {
2927
- return type.productiveHeading03;
2928
- }
2812
+ get: function () { return type.productiveHeading03; }
2929
2813
  });
2930
2814
  Object.defineProperty(exports, 'productiveHeading04', {
2931
2815
  enumerable: true,
2932
- get: function () {
2933
- return type.productiveHeading04;
2934
- }
2816
+ get: function () { return type.productiveHeading04; }
2935
2817
  });
2936
2818
  Object.defineProperty(exports, 'productiveHeading05', {
2937
2819
  enumerable: true,
2938
- get: function () {
2939
- return type.productiveHeading05;
2940
- }
2820
+ get: function () { return type.productiveHeading05; }
2941
2821
  });
2942
2822
  Object.defineProperty(exports, 'productiveHeading06', {
2943
2823
  enumerable: true,
2944
- get: function () {
2945
- return type.productiveHeading06;
2946
- }
2824
+ get: function () { return type.productiveHeading06; }
2947
2825
  });
2948
2826
  Object.defineProperty(exports, 'productiveHeading07', {
2949
2827
  enumerable: true,
2950
- get: function () {
2951
- return type.productiveHeading07;
2952
- }
2828
+ get: function () { return type.productiveHeading07; }
2953
2829
  });
2954
2830
  Object.defineProperty(exports, 'quotation01', {
2955
2831
  enumerable: true,
2956
- get: function () {
2957
- return type.quotation01;
2958
- }
2832
+ get: function () { return type.quotation01; }
2959
2833
  });
2960
2834
  Object.defineProperty(exports, 'quotation02', {
2961
2835
  enumerable: true,
2962
- get: function () {
2963
- return type.quotation02;
2964
- }
2836
+ get: function () { return type.quotation02; }
2965
2837
  });
2966
2838
  Object.defineProperty(exports, 'container01', {
2967
2839
  enumerable: true,
2968
- get: function () {
2969
- return layout.container01;
2970
- }
2840
+ get: function () { return layout.container01; }
2971
2841
  });
2972
2842
  Object.defineProperty(exports, 'container02', {
2973
2843
  enumerable: true,
2974
- get: function () {
2975
- return layout.container02;
2976
- }
2844
+ get: function () { return layout.container02; }
2977
2845
  });
2978
2846
  Object.defineProperty(exports, 'container03', {
2979
2847
  enumerable: true,
2980
- get: function () {
2981
- return layout.container03;
2982
- }
2848
+ get: function () { return layout.container03; }
2983
2849
  });
2984
2850
  Object.defineProperty(exports, 'container04', {
2985
2851
  enumerable: true,
2986
- get: function () {
2987
- return layout.container04;
2988
- }
2852
+ get: function () { return layout.container04; }
2989
2853
  });
2990
2854
  Object.defineProperty(exports, 'container05', {
2991
2855
  enumerable: true,
2992
- get: function () {
2993
- return layout.container05;
2994
- }
2856
+ get: function () { return layout.container05; }
2995
2857
  });
2996
2858
  Object.defineProperty(exports, 'fluidSpacing01', {
2997
2859
  enumerable: true,
2998
- get: function () {
2999
- return layout.fluidSpacing01;
3000
- }
2860
+ get: function () { return layout.fluidSpacing01; }
3001
2861
  });
3002
2862
  Object.defineProperty(exports, 'fluidSpacing02', {
3003
2863
  enumerable: true,
3004
- get: function () {
3005
- return layout.fluidSpacing02;
3006
- }
2864
+ get: function () { return layout.fluidSpacing02; }
3007
2865
  });
3008
2866
  Object.defineProperty(exports, 'fluidSpacing03', {
3009
2867
  enumerable: true,
3010
- get: function () {
3011
- return layout.fluidSpacing03;
3012
- }
2868
+ get: function () { return layout.fluidSpacing03; }
3013
2869
  });
3014
2870
  Object.defineProperty(exports, 'fluidSpacing04', {
3015
2871
  enumerable: true,
3016
- get: function () {
3017
- return layout.fluidSpacing04;
3018
- }
2872
+ get: function () { return layout.fluidSpacing04; }
3019
2873
  });
3020
2874
  Object.defineProperty(exports, 'iconSize01', {
3021
2875
  enumerable: true,
3022
- get: function () {
3023
- return layout.iconSize01;
3024
- }
2876
+ get: function () { return layout.iconSize01; }
3025
2877
  });
3026
2878
  Object.defineProperty(exports, 'iconSize02', {
3027
2879
  enumerable: true,
3028
- get: function () {
3029
- return layout.iconSize02;
3030
- }
2880
+ get: function () { return layout.iconSize02; }
3031
2881
  });
3032
2882
  Object.defineProperty(exports, 'layout01', {
3033
2883
  enumerable: true,
3034
- get: function () {
3035
- return layout.layout01;
3036
- }
2884
+ get: function () { return layout.layout01; }
3037
2885
  });
3038
2886
  Object.defineProperty(exports, 'layout02', {
3039
2887
  enumerable: true,
3040
- get: function () {
3041
- return layout.layout02;
3042
- }
2888
+ get: function () { return layout.layout02; }
3043
2889
  });
3044
2890
  Object.defineProperty(exports, 'layout03', {
3045
2891
  enumerable: true,
3046
- get: function () {
3047
- return layout.layout03;
3048
- }
2892
+ get: function () { return layout.layout03; }
3049
2893
  });
3050
2894
  Object.defineProperty(exports, 'layout04', {
3051
2895
  enumerable: true,
3052
- get: function () {
3053
- return layout.layout04;
3054
- }
2896
+ get: function () { return layout.layout04; }
3055
2897
  });
3056
2898
  Object.defineProperty(exports, 'layout05', {
3057
2899
  enumerable: true,
3058
- get: function () {
3059
- return layout.layout05;
3060
- }
2900
+ get: function () { return layout.layout05; }
3061
2901
  });
3062
2902
  Object.defineProperty(exports, 'layout06', {
3063
2903
  enumerable: true,
3064
- get: function () {
3065
- return layout.layout06;
3066
- }
2904
+ get: function () { return layout.layout06; }
3067
2905
  });
3068
2906
  Object.defineProperty(exports, 'layout07', {
3069
2907
  enumerable: true,
3070
- get: function () {
3071
- return layout.layout07;
3072
- }
2908
+ get: function () { return layout.layout07; }
3073
2909
  });
3074
2910
  Object.defineProperty(exports, 'size2XLarge', {
3075
2911
  enumerable: true,
3076
- get: function () {
3077
- return layout.size2XLarge;
3078
- }
2912
+ get: function () { return layout.size2XLarge; }
3079
2913
  });
3080
2914
  Object.defineProperty(exports, 'sizeLarge', {
3081
2915
  enumerable: true,
3082
- get: function () {
3083
- return layout.sizeLarge;
3084
- }
2916
+ get: function () { return layout.sizeLarge; }
3085
2917
  });
3086
2918
  Object.defineProperty(exports, 'sizeMedium', {
3087
2919
  enumerable: true,
3088
- get: function () {
3089
- return layout.sizeMedium;
3090
- }
2920
+ get: function () { return layout.sizeMedium; }
3091
2921
  });
3092
2922
  Object.defineProperty(exports, 'sizeSmall', {
3093
2923
  enumerable: true,
3094
- get: function () {
3095
- return layout.sizeSmall;
3096
- }
2924
+ get: function () { return layout.sizeSmall; }
3097
2925
  });
3098
2926
  Object.defineProperty(exports, 'sizeXLarge', {
3099
2927
  enumerable: true,
3100
- get: function () {
3101
- return layout.sizeXLarge;
3102
- }
2928
+ get: function () { return layout.sizeXLarge; }
3103
2929
  });
3104
2930
  Object.defineProperty(exports, 'sizeXSmall', {
3105
2931
  enumerable: true,
3106
- get: function () {
3107
- return layout.sizeXSmall;
3108
- }
2932
+ get: function () { return layout.sizeXSmall; }
3109
2933
  });
3110
2934
  Object.defineProperty(exports, 'spacing01', {
3111
2935
  enumerable: true,
3112
- get: function () {
3113
- return layout.spacing01;
3114
- }
2936
+ get: function () { return layout.spacing01; }
3115
2937
  });
3116
2938
  Object.defineProperty(exports, 'spacing02', {
3117
2939
  enumerable: true,
3118
- get: function () {
3119
- return layout.spacing02;
3120
- }
2940
+ get: function () { return layout.spacing02; }
3121
2941
  });
3122
2942
  Object.defineProperty(exports, 'spacing03', {
3123
2943
  enumerable: true,
3124
- get: function () {
3125
- return layout.spacing03;
3126
- }
2944
+ get: function () { return layout.spacing03; }
3127
2945
  });
3128
2946
  Object.defineProperty(exports, 'spacing04', {
3129
2947
  enumerable: true,
3130
- get: function () {
3131
- return layout.spacing04;
3132
- }
2948
+ get: function () { return layout.spacing04; }
3133
2949
  });
3134
2950
  Object.defineProperty(exports, 'spacing05', {
3135
2951
  enumerable: true,
3136
- get: function () {
3137
- return layout.spacing05;
3138
- }
2952
+ get: function () { return layout.spacing05; }
3139
2953
  });
3140
2954
  Object.defineProperty(exports, 'spacing06', {
3141
2955
  enumerable: true,
3142
- get: function () {
3143
- return layout.spacing06;
3144
- }
2956
+ get: function () { return layout.spacing06; }
3145
2957
  });
3146
2958
  Object.defineProperty(exports, 'spacing07', {
3147
2959
  enumerable: true,
3148
- get: function () {
3149
- return layout.spacing07;
3150
- }
2960
+ get: function () { return layout.spacing07; }
3151
2961
  });
3152
2962
  Object.defineProperty(exports, 'spacing08', {
3153
2963
  enumerable: true,
3154
- get: function () {
3155
- return layout.spacing08;
3156
- }
2964
+ get: function () { return layout.spacing08; }
3157
2965
  });
3158
2966
  Object.defineProperty(exports, 'spacing09', {
3159
2967
  enumerable: true,
3160
- get: function () {
3161
- return layout.spacing09;
3162
- }
2968
+ get: function () { return layout.spacing09; }
3163
2969
  });
3164
2970
  Object.defineProperty(exports, 'spacing10', {
3165
2971
  enumerable: true,
3166
- get: function () {
3167
- return layout.spacing10;
3168
- }
2972
+ get: function () { return layout.spacing10; }
3169
2973
  });
3170
2974
  Object.defineProperty(exports, 'spacing11', {
3171
2975
  enumerable: true,
3172
- get: function () {
3173
- return layout.spacing11;
3174
- }
2976
+ get: function () { return layout.spacing11; }
3175
2977
  });
3176
2978
  Object.defineProperty(exports, 'spacing12', {
3177
2979
  enumerable: true,
3178
- get: function () {
3179
- return layout.spacing12;
3180
- }
2980
+ get: function () { return layout.spacing12; }
3181
2981
  });
3182
2982
  Object.defineProperty(exports, 'spacing13', {
3183
2983
  enumerable: true,
3184
- get: function () {
3185
- return layout.spacing13;
3186
- }
2984
+ get: function () { return layout.spacing13; }
3187
2985
  });
3188
2986
  exports.active01 = active01$5;
3189
2987
  exports.activeDanger = activeDanger$5;
@@ -3347,4 +3145,4 @@
3347
3145
 
3348
3146
  Object.defineProperty(exports, '__esModule', { value: true });
3349
3147
 
3350
- })));
3148
+ }));