@deephaven/components 0.100.1-beta.0 → 0.101.1-beta.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.
@@ -1,2 +1,2 @@
1
- export { ActionBar, type SpectrumActionBarProps as ActionBarProps, type SpectrumComboBoxProps, MenuTrigger, type SpectrumMenuTriggerProps as MenuTriggerProps, type SpectrumPickerProps, TagGroup, type SpectrumTagGroupProps as TagGroupProps, } from '@adobe/react-spectrum';
1
+ export { ActionBar, type SpectrumActionBarProps as ActionBarProps, type SpectrumComboBoxProps, Menu as SpectrumMenu, type SpectrumMenuProps, MenuTrigger, type SpectrumMenuTriggerProps as MenuTriggerProps, SubmenuTrigger, type SpectrumSubmenuTriggerProps as SubmenuTriggerProps, ContextualHelpTrigger, type SpectrumMenuDialogTriggerProps as ContextualHelpTriggerProps, type SpectrumPickerProps, TagGroup, type SpectrumTagGroupProps as TagGroupProps, } from '@adobe/react-spectrum';
2
2
  //# sourceMappingURL=collections.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"collections.d.ts","sourceRoot":"","sources":["../../src/spectrum/collections.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,KAAK,sBAAsB,IAAI,cAAc,EAG7C,KAAK,qBAAqB,EAE1B,WAAW,EACX,KAAK,wBAAwB,IAAI,gBAAgB,EAIjD,KAAK,mBAAmB,EACxB,QAAQ,EACR,KAAK,qBAAqB,IAAI,aAAa,GAC5C,MAAM,uBAAuB,CAAC"}
