@genesislcap/foundation-zero 14.20.2-alpha-97d057d.0 → 14.21.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.
@@ -581,6 +581,145 @@
581
581
  }
582
582
  ]
583
583
  },
584
+ {
585
+ "kind": "javascript-module",
586
+ "path": "src/_common/colors.hex.ts",
587
+ "declarations": [],
588
+ "exports": []
589
+ },
590
+ {
591
+ "kind": "javascript-module",
592
+ "path": "src/_common/colors.ts",
593
+ "declarations": [
594
+ {
595
+ "kind": "variable",
596
+ "name": "defaultRapidTextColor"
597
+ },
598
+ {
599
+ "kind": "variable",
600
+ "name": "defaultRapidBGColor"
601
+ },
602
+ {
603
+ "kind": "variable",
604
+ "name": "defaultRapidLabelColor"
605
+ },
606
+ {
607
+ "kind": "variable",
608
+ "name": "defaultRapidActiveBGColor"
609
+ },
610
+ {
611
+ "kind": "variable",
612
+ "name": "defaultRapidBorderUnfocusedColor"
613
+ },
614
+ {
615
+ "kind": "variable",
616
+ "name": "FastAppearanceValues",
617
+ "type": {
618
+ "text": "array"
619
+ },
620
+ "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
621
+ },
622
+ {
623
+ "kind": "variable",
624
+ "name": "ZeroAppearanceValues"
625
+ }
626
+ ],
627
+ "exports": [
628
+ {
629
+ "kind": "js",
630
+ "name": "defaultRapidTextColor",
631
+ "declaration": {
632
+ "name": "defaultRapidTextColor",
633
+ "module": "src/_common/colors.ts"
634
+ }
635
+ },
636
+ {
637
+ "kind": "js",
638
+ "name": "defaultRapidBGColor",
639
+ "declaration": {
640
+ "name": "defaultRapidBGColor",
641
+ "module": "src/_common/colors.ts"
642
+ }
643
+ },
644
+ {
645
+ "kind": "js",
646
+ "name": "defaultRapidLabelColor",
647
+ "declaration": {
648
+ "name": "defaultRapidLabelColor",
649
+ "module": "src/_common/colors.ts"
650
+ }
651
+ },
652
+ {
653
+ "kind": "js",
654
+ "name": "defaultRapidActiveBGColor",
655
+ "declaration": {
656
+ "name": "defaultRapidActiveBGColor",
657
+ "module": "src/_common/colors.ts"
658
+ }
659
+ },
660
+ {
661
+ "kind": "js",
662
+ "name": "defaultRapidBorderUnfocusedColor",
663
+ "declaration": {
664
+ "name": "defaultRapidBorderUnfocusedColor",
665
+ "module": "src/_common/colors.ts"
666
+ }
667
+ },
668
+ {
669
+ "kind": "js",
670
+ "name": "FastAppearanceValues",
671
+ "declaration": {
672
+ "name": "FastAppearanceValues",
673
+ "module": "src/_common/colors.ts"
674
+ }
675
+ },
676
+ {
677
+ "kind": "js",
678
+ "name": "ZeroAppearanceValues",
679
+ "declaration": {
680
+ "name": "ZeroAppearanceValues",
681
+ "module": "src/_common/colors.ts"
682
+ }
683
+ }
684
+ ]
685
+ },
686
+ {
687
+ "kind": "javascript-module",
688
+ "path": "src/_common/colors.util.ts",
689
+ "declarations": [],
690
+ "exports": []
691
+ },
692
+ {
693
+ "kind": "javascript-module",
694
+ "path": "src/_common/index.ts",
695
+ "declarations": [],
696
+ "exports": [
697
+ {
698
+ "kind": "js",
699
+ "name": "*",
700
+ "declaration": {
701
+ "name": "*",
702
+ "package": "./colors"
703
+ }
704
+ },
705
+ {
706
+ "kind": "js",
707
+ "name": "*",
708
+ "declaration": {
709
+ "name": "*",
710
+ "package": "./colors.hex"
711
+ }
712
+ },
713
+ {
714
+ "kind": "js",
715
+ "name": "*",
716
+ "declaration": {
717
+ "name": "*",
718
+ "package": "./colors.util"
719
+ }
720
+ }
721
+ ]
722
+ },
584
723
  {
585
724
  "kind": "javascript-module",
586
725
  "path": "src/_config/index.ts",
@@ -1074,187 +1213,48 @@
1074
1213
  },
