@genesislcap/foundation-zero 14.145.0 → 14.145.1

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.
@@ -7567,194 +7567,6 @@
7567
7567
  }
7568
7568
  ]
7569
7569
  },
7570
- {
7571
- "kind": "javascript-module",
7572
- "path": "src/combobox/combobox.stories.ts",
7573
- "declarations": [
7574
- {
7575
- "kind": "variable",
7576
- "name": "meta",
7577
- "type": {
7578
- "text": "Meta"
7579
- },
7580
- "default": "{\n title: 'Combobox',\n component: 'zero-combobox',\n}"
7581
- },
7582
- {
7583
- "kind": "variable",
7584
- "name": "Primary",
7585
- "type": {
7586
- "text": "StoryObj"
7587
- },
7588
- "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}"
7589
- }
7590
- ],
7591
- "exports": [
7592
- {
7593
- "kind": "js",
7594
- "name": "default",
7595
- "declaration": {
7596
- "name": "meta",
7597
- "module": "src/combobox/combobox.stories.ts"
7598
- }
7599
- },
7600
- {
7601
- "kind": "js",
7602
- "name": "Primary",
7603
- "declaration": {
7604
- "name": "Primary",
7605
- "module": "src/combobox/combobox.stories.ts"
7606
- }
7607
- }
7608
- ]
7609
- },
7610
- {
7611
- "kind": "javascript-module",
7612
- "path": "src/combobox/combobox.styles.ts",
7613
- "declarations": [
7614
- {
7615
- "kind": "function",
7616
- "name": "zeroComboboxStyles",
7617
- "return": {
7618
- "type": {
7619
- "text": "ElementStyles"
7620
- }
7621
- },
7622
- "parameters": [
7623
- {
7624
- "name": "context",
7625
- "type": {
7626
- "text": "ElementDefinitionContext"
7627
- }
7628
- },
7629
- {
7630
- "name": "definition",
7631
- "type": {
7632
- "text": "FoundationElementDefinition"
7633
- }
7634
- }
7635
- ]
7636
- }
7637
- ],
7638
- "exports": [
7639
- {
7640
- "kind": "js",
7641
- "name": "zeroComboboxStyles",
7642
- "declaration": {
7643
- "name": "zeroComboboxStyles",
7644
- "module": "src/combobox/combobox.styles.ts"
7645
- }
7646
- }
7647
- ]
7648
- },
7649
- {
7650
- "kind": "javascript-module",
7651
- "path": "src/combobox/combobox.template.ts",
7652
- "declarations": [
7653
- {
7654
- "kind": "function",
7655
- "name": "zeroComboboxTemplate",
7656
- "return": {
7657
- "type": {
7658
- "text": "ViewTemplate<Combobox>"
7659
- }
7660
- },
7661
- "parameters": [
7662
- {
7663
- "name": "context",
7664
- "type": {
7665
- "text": "ElementDefinitionContext"
7666
- }
7667
- },
7668
- {
7669
- "name": "definition",
7670
- "type": {
7671
- "text": "FoundationElementDefinition"
7672
- }
7673
- }
7674
- ]
7675
- }
7676
- ],
7677
- "exports": [
7678
- {
7679
- "kind": "js",
7680
- "name": "zeroComboboxTemplate",
7681
- "declaration": {
7682
- "name": "zeroComboboxTemplate",
7683
- "module": "src/combobox/combobox.template.ts"
7684
- }
7685
- }
7686
- ]
7687
- },
7688
- {
7689
- "kind": "javascript-module",
7690
- "path": "src/combobox/combobox.ts",
7691
- "declarations": [
7692
- {
7693
- "kind": "class",
7694
- "description": "",
7695
- "name": "Combobox",
7696
- "superclass": {
7697
- "name": "FoundationComboBox",
7698
- "package": "@genesislcap/foundation-ui"
7699
- },
7700
- "tagName": "%%prefix%%-combobox",
7701
- "customElement": true
7702
- },
7703
- {
7704
- "kind": "variable",
7705
- "name": "zeroCombobox"
7706
- }
7707
- ],
7708
- "exports": [
7709
- {
7710
- "kind": "js",
7711
- "name": "Combobox",
7712
- "declaration": {
7713
- "name": "Combobox",
7714
- "module": "src/combobox/combobox.ts"
7715
- }
7716
- },
7717
- {
7718
- "kind": "js",
7719
- "name": "zeroCombobox",
7720
- "declaration": {
7721
- "name": "zeroCombobox",
7722
- "module": "src/combobox/combobox.ts"
7723
- }
7724
- }
7725
- ]
7726
- },
7727
- {
7728
- "kind": "javascript-module",
7729
- "path": "src/combobox/index.ts",
7730
- "declarations": [],
7731
- "exports": [
7732
- {
7733
- "kind": "js",
7734
- "name": "*",
7735
- "declaration": {
7736
- "name": "*",
7737
- "package": "./combobox"
7738
- }
7739
- },
7740
- {
7741
- "kind": "js",
7742
- "name": "*",
7743
- "declaration": {
7744
- "name": "*",
7745
- "package": "./combobox.styles"
7746
- }
7747
- },
7748
- {
7749
- "kind": "js",
7750
- "name": "*",
7751
- "declaration": {
7752
- "name": "*",
7753
- "package": "./combobox.template"
7754
- }
7755
- }
7756
- ]
7757
- },
7758
7570
  {
7759
7571
  "kind": "javascript-module",
7760
7572
  "path": "src/checkbox/checkbox.stories.ts",
@@ -8129,6 +7941,194 @@
8129
7941
  }
