@dreamcommerce/aurora 3.0.0-164 → 3.0.0-166
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/aurora/src/components/color_picker/components/color_picker_footer.js +4 -4
- package/build/cjs/packages/aurora/src/translations/en.json.js +17 -1
- package/build/cjs/packages/aurora/src/translations/en.json.js.map +1 -1
- package/build/cjs/packages/aurora/src/translations/pl.json.js +17 -1
- package/build/cjs/packages/aurora/src/translations/pl.json.js.map +1 -1
- package/build/esm/packages/aurora/src/components/color_picker/components/color_picker_footer.js +4 -4
- package/build/esm/packages/aurora/src/translations/en.json +11 -1
- package/build/esm/packages/aurora/src/translations/en.json.js +15 -2
- package/build/esm/packages/aurora/src/translations/en.json.js.map +1 -1
- package/build/esm/packages/aurora/src/translations/pl.json +11 -1
- package/build/esm/packages/aurora/src/translations/pl.json.js +15 -2
- package/build/esm/packages/aurora/src/translations/pl.json.js.map +1 -1
- package/package.json +1 -1
package/build/cjs/packages/aurora/src/components/color_picker/components/color_picker_footer.js
CHANGED
|
@@ -35,17 +35,17 @@ var ColorPickerFooter = function ColorPickerFooter() {
|
|
|
35
35
|
return /*#__PURE__*/React__default['default'].createElement("div", {
|
|
36
36
|
className: "aurora-flex aurora-items-center aurora-justify-between aurora-gap-2 aurora-pt-2 aurora-pb-3 aurora-px-4 aurora-border aurora-rounded-b-16 aurora-bg-neutral-0"
|
|
37
37
|
}, /*#__PURE__*/React__default['default'].createElement(button.Button, {
|
|
38
|
-
className: "aurora-
|
|
38
|
+
className: "aurora-flex-1",
|
|
39
39
|
variant: "secondary",
|
|
40
40
|
size: "s",
|
|
41
41
|
type: "button",
|
|
42
42
|
onClick: handleCancelButton
|
|
43
|
-
}, "".concat(t('
|
|
44
|
-
className: "aurora-
|
|
43
|
+
}, "".concat(t('Cancel'))), /*#__PURE__*/React__default['default'].createElement(button.Button, {
|
|
44
|
+
className: "aurora-flex-1",
|
|
45
45
|
type: "button",
|
|
46
46
|
size: "s",
|
|
47
47
|
onClick: handleSaveButton
|
|
48
|
-
}, "".concat(t('
|
|
48
|
+
}, "".concat(t('Choose'))));
|
|
49
49
|
};
|
|
50
50
|
|
|
51
51
|
exports.ColorPickerFooter = ColorPickerFooter;
|
|
@@ -4,6 +4,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var Select = "Select";
|
|
6
6
|
var Remove = "Remove";
|
|
7
|
+
var Cancel = "Cancel";
|
|
8
|
+
var Choose = "Choose";
|
|
9
|
+
var Solid = "Solid";
|
|
7
10
|
var en = {
|
|
8
11
|
Select: Select,
|
|
9
12
|
"No preview": "No preview",
|
|
@@ -12,10 +15,23 @@ var en = {
|
|
|
12
15
|
"Supported formats": "Supported formats",
|
|
13
16
|
Remove: Remove,
|
|
14
17
|
"Transfering file...": "Transfering file...",
|
|
15
|
-
"Invalid file format": "Invalid file format"
|
|
18
|
+
"Invalid file format": "Invalid file format",
|
|
19
|
+
"Select color": "Select color",
|
|
20
|
+
"Shades of color": "Shades of color",
|
|
21
|
+
"Linear gradient": "Linear gradient",
|
|
22
|
+
"Radial gradient": "Radial gradient",
|
|
23
|
+
"Sample color": "Sample color",
|
|
24
|
+
"Add color": "Add color",
|
|
25
|
+
Cancel: Cancel,
|
|
26
|
+
Choose: Choose,
|
|
27
|
+
Solid: Solid,
|
|
28
|
+
"Theme colors": "Theme colors"
|
|
16
29
|
};
|
|
17
30
|
|
|
31
|
+
exports.Cancel = Cancel;
|
|
32
|
+
exports.Choose = Choose;
|
|
18
33
|
exports.Remove = Remove;
|
|
19
34
|
exports.Select = Select;
|
|
35
|
+
exports.Solid = Solid;
|
|
20
36
|
exports.default = en;
|
|
21
37
|
//# sourceMappingURL=en.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -4,6 +4,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var Select = "Wybierz";
|
|
6
6
|
var Remove = "Usuń";
|
|
7
|
+
var Cancel = "Anuluj";
|
|
8
|
+
var Choose = "Wybierz";
|
|
9
|
+
var Solid = "Jednolity";
|
|
7
10
|
var pl = {
|
|
8
11
|
Select: Select,
|
|
9
12
|
"No preview": "Brak podglądu",
|
|
@@ -12,10 +15,23 @@ var pl = {
|
|
|
12
15
|
"Supported formats": "Obsługiwane formaty",
|
|
13
16
|
Remove: Remove,
|
|
14
17
|
"Transfering file...": "Wgrywanie pliku...",
|
|
15
|
-
"Invalid file format": "Niepoprawny format pliku"
|
|
18
|
+
"Invalid file format": "Niepoprawny format pliku",
|
|
19
|
+
"Select color": "Wybierz kolor",
|
|
20
|
+
"Shades of color": "Odcienie koloru",
|
|
21
|
+
"Linear gradient": "Gradient liniowy",
|
|
22
|
+
"Radial gradient": "Gradient promieniowy",
|
|
23
|
+
"Add color": "Dodaj kolor",
|
|
24
|
+
Cancel: Cancel,
|
|
25
|
+
Choose: Choose,
|
|
26
|
+
Solid: Solid,
|
|
27
|
+
"Theme colors": "Kolory szablonu",
|
|
28
|
+
"Sample color": "Pobierz kolor"
|
|
16
29
|
};
|
|
17
30
|
|
|
31
|
+
exports.Cancel = Cancel;
|
|
32
|
+
exports.Choose = Choose;
|
|
18
33
|
exports.Remove = Remove;
|
|
19
34
|
exports.Select = Select;
|
|
35
|
+
exports.Solid = Solid;
|
|
20
36
|
exports.default = pl;
|
|
21
37
|
//# sourceMappingURL=pl.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
package/build/esm/packages/aurora/src/components/color_picker/components/color_picker_footer.js
CHANGED
|
@@ -27,17 +27,17 @@ var ColorPickerFooter = function ColorPickerFooter() {
|
|
|
27
27
|
return /*#__PURE__*/React.createElement("div", {
|
|
28
28
|
className: "aurora-flex aurora-items-center aurora-justify-between aurora-gap-2 aurora-pt-2 aurora-pb-3 aurora-px-4 aurora-border aurora-rounded-b-16 aurora-bg-neutral-0"
|
|
29
29
|
}, /*#__PURE__*/React.createElement(Button, {
|
|
30
|
-
className: "aurora-
|
|
30
|
+
className: "aurora-flex-1",
|
|
31
31
|
variant: "secondary",
|
|
32
32
|
size: "s",
|
|
33
33
|
type: "button",
|
|
34
34
|
onClick: handleCancelButton
|
|
35
|
-
}, "".concat(t('
|
|
36
|
-
className: "aurora-
|
|
35
|
+
}, "".concat(t('Cancel'))), /*#__PURE__*/React.createElement(Button, {
|
|
36
|
+
className: "aurora-flex-1",
|
|
37
37
|
type: "button",
|
|
38
38
|
size: "s",
|
|
39
39
|
onClick: handleSaveButton
|
|
40
|
-
}, "".concat(t('
|
|
40
|
+
}, "".concat(t('Choose'))));
|
|
41
41
|
};
|
|
42
42
|
|
|
43
43
|
export { ColorPickerFooter };
|
|
@@ -6,5 +6,15 @@
|
|
|
6
6
|
"Supported formats": "Supported formats",
|
|
7
7
|
"Remove": "Remove",
|
|
8
8
|
"Transfering file...": "Transfering file...",
|
|
9
|
-
"Invalid file format": "Invalid file format"
|
|
9
|
+
"Invalid file format": "Invalid file format",
|
|
10
|
+
"Select color": "Select color",
|
|
11
|
+
"Shades of color": "Shades of color",
|
|
12
|
+
"Linear gradient": "Linear gradient",
|
|
13
|
+
"Radial gradient": "Radial gradient",
|
|
14
|
+
"Sample color": "Sample color",
|
|
15
|
+
"Add color": "Add color",
|
|
16
|
+
"Cancel": "Cancel",
|
|
17
|
+
"Choose": "Choose",
|
|
18
|
+
"Solid": "Solid",
|
|
19
|
+
"Theme colors": "Theme colors"
|
|
10
20
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var Select = "Select";
|
|
2
2
|
var Remove = "Remove";
|
|
3
|
+
var Cancel = "Cancel";
|
|
4
|
+
var Choose = "Choose";
|
|
5
|
+
var Solid = "Solid";
|
|
3
6
|
var en = {
|
|
4
7
|
Select: Select,
|
|
5
8
|
"No preview": "No preview",
|
|
@@ -8,9 +11,19 @@ var en = {
|
|
|
8
11
|
"Supported formats": "Supported formats",
|
|
9
12
|
Remove: Remove,
|
|
10
13
|
"Transfering file...": "Transfering file...",
|
|
11
|
-
"Invalid file format": "Invalid file format"
|
|
14
|
+
"Invalid file format": "Invalid file format",
|
|
15
|
+
"Select color": "Select color",
|
|
16
|
+
"Shades of color": "Shades of color",
|
|
17
|
+
"Linear gradient": "Linear gradient",
|
|
18
|
+
"Radial gradient": "Radial gradient",
|
|
19
|
+
"Sample color": "Sample color",
|
|
20
|
+
"Add color": "Add color",
|
|
21
|
+
Cancel: Cancel,
|
|
22
|
+
Choose: Choose,
|
|
23
|
+
Solid: Solid,
|
|
24
|
+
"Theme colors": "Theme colors"
|
|
12
25
|
};
|
|
13
26
|
|
|
14
27
|
export default en;
|
|
15
|
-
export { Remove, Select };
|
|
28
|
+
export { Cancel, Choose, Remove, Select, Solid };
|
|
16
29
|
//# sourceMappingURL=en.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|
|
@@ -6,5 +6,15 @@
|
|
|
6
6
|
"Supported formats": "Obsługiwane formaty",
|
|
7
7
|
"Remove": "Usuń",
|
|
8
8
|
"Transfering file...": "Wgrywanie pliku...",
|
|
9
|
-
"Invalid file format": "Niepoprawny format pliku"
|
|
9
|
+
"Invalid file format": "Niepoprawny format pliku",
|
|
10
|
+
"Select color": "Wybierz kolor",
|
|
11
|
+
"Shades of color": "Odcienie koloru",
|
|
12
|
+
"Linear gradient": "Gradient liniowy",
|
|
13
|
+
"Radial gradient": "Gradient promieniowy",
|
|
14
|
+
"Add color": "Dodaj kolor",
|
|
15
|
+
"Cancel": "Anuluj",
|
|
16
|
+
"Choose": "Wybierz",
|
|
17
|
+
"Solid": "Jednolity",
|
|
18
|
+
"Theme colors": "Kolory szablonu",
|
|
19
|
+
"Sample color": "Pobierz kolor"
|
|
10
20
|
}
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
var Select = "Wybierz";
|
|
2
2
|
var Remove = "Usuń";
|
|
3
|
+
var Cancel = "Anuluj";
|
|
4
|
+
var Choose = "Wybierz";
|
|
5
|
+
var Solid = "Jednolity";
|
|
3
6
|
var pl = {
|
|
4
7
|
Select: Select,
|
|
5
8
|
"No preview": "Brak podglądu",
|
|
@@ -8,9 +11,19 @@ var pl = {
|
|
|
8
11
|
"Supported formats": "Obsługiwane formaty",
|
|
9
12
|
Remove: Remove,
|
|
10
13
|
"Transfering file...": "Wgrywanie pliku...",
|
|
11
|
-
"Invalid file format": "Niepoprawny format pliku"
|
|
14
|
+
"Invalid file format": "Niepoprawny format pliku",
|
|
15
|
+
"Select color": "Wybierz kolor",
|
|
16
|
+
"Shades of color": "Odcienie koloru",
|
|
17
|
+
"Linear gradient": "Gradient liniowy",
|
|
18
|
+
"Radial gradient": "Gradient promieniowy",
|
|
19
|
+
"Add color": "Dodaj kolor",
|
|
20
|
+
Cancel: Cancel,
|
|
21
|
+
Choose: Choose,
|
|
22
|
+
Solid: Solid,
|
|
23
|
+
"Theme colors": "Kolory szablonu",
|
|
24
|
+
"Sample color": "Pobierz kolor"
|
|
12
25
|
};
|
|
13
26
|
|
|
14
27
|
export default pl;
|
|
15
|
-
export { Remove, Select };
|
|
28
|
+
export { Cancel, Choose, Remove, Select, Solid };
|
|
16
29
|
//# sourceMappingURL=pl.json.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":null,"sources":[null],"sourcesContent":[null],"names":[],"mappings":"AAAA;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;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;"}
|