@deephaven/components 0.66.0 → 0.66.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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* The Spectrum ActionBar hard codes a max-width: 960px for the content area.
|
|
3
3
|
* Overriding so the bar fills the same width as its associated list component.
|
|
4
4
|
*/
|
|
5
|
-
.spectrumActionBar [class
|
|
5
|
+
.spectrumActionBar [class*=react-spectrum-ActionBar-bar] {
|
|
6
6
|
max-width: none;
|
|
7
7
|
}
|
|
8
8
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["../src/SpectrumComponent.module.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAKE;EACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;EACA","file":"SpectrumComponent.module.css","sourcesContent":["/**\n * The Spectrum ActionBar hard codes a max-width: 960px for the content area.\n * Overriding so the bar fills the same width as its associated list component.\n */\n.spectrumActionBar {\n [class
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["../src/SpectrumComponent.module.scss"],"names":[],"mappings":"AAAA;AAAA;AAAA;AAAA;AAKE;EACE;;;AAIJ;EACE;EACA;;;AAGF;EACE;EACA;EACA","file":"SpectrumComponent.module.css","sourcesContent":["/**\n * The Spectrum ActionBar hard codes a max-width: 960px for the content area.\n * Overriding so the bar fills the same width as its associated list component.\n */\n.spectrumActionBar {\n [class*='react-spectrum-ActionBar-bar'] {\n max-width: none;\n }\n}\n\n.spectrumDialogComponentHeading {\n font-weight: normal;\n overflow-wrap: break-word;\n}\n\n.spectrumEllipsis {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deephaven/components",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.1",
|
|
4
4
|
"description": "Deephaven React component library",
|
|
5
5
|
"author": "Deephaven Data Labs LLC",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "d91d833e22658a26c0dbcdb2b9d835e1ad25c57d"
|
|
70
70
|
}
|