1075
1214
  {
1076
1215
  "kind": "javascript-module",
1077
- "path": "src/_common/colors.hex.ts",
1078
- "declarations": [],
1079
- "exports": []
1080
- },
1081
- {
1082
- "kind": "javascript-module",
1083
- "path": "src/_common/colors.ts",
1216
+ "path": "src/badge/badge.stories.ts",
1084
1217
  "declarations": [
1085
1218
  {
1086
1219
  "kind": "variable",
1087
- "name": "defaultRapidTextColor"
1088
- },
1089
- {
1090
- "kind": "variable",
1091
- "name": "defaultRapidBGColor"
1092
- },
1093
- {
1094
- "kind": "variable",
1095
- "name": "defaultRapidLabelColor"
1096
- },
1097
- {
1098
- "kind": "variable",
1099
- "name": "defaultRapidActiveBGColor"
1100
- },
1101
- {
1102
- "kind": "variable",
1103
- "name": "defaultRapidBorderUnfocusedColor"
1104
- },
1105
- {
1106
- "kind": "variable",
1107
- "name": "FastAppearanceValues",
1220
+ "name": "meta",
1108
1221
  "type": {
1109
- "text": "array"
1222
+ "text": "Meta"
1110
1223
  },
1111
- "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
1224
+ "default": "{\n title: 'Badge',\n component: 'zero-badge',\n}"
1112
1225
  },
1113
1226
  {
1114
1227
  "kind": "variable",
1115
- "name": "ZeroAppearanceValues"
1228
+ "name": "All",
1229
+ "type": {
1230
+ "text": "StoryObj"
1231
+ },
1232
+ "default": "{\n args: {\n fillColors,\n fontColors,\n badgeText: 'Rapid Badge',\n },\n ...StylesMapperTemplate,\n}"
1116
1233
  }
1117
1234
  ],
1118
1235
  "exports": [
1119
1236
  {
1120
1237
  "kind": "js",
1121
- "name": "defaultRapidTextColor",
1122
- "declaration": {
1123
- "name": "defaultRapidTextColor",
1124
- "module": "src/_common/colors.ts"
1125
- }
1126
- },
1127
- {
1128
- "kind": "js",
1129
- "name": "defaultRapidBGColor",
1130
- "declaration": {
1131
- "name": "defaultRapidBGColor",
1132
- "module": "src/_common/colors.ts"
1133
- }
1134
- },
1135
- {
1136
- "kind": "js",
1137
- "name": "defaultRapidLabelColor",
1138
- "declaration": {
1139
- "name": "defaultRapidLabelColor",
1140
- "module": "src/_common/colors.ts"
1141
- }
1142
- },
1143
- {
1144
- "kind": "js",
1145
- "name": "defaultRapidActiveBGColor",
1146
- "declaration": {
1147
- "name": "defaultRapidActiveBGColor",
1148
- "module": "src/_common/colors.ts"
1149
- }
1150
- },
1151
- {
1152
- "kind": "js",
1153
- "name": "defaultRapidBorderUnfocusedColor",
1154
- "declaration": {
1155
- "name": "defaultRapidBorderUnfocusedColor",
1156
- "module": "src/_common/colors.ts"
1157
- }
1158
- },
1159
- {
1160
- "kind": "js",
1161
- "name": "FastAppearanceValues",
1238
+ "name": "default",
1162
1239
  "declaration": {
1163
- "name": "FastAppearanceValues",
1164
- "module": "src/_common/colors.ts"
1240
+ "name": "meta",
1241
+ "module": "src/badge/badge.stories.ts"
1165
1242
  }
1166
1243
  },
1167
1244
  {
1168
1245
  "kind": "js",
1169
- "name": "ZeroAppearanceValues",
1246
+ "name": "All",
1170
1247
  "declaration": {
1171
- "name": "ZeroAppearanceValues",
1172
- "module": "src/_common/colors.ts"
1248
+ "name": "All",
1249
+ "module": "src/badge/badge.stories.ts"
1173
1250
  }
1174
1251
  }
1175
1252
  ]
1176
1253
  },
