intergalactic 15.104.1 → 15.105.0-prerelease.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.
- package/CHANGELOG.md +24 -0
- package/button/index.d.ts +6 -0
- package/button/lib/cjs/Button.js +84 -67
- package/button/lib/cjs/Button.js.map +1 -1
- package/button/lib/cjs/index.d.js.map +1 -1
- package/button/lib/es6/Button.js +85 -67
- package/button/lib/es6/Button.js.map +1 -1
- package/button/lib/es6/index.d.js.map +1 -1
- package/button/lib/types/index.d.ts +6 -0
- package/components.json +5 -5
- package/data-table/Head.d.ts +4 -1
- package/data-table/lib/cjs/Body.js +3 -3
- package/data-table/lib/cjs/DataTable.js +36 -37
- package/data-table/lib/cjs/DataTable.js.map +1 -1
- package/data-table/lib/cjs/Head.js +13 -8
- package/data-table/lib/cjs/Head.js.map +1 -1
- package/data-table/lib/cjs/style/data-table.shadow.css +7 -4
- package/data-table/lib/es6/Body.js +3 -3
- package/data-table/lib/es6/DataTable.js +36 -37
- package/data-table/lib/es6/DataTable.js.map +1 -1
- package/data-table/lib/es6/Head.js +13 -8
- package/data-table/lib/es6/Head.js.map +1 -1
- package/data-table/lib/es6/style/data-table.shadow.css +7 -4
- package/data-table/lib/types/Head.d.ts +4 -1
- package/data-table/package.json +1 -1
- package/feedback-form/lib/cjs/FeedbackForm.js +9 -9
- package/feedback-form/lib/cjs/FeedbackForm.js.map +1 -1
- package/feedback-form/lib/cjs/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js +14 -17
- package/feedback-form/lib/cjs/component/feedback-rating/FeedbackRating.js.map +1 -1
- package/feedback-form/lib/cjs/component/slider-rating/SliderRating.js +6 -6
- package/feedback-form/lib/es6/FeedbackForm.js +9 -9
- package/feedback-form/lib/es6/FeedbackForm.js.map +1 -1
- package/feedback-form/lib/es6/component/checkbox-button/CheckboxButton.js +3 -3
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js +10 -13
- package/feedback-form/lib/es6/component/feedback-rating/FeedbackRating.js.map +1 -1
- package/feedback-form/lib/es6/component/slider-rating/SliderRating.js +6 -6
- package/feedback-form/package.json +1 -1
- package/fullscreen-modal/index.d.ts +2 -2
- package/fullscreen-modal/lib/cjs/index.d.js.map +1 -1
- package/fullscreen-modal/lib/es6/index.d.js.map +1 -1
- package/fullscreen-modal/lib/types/index.d.ts +2 -2
- package/inline-edit/lib/cjs/InlineEdit.js +4 -4
- package/inline-edit/lib/cjs/translations/de.json +1 -1
- package/inline-edit/lib/cjs/translations/es.json +1 -1
- package/inline-edit/lib/cjs/translations/fr.json +1 -1
- package/inline-edit/lib/cjs/translations/it.json +1 -1
- package/inline-edit/lib/cjs/translations/ja.json +1 -1
- package/inline-edit/lib/cjs/translations/ko.json +1 -1
- package/inline-edit/lib/cjs/translations/nl.json +1 -1
- package/inline-edit/lib/cjs/translations/pl.json +1 -1
- package/inline-edit/lib/cjs/translations/pt.json +1 -1
- package/inline-edit/lib/cjs/translations/sv.json +1 -1
- package/inline-edit/lib/cjs/translations/tr.json +1 -1
- package/inline-edit/lib/cjs/translations/vi.json +1 -1
- package/inline-edit/lib/cjs/translations/zh.json +1 -1
- package/inline-edit/lib/es6/InlineEdit.js +4 -4
- package/inline-edit/lib/es6/translations/de.json +1 -1
- package/inline-edit/lib/es6/translations/es.json +1 -1
- package/inline-edit/lib/es6/translations/fr.json +1 -1
- package/inline-edit/lib/es6/translations/it.json +1 -1
- package/inline-edit/lib/es6/translations/ja.json +1 -1
- package/inline-edit/lib/es6/translations/ko.json +1 -1
- package/inline-edit/lib/es6/translations/nl.json +1 -1
- package/inline-edit/lib/es6/translations/pl.json +1 -1
- package/inline-edit/lib/es6/translations/pt.json +1 -1
- package/inline-edit/lib/es6/translations/sv.json +1 -1
- package/inline-edit/lib/es6/translations/tr.json +1 -1
- package/inline-edit/lib/es6/translations/vi.json +1 -1
- package/inline-edit/lib/es6/translations/zh.json +1 -1
- package/inline-edit/package.json +1 -1
- package/modal/index.d.ts +2 -1
- package/modal/lib/cjs/index.d.js.map +1 -1
- package/modal/lib/es6/index.d.js.map +1 -1
- package/modal/lib/types/index.d.ts +2 -1
- package/notice/index.d.ts +5 -0
- package/notice/lib/cjs/Notice.js +60 -37
- package/notice/lib/cjs/Notice.js.map +1 -1
- package/notice/lib/cjs/NoticeSmart.js +1 -1
- package/notice/lib/cjs/NoticeSmart.js.map +1 -1
- package/notice/lib/cjs/index.d.js.map +1 -1
- package/notice/lib/cjs/style/notice.shadow.css +3 -1
- package/notice/lib/es6/Notice.js +63 -39
- package/notice/lib/es6/Notice.js.map +1 -1
- package/notice/lib/es6/NoticeSmart.js +1 -1
- package/notice/lib/es6/NoticeSmart.js.map +1 -1
- package/notice/lib/es6/index.d.js.map +1 -1
- package/notice/lib/es6/style/notice.shadow.css +3 -1
- package/notice/lib/types/index.d.ts +5 -0
- package/notice/package.json +1 -1
- package/package.json +1 -1
- package/side-panel/index.d.ts +2 -1
- package/side-panel/lib/cjs/index.d.js.map +1 -1
- package/side-panel/lib/es6/index.d.js.map +1 -1
- package/side-panel/lib/types/index.d.ts +2 -1
- package/time-picker/lib/cjs/TimePicker.js +12 -12
- package/time-picker/lib/cjs/translations/de.json +6 -5
- package/time-picker/lib/cjs/translations/es.json +6 -5
- package/time-picker/lib/cjs/translations/fr.json +6 -5
- package/time-picker/lib/cjs/translations/it.json +6 -5
- package/time-picker/lib/cjs/translations/ja.json +6 -5
- package/time-picker/lib/cjs/translations/ko.json +6 -5
- package/time-picker/lib/cjs/translations/nl.json +6 -5
- package/time-picker/lib/cjs/translations/pl.json +6 -5
- package/time-picker/lib/cjs/translations/pt.json +6 -5
- package/time-picker/lib/cjs/translations/sv.json +6 -5
- package/time-picker/lib/cjs/translations/tr.json +6 -5
- package/time-picker/lib/cjs/translations/vi.json +6 -5
- package/time-picker/lib/cjs/translations/zh.json +6 -5
- package/time-picker/lib/es6/TimePicker.js +12 -12
- package/time-picker/lib/es6/translations/de.json +6 -5
- package/time-picker/lib/es6/translations/es.json +6 -5
- package/time-picker/lib/es6/translations/fr.json +6 -5
- package/time-picker/lib/es6/translations/it.json +6 -5
- package/time-picker/lib/es6/translations/ja.json +6 -5
- package/time-picker/lib/es6/translations/ko.json +6 -5
- package/time-picker/lib/es6/translations/nl.json +6 -5
- package/time-picker/lib/es6/translations/pl.json +6 -5
- package/time-picker/lib/es6/translations/pt.json +6 -5
- package/time-picker/lib/es6/translations/sv.json +6 -5
- package/time-picker/lib/es6/translations/tr.json +6 -5
- package/time-picker/lib/es6/translations/vi.json +6 -5
- package/time-picker/lib/es6/translations/zh.json +6 -5
- package/time-picker/package.json +1 -1
@@ -1,7 +1,8 @@
|
|
1
1
|
{
|
2
|
-
"title": "
|
3
|
-
"titleEmpty": "
|
4
|
-
"hours": "
|
5
|
-
"minutes": "분
|
6
|
-
"
|
2
|
+
"title": "{time} {meridiem}",
|
3
|
+
"titleEmpty": "선택",
|
4
|
+
"hours": "시",
|
5
|
+
"minutes": "분",
|
6
|
+
"formatToggler": "시간대",
|
7
|
+
"changedFormatNotice": "시간대가 {meridiem}로 변경되었습니다"
|
7
8
|
}
|
@@ -1,7 +1,8 @@
|
|
1
1
|
{
|
2
|
-
"title": "
|
3
|
-
"titleEmpty": "
|
4
|
-
"hours": "
|
5
|
-
"minutes": "
|
6
|
-
"
|
2
|
+
"title": "{time} {meridiem}",
|
3
|
+
"titleEmpty": "Selecteren",
|
4
|
+
"hours": "Uur",
|
5
|
+
"minutes": "Minuten",
|
6
|
+
"formatToggler": "Tijdzone",
|
7
|
+
"changedFormatNotice": "Tijdzone gewijzigd in {meridiem}"
|
7
8
|
}
|
@@ -1,7 +1,8 @@
|
|
1
1
|
{
|
2
|
-
"title": "
|
3
|
-
"titleEmpty": "
|
4
|
-
"hours": "
|
5
|
-
"minutes": "
|
6
|
-
"
|
2
|
+
"title": "{time} {meridiem}",
|
3
|
+
"titleEmpty": "Wybierz",
|
4
|
+
"hours": "Godziny",
|
5
|
+
"minutes": "Minuty",
|
6
|
+
"formatToggler": "Pora dnia",
|
7
|
+
"changedFormatNotice": "Zmieniono porę dnia na {meridiem}"
|
7
8
|
}
|
@@ -1,7 +1,8 @@
|
|
1
1
|
{
|
2
|
-
"title": "
|
3
|
-
"titleEmpty": "
|
4
|
-
"hours": "
|
5
|
-
"minutes": "
|
6
|
-
"
|
2
|
+
"title": "{time} {meridiem}",
|
3
|
+
"titleEmpty": "Selecionar",
|
4
|
+
"hours": "Horas",
|
5
|
+
"minutes": "Minutos",
|
6
|
+
"formatToggler": "Período",
|
7
|
+
"changedFormatNotice": "Período alterado para {meridiem}"
|
7
8
|
}
|
@@ -1,7 +1,8 @@
|
|
1
1
|
{
|
2
|
-
"title": "
|
3
|
-
"titleEmpty": "
|
4
|
-
"hours": "
|
5
|
-
"minutes": "
|
6
|
-
"
|
2
|
+
"title": "{time} {meridiem}",
|
3
|
+
"titleEmpty": "Välj",
|
4
|
+
"hours": "Timmar",
|
5
|
+
"minutes": "Minuter",
|
6
|
+
"formatToggler": "Tidsperiod",
|
7
|
+
"changedFormatNotice": "Tidsperiod ändrad till {meridiem}"
|
7
8
|
}
|
@@ -1,7 +1,8 @@
|
|
1
1
|
{
|
2
|
-
"title": "
|
3
|
-
"titleEmpty": "
|
4
|
-
"hours": "Saat
|
5
|
-
"minutes": "Dakika
|
6
|
-
"
|
2
|
+
"title": "{time} {meridiem}",
|
3
|
+
"titleEmpty": "Seç",
|
4
|
+
"hours": "Saat",
|
5
|
+
"minutes": "Dakika",
|
6
|
+
"formatToggler": "Zaman aralığı",
|
7
|
+
"changedFormatNotice": "Zaman aralığı {meridiem} olarak değiştirildi"
|
7
8
|
}
|
@@ -1,7 +1,8 @@
|
|
1
1
|
{
|
2
|
-
"title": "
|
3
|
-
"titleEmpty": "
|
4
|
-
"hours": "
|
5
|
-
"minutes": "
|
6
|
-
"
|
2
|
+
"title": "{time} {meridiem}",
|
3
|
+
"titleEmpty": "Chọn",
|
4
|
+
"hours": "Giờ",
|
5
|
+
"minutes": "Phút",
|
6
|
+
"formatToggler": "Thời gian",
|
7
|
+
"changedFormatNotice": "Thời gian đã đổi thành {meridiem}"
|
7
8
|
}
|
@@ -1,7 +1,8 @@
|
|
1
1
|
{
|
2
|
-
"title": "
|
3
|
-
"titleEmpty": "
|
4
|
-
"hours": "
|
5
|
-
"minutes": "
|
6
|
-
"
|
2
|
+
"title": "{time} {meridiem}",
|
3
|
+
"titleEmpty": "选择",
|
4
|
+
"hours": "小时",
|
5
|
+
"minutes": "分钟",
|
6
|
+
"formatToggler": "时段",
|
7
|
+
"changedFormatNotice": "时间段已更改为 {meridiem}"
|
7
8
|
}
|
package/time-picker/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"name":"intergalactic/time-picker","description":"Semrush TimePicker Component","version":"4.47.
|
1
|
+
{"name":"intergalactic/time-picker","description":"Semrush TimePicker Component","version":"4.47.3-prerelease.1","main":"lib/cjs/index.js","module":"lib/es6/index.js","typings":"lib/types/index.d.ts","sideEffects":false,"author":"UI-kit team <ui-kit-team@semrush.com>","license":"MIT","scripts":{"build":"pnpm semcore-builder --source=js"},"dependencies":{"@semcore/button":"5.35.1","@semcore/flex-box":"5.31.2","@semcore/input":"4.32.2","@semcore/select":"4.45.4","@semcore/utils":"4.32.2"},"peerDependencies":{"@semcore/core":"^2.17.5","react":"16.8 - 18","react-dom":"16.8 - 18"},"repository":{"type":"git","url":"https://github.com/semrush/intergalactic.git","directory":"semcore/time-picker"},"devDependencies":{"@semcore/testing-utils":"1.0.0","@types/react":"18.0.21"}}
|