intergalactic 15.62.0 → 15.63.0-prerelease-c6eada9b
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/CHANGELOG.md +26 -0
- package/card/lib/cjs/Card.js +8 -8
- package/card/lib/es6/Card.js +8 -8
- package/checkbox/lib/cjs/Checkbox.js +18 -18
- package/checkbox/lib/es6/Checkbox.js +18 -18
- package/d3-chart/a11y/focus.d.ts +1 -1
- package/d3-chart/lib/cjs/Area.js +11 -11
- package/d3-chart/lib/cjs/Axis.js +14 -14
- package/d3-chart/lib/cjs/Bar.js +10 -10
- package/d3-chart/lib/cjs/Bubble.js +12 -12
- package/d3-chart/lib/cjs/Donut.js +9 -9
- package/d3-chart/lib/cjs/Dots.js +8 -8
- package/d3-chart/lib/cjs/HorizontalBar.js +10 -10
- package/d3-chart/lib/cjs/Hover.js +3 -3
- package/d3-chart/lib/cjs/Line.js +9 -9
- package/d3-chart/lib/cjs/Plot.js +3 -3
- package/d3-chart/lib/cjs/Radar.js +19 -19
- package/d3-chart/lib/cjs/RadialTree.js +11 -11
- package/d3-chart/lib/cjs/ReferenceLine.js +9 -9
- package/d3-chart/lib/cjs/ScatterPlot.js +9 -9
- package/d3-chart/lib/cjs/Tooltip.js +9 -9
- package/d3-chart/lib/cjs/Venn.js +9 -9
- package/d3-chart/lib/cjs/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/cjs/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/cjs/a11y/focus.js +26 -37
- package/d3-chart/lib/cjs/a11y/focus.js.map +1 -1
- package/d3-chart/lib/cjs/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/cjs/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/d3-chart/lib/cjs/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/es6/Area.js +11 -11
- package/d3-chart/lib/es6/Axis.js +14 -14
- package/d3-chart/lib/es6/Bar.js +10 -10
- package/d3-chart/lib/es6/Bubble.js +12 -12
- package/d3-chart/lib/es6/Donut.js +9 -9
- package/d3-chart/lib/es6/Dots.js +8 -8
- package/d3-chart/lib/es6/HorizontalBar.js +10 -10
- package/d3-chart/lib/es6/Hover.js +3 -3
- package/d3-chart/lib/es6/Line.js +9 -9
- package/d3-chart/lib/es6/Plot.js +3 -3
- package/d3-chart/lib/es6/Radar.js +19 -19
- package/d3-chart/lib/es6/RadialTree.js +11 -11
- package/d3-chart/lib/es6/ReferenceLine.js +9 -9
- package/d3-chart/lib/es6/ScatterPlot.js +9 -9
- package/d3-chart/lib/es6/Tooltip.js +9 -9
- package/d3-chart/lib/es6/Venn.js +9 -9
- package/d3-chart/lib/es6/a11y/PlotA11yModule.js +2 -2
- package/d3-chart/lib/es6/a11y/PlotA11yView.js +2 -2
- package/d3-chart/lib/es6/a11y/focus.js +25 -36
- package/d3-chart/lib/es6/a11y/focus.js.map +1 -1
- package/d3-chart/lib/es6/component/ChartLegend/LegendFlex/LegendFlex.js +4 -4
- package/d3-chart/lib/es6/component/ChartLegend/LegendItem/LegendItem.js +17 -17
- package/d3-chart/lib/es6/component/ChartLegend/LegendTable/LegendTable.js +6 -6
- package/d3-chart/lib/types/a11y/focus.d.ts +1 -1
- package/date-picker/lib/cjs/components/Calendar.js +21 -21
- package/date-picker/lib/cjs/components/DateRangeComparatorAbstract.js +26 -26
- package/date-picker/lib/cjs/components/InputTrigger.js +26 -26
- package/date-picker/lib/cjs/components/PickerAbstract.js +26 -26
- package/date-picker/lib/cjs/components/RangePickerAbstract.js +26 -26
- package/date-picker/lib/es6/components/Calendar.js +21 -21
- package/date-picker/lib/es6/components/DateRangeComparatorAbstract.js +26 -26
- package/date-picker/lib/es6/components/InputTrigger.js +26 -26
- package/date-picker/lib/es6/components/PickerAbstract.js +26 -26
- package/date-picker/lib/es6/components/RangePickerAbstract.js +26 -26
- package/drag-and-drop/lib/cjs/DragAndDrop.js +12 -12
- package/drag-and-drop/lib/es6/DragAndDrop.js +12 -12
- package/errors/lib/cjs/Error.js +9 -9
- package/errors/lib/es6/Error.js +9 -9
- package/fullscreen-modal/lib/cjs/FullscreenModal.js +13 -13
- package/fullscreen-modal/lib/es6/FullscreenModal.js +13 -13
- package/link/lib/cjs/Link.js +12 -12
- package/link/lib/es6/Link.js +12 -12
- package/modal/lib/cjs/Modal.js +9 -9
- package/modal/lib/es6/Modal.js +9 -9
- package/package.json +2 -2
- package/pagination/lib/cjs/Pagination.js +10 -10
- package/pagination/lib/es6/Pagination.js +10 -10
- package/radio/lib/cjs/Radio.js +16 -16
- package/radio/lib/es6/Radio.js +16 -16
- package/select/lib/cjs/InputSearch.js +6 -6
- package/select/lib/cjs/Select.js +9 -10
- package/select/lib/cjs/Select.js.map +1 -1
- package/select/lib/es6/InputSearch.js +6 -6
- package/select/lib/es6/Select.js +9 -10
- package/select/lib/es6/Select.js.map +1 -1
- package/side-panel/lib/cjs/SidePanel.js +15 -15
- package/side-panel/lib/es6/SidePanel.js +15 -15
- package/time-picker/lib/cjs/TimePicker.js +12 -12
- package/time-picker/lib/es6/TimePicker.js +12 -12
- package/typography/index.d.ts +6 -2
- package/typography/lib/cjs/Blockquote.js +4 -4
- package/typography/lib/cjs/Hint.js +7 -7
- package/typography/lib/cjs/List.js +63 -32
- package/typography/lib/cjs/List.js.map +1 -1
- package/typography/lib/cjs/Text.js +34 -34
- package/typography/lib/cjs/index.d.js.map +1 -1
- package/typography/lib/cjs/style/list.shadow.css +2 -1
- package/typography/lib/es6/Blockquote.js +4 -4
- package/typography/lib/es6/Hint.js +7 -7
- package/typography/lib/es6/List.js +64 -32
- package/typography/lib/es6/List.js.map +1 -1
- package/typography/lib/es6/Text.js +34 -34
- package/typography/lib/es6/index.d.js.map +1 -1
- package/typography/lib/es6/style/list.shadow.css +2 -1
- package/typography/lib/types/index.d.ts +6 -2
- package/wizard/lib/cjs/Wizard.js +11 -11
- package/wizard/lib/es6/Wizard.js +11 -11
@@ -22,6 +22,7 @@ SItem + SItem {
|
|
22
22
|
}
|
23
23
|
|
24
24
|
SMarker {
|
25
|
-
margin-right:
|
25
|
+
margin-right: var(--intergalactic-spacing-2x, 8px);
|
26
26
|
color: var(--intergalactic-text-secondary, #6c6e79);
|
27
|
+
line-height: normal;
|
27
28
|
}
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
2
2
|
import { PropGetterFn, UnknownProperties, Intergalactic } from 'intergalactic/core';
|
3
3
|
|
4
4
|
import { Property } from 'csstype';
|
5
|
-
import { Box, BoxProps } from 'intergalactic/flex-box';
|
5
|
+
import { Box, BoxProps, Flex } from 'intergalactic/flex-box';
|
6
6
|
import { KeyboardFocusProps } from 'intergalactic/utils/lib/enhances/keyboardFocusEnhance';
|
7
7
|
|
8
8
|
/** @deprecated */
|
@@ -97,8 +97,12 @@ declare const Hint: Intergalactic.Component<'abbr', HintProps> & {
|
|
97
97
|
Text: typeof Box;
|
98
98
|
};
|
99
99
|
|
100
|
+
declare const Item: Intergalactic.Component<'li', ListItemProps> & {
|
101
|
+
Content: typeof Flex;
|
102
|
+
};
|
103
|
+
|
100
104
|
declare const List: Intergalactic.Component<'ul', ListProps> & {
|
101
|
-
Item:
|
105
|
+
Item: typeof Item;
|
102
106
|
};
|
103
107
|
|
104
108
|
declare const Text: Intergalactic.Component<'span', TextProps>;
|
package/wizard/lib/cjs/Wizard.js
CHANGED
@@ -24,17 +24,17 @@ var _intergalacticDynamicLocales = require("./translations/__intergalactic-dynam
|
|
24
24
|
var _ScreenReaderOnly = require("intergalactic/utils/lib/ScreenReaderOnly");
|
25
25
|
var _useFocusLock = require("intergalactic/utils/lib/use/useFocusLock");
|
26
26
|
/*__reshadow-styles__:"./style/wizard.shadow.css"*/
|
27
|
-
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".
|
28
|
-
"__SWizard": "
|
29
|
-
"__SStepNumber": "
|
30
|
-
"__SCompleted": "
|
31
|
-
"__SContent": "
|
32
|
-
"__SSidebar": "
|
33
|
-
"__SSidebarHeader": "
|
34
|
-
"__SStepper": "
|
35
|
-
"_active": "
|
36
|
-
"_disabled": "
|
37
|
-
"__SStepDescription": "
|
27
|
+
var style = ( /*__reshadow_css_start__*/_core.sstyled.insert( /*__inner_css_start__*/".___SWizard_1ufcg_gg_{max-width:980px;max-height:700px;display:flex;padding:0;background:0 0}.___SSidebar_1ufcg_gg_{background:var(--intergalactic-control-primary-advertising, #5925ab);color:var(--intergalactic-text-primary-invert, #ffffff);font-weight:var(--intergalactic-bold, 700);font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%);padding:var(--intergalactic-spacing-10x, 40px) var(--intergalactic-spacing-2x, 8px) calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-05x, 2px));max-width:220px;flex-shrink:0;box-sizing:border-box;border-radius:var(--intergalactic-modal-rounded, 12px)0 0 var(--intergalactic-modal-rounded, 12px)}@media (max-width:1060px){.___SSidebar_1ufcg_gg_{width:44px}}.___SSidebarHeader_1ufcg_gg_{font-size:var(--intergalactic-fs-300, 16px);margin:0 var(--intergalactic-spacing-5x, 20px) var(--intergalactic-spacing-4x, 16px)}@media (max-width:1060px){.___SSidebarHeader_1ufcg_gg_{display:none}}.___SStepper_1ufcg_gg_{display:flex;font-size:var(--intergalactic-fs-200, 14px);border-radius:var(--intergalactic-control-rounded, 6px);padding:var(--intergalactic-spacing-2x, 8px) var(--intergalactic-spacing-3x, 12px);cursor:pointer;position:relative;overflow:auto;line-height:var(--intergalactic-lh-200, 142%)}@media (hover:hover){.___SStepper_1ufcg_gg_:hover{background:var(--intergalactic-control-primary-advertising-hover, #421983);z-index:1}}.___SStepper_1ufcg_gg_.__active_1ufcg_gg_{background:var(--intergalactic-control-primary-advertising-active, #8649e1)}.___SStepper_1ufcg_gg_.__disabled_1ufcg_gg_,.___SStepper_1ufcg_gg_:disabled{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}@media (max-width:1060px){.___SStepper_1ufcg_gg_{padding:var(--intergalactic-spacing-2x, 8px) var(--intergalactic-spacing-1x, 4px)}@media (hover:hover){.___SStepper_1ufcg_gg_:hover{width:-moz-fit-content;width:fit-content;max-width:220px}.___SStepper_1ufcg_gg_:hover .___SStepDescription_1ufcg_gg_{display:block;border-radius:var(--intergalactic-control-rounded, 6px);white-space:nowrap;overflow:auto}.___SStepper_1ufcg_gg_.__active_1ufcg_gg_:hover .___SStepDescription_1ufcg_gg_{background:var(--intergalactic-control-primary-advertising-active, #8649e1)}}}.___SStepNumber_1ufcg_gg_{display:inline-block;min-width:20px}.___SCompleted_1ufcg_gg_{margin-top:1px}@media (max-width:1060px){.___SStepDescription_1ufcg_gg_{display:none}}.___SContent_1ufcg_gg_{padding:var(--intergalactic-spacing-10x, 40px);width:100%;border-radius:0 var(--intergalactic-modal-rounded, 12px) var(--intergalactic-modal-rounded, 12px)0;background:var(--intergalactic-bg-primary-neutral, #ffffff)}" /*__inner_css_end__*/, "1ufcg_gg_") /*__reshadow_css_end__*/, {
|
28
|
+
"__SWizard": "___SWizard_1ufcg_gg_",
|
29
|
+
"__SStepNumber": "___SStepNumber_1ufcg_gg_",
|
30
|
+
"__SCompleted": "___SCompleted_1ufcg_gg_",
|
31
|
+
"__SContent": "___SContent_1ufcg_gg_",
|
32
|
+
"__SSidebar": "___SSidebar_1ufcg_gg_",
|
33
|
+
"__SSidebarHeader": "___SSidebarHeader_1ufcg_gg_",
|
34
|
+
"__SStepper": "___SStepper_1ufcg_gg_",
|
35
|
+
"_active": "__active_1ufcg_gg_",
|
36
|
+
"_disabled": "__disabled_1ufcg_gg_",
|
37
|
+
"__SStepDescription": "___SStepDescription_1ufcg_gg_"
|
38
38
|
});
|
39
39
|
var WizardRoot = /*#__PURE__*/function (_Component) {
|
40
40
|
(0, _inherits2["default"])(WizardRoot, _Component);
|
package/wizard/lib/es6/Wizard.js
CHANGED
@@ -21,17 +21,17 @@ import { localizedMessages } from './translations/__intergalactic-dynamic-locale
|
|
21
21
|
import { ScreenReaderOnly } from 'intergalactic/utils/lib/ScreenReaderOnly';
|
22
22
|
import { setFocus } from 'intergalactic/utils/lib/use/useFocusLock';
|
23
23
|
/*__reshadow-styles__:"./style/wizard.shadow.css"*/
|
24
|
-
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".
|
25
|
-
"__SWizard": "
|
26
|
-
"__SStepNumber": "
|
27
|
-
"__SCompleted": "
|
28
|
-
"__SContent": "
|
29
|
-
"__SSidebar": "
|
30
|
-
"__SSidebarHeader": "
|
31
|
-
"__SStepper": "
|
32
|
-
"_active": "
|
33
|
-
"_disabled": "
|
34
|
-
"__SStepDescription": "
|
24
|
+
var style = ( /*__reshadow_css_start__*/_sstyled.insert( /*__inner_css_start__*/".___SWizard_1ufcg_gg_{max-width:980px;max-height:700px;display:flex;padding:0;background:0 0}.___SSidebar_1ufcg_gg_{background:var(--intergalactic-control-primary-advertising, #5925ab);color:var(--intergalactic-text-primary-invert, #ffffff);font-weight:var(--intergalactic-bold, 700);font-size:var(--intergalactic-fs-300, 16px);line-height:var(--intergalactic-lh-300, 150%);padding:var(--intergalactic-spacing-10x, 40px) var(--intergalactic-spacing-2x, 8px) calc(var(--intergalactic-spacing-8x, 32px) + var(--intergalactic-spacing-05x, 2px));max-width:220px;flex-shrink:0;box-sizing:border-box;border-radius:var(--intergalactic-modal-rounded, 12px)0 0 var(--intergalactic-modal-rounded, 12px)}@media (max-width:1060px){.___SSidebar_1ufcg_gg_{width:44px}}.___SSidebarHeader_1ufcg_gg_{font-size:var(--intergalactic-fs-300, 16px);margin:0 var(--intergalactic-spacing-5x, 20px) var(--intergalactic-spacing-4x, 16px)}@media (max-width:1060px){.___SSidebarHeader_1ufcg_gg_{display:none}}.___SStepper_1ufcg_gg_{display:flex;font-size:var(--intergalactic-fs-200, 14px);border-radius:var(--intergalactic-control-rounded, 6px);padding:var(--intergalactic-spacing-2x, 8px) var(--intergalactic-spacing-3x, 12px);cursor:pointer;position:relative;overflow:auto;line-height:var(--intergalactic-lh-200, 142%)}@media (hover:hover){.___SStepper_1ufcg_gg_:hover{background:var(--intergalactic-control-primary-advertising-hover, #421983);z-index:1}}.___SStepper_1ufcg_gg_.__active_1ufcg_gg_{background:var(--intergalactic-control-primary-advertising-active, #8649e1)}.___SStepper_1ufcg_gg_.__disabled_1ufcg_gg_,.___SStepper_1ufcg_gg_:disabled{opacity:var(--intergalactic-disabled-opacity, 0.3);cursor:default;pointer-events:none}@media (max-width:1060px){.___SStepper_1ufcg_gg_{padding:var(--intergalactic-spacing-2x, 8px) var(--intergalactic-spacing-1x, 4px)}@media (hover:hover){.___SStepper_1ufcg_gg_:hover{width:-moz-fit-content;width:fit-content;max-width:220px}.___SStepper_1ufcg_gg_:hover .___SStepDescription_1ufcg_gg_{display:block;border-radius:var(--intergalactic-control-rounded, 6px);white-space:nowrap;overflow:auto}.___SStepper_1ufcg_gg_.__active_1ufcg_gg_:hover .___SStepDescription_1ufcg_gg_{background:var(--intergalactic-control-primary-advertising-active, #8649e1)}}}.___SStepNumber_1ufcg_gg_{display:inline-block;min-width:20px}.___SCompleted_1ufcg_gg_{margin-top:1px}@media (max-width:1060px){.___SStepDescription_1ufcg_gg_{display:none}}.___SContent_1ufcg_gg_{padding:var(--intergalactic-spacing-10x, 40px);width:100%;border-radius:0 var(--intergalactic-modal-rounded, 12px) var(--intergalactic-modal-rounded, 12px)0;background:var(--intergalactic-bg-primary-neutral, #ffffff)}" /*__inner_css_end__*/, "1ufcg_gg_") /*__reshadow_css_end__*/, {
|
25
|
+
"__SWizard": "___SWizard_1ufcg_gg_",
|
26
|
+
"__SStepNumber": "___SStepNumber_1ufcg_gg_",
|
27
|
+
"__SCompleted": "___SCompleted_1ufcg_gg_",
|
28
|
+
"__SContent": "___SContent_1ufcg_gg_",
|
29
|
+
"__SSidebar": "___SSidebar_1ufcg_gg_",
|
30
|
+
"__SSidebarHeader": "___SSidebarHeader_1ufcg_gg_",
|
31
|
+
"__SStepper": "___SStepper_1ufcg_gg_",
|
32
|
+
"_active": "__active_1ufcg_gg_",
|
33
|
+
"_disabled": "__disabled_1ufcg_gg_",
|
34
|
+
"__SStepDescription": "___SStepDescription_1ufcg_gg_"
|
35
35
|
});
|
36
36
|
var WizardRoot = /*#__PURE__*/function (_Component) {
|
37
37
|
_inherits(WizardRoot, _Component);
|