@licklist/design 0.68.6-dev.1 → 0.68.6-dev.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/dist/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.js +2 -2
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.d.ts.map +1 -1
- package/dist/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.js +13 -0
- package/dist/iframe/order-process/components/Timer/Timer.js +1 -1
- package/dist/modals/dialog/Dialog.js +2 -2
- package/dist/notification/email-template/control/EmailTemplateControl.d.ts.map +1 -1
- package/dist/notification/email-template/control/EmailTemplateControl.js +3 -0
- package/dist/product-set/form/MobileFooter.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.d.ts.map +1 -1
- package/dist/product-set/product/booking-management/ProductBookingManagementControl.js +6 -0
- package/dist/product-set/product/deposit/ProductDepositControl.d.ts.map +1 -1
- package/dist/product-set/product/deposit/ProductDepositControl.js +3 -0
- package/dist/product-set/product/duration/ProductDurationControl.d.ts.map +1 -1
- package/dist/product-set/product/duration/ProductDurationControl.js +6 -0
- package/dist/product-set/product/price/ProductPriceControl.d.ts.map +1 -1
- package/dist/product-set/product/price/ProductPriceControl.js +3 -0
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityConstantControl.js +6 -0
- package/dist/product-set/product/quantity/ProductQuantityControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityControl.js +6 -0
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.d.ts.map +1 -1
- package/dist/product-set/product/quantity/ProductQuantityRechargingControl.js +4 -1
- package/dist/product-set/product-category/ProductCategoryControl.d.ts.map +1 -1
- package/dist/product-set/product-category/ProductCategoryControl.js +12 -0
- package/dist/recurrence-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/recurrence-input/RecurrenceEndInput.js +3 -0
- package/dist/recurring-date-picker-input/RecurrenceEndInput.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.d.ts.map +1 -1
- package/dist/resource/form/components/CapacityControl.js +3 -0
- package/dist/resource/form/components/SortControl.d.ts.map +1 -1
- package/dist/resource/form/components/SortControl.js +3 -0
- package/dist/root.css +51 -51
- package/dist/sales/coupon/control/CouponFormControl.d.ts.map +1 -1
- package/dist/sales/coupon/control/CouponFormControl.js +21 -0
- package/dist/sales/manual-booking/search-user/SearchUser.js +1 -1
- package/dist/setting/admin/PaymentFeeForm.d.ts.map +1 -1
- package/dist/setting/admin/PaymentFeeForm.js +16 -1
- package/dist/setting/dashboard/DashboardSettingForm.d.ts.map +1 -1
- package/dist/setting/dashboard/DashboardSettingForm.js +4 -1
- package/dist/static/CurrencyNumberInput.d.ts.map +1 -1
- package/dist/static/CurrencyNumberInput.js +3 -0
- package/dist/static/form-number-input/FormNumberInput.d.ts.map +1 -1
- package/dist/static/form-number-input/FormNumberInput.js +3 -0
- package/dist/static/number-input/NumberInput.d.ts.map +1 -1
- package/dist/static/number-input/NumberInput.js +3 -0
- package/dist/tiptap-editor/TipTapMenu/extensions/constants.d.ts.map +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/constants.js +1 -1
- package/dist/tiptap-editor/TipTapMenu/extensions/utils.js +1 -1
- package/dist/zone/form/components/GameDurationControl.d.ts.map +1 -1
- package/dist/zone/form/components/GameDurationControl.js +3 -0
- package/dist/zone/form/components/SortControl.d.ts.map +1 -1
- package/dist/zone/form/components/SortControl.js +3 -0
- package/package.json +1 -1
- package/postcss.config.cjs +2 -2
- package/src/events/edit-event-modal/component/SelectEventProductSet/SelectEventProductSet.tsx +2 -2
- package/src/iframe/order-process/components/CategoryProduct/components/NumberInput/NumberInput.tsx +9 -0
- package/src/iframe/order-process/components/Timer/Timer.tsx +1 -1
- package/src/modals/dialog/Dialog.tsx +2 -2
- package/src/notification/email-template/control/EmailTemplateControl.tsx +1 -0
- package/src/product-set/form/MobileFooter.tsx +1 -2
- package/src/product-set/product/booking-management/ProductBookingManagementControl.tsx +2 -0
- package/src/product-set/product/deposit/ProductDepositControl.tsx +1 -0
- package/src/product-set/product/duration/ProductDurationControl.tsx +2 -0
- package/src/product-set/product/price/ProductPriceControl.tsx +1 -0
- package/src/product-set/product/quantity/ProductQuantityConstantControl.tsx +2 -0
- package/src/product-set/product/quantity/ProductQuantityControl.tsx +2 -0
- package/src/product-set/product/quantity/ProductQuantityRechargingControl.tsx +1 -0
- package/src/product-set/product-category/ProductCategoryControl.tsx +4 -0
- package/src/recurrence-input/RecurrenceEndInput.tsx +1 -0
- package/src/recurring-date-picker-input/RecurrenceEndInput.tsx +1 -0
- package/src/resource/form/components/CapacityControl.tsx +1 -0
- package/src/resource/form/components/SortControl.tsx +1 -0
- package/src/root.css +51 -51
- package/src/sales/coupon/control/CouponFormControl.tsx +7 -0
- package/src/sales/manual-booking/search-user/SearchUser.tsx +1 -1
- package/src/setting/admin/PaymentFeeForm.tsx +5 -0
- package/src/setting/dashboard/DashboardSettingForm.tsx +1 -0
- package/src/static/CurrencyNumberInput.tsx +1 -0
- package/src/static/form-number-input/FormNumberInput.tsx +1 -0
- package/src/static/number-input/NumberInput.tsx +1 -0
- package/src/tiptap-editor/TipTapMenu/extensions/constants.ts +2 -1
- package/src/tiptap-editor/TipTapMenu/extensions/utils.ts +2 -2
- package/src/zone/form/components/GameDurationControl.tsx +1 -0
- package/src/zone/form/components/SortControl.tsx +1 -0
- package/tailwind.config.js +3 -6
- package/yarn.lock +15 -15
|
@@ -102,7 +102,7 @@ export const SearchUser = ({
|
|
|
102
102
|
{t('Design:search')}
|
|
103
103
|
</div>
|
|
104
104
|
<div className='search-container'>
|
|
105
|
-
<div className='
|
|
105
|
+
<div className='search-input-container'>
|
|
106
106
|
<div className='input-label'>{t('Sale:byName')}</div>
|
|
107
107
|
<Controller
|
|
108
108
|
control={control}
|
|
@@ -74,6 +74,7 @@ export function PaymentFeeForm({ isLoading = false }: PaymentFeeFormProps) {
|
|
|
74
74
|
max={100}
|
|
75
75
|
step='1'
|
|
76
76
|
placeholder='0'
|
|
77
|
+
onWheel={(event) => event.currentTarget.blur()}
|
|
77
78
|
{...register('feeInPercent', {
|
|
78
79
|
validate: {
|
|
79
80
|
moreThan: (v) => (v ? v >= 0 : true),
|
|
@@ -129,6 +130,7 @@ export function PaymentFeeForm({ isLoading = false }: PaymentFeeFormProps) {
|
|
|
129
130
|
max={999999.99}
|
|
130
131
|
step='0.01'
|
|
131
132
|
placeholder='0,00'
|
|
133
|
+
onWheel={(event) => event.currentTarget.blur()}
|
|
132
134
|
isInvalid={Boolean(errors.minFeeInPounds)}
|
|
133
135
|
disabled={isLoading}
|
|
134
136
|
/>
|
|
@@ -174,6 +176,7 @@ export function PaymentFeeForm({ isLoading = false }: PaymentFeeFormProps) {
|
|
|
174
176
|
max={999999.99}
|
|
175
177
|
step='0.01'
|
|
176
178
|
placeholder='0,00'
|
|
179
|
+
onWheel={(event) => event.currentTarget.blur()}
|
|
177
180
|
isInvalid={Boolean(errors.maxFeeInPounds)}
|
|
178
181
|
disabled={isLoading}
|
|
179
182
|
/>
|
|
@@ -231,6 +234,7 @@ export function PaymentFeeForm({ isLoading = false }: PaymentFeeFormProps) {
|
|
|
231
234
|
max={100}
|
|
232
235
|
step='1'
|
|
233
236
|
placeholder='0'
|
|
237
|
+
onWheel={(event) => event.currentTarget.blur()}
|
|
234
238
|
isInvalid={Boolean(errors.vatInPercent)}
|
|
235
239
|
disabled={isLoading}
|
|
236
240
|
/>
|
|
@@ -276,6 +280,7 @@ export function PaymentFeeForm({ isLoading = false }: PaymentFeeFormProps) {
|
|
|
276
280
|
max={999999.99}
|
|
277
281
|
step='0.01'
|
|
278
282
|
placeholder='0,00'
|
|
283
|
+
onWheel={(event) => event.currentTarget.blur()}
|
|
279
284
|
isInvalid={Boolean(errors.fixedFee)}
|
|
280
285
|
disabled={isLoading}
|
|
281
286
|
/>
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
export const EMOJI_URL =
|
|
1
|
+
export const EMOJI_URL =
|
|
2
|
+
'https://cdnjs.cloudflare.com/ajax/libs/emojione/2.2.7/assets/svg/'
|
|
@@ -4,8 +4,8 @@ import { EMOJI_URL } from './constants'
|
|
|
4
4
|
function parseTwemoji(emoji: string) {
|
|
5
5
|
const [twemoji] = parse(emoji)
|
|
6
6
|
|
|
7
|
-
const emojiPathUrl = EMOJI_URL.concat(twemoji.url.split(
|
|
8
|
-
|
|
7
|
+
const emojiPathUrl = EMOJI_URL.concat(twemoji.url.split('/').slice(-1))
|
|
8
|
+
|
|
9
9
|
return {
|
|
10
10
|
src: emojiPathUrl,
|
|
11
11
|
alt: twemoji.text,
|
package/tailwind.config.js
CHANGED
|
@@ -1,17 +1,14 @@
|
|
|
1
1
|
/** @type {import('tailwindcss').Config} */
|
|
2
2
|
export default {
|
|
3
|
-
darkMode: [
|
|
4
|
-
prefix:
|
|
3
|
+
darkMode: ['class'],
|
|
4
|
+
prefix: 'tw-',
|
|
5
5
|
// @TODO: remove this after removing bootstrap from a project
|
|
6
6
|
corePlugins: {
|
|
7
7
|
preflight: false,
|
|
8
8
|
},
|
|
9
|
-
content: [
|
|
10
|
-
"./src/**/*.{ts,tsx}",
|
|
11
|
-
],
|
|
9
|
+
content: ['./src/**/*.{ts,tsx}'],
|
|
12
10
|
theme: {
|
|
13
11
|
extend: {},
|
|
14
12
|
},
|
|
15
13
|
plugins: [],
|
|
16
14
|
}
|
|
17
|
-
|
package/yarn.lock
CHANGED
|
@@ -8355,8 +8355,8 @@ __metadata:
|
|
|
8355
8355
|
linkType: hard
|
|
8356
8356
|
|
|
8357
8357
|
"chromatic@npm:^11.4.0":
|
|
8358
|
-
version: 11.12.
|
|
8359
|
-
resolution: "chromatic@npm:11.12.
|
|
8358
|
+
version: 11.12.5
|
|
8359
|
+
resolution: "chromatic@npm:11.12.5"
|
|
8360
8360
|
peerDependencies:
|
|
8361
8361
|
"@chromatic-com/cypress": ^0.*.* || ^1.0.0
|
|
8362
8362
|
"@chromatic-com/playwright": ^0.*.* || ^1.0.0
|
|
@@ -8369,7 +8369,7 @@ __metadata:
|
|
|
8369
8369
|
chroma: dist/bin.js
|
|
8370
8370
|
chromatic: dist/bin.js
|
|
8371
8371
|
chromatic-cli: dist/bin.js
|
|
8372
|
-
checksum: 10c0/
|
|
8372
|
+
checksum: 10c0/4a083e4b12ebd0e1f04f944fef66c8345d0895e4c42e253cc4726328b13207553d860fbd5955804fbea806ae06a58d88f8ef845e6c90ce8ce2bc62f5660a3c8e
|
|
8373
8373
|
languageName: node
|
|
8374
8374
|
linkType: hard
|
|
8375
8375
|
|
|
@@ -9976,9 +9976,9 @@ __metadata:
|
|
|
9976
9976
|
linkType: hard
|
|
9977
9977
|
|
|
9978
9978
|
"electron-to-chromium@npm:^1.3.564, electron-to-chromium@npm:^1.5.28":
|
|
9979
|
-
version: 1.5.
|
|
9980
|
-
resolution: "electron-to-chromium@npm:1.5.
|
|
9981
|
-
checksum: 10c0/
|
|
9979
|
+
version: 1.5.35
|
|
9980
|
+
resolution: "electron-to-chromium@npm:1.5.35"
|
|
9981
|
+
checksum: 10c0/49f7921dbdee725284898728a0ba4a786ab27a145a871057b7085f5643df51d7be3ece5374a105cc621417abb1bca780365a058a0531083d0252347b75cf0f3f
|
|
9982
9982
|
languageName: node
|
|
9983
9983
|
linkType: hard
|
|
9984
9984
|
|
|
@@ -11400,13 +11400,13 @@ __metadata:
|
|
|
11400
11400
|
linkType: hard
|
|
11401
11401
|
|
|
11402
11402
|
"form-data@npm:^4.0.0":
|
|
11403
|
-
version: 4.0.
|
|
11404
|
-
resolution: "form-data@npm:4.0.
|
|
11403
|
+
version: 4.0.1
|
|
11404
|
+
resolution: "form-data@npm:4.0.1"
|
|
11405
11405
|
dependencies:
|
|
11406
11406
|
asynckit: "npm:^0.4.0"
|
|
11407
11407
|
combined-stream: "npm:^1.0.8"
|
|
11408
11408
|
mime-types: "npm:^2.1.12"
|
|
11409
|
-
checksum: 10c0/
|
|
11409
|
+
checksum: 10c0/bb102d570be8592c23f4ea72d7df9daa50c7792eb0cf1c5d7e506c1706e7426a4e4ae48a35b109e91c85f1c0ec63774a21ae252b66f4eb981cb8efef7d0463c8
|
|
11410
11410
|
languageName: node
|
|
11411
11411
|
linkType: hard
|
|
11412
11412
|
|
|
@@ -17017,11 +17017,11 @@ __metadata:
|
|
|
17017
17017
|
linkType: hard
|
|
17018
17018
|
|
|
17019
17019
|
"prosemirror-transform@npm:^1.0.0, prosemirror-transform@npm:^1.1.0, prosemirror-transform@npm:^1.2.1, prosemirror-transform@npm:^1.3.3, prosemirror-transform@npm:^1.7.0, prosemirror-transform@npm:^1.7.3":
|
|
17020
|
-
version: 1.10.
|
|
17021
|
-
resolution: "prosemirror-transform@npm:1.10.
|
|
17020
|
+
version: 1.10.1
|
|
17021
|
+
resolution: "prosemirror-transform@npm:1.10.1"
|
|
17022
17022
|
dependencies:
|
|
17023
17023
|
prosemirror-model: "npm:^1.21.0"
|
|
17024
|
-
checksum: 10c0/
|
|
17024
|
+
checksum: 10c0/f9c926a0703e7c44a0982b023b728e2e1dfd929a8f56e483d546f528ff42d174eaeade3d8ac806c8c801885a30fa48e39a5a42dff9a7e2283031ba258608bbc9
|
|
17025
17025
|
languageName: node
|
|
17026
17026
|
linkType: hard
|
|
17027
17027
|
|
|
@@ -20666,8 +20666,8 @@ __metadata:
|
|
|
20666
20666
|
linkType: hard
|
|
20667
20667
|
|
|
20668
20668
|
"tsconfck@npm:^3.0.3":
|
|
20669
|
-
version: 3.1.
|
|
20670
|
-
resolution: "tsconfck@npm:3.1.
|
|
20669
|
+
version: 3.1.4
|
|
20670
|
+
resolution: "tsconfck@npm:3.1.4"
|
|
20671
20671
|
peerDependencies:
|
|
20672
20672
|
typescript: ^5.0.0
|
|
20673
20673
|
peerDependenciesMeta:
|
|
@@ -20675,7 +20675,7 @@ __metadata:
|
|
|
20675
20675
|
optional: true
|
|
20676
20676
|
bin:
|
|
20677
20677
|
tsconfck: bin/tsconfck.js
|
|
20678
|
-
checksum: 10c0/
|
|
20678
|
+
checksum: 10c0/5120e91b3388574b449d57d08f45d05d9966cf4b9d6aa1018652c1fff6d7d37b1ed099b07e6ebf6099aa40b8a16968dd337198c55b7274892849112b942861ed
|
|
20679
20679
|
languageName: node
|
|
20680
20680
|
linkType: hard
|
|
20681
20681
|
|