8130
7942
  ]
8131
7943
  },
7944
+ {
7945
+ "kind": "javascript-module",
7946
+ "path": "src/combobox/combobox.stories.ts",
7947
+ "declarations": [
7948
+ {
7949
+ "kind": "variable",
7950
+ "name": "meta",
7951
+ "type": {
7952
+ "text": "Meta"
7953
+ },
7954
+ "default": "{\n title: 'Combobox',\n component: 'zero-combobox',\n}"
7955
+ },
7956
+ {
7957
+ "kind": "variable",
7958
+ "name": "Primary",
7959
+ "type": {
7960
+ "text": "StoryObj"
7961
+ },
7962
+ "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}"
7963
+ }
7964
+ ],
7965
+ "exports": [
7966
+ {
7967
+ "kind": "js",
7968
+ "name": "default",
7969
+ "declaration": {
7970
+ "name": "meta",
7971
+ "module": "src/combobox/combobox.stories.ts"
7972
+ }
7973
+ },
7974
+ {
7975
+ "kind": "js",
7976
+ "name": "Primary",
7977
+ "declaration": {
7978
+ "name": "Primary",
7979
+ "module": "src/combobox/combobox.stories.ts"
7980
+ }
7981
+ }
7982
+ ]
7983
+ },
7984
+ {
7985
+ "kind": "javascript-module",
7986
+ "path": "src/combobox/combobox.styles.ts",
7987
+ "declarations": [
7988
+ {
7989
+ "kind": "function",
7990
+ "name": "zeroComboboxStyles",
7991
+ "return": {
7992
+ "type": {
7993
+ "text": "ElementStyles"
7994
+ }
7995
+ },
7996
+ "parameters": [
7997
+ {
7998
+ "name": "context",
7999
+ "type": {
8000
+ "text": "ElementDefinitionContext"
8001
+ }
8002
+ },
8003
+ {
8004
+ "name": "definition",
8005
+ "type": {
8006
+ "text": "FoundationElementDefinition"
8007
+ }
8008
+ }
8009
+ ]
8010
+ }
8011
+ ],
8012
+ "exports": [
8013
+ {
8014
+ "kind": "js",
8015
+ "name": "zeroComboboxStyles",
8016
+ "declaration": {
8017
+ "name": "zeroComboboxStyles",
8018
+ "module": "src/combobox/combobox.styles.ts"
8019
+ }
8020
+ }
8021
+ ]
8022
+ },
8023
+ {
8024
+ "kind": "javascript-module",
8025
+ "path": "src/combobox/combobox.template.ts",
8026
+ "declarations": [
8027
+ {
8028
+ "kind": "function",
8029
+ "name": "zeroComboboxTemplate",
8030
+ "return": {
8031
+ "type": {
8032
+ "text": "ViewTemplate<Combobox>"
8033
+ }
8034
+ },
8035
+ "parameters": [
8036
+ {
8037
+ "name": "context",
8038
+ "type": {
8039
+ "text": "ElementDefinitionContext"
8040
+ }
8041
+ },
8042
+ {
8043
+ "name": "definition",
8044
+ "type": {
8045
+ "text": "FoundationElementDefinition"
8046
+ }
8047
+ }
8048
+ ]
8049
+ }
8050
+ ],
8051
+ "exports": [
8052
+ {
8053
+ "kind": "js",
8054
+ "name": "zeroComboboxTemplate",
8055
+ "declaration": {
8056
+ "name": "zeroComboboxTemplate",
8057
+ "module": "src/combobox/combobox.template.ts"
8058
+ }
8059
+ }
8060
+ ]
8061
+ },
8062
+ {
8063
+ "kind": "javascript-module",
8064
+ "path": "src/combobox/combobox.ts",
8065
+ "declarations": [
8066
+ {
8067
+ "kind": "class",
8068
+ "description": "",
8069
+ "name": "Combobox",
8070
+ "superclass": {
8071
+ "name": "FoundationComboBox",
8072
+ "package": "@genesislcap/foundation-ui"
8073
+ },
8074
+ "tagName": "%%prefix%%-combobox",
8075
+ "customElement": true
8076
+ },
8077
+ {
8078
+ "kind": "variable",
8079
+ "name": "zeroCombobox"
8080
+ }
8081
+ ],
8082
+ "exports": [
8083
+ {
8084
+ "kind": "js",
8085
+ "name": "Combobox",
8086
+ "declaration": {
8087
+ "name": "Combobox",
8088
+ "module": "src/combobox/combobox.ts"
8089
+ }
8090
+ },
8091
+ {
8092
+ "kind": "js",
8093
+ "name": "zeroCombobox",
8094
+ "declaration": {
8095
+ "name": "zeroCombobox",
8096
+ "module": "src/combobox/combobox.ts"
8097
+ }
8098
+ }
8099
+ ]
8100
+ },
8101
+ {
8102
+ "kind": "javascript-module",
8103
+ "path": "src/combobox/index.ts",
8104
+ "declarations": [],
8105
+ "exports": [
8106
+ {
8107
+ "kind": "js",
8108
+ "name": "*",
8109
+ "declaration": {
8110
+ "name": "*",
8111
+ "package": "./combobox"
8112
+ }
8113
+ },
8114
+ {
8115
+ "kind": "js",
8116
+ "name": "*",
8117
+ "declaration": {
8118
+ "name": "*",
8119
+ "package": "./combobox.styles"
8120
+ }
8121
+ },
8122
+ {
8123
+ "kind": "js",
8124
+ "name": "*",
8125
+ "declaration": {
8126
+ "name": "*",
8127
+ "package": "./combobox.template"
8128
+ }
8129
+ }
8130
+ ]
8131
+ },
8132
8132
  {
8133
8133
  "kind": "javascript-module",
8134
8134
  "path": "src/connection-indicator/connection-indicator.stories.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.145.0",
4
+ "version": "14.145.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.145.0",
70
+ "@genesislcap/genx": "14.145.1",
71
71
  "@storybook/addon-coverage": "^1.0.0",
72
72
  "@storybook/addon-essentials": "^7.6.7",
73
73
  "@storybook/addon-links": "^7.6.7",
@@ -84,10 +84,10 @@
84
84
  "storybook": "^7.6.7"
85
85
  },
86
86
  "dependencies": {
87
- "@genesislcap/foundation-comms": "14.145.0",
88
- "@genesislcap/foundation-logger": "14.145.0",
89
- "@genesislcap/foundation-ui": "14.145.0",
90
- "@genesislcap/foundation-utils": "14.145.0",
87
+ "@genesislcap/foundation-comms": "14.145.1",
88
+ "@genesislcap/foundation-logger": "14.145.1",
89
+ "@genesislcap/foundation-ui": "14.145.1",
90
+ "@genesislcap/foundation-utils": "14.145.1",
91
91
  "@microsoft/fast-colors": "^5.3.1",
92
92
  "@microsoft/fast-components": "^2.30.6",
93
93
  "@microsoft/fast-element": "^1.12.0",
@@ -104,5 +104,5 @@
104
104
  "access": "public"
105
105
  },
106
106
  "customElements": "dist/custom-elements.json",
107
- "gitHead": "6af8e057bf423c3045239449edad01d15153bf0b"
107
+ "gitHead": "5ec311e6d296eb8c048be764d107f7f4dd14de22"
108
108
  }