@shoper/phoenix_design_system 1.17.0-0 → 1.17.0-2
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/build/cjs/packages/phoenix/src/components/form/radio/radio_control.js +5 -0
- package/build/cjs/packages/phoenix/src/components/form/radio/radio_control.js.map +1 -1
- package/build/cjs/packages/phoenix/src/components/slider/slider.js +0 -50
- package/build/cjs/packages/phoenix/src/components/slider/slider.js.map +1 -1
- package/build/esm/packages/phoenix/src/components/form/radio/radio_control.d.ts +1 -0
- package/build/esm/packages/phoenix/src/components/form/radio/radio_control.js +5 -0
- package/build/esm/packages/phoenix/src/components/form/radio/radio_control.js.map +1 -1
- package/build/esm/packages/phoenix/src/components/slider/slider.d.ts +0 -9
- package/build/esm/packages/phoenix/src/components/slider/slider.js +1 -51
- package/build/esm/packages/phoenix/src/components/slider/slider.js.map +1 -1
- package/build/esm/packages/phoenix/src/components/slider/slider_types.d.ts +0 -3
- package/build/esm/packages/phoenix/src/components/slider/slider_types.js +0 -2
- package/build/esm/packages/phoenix/src/components/slider/slider_types.js.map +1 -1
- package/package.json +1 -1
- package/build/cjs/packages/phoenix/src/components/slider/slider_constants.js +0 -11
- package/build/cjs/packages/phoenix/src/components/slider/slider_constants.js.map +0 -1
- package/build/esm/packages/phoenix/src/components/slider/slider_constants.d.ts +0 -4
- package/build/esm/packages/phoenix/src/components/slider/slider_constants.js +0 -7
- package/build/esm/packages/phoenix/src/components/slider/slider_constants.js.map +0 -1
|
@@ -41,6 +41,7 @@ exports.HRadioControl = class HRadioControl extends phoenix_light_lit_element.Ph
|
|
|
41
41
|
?readonly="${this.readonly}"
|
|
42
42
|
?hidden="${this.hidden}"
|
|
43
43
|
.checked="${this.checked}"
|
|
44
|
+
aria-label="${ifDefined_js.ifDefined(this.ariaLabel)}"
|
|
44
45
|
aria-describedby="${ifDefined_js.ifDefined(this.ariaDescribedby)}"
|
|
45
46
|
@change="${this._handleChangeEvent}"
|
|
46
47
|
/>
|
|
@@ -81,6 +82,10 @@ tslib_es6.__decorate([
|
|
|
81
82
|
decorators.property({ type: String }),
|
|
82
83
|
tslib_es6.__metadata("design:type", String)
|
|
83
84
|
], exports.HRadioControl.prototype, "value", void 0);
|
|
85
|
+
tslib_es6.__decorate([
|
|
86
|
+
decorators.property({ type: String, attribute: 'aria-label' }),
|
|
87
|
+
tslib_es6.__metadata("design:type", String)
|
|
88
|
+
], exports.HRadioControl.prototype, "ariaLabel", void 0);
|
|
84
89
|
tslib_es6.__decorate([
|
|
85
90
|
decorators.property({ type: String, attribute: 'aria-describedby' }),
|
|
86
91
|
tslib_es6.__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,wBAAwB,+CAAmD;AAC3E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,wBAAwB,+CAAmD;AAC3E;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -8,7 +8,6 @@ var utilities = require('@dreamcommerce/utilities');
|
|
|
8
8
|
var phoenix_light_lit_element = require('../../core/phoenix_light_lit_element/phoenix_light_lit_element.js');
|
|
9
9
|
var phoenix_custom_element = require('../../core/decorators/phoenix_custom_element.js');
|
|
10
10
|
var splide_esm = require('../../../../../external/@splidejs/splide/dist/js/splide.esm.js');
|
|
11
|
-
var slider_constants = require('./slider_constants.js');
|
|
12
11
|
|
|
13
12
|
exports.HSlider = class HSlider extends phoenix_light_lit_element.PhoenixLightLitElement {
|
|
14
13
|
constructor() {
|
|
@@ -22,26 +21,6 @@ exports.HSlider = class HSlider extends phoenix_light_lit_element.PhoenixLightLi
|
|
|
22
21
|
focus: 'center'
|
|
23
22
|
};
|
|
24
23
|
this._slider = null;
|
|
25
|
-
this._$focusableElements = [];
|
|
26
|
-
this._showFocusableNodes = (slideComponent) => {
|
|
27
|
-
this._handleFocusableNodes(slideComponent, slider_constants.SLIDER_HANDLE_FOCUSABLE_NODES_OPTIONS.show);
|
|
28
|
-
};
|
|
29
|
-
this._hideFocusableNodes = (slideComponent) => {
|
|
30
|
-
this._handleFocusableNodes(slideComponent, slider_constants.SLIDER_HANDLE_FOCUSABLE_NODES_OPTIONS.hide);
|
|
31
|
-
};
|
|
32
|
-
this._handleFocusableNodes = ({ slide }, action) => {
|
|
33
|
-
const $focusableSlideChildren = this._$focusableElements.filter(($focusableElement) => slide.contains($focusableElement));
|
|
34
|
-
if ($focusableSlideChildren.length === 0)
|
|
35
|
-
return;
|
|
36
|
-
const updateFocusability = action === slider_constants.SLIDER_HANDLE_FOCUSABLE_NODES_OPTIONS.show ? this._showFocusableElement : this._hideFocusableElement;
|
|
37
|
-
$focusableSlideChildren.forEach(($element) => (updateFocusability($element)));
|
|
38
|
-
};
|
|
39
|
-
this._initializeFocusableElement = ($element) => {
|
|
40
|
-
!this._$focusableElements.includes($element) && this._$focusableElements.push($element);
|
|
41
|
-
if ($element.closest('[aria-hidden="true"]')) {
|
|
42
|
-
this._hideFocusableElement($element);
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
24
|
}
|
|
46
25
|
get sliderSettings() {
|
|
47
26
|
return this._settings;
|
|
@@ -61,39 +40,10 @@ exports.HSlider = class HSlider extends phoenix_light_lit_element.PhoenixLightLi
|
|
|
61
40
|
if (this._settings.mountOnConnectedCallback) {
|
|
62
41
|
this._slider.mount();
|
|
63
42
|
}
|
|
64
|
-
this._slider.on('visible', this._showFocusableNodes);
|
|
65
|
-
this._slider.on('hidden', this._hideFocusableNodes);
|
|
66
|
-
const mutationObserver = new MutationObserver(this._scanMutationsForNewFocusableElements);
|
|
67
|
-
mutationObserver.observe(this, { childList: true, subtree: true, attributes: true });
|
|
68
|
-
}
|
|
69
|
-
_showFocusableElement($element) {
|
|
70
|
-
$element.setAttribute('tabindex', '0');
|
|
71
|
-
$element.removeAttribute('aria-hidden');
|
|
72
|
-
}
|
|
73
|
-
_hideFocusableElement($element) {
|
|
74
|
-
$element.setAttribute('tabindex', '-1');
|
|
75
|
-
$element.setAttribute('aria-hidden', 'true');
|
|
76
|
-
}
|
|
77
|
-
_scanMutationsForNewFocusableElements(mutationList) {
|
|
78
|
-
for (const mutation of mutationList) {
|
|
79
|
-
if (mutation.type !== "childList")
|
|
80
|
-
continue;
|
|
81
|
-
const $target = mutation.target;
|
|
82
|
-
const isFocusable = utilities.UiDomUtils.isFocusable($target);
|
|
83
|
-
const $focusableChildren = [...$target.querySelectorAll(utilities.UiDomUtils.getFocusableSelector())];
|
|
84
|
-
isFocusable && this._initializeFocusableElement($target);
|
|
85
|
-
$focusableChildren.forEach(($child) => this._initializeFocusableElement($child));
|
|
86
|
-
}
|
|
87
43
|
}
|
|
88
44
|
getSlider() {
|
|
89
45
|
return this._slider;
|
|
90
46
|
}
|
|
91
|
-
disconnectedCallback() {
|
|
92
|
-
var _a, _b;
|
|
93
|
-
super.disconnectedCallback();
|
|
94
|
-
(_a = this._slider) === null || _a === void 0 ? void 0 : _a.off('visible');
|
|
95
|
-
(_b = this._slider) === null || _b === void 0 ? void 0 : _b.off('hidden');
|
|
96
|
-
}
|
|
97
47
|
};
|
|
98
48
|
tslib_es6.__decorate([
|
|
99
49
|
decorators.property({ reflect: true }),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,wBAAwB,4CAAgD;AACxE;AACA;AACA;AACA;AACA,yBAAyB,gEAAoE;AAC7F;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA,wBAAwB,4CAAgD;AACxE;AACA;AACA;AACA;AACA,yBAAyB,gEAAoE;AAC7F;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -37,6 +37,7 @@ let HRadioControl = class HRadioControl extends PhoenixLightLitElement {
|
|
|
37
37
|
?readonly="${this.readonly}"
|
|
38
38
|
?hidden="${this.hidden}"
|
|
39
39
|
.checked="${this.checked}"
|
|
40
|
+
aria-label="${ifDefined(this.ariaLabel)}"
|
|
40
41
|
aria-describedby="${ifDefined(this.ariaDescribedby)}"
|
|
41
42
|
@change="${this._handleChangeEvent}"
|
|
42
43
|
/>
|
|
@@ -77,6 +78,10 @@ __decorate([
|
|
|
77
78
|
property({ type: String }),
|
|
78
79
|
__metadata("design:type", String)
|
|
79
80
|
], HRadioControl.prototype, "value", void 0);
|
|
81
|
+
__decorate([
|
|
82
|
+
property({ type: String, attribute: 'aria-label' }),
|
|
83
|
+
__metadata("design:type", String)
|
|
84
|
+
], HRadioControl.prototype, "ariaLabel", void 0);
|
|
80
85
|
__decorate([
|
|
81
86
|
property({ type: String, attribute: 'aria-describedby' }),
|
|
82
87
|
__metadata("design:type", String)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA,uCAAuC,+CAAmD;AAC1F;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA,uCAAuC,+CAAmD;AAC1F;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -7,15 +7,6 @@ export declare class HSlider extends PhoenixLightLitElement {
|
|
|
7
7
|
set sliderSettings(newSettingsObject: ISliderOptions);
|
|
8
8
|
private _settings;
|
|
9
9
|
private _slider;
|
|
10
|
-
private _$focusableElements;
|
|
11
10
|
connectedCallback(): void;
|
|
12
|
-
private _showFocusableNodes;
|
|
13
|
-
private _hideFocusableNodes;
|
|
14
|
-
private _handleFocusableNodes;
|
|
15
|
-
private _showFocusableElement;
|
|
16
|
-
private _hideFocusableElement;
|
|
17
|
-
private _scanMutationsForNewFocusableElements;
|
|
18
|
-
private _initializeFocusableElement;
|
|
19
11
|
getSlider(): ISlider | null;
|
|
20
|
-
disconnectedCallback(): void;
|
|
21
12
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import { __decorate, __metadata } from '../../../../../external/tslib/tslib.es6.js';
|
|
2
2
|
import { property } from 'lit/decorators';
|
|
3
|
-
import { JsonUtils
|
|
3
|
+
import { JsonUtils } from '@dreamcommerce/utilities';
|
|
4
4
|
import { PhoenixLightLitElement } from '../../core/phoenix_light_lit_element/phoenix_light_lit_element.js';
|
|
5
5
|
import { phoenixCustomElement } from '../../core/decorators/phoenix_custom_element.js';
|
|
6
6
|
import { Splide } from '../../../../../external/@splidejs/splide/dist/js/splide.esm.js';
|
|
7
|
-
import { SLIDER_HANDLE_FOCUSABLE_NODES_OPTIONS } from './slider_constants.js';
|
|
8
7
|
|
|
9
8
|
let HSlider = class HSlider extends PhoenixLightLitElement {
|
|
10
9
|
constructor() {
|
|
@@ -18,26 +17,6 @@ let HSlider = class HSlider extends PhoenixLightLitElement {
|
|
|
18
17
|
focus: 'center'
|
|
19
18
|
};
|
|
20
19
|
this._slider = null;
|
|
21
|
-
this._$focusableElements = [];
|
|
22
|
-
this._showFocusableNodes = (slideComponent) => {
|
|
23
|
-
this._handleFocusableNodes(slideComponent, SLIDER_HANDLE_FOCUSABLE_NODES_OPTIONS.show);
|
|
24
|
-
};
|
|
25
|
-
this._hideFocusableNodes = (slideComponent) => {
|
|
26
|
-
this._handleFocusableNodes(slideComponent, SLIDER_HANDLE_FOCUSABLE_NODES_OPTIONS.hide);
|
|
27
|
-
};
|
|
28
|
-
this._handleFocusableNodes = ({ slide }, action) => {
|
|
29
|
-
const $focusableSlideChildren = this._$focusableElements.filter(($focusableElement) => slide.contains($focusableElement));
|
|
30
|
-
if ($focusableSlideChildren.length === 0)
|
|
31
|
-
return;
|
|
32
|
-
const updateFocusability = action === SLIDER_HANDLE_FOCUSABLE_NODES_OPTIONS.show ? this._showFocusableElement : this._hideFocusableElement;
|
|
33
|
-
$focusableSlideChildren.forEach(($element) => (updateFocusability($element)));
|
|
34
|
-
};
|
|
35
|
-
this._initializeFocusableElement = ($element) => {
|
|
36
|
-
!this._$focusableElements.includes($element) && this._$focusableElements.push($element);
|
|
37
|
-
if ($element.closest('[aria-hidden="true"]')) {
|
|
38
|
-
this._hideFocusableElement($element);
|
|
39
|
-
}
|
|
40
|
-
};
|
|
41
20
|
}
|
|
42
21
|
get sliderSettings() {
|
|
43
22
|
return this._settings;
|
|
@@ -57,39 +36,10 @@ let HSlider = class HSlider extends PhoenixLightLitElement {
|
|
|
57
36
|
if (this._settings.mountOnConnectedCallback) {
|
|
58
37
|
this._slider.mount();
|
|
59
38
|
}
|
|
60
|
-
this._slider.on('visible', this._showFocusableNodes);
|
|
61
|
-
this._slider.on('hidden', this._hideFocusableNodes);
|
|
62
|
-
const mutationObserver = new MutationObserver(this._scanMutationsForNewFocusableElements);
|
|
63
|
-
mutationObserver.observe(this, { childList: true, subtree: true, attributes: true });
|
|
64
|
-
}
|
|
65
|
-
_showFocusableElement($element) {
|
|
66
|
-
$element.setAttribute('tabindex', '0');
|
|
67
|
-
$element.removeAttribute('aria-hidden');
|
|
68
|
-
}
|
|
69
|
-
_hideFocusableElement($element) {
|
|
70
|
-
$element.setAttribute('tabindex', '-1');
|
|
71
|
-
$element.setAttribute('aria-hidden', 'true');
|
|
72
|
-
}
|
|
73
|
-
_scanMutationsForNewFocusableElements(mutationList) {
|
|
74
|
-
for (const mutation of mutationList) {
|
|
75
|
-
if (mutation.type !== "childList")
|
|
76
|
-
continue;
|
|
77
|
-
const $target = mutation.target;
|
|
78
|
-
const isFocusable = UiDomUtils.isFocusable($target);
|
|
79
|
-
const $focusableChildren = [...$target.querySelectorAll(UiDomUtils.getFocusableSelector())];
|
|
80
|
-
isFocusable && this._initializeFocusableElement($target);
|
|
81
|
-
$focusableChildren.forEach(($child) => this._initializeFocusableElement($child));
|
|
82
|
-
}
|
|
83
39
|
}
|
|
84
40
|
getSlider() {
|
|
85
41
|
return this._slider;
|
|
86
42
|
}
|
|
87
|
-
disconnectedCallback() {
|
|
88
|
-
var _a, _b;
|
|
89
|
-
super.disconnectedCallback();
|
|
90
|
-
(_a = this._slider) === null || _a === void 0 ? void 0 : _a.off('visible');
|
|
91
|
-
(_b = this._slider) === null || _b === void 0 ? void 0 : _b.off('hidden');
|
|
92
|
-
}
|
|
93
43
|
};
|
|
94
44
|
__decorate([
|
|
95
45
|
property({ reflect: true }),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA,uCAAuC,4CAAgD;AACvF;AACA;AACA;AACA;AACA,uBAAuB,gEAAoE;AAC3F;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;
|
|
1
|
+
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA,uCAAuC,4CAAgD;AACvF;AACA;AACA;AACA;AACA,uBAAuB,gEAAoE;AAC3F;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import { Options, Splide } from '@splidejs/splide';
|
|
2
|
-
import { SLIDER_HANDLE_FOCUSABLE_NODES_OPTIONS } from './slider_constants';
|
|
3
|
-
import { Any } from 'ts-toolbelt';
|
|
4
2
|
export interface ISlider extends Splide {
|
|
5
3
|
}
|
|
6
4
|
export interface ISliderOptions extends Options {
|
|
7
5
|
mountOnConnectedCallback: boolean;
|
|
8
6
|
}
|
|
9
|
-
export declare type THandleNodesOption = typeof SLIDER_HANDLE_FOCUSABLE_NODES_OPTIONS[Any.Keys<typeof SLIDER_HANDLE_FOCUSABLE_NODES_OPTIONS>];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"slider_types.js","sourceRoot":"","sources":["../../../../../../../src/components/slider/slider_types.ts"],"names":[],"mappings":"AAAA,OAAgC,kBAAkB,CAAC
|
|
1
|
+
{"version":3,"file":"slider_types.js","sourceRoot":"","sources":["../../../../../../../src/components/slider/slider_types.ts"],"names":[],"mappings":"AAAA,OAAgC,kBAAkB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
const SLIDER_HANDLE_FOCUSABLE_NODES_OPTIONS = {
|
|
6
|
-
show: 'show',
|
|
7
|
-
hide: 'hide'
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
exports.SLIDER_HANDLE_FOCUSABLE_NODES_OPTIONS = SLIDER_HANDLE_FOCUSABLE_NODES_OPTIONS;
|
|
11
|
-
//# sourceMappingURL=slider_constants.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;"}
|