1177
1254
  {
1178
1255
  "kind": "javascript-module",
1179
- "path": "src/_common/colors.util.ts",
1180
- "declarations": [],
1181
- "exports": []
1182
- },
1183
- {
1184
- "kind": "javascript-module",
1185
- "path": "src/_common/index.ts",
1186
- "declarations": [],
1187
- "exports": [
1188
- {
1189
- "kind": "js",
1190
- "name": "*",
1191
- "declaration": {
1192
- "name": "*",
1193
- "package": "./colors"
1194
- }
1195
- },
1196
- {
1197
- "kind": "js",
1198
- "name": "*",
1199
- "declaration": {
1200
- "name": "*",
1201
- "package": "./colors.hex"
1202
- }
1203
- },
1204
- {
1205
- "kind": "js",
1206
- "name": "*",
1207
- "declaration": {
1208
- "name": "*",
1209
- "package": "./colors.util"
1210
- }
1211
- }
1212
- ]
1213
- },
1214
- {
1215
- "kind": "javascript-module",
1216
- "path": "src/badge/badge.stories.ts",
1217
- "declarations": [
1218
- {
1219
- "kind": "variable",
1220
- "name": "meta",
1221
- "type": {
1222
- "text": "Meta"
1223
- },
1224
- "default": "{\n title: 'Badge',\n component: 'zero-badge',\n}"
1225
- },
1226
- {
1227
- "kind": "variable",
1228
- "name": "All",
1229
- "type": {
1230
- "text": "StoryObj"
1231
- },
1232
- "default": "{\n args: {\n fillColors,\n fontColors,\n badgeText: 'Rapid Badge',\n },\n ...StylesMapperTemplate,\n}"
1233
- }
1234
- ],
1235
- "exports": [
1236
- {
1237
- "kind": "js",
1238
- "name": "default",
1239
- "declaration": {
1240
- "name": "meta",
1241
- "module": "src/badge/badge.stories.ts"
1242
- }
1243
- },
1244
- {
1245
- "kind": "js",
1246
- "name": "All",
1247
- "declaration": {
1248
- "name": "All",
1249
- "module": "src/badge/badge.stories.ts"
1250
- }
1251
- }
1252
- ]
1253
- },
1254
- {
1255
- "kind": "javascript-module",
1256
- "path": "src/badge/badge.styles.ts",
1257
- "declarations": [
1256
+ "path": "src/badge/badge.styles.ts",
1257
+ "declarations": [
1258
1258
  {
1259
1259
  "kind": "function",
1260
1260
  "name": "zeroBadgeStyles",
@@ -2606,6 +2606,194 @@
2606
2606
  }
2607
2607
  ]
2608
2608
  },
2609
+ {
2610
+ "kind": "javascript-module",
2611
+ "path": "src/combobox/combobox.stories.ts",
2612
+ "declarations": [
2613
+ {
2614
+ "kind": "variable",
2615
+ "name": "meta",
2616
+ "type": {
2617
+ "text": "Meta"
2618
+ },
2619
+ "default": "{\n title: 'Combobox',\n component: 'zero-combobox',\n}"
2620
+ },
2621
+ {
2622
+ "kind": "variable",
2623
+ "name": "Primary",
2624
+ "type": {
2625
+ "text": "StoryObj"
2626
+ },
2627
+ "default": "{\n ...OptionsMapperTemplate,\n argTypes: {\n position: {\n control: 'select',\n options: ['above', 'below'],\n },\n },\n args: {\n options: optionsData,\n position: 'below',\n },\n}"
2628
+ }
2629
+ ],
2630
+ "exports": [
2631
+ {
2632
+ "kind": "js",
2633
+ "name": "default",
2634
+ "declaration": {
2635
+ "name": "meta",
2636
+ "module": "src/combobox/combobox.stories.ts"
2637
+ }
2638
+ },
2639
+ {
2640
+ "kind": "js",
2641
+ "name": "Primary",
2642
+ "declaration": {
2643
+ "name": "Primary",
2644
+ "module": "src/combobox/combobox.stories.ts"
2645
+ }
2646
+ }
2647
+ ]
2648
+ },
2649
+ {
2650
+ "kind": "javascript-module",
2651
+ "path": "src/combobox/combobox.styles.ts",
2652
+ "declarations": [
2653
+ {
2654
+ "kind": "function",
2655
+ "name": "zeroComboboxStyles",
2656
+ "return": {
2657
+ "type": {
2658
+ "text": "ElementStyles"
2659
+ }
2660
+ },
2661
+ "parameters": [
2662
+ {
2663
+ "name": "context",
2664
+ "type": {
2665
+ "text": "ElementDefinitionContext"
2666
+ }
2667
+ },
2668
+ {
2669
+ "name": "definition",
2670
+ "type": {
2671
+ "text": "FoundationElementDefinition"
2672
+ }
2673
+ }
2674
+ ]
2675
+ }
2676
+ ],
2677
+ "exports": [
2678
+ {
2679
+ "kind": "js",
2680
+ "name": "zeroComboboxStyles",
2681
+ "declaration": {
2682
+ "name": "zeroComboboxStyles",
2683
+ "module": "src/combobox/combobox.styles.ts"
2684
+ }
2685
+ }
2686
+ ]
2687
+ },
2688
+ {
2689
+ "kind": "javascript-module",
2690
+ "path": "src/combobox/combobox.template.ts",
2691
+ "declarations": [
2692
+ {
2693
+ "kind": "function",
2694
+ "name": "zeroComboboxTemplate",
2695
+ "return": {
2696
+ "type": {
2697
+ "text": "ViewTemplate<Combobox>"
2698
+ }
2699
+ },
2700
+ "parameters": [
2701
+ {
2702
+ "name": "context",
2703
+ "type": {
2704
+ "text": "ElementDefinitionContext"
2705
+ }
2706
+ },
2707
+ {
2708
+ "name": "definition",
2709
+ "type": {
2710
+ "text": "FoundationElementDefinition"
2711
+ }
2712
+ }
2713
+ ]
2714
+ }
2715
+ ],
2716
+ "exports": [
2717
+ {
2718
+ "kind": "js",
2719
+ "name": "zeroComboboxTemplate",
2720
+ "declaration": {
2721
+ "name": "zeroComboboxTemplate",
2722
+ "module": "src/combobox/combobox.template.ts"
2723
+ }
2724
+ }
2725
+ ]
2726
+ },
2727
+ {
2728
+ "kind": "javascript-module",
2729
+ "path": "src/combobox/combobox.ts",
2730
+ "declarations": [
2731
+ {
2732
+ "kind": "class",
2733
+ "description": "",
2734
+ "name": "Combobox",
2735
+ "superclass": {
2736
+ "name": "FoundationComboBox",
2737
+ "package": "@genesislcap/foundation-ui"
2738
+ },
2739
+ "tagName": "%%prefix%%-combobox",
2740
+ "customElement": true
2741
+ },
2742
+ {
2743
+ "kind": "variable",
2744
+ "name": "zeroCombobox"
2745
+ }
2746
+ ],
2747
+ "exports": [
2748
+ {
2749
+ "kind": "js",
2750
+ "name": "Combobox",
2751
+ "declaration": {
2752
+ "name": "Combobox",
2753
+ "module": "src/combobox/combobox.ts"
2754
+ }
2755
+ },
2756
+ {
2757
+ "kind": "js",
2758
+ "name": "zeroCombobox",
2759
+ "declaration": {
2760
+ "name": "zeroCombobox",
2761
+ "module": "src/combobox/combobox.ts"
2762
+ }
2763
+ }
2764
+ ]
2765
+ },
2766
+ {
2767
+ "kind": "javascript-module",
2768
+ "path": "src/combobox/index.ts",
2769
+ "declarations": [],
2770
+ "exports": [
2771
+ {
2772
+ "kind": "js",
2773
+ "name": "*",
2774
+ "declaration": {
2775
+ "name": "*",
2776
+ "package": "./combobox"
2777
+ }
2778
+ },
2779
+ {
2780
+ "kind": "js",
2781
+ "name": "*",
2782
+ "declaration": {
2783
+ "name": "*",
2784
+ "package": "./combobox.styles"
2785
+ }
2786
+ },
2787
+ {
2788
+ "kind": "js",
2789
+ "name": "*",
2790
+ "declaration": {
2791
+ "name": "*",
2792
+ "package": "./combobox.template"
2793
+ }
2794
+ }
2795
+ ]
2796
+ },
2609
2797
  {
2610
2798
  "kind": "javascript-module",
2611
2799
  "path": "src/connection-indicator/connection-indicator.stories.ts",
@@ -2813,194 +3001,6 @@
2813
3001
  }
2814
3002
  ]
2815
3003
  },
2816
- {
2817
- "kind": "javascript-module",
2818
- "path": "src/combobox/combobox.stories.ts",
2819
- "declarations": [
2820
- {
2821
- "kind": "variable",
2822
- "name": "meta",
2823
- "type": {
2824
- "text": "Meta"
2825
- },
2826
- "default": "{\n title: 'Combobox',\n component: 'zero-combobox',\n}"
2827
- },
2828
- {
2829
- "kind": "variable",
2830
- "name": "Primary",
2831
- "type": {
2832
- "text": "StoryObj"
2833
- },
2834
- "default": "{\n ...OptionsMapperTemplate,\n argTypes: {\n position: {\n control: 'select',\n options: ['above', 'below'],\n },\n },\n args: {\n options: optionsData,\n position: 'below',\n },\n}"
2835
- }
2836
- ],
2837
- "exports": [
2838
- {
2839
- "kind": "js",
2840
- "name": "default",
2841
- "declaration": {
2842
- "name": "meta",
2843
- "module": "src/combobox/combobox.stories.ts"
2844
- }
2845
- },
2846
- {
2847
- "kind": "js",
2848
- "name": "Primary",
2849
- "declaration": {
2850
- "name": "Primary",
2851
- "module": "src/combobox/combobox.stories.ts"
2852
- }
2853
- }
2854
- ]
2855
- },
2856
- {
2857
- "kind": "javascript-module",
2858
- "path": "src/combobox/combobox.styles.ts",
2859
- "declarations": [
2860
- {
2861
- "kind": "function",
2862
- "name": "zeroComboboxStyles",
2863
- "return": {
2864
- "type": {
2865
- "text": "ElementStyles"
2866
- }
2867
- },
2868
- "parameters": [
2869
- {
2870
- "name": "context",
2871
- "type": {
2872
- "text": "ElementDefinitionContext"
2873
- }
2874
- },
2875
- {
2876
- "name": "definition",
2877
- "type": {
2878
- "text": "FoundationElementDefinition"
2879
- }
2880
- }
2881
- ]
2882
- }
2883
- ],
2884
- "exports": [
2885
- {
2886
- "kind": "js",
2887
- "name": "zeroComboboxStyles",
2888
- "declaration": {
2889
- "name": "zeroComboboxStyles",
2890
- "module": "src/combobox/combobox.styles.ts"
2891
- }
2892
- }
2893
- ]
2894
- },
2895
- {
2896
- "kind": "javascript-module",
2897
- "path": "src/combobox/combobox.template.ts",
2898
- "declarations": [
2899
- {
2900
- "kind": "function",
2901
- "name": "zeroComboboxTemplate",
2902
- "return": {
2903
- "type": {
2904
- "text": "ViewTemplate<Combobox>"
2905
- }
2906
- },
2907
- "parameters": [
2908
- {
2909
- "name": "context",
2910
- "type": {
2911
- "text": "ElementDefinitionContext"
2912
- }
2913
- },
2914
- {
2915
- "name": "definition",
2916
- "type": {
2917
- "text": "FoundationElementDefinition"
2918
- }
2919
- }
2920
- ]
2921
- }
2922
- ],
2923
- "exports": [
2924
- {
2925
- "kind": "js",
2926
- "name": "zeroComboboxTemplate",
2927
- "declaration": {
2928
- "name": "zeroComboboxTemplate",
2929
- "module": "src/combobox/combobox.template.ts"
2930
- }
2931
- }
2932
- ]
2933
- },
2934
- {
2935
- "kind": "javascript-module",
2936
- "path": "src/combobox/combobox.ts",
2937
- "declarations": [
2938
- {
2939
- "kind": "class",
2940
- "description": "",
2941
- "name": "Combobox",
2942
- "superclass": {
2943
- "name": "FoundationComboBox",
2944
- "package": "@genesislcap/foundation-ui"
2945
- },
2946
- "tagName": "%%prefix%%-combobox",
2947
- "customElement": true
2948
- },
2949
- {
2950
- "kind": "variable",
2951
- "name": "zeroCombobox"
2952
- }
2953
- ],
2954
- "exports": [
2955
- {
2956
- "kind": "js",
2957
- "name": "Combobox",
2958
- "declaration": {
2959
- "name": "Combobox",
2960
- "module": "src/combobox/combobox.ts"
2961
- }
2962
- },
2963
- {
2964
- "kind": "js",
2965
- "name": "zeroCombobox",
2966
- "declaration": {
2967
- "name": "zeroCombobox",
2968
- "module": "src/combobox/combobox.ts"
2969
- }
2970
- }
2971
- ]
2972
- },
2973
- {
2974
- "kind": "javascript-module",
2975
- "path": "src/combobox/index.ts",
2976
- "declarations": [],
2977
- "exports": [
2978
- {
2979
- "kind": "js",
2980
- "name": "*",
2981
- "declaration": {
2982
- "name": "*",
2983
- "package": "./combobox"
2984
- }
2985
- },
2986
- {
2987
- "kind": "js",
2988
- "name": "*",
2989
- "declaration": {
2990
- "name": "*",
2991
- "package": "./combobox.styles"
2992
- }
2993
- },
2994
- {
2995
- "kind": "js",
2996
- "name": "*",
2997
- "declaration": {
2998
- "name": "*",
2999
- "package": "./combobox.template"
3000
- }
3001
- }
3002
- ]
3003
- },
3004
3004
  {
3005
3005
  "kind": "javascript-module",
3006
3006
  "path": "src/data-grid/data-grid-cell.styles.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "14.20.2-alpha-97d057d.0",
4
+ "version": "14.21.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -34,7 +34,7 @@
34
34
  },
35
35
  "devDependencies": {
36
36
  "@custom-elements-manifest/analyzer": "^0.8.2",
37
- "@genesislcap/genx": "14.20.2-alpha-97d057d.0",
37
+ "@genesislcap/genx": "^14.21.0",
38
38
  "@module-federation/dashboard-plugin": "2.3.0",
39
39
  "@pixability-ui/federated-types": "^0.2.0",
40
40
  "@playwright/test": "^1.18.1",
@@ -96,9 +96,9 @@
96
96
  "webpack-merge": "^5.7.3"
97
97
  },
98
98
  "dependencies": {
99
- "@genesislcap/foundation-comms": "14.20.2-alpha-97d057d.0",
100
- "@genesislcap/foundation-ui": "14.20.2-alpha-97d057d.0",
101
- "@genesislcap/foundation-utils": "14.20.2-alpha-97d057d.0",
99
+ "@genesislcap/foundation-comms": "^14.21.0",
100
+ "@genesislcap/foundation-ui": "^14.21.0",
101
+ "@genesislcap/foundation-utils": "^14.21.0",
102
102
  "@microsoft/fast-colors": "^5.1.4",
103
103
  "@microsoft/fast-components": "^2.21.3",
104
104
  "@microsoft/fast-element": "^1.7.0",
@@ -111,5 +111,5 @@
111
111
  "access": "public"
112
112
  },
113
113
  "customElements": "dist/custom-elements.json",
114
- "gitHead": "0859360a22f4f1a102f0a9421ad77fd666a7b379"
114
+ "gitHead": "af2f1a232d7bee5cefa374a6214030c9a85eaf4f"
115
115
  }