1
+ {"version":3,"file":"collections.d.ts","sourceRoot":"","sources":["../../src/spectrum/collections.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,KAAK,sBAAsB,IAAI,cAAc,EAG7C,KAAK,qBAAqB,EAE1B,IAAI,IAAI,YAAY,EACpB,KAAK,iBAAiB,EACtB,WAAW,EACX,KAAK,wBAAwB,IAAI,gBAAgB,EACjD,cAAc,EACd,KAAK,2BAA2B,IAAI,mBAAmB,EACvD,qBAAqB,EACrB,KAAK,8BAA8B,IAAI,0BAA0B,EAIjE,KAAK,mBAAmB,EACxB,QAAQ,EACR,KAAK,qBAAqB,IAAI,aAAa,GAC5C,MAAM,uBAAuB,CAAC"}
@@ -4,7 +4,7 @@ export { ActionBar
4
4
  // the Spectrum props type for upstream consumers that need to compose prop types.
5
5
  ,
6
6
  // ListBox - we aren't planning to support this component
7
- MenuTrigger
7
+ Menu as SpectrumMenu, MenuTrigger, SubmenuTrigger, ContextualHelpTrigger
8
8
 
9
9
  // TableView - we aren't planning to support this component
10
10
  // Picker is exported from Picker.tsx as a custom DH component. Re-exporting
@@ -1 +1 @@
1
- {"version":3,"file":"collections.js","names":["ActionBar","MenuTrigger","TagGroup"],"sources":["../../src/spectrum/collections.ts"],"sourcesContent":["export {\n ActionBar,\n type SpectrumActionBarProps as ActionBarProps,\n // ComboBox is exported from ComboBox.tsx as a custom DH component. Re-exporting\n // the Spectrum props type for upstream consumers that need to compose prop types.\n type SpectrumComboBoxProps,\n // ListBox - we aren't planning to support this component\n MenuTrigger,\n type SpectrumMenuTriggerProps as MenuTriggerProps,\n // TableView - we aren't planning to support this component\n // Picker is exported from Picker.tsx as a custom DH component. Re-exporting\n // the Spectrum props type for upstream consumers that need to compose prop types.\n type SpectrumPickerProps,\n TagGroup,\n type SpectrumTagGroupProps as TagGroupProps,\n} from '@adobe/react-spectrum';\n"],"mappings":"AAAA,SACEA;;AAEA;AACA;AAAA;AAEA;AACAC;;AAEA;AACA;AACA;AAAA,EAEAC,QAAQ,QAEH,uBAAuB"}
1
+ {"version":3,"file":"collections.js","names":["ActionBar","Menu","SpectrumMenu","MenuTrigger","SubmenuTrigger","ContextualHelpTrigger","TagGroup"],"sources":["../../src/spectrum/collections.ts"],"sourcesContent":["export {\n ActionBar,\n type SpectrumActionBarProps as ActionBarProps,\n // ComboBox is exported from ComboBox.tsx as a custom DH component. Re-exporting\n // the Spectrum props type for upstream consumers that need to compose prop types.\n type SpectrumComboBoxProps,\n // ListBox - we aren't planning to support this component\n Menu as SpectrumMenu,\n type SpectrumMenuProps,\n MenuTrigger,\n type SpectrumMenuTriggerProps as MenuTriggerProps,\n SubmenuTrigger,\n type SpectrumSubmenuTriggerProps as SubmenuTriggerProps,\n ContextualHelpTrigger,\n type SpectrumMenuDialogTriggerProps as ContextualHelpTriggerProps,\n // TableView - we aren't planning to support this component\n // Picker is exported from Picker.tsx as a custom DH component. Re-exporting\n // the Spectrum props type for upstream consumers that need to compose prop types.\n type SpectrumPickerProps,\n TagGroup,\n type SpectrumTagGroupProps as TagGroupProps,\n} from '@adobe/react-spectrum';\n"],"mappings":"AAAA,SACEA;;AAEA;AACA;AAAA;AAEA;AACAC,IAAI,IAAIC,YAAY,EAEpBC,WAAW,EAEXC,cAAc,EAEdC;;AAEA;AACA;AACA;AAAA,EAEAC,QAAQ,QAEH,uBAAuB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deephaven/components",
3
- "version": "0.100.1-beta.0+90c9fc8e",
3
+ "version": "0.101.1-beta.0+9899c1c8",
4
4
  "description": "Deephaven React component library",
5
5
  "author": "Deephaven Data Labs LLC",
6
6
  "license": "Apache-2.0",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@adobe/react-spectrum": "3.38.0",
28
- "@deephaven/icons": "^0.100.1-beta.0+90c9fc8e",
29
- "@deephaven/log": "^0.100.1-beta.0+90c9fc8e",
30
- "@deephaven/react-hooks": "^0.100.1-beta.0+90c9fc8e",
31
- "@deephaven/utils": "^0.100.1-beta.0+90c9fc8e",
28
+ "@deephaven/icons": "^0.101.1-beta.0+9899c1c8",
29
+ "@deephaven/log": "^0.101.1-beta.0+9899c1c8",
30
+ "@deephaven/react-hooks": "^0.101.1-beta.0+9899c1c8",
31
+ "@deephaven/utils": "^0.101.1-beta.0+9899c1c8",
32
32
  "@fortawesome/fontawesome-svg-core": "^6.2.1",
33
33
  "@fortawesome/react-fontawesome": "^0.2.0",
34
34
  "@internationalized/date": "^3.5.5",
@@ -59,8 +59,8 @@
59
59
  "react-is": ">=16.8.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@deephaven/mocks": "^0.100.1-beta.0+90c9fc8e",
63
- "@deephaven/test-utils": "^0.100.1-beta.0+90c9fc8e",
62
+ "@deephaven/mocks": "^0.101.1-beta.0+9899c1c8",
63
+ "@deephaven/test-utils": "^0.101.1-beta.0+9899c1c8",
64
64
  "react-redux": "^7.2.4"
65
65
  },
66
66
  "files": [
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "90c9fc8edbad304ff1b6f0105a6ff96f96c319ae"
78
+ "gitHead": "9899c1c867bbd2386a4c93eeb65bc3f67ef80251"
79
79
  }