@masterteam/properties 0.0.25 → 0.0.26
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/README.md +10 -10
- package/assets/i18n/ar.json +74 -74
- package/assets/i18n/en.json +74 -74
- package/assets/properties.css +1 -1
- package/fesm2022/masterteam-properties.mjs +74 -57
- package/fesm2022/masterteam-properties.mjs.map +1 -1
- package/package.json +4 -4
- package/types/masterteam-properties.d.ts +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
# @masterteam/properties
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
## 🤝 Contributing
|
|
5
|
-
|
|
6
|
-
Contributions are welcome\! Please feel free to open an issue or submit a pull request.
|
|
7
|
-
|
|
8
|
-
## 📄 License
|
|
9
|
-
|
|
10
|
-
This project is licensed under the MIT License.
|
|
1
|
+
# @masterteam/properties
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## 🤝 Contributing
|
|
5
|
+
|
|
6
|
+
Contributions are welcome\! Please feel free to open an issue or submit a pull request.
|
|
7
|
+
|
|
8
|
+
## 📄 License
|
|
9
|
+
|
|
10
|
+
This project is licensed under the MIT License.
|
package/assets/i18n/ar.json
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
"properties": {
|
|
3
|
-
"list": {
|
|
4
|
-
"pageTitle": "جميع الخصائص",
|
|
5
|
-
"tabAll": "الكل",
|
|
6
|
-
"tabSystem": "النظام",
|
|
7
|
-
"tabCustom": "مخصص",
|
|
8
|
-
"columnName": "الاسم",
|
|
9
|
-
"columnType": "النوع",
|
|
10
|
-
"columnRequired": "مطلوب",
|
|
11
|
-
"createAction": "إنشاء",
|
|
12
|
-
"editAction": "تعديل",
|
|
13
|
-
"deleteAction": "حذف",
|
|
14
|
-
"addNewProperty": "إضافة خاصية جديدة",
|
|
15
|
-
"emptyStateNoData": "لا توجد بيانات لعرضها",
|
|
16
|
-
"emptyStateTemplate": "إنشاء من قالب النوع",
|
|
17
|
-
"typeShortText": "نص قصير",
|
|
18
|
-
"typeParagraph": "فقرة",
|
|
19
|
-
"typeUser": "مستخدم",
|
|
20
|
-
"typeNumber": "رقم",
|
|
21
|
-
"typeCurrency": "عملة",
|
|
22
|
-
"typeLookup": "قائمة"
|
|
23
|
-
},
|
|
24
|
-
"form": {
|
|
25
|
-
"createNewProperty": "إنشاء خاصية جديدة",
|
|
26
|
-
"editProperty": "تعديل الخاصية",
|
|
27
|
-
"createButton": "إنشاء",
|
|
28
|
-
"updateButton": "تحديث",
|
|
29
|
-
"defaultInfoSection": "المعلومات الافتراضية",
|
|
30
|
-
"propertyType": "نوع الخاصية",
|
|
31
|
-
"selectPropertyType": "اختر نوع الخاصية",
|
|
32
|
-
"calculated": "محسوبة",
|
|
33
|
-
"englishName": "الاسم بالإنجليزية",
|
|
34
|
-
"enterEnglishName": "الاسم بالإنجليزية",
|
|
35
|
-
"arabicName": "الاسم بالعربية",
|
|
36
|
-
"enterArabicName": "الاسم بالعربية",
|
|
37
|
-
"description": "الوصف",
|
|
38
|
-
"enterDescription": "الوصف",
|
|
39
|
-
"defaultValue": "القيمة الافتراضية",
|
|
40
|
-
"configurationSection": "الإعدادات",
|
|
41
|
-
"endpoint": "نقطة النهاية",
|
|
42
|
-
"endpointPlaceholder": "https://api.example.com/items",
|
|
43
|
-
"addHeader": "إضافة رأس",
|
|
44
|
-
"testApi": "اختبار API",
|
|
45
|
-
"headers": "الرؤوس",
|
|
46
|
-
"headerKey": "المفتاح",
|
|
47
|
-
"headerValue": "القيمة",
|
|
48
|
-
"noHeadersMessage": "لم يتم إضافة رؤوس. استخدم \"إضافة رأس\" لتضمين المصادقة أو الرؤوس المخصصة.",
|
|
49
|
-
"keyField": "حقل المفتاح",
|
|
50
|
-
"valueField": "حقل القيمة",
|
|
51
|
-
"messageTestApiPrompt": "قم بتشغيل \"اختبار API\" لاكتشاف الحقول المتاحة.",
|
|
52
|
-
"testApiPrompt": "قم بتشغيل \"اختبار API\" لاكتشاف الحقول المتاحة.",
|
|
53
|
-
"labelSupportMultiSelect": "دعم الاختيار المتعدد",
|
|
54
|
-
"supportMultiSelect": "دعم الاختيار المتعدد",
|
|
55
|
-
"messageTesting": "جاري الاختبار...",
|
|
56
|
-
"testingMessage": "جاري الاختبار...",
|
|
57
|
-
"selectLookup": "اختر القائمة",
|
|
58
|
-
"selectGroup": "اختر المجموعة",
|
|
59
|
-
"selectCountry": "اختر الدولة",
|
|
60
|
-
"selectColor": "اختر اللون",
|
|
61
|
-
"allowMultiple": "السماح بملفات متعددة",
|
|
62
|
-
"availableTypes": "الأنواع المتاحة",
|
|
63
|
-
"selectedTypes": "الأنواع المحددة",
|
|
64
|
-
"selectScope": "اختر النطاق",
|
|
65
|
-
"availableProperties": "الخصائص المتاحة",
|
|
66
|
-
"selectedProperties": "الخصائص المحددة",
|
|
67
|
-
"mapToActual": "ربط بالفعلي",
|
|
68
|
-
"isEditable": "قابل للتعديل",
|
|
69
|
-
"preserveValue": "الحفاظ على القيمة",
|
|
70
|
-
"type": "النوع",
|
|
71
|
-
"valueProperty": "خاصية القيمة"
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"properties": {
|
|
3
|
+
"list": {
|
|
4
|
+
"pageTitle": "جميع الخصائص",
|
|
5
|
+
"tabAll": "الكل",
|
|
6
|
+
"tabSystem": "النظام",
|
|
7
|
+
"tabCustom": "مخصص",
|
|
8
|
+
"columnName": "الاسم",
|
|
9
|
+
"columnType": "النوع",
|
|
10
|
+
"columnRequired": "مطلوب",
|
|
11
|
+
"createAction": "إنشاء",
|
|
12
|
+
"editAction": "تعديل",
|
|
13
|
+
"deleteAction": "حذف",
|
|
14
|
+
"addNewProperty": "إضافة خاصية جديدة",
|
|
15
|
+
"emptyStateNoData": "لا توجد بيانات لعرضها",
|
|
16
|
+
"emptyStateTemplate": "إنشاء من قالب النوع",
|
|
17
|
+
"typeShortText": "نص قصير",
|
|
18
|
+
"typeParagraph": "فقرة",
|
|
19
|
+
"typeUser": "مستخدم",
|
|
20
|
+
"typeNumber": "رقم",
|
|
21
|
+
"typeCurrency": "عملة",
|
|
22
|
+
"typeLookup": "قائمة"
|
|
23
|
+
},
|
|
24
|
+
"form": {
|
|
25
|
+
"createNewProperty": "إنشاء خاصية جديدة",
|
|
26
|
+
"editProperty": "تعديل الخاصية",
|
|
27
|
+
"createButton": "إنشاء",
|
|
28
|
+
"updateButton": "تحديث",
|
|
29
|
+
"defaultInfoSection": "المعلومات الافتراضية",
|
|
30
|
+
"propertyType": "نوع الخاصية",
|
|
31
|
+
"selectPropertyType": "اختر نوع الخاصية",
|
|
32
|
+
"calculated": "محسوبة",
|
|
33
|
+
"englishName": "الاسم بالإنجليزية",
|
|
34
|
+
"enterEnglishName": "الاسم بالإنجليزية",
|
|
35
|
+
"arabicName": "الاسم بالعربية",
|
|
36
|
+
"enterArabicName": "الاسم بالعربية",
|
|
37
|
+
"description": "الوصف",
|
|
38
|
+
"enterDescription": "الوصف",
|
|
39
|
+
"defaultValue": "القيمة الافتراضية",
|
|
40
|
+
"configurationSection": "الإعدادات",
|
|
41
|
+
"endpoint": "نقطة النهاية",
|
|
42
|
+
"endpointPlaceholder": "https://api.example.com/items",
|
|
43
|
+
"addHeader": "إضافة رأس",
|
|
44
|
+
"testApi": "اختبار API",
|
|
45
|
+
"headers": "الرؤوس",
|
|
46
|
+
"headerKey": "المفتاح",
|
|
47
|
+
"headerValue": "القيمة",
|
|
48
|
+
"noHeadersMessage": "لم يتم إضافة رؤوس. استخدم \"إضافة رأس\" لتضمين المصادقة أو الرؤوس المخصصة.",
|
|
49
|
+
"keyField": "حقل المفتاح",
|
|
50
|
+
"valueField": "حقل القيمة",
|
|
51
|
+
"messageTestApiPrompt": "قم بتشغيل \"اختبار API\" لاكتشاف الحقول المتاحة.",
|
|
52
|
+
"testApiPrompt": "قم بتشغيل \"اختبار API\" لاكتشاف الحقول المتاحة.",
|
|
53
|
+
"labelSupportMultiSelect": "دعم الاختيار المتعدد",
|
|
54
|
+
"supportMultiSelect": "دعم الاختيار المتعدد",
|
|
55
|
+
"messageTesting": "جاري الاختبار...",
|
|
56
|
+
"testingMessage": "جاري الاختبار...",
|
|
57
|
+
"selectLookup": "اختر القائمة",
|
|
58
|
+
"selectGroup": "اختر المجموعة",
|
|
59
|
+
"selectCountry": "اختر الدولة",
|
|
60
|
+
"selectColor": "اختر اللون",
|
|
61
|
+
"allowMultiple": "السماح بملفات متعددة",
|
|
62
|
+
"availableTypes": "الأنواع المتاحة",
|
|
63
|
+
"selectedTypes": "الأنواع المحددة",
|
|
64
|
+
"selectScope": "اختر النطاق",
|
|
65
|
+
"availableProperties": "الخصائص المتاحة",
|
|
66
|
+
"selectedProperties": "الخصائص المحددة",
|
|
67
|
+
"mapToActual": "ربط بالفعلي",
|
|
68
|
+
"isEditable": "قابل للتعديل",
|
|
69
|
+
"preserveValue": "الحفاظ على القيمة",
|
|
70
|
+
"type": "النوع",
|
|
71
|
+
"valueProperty": "خاصية القيمة"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
package/assets/i18n/en.json
CHANGED
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
{
|
|
2
|
-
"properties": {
|
|
3
|
-
"list": {
|
|
4
|
-
"pageTitle": "All Properties",
|
|
5
|
-
"tabAll": "All",
|
|
6
|
-
"tabSystem": "System",
|
|
7
|
-
"tabCustom": "Custom",
|
|
8
|
-
"columnName": "Name",
|
|
9
|
-
"columnType": "Type",
|
|
10
|
-
"columnRequired": "Required",
|
|
11
|
-
"createAction": "Create",
|
|
12
|
-
"editAction": "Edit",
|
|
13
|
-
"deleteAction": "Delete",
|
|
14
|
-
"addNewProperty": "Add New Property",
|
|
15
|
-
"emptyStateNoData": "No data to show",
|
|
16
|
-
"emptyStateTemplate": "Create from Type Template",
|
|
17
|
-
"typeShortText": "Short text",
|
|
18
|
-
"typeParagraph": "Paragraph",
|
|
19
|
-
"typeUser": "User",
|
|
20
|
-
"typeNumber": "Number",
|
|
21
|
-
"typeCurrency": "Currency",
|
|
22
|
-
"typeLookup": "Lookup"
|
|
23
|
-
},
|
|
24
|
-
"form": {
|
|
25
|
-
"createNewProperty": "Create New Property",
|
|
26
|
-
"editProperty": "Edit Property",
|
|
27
|
-
"createButton": "Create",
|
|
28
|
-
"updateButton": "Update",
|
|
29
|
-
"defaultInfoSection": "Default Information",
|
|
30
|
-
"propertyType": "Property Type",
|
|
31
|
-
"selectPropertyType": "Select Property Type",
|
|
32
|
-
"calculated": "Calculated",
|
|
33
|
-
"englishName": "English Name",
|
|
34
|
-
"enterEnglishName": "English Name",
|
|
35
|
-
"arabicName": "Arabic Name",
|
|
36
|
-
"enterArabicName": "Arabic Name",
|
|
37
|
-
"description": "Description",
|
|
38
|
-
"enterDescription": "Description",
|
|
39
|
-
"defaultValue": "Default Value",
|
|
40
|
-
"configurationSection": "Configuration",
|
|
41
|
-
"endpoint": "Endpoint",
|
|
42
|
-
"endpointPlaceholder": "https://api.example.com/items",
|
|
43
|
-
"addHeader": "Add Header",
|
|
44
|
-
"testApi": "Test API",
|
|
45
|
-
"headers": "Headers",
|
|
46
|
-
"headerKey": "Key",
|
|
47
|
-
"headerValue": "Value",
|
|
48
|
-
"noHeadersMessage": "No headers added. Use \"Add Header\" to include authentication or custom headers.",
|
|
49
|
-
"keyField": "Key field",
|
|
50
|
-
"valueField": "Value field",
|
|
51
|
-
"messageTestApiPrompt": "Run \"Test API\" to detect available fields.",
|
|
52
|
-
"testApiPrompt": "Run \"Test API\" to detect available fields.",
|
|
53
|
-
"labelSupportMultiSelect": "Support multiple select",
|
|
54
|
-
"supportMultiSelect": "Support multiple select",
|
|
55
|
-
"messageTesting": "Testing...",
|
|
56
|
-
"testingMessage": "Testing...",
|
|
57
|
-
"selectLookup": "Select Lookup",
|
|
58
|
-
"selectGroup": "Select Group",
|
|
59
|
-
"selectCountry": "Select Country",
|
|
60
|
-
"selectColor": "Select Color",
|
|
61
|
-
"allowMultiple": "Allow Multiple Files",
|
|
62
|
-
"availableTypes": "Available Types",
|
|
63
|
-
"selectedTypes": "Selected Types",
|
|
64
|
-
"selectScope": "Select Scope",
|
|
65
|
-
"availableProperties": "Available Properties",
|
|
66
|
-
"selectedProperties": "Selected Properties",
|
|
67
|
-
"mapToActual": "Map To Actual",
|
|
68
|
-
"isEditable": "Is Editable",
|
|
69
|
-
"preserveValue": "Preserve Value",
|
|
70
|
-
"type": "Type",
|
|
71
|
-
"valueProperty": "Value Property"
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"properties": {
|
|
3
|
+
"list": {
|
|
4
|
+
"pageTitle": "All Properties",
|
|
5
|
+
"tabAll": "All",
|
|
6
|
+
"tabSystem": "System",
|
|
7
|
+
"tabCustom": "Custom",
|
|
8
|
+
"columnName": "Name",
|
|
9
|
+
"columnType": "Type",
|
|
10
|
+
"columnRequired": "Required",
|
|
11
|
+
"createAction": "Create",
|
|
12
|
+
"editAction": "Edit",
|
|
13
|
+
"deleteAction": "Delete",
|
|
14
|
+
"addNewProperty": "Add New Property",
|
|
15
|
+
"emptyStateNoData": "No data to show",
|
|
16
|
+
"emptyStateTemplate": "Create from Type Template",
|
|
17
|
+
"typeShortText": "Short text",
|
|
18
|
+
"typeParagraph": "Paragraph",
|
|
19
|
+
"typeUser": "User",
|
|
20
|
+
"typeNumber": "Number",
|
|
21
|
+
"typeCurrency": "Currency",
|
|
22
|
+
"typeLookup": "Lookup"
|
|
23
|
+
},
|
|
24
|
+
"form": {
|
|
25
|
+
"createNewProperty": "Create New Property",
|
|
26
|
+
"editProperty": "Edit Property",
|
|
27
|
+
"createButton": "Create",
|
|
28
|
+
"updateButton": "Update",
|
|
29
|
+
"defaultInfoSection": "Default Information",
|
|
30
|
+
"propertyType": "Property Type",
|
|
31
|
+
"selectPropertyType": "Select Property Type",
|
|
32
|
+
"calculated": "Calculated",
|
|
33
|
+
"englishName": "English Name",
|
|
34
|
+
"enterEnglishName": "English Name",
|
|
35
|
+
"arabicName": "Arabic Name",
|
|
36
|
+
"enterArabicName": "Arabic Name",
|
|
37
|
+
"description": "Description",
|
|
38
|
+
"enterDescription": "Description",
|
|
39
|
+
"defaultValue": "Default Value",
|
|
40
|
+
"configurationSection": "Configuration",
|
|
41
|
+
"endpoint": "Endpoint",
|
|
42
|
+
"endpointPlaceholder": "https://api.example.com/items",
|
|
43
|
+
"addHeader": "Add Header",
|
|
44
|
+
"testApi": "Test API",
|
|
45
|
+
"headers": "Headers",
|
|
46
|
+
"headerKey": "Key",
|
|
47
|
+
"headerValue": "Value",
|
|
48
|
+
"noHeadersMessage": "No headers added. Use \"Add Header\" to include authentication or custom headers.",
|
|
49
|
+
"keyField": "Key field",
|
|
50
|
+
"valueField": "Value field",
|
|
51
|
+
"messageTestApiPrompt": "Run \"Test API\" to detect available fields.",
|
|
52
|
+
"testApiPrompt": "Run \"Test API\" to detect available fields.",
|
|
53
|
+
"labelSupportMultiSelect": "Support multiple select",
|
|
54
|
+
"supportMultiSelect": "Support multiple select",
|
|
55
|
+
"messageTesting": "Testing...",
|
|
56
|
+
"testingMessage": "Testing...",
|
|
57
|
+
"selectLookup": "Select Lookup",
|
|
58
|
+
"selectGroup": "Select Group",
|
|
59
|
+
"selectCountry": "Select Country",
|
|
60
|
+
"selectColor": "Select Color",
|
|
61
|
+
"allowMultiple": "Allow Multiple Files",
|
|
62
|
+
"availableTypes": "Available Types",
|
|
63
|
+
"selectedTypes": "Selected Types",
|
|
64
|
+
"selectScope": "Select Scope",
|
|
65
|
+
"availableProperties": "Available Properties",
|
|
66
|
+
"selectedProperties": "Selected Properties",
|
|
67
|
+
"mapToActual": "Map To Actual",
|
|
68
|
+
"isEditable": "Is Editable",
|
|
69
|
+
"preserveValue": "Preserve Value",
|
|
70
|
+
"type": "Type",
|
|
71
|
+
"valueProperty": "Value Property"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
package/assets/properties.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-slate-900:oklch(20.8% .042 265.755);--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--tracking-tight:-.025em;--radius-xl:.75rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.static{position:static}.mx-2{margin-inline:calc(var(--spacing)*2)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-5{margin-top:calc(var(--spacing)*5)}.mb-0{margin-bottom:calc(var(--spacing)*0)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.flex{display:flex}.grid{display:grid}.hidden{display:none}.h-full{height:100%}.w-1\/2{width:50%}.w-25{width:calc(var(--spacing)*25)}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.items-center{align-items:center}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:calc(var(--spacing)*1)}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-5{gap:calc(var(--spacing)*5)}.gap-6{gap:calc(var(--spacing)*6)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}.justify-self-end{justify-self:flex-end}.overflow-y-auto{overflow-y:auto}.rounded-xl{border-radius:var(--radius-xl)}.bg-white{background-color:var(--color-white)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.px-6{padding-inline:calc(var(--spacing)*6)}.py-4{padding-block:calc(var(--spacing)*4)}.text-center{text-align:center}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.text-slate-900{color:var(--color-slate-900)}.text-surface-400{color:var(--p-surface-400)}@supports (color:color-mix(in lab, red, red)){.text-surface-400{color:color-mix(in srgb,var(--p-surface-400)calc(100%*1),transparent)}}.text-surface-500{color:var(--p-surface-500)}@supports (color:color-mix(in lab, red, red)){.text-surface-500{color:color-mix(in srgb,var(--p-surface-500)calc(100%*1),transparent)}}.text-surface-600{color:var(--p-surface-600)}@supports (color:color-mix(in lab, red, red)){.text-surface-600{color:color-mix(in srgb,var(--p-surface-600)calc(100%*1),transparent)}}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}@media (min-width:48rem){.md\:col-span-2{grid-column:span 2/span 2}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-\[minmax\(0\,1fr\)_auto\]{grid-template-columns:minmax(0,1fr) auto}.md\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.md\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,1fr\)_auto\]{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}}}@keyframes enter{0%{opacity:var(--p-enter-opacity,1);transform:translate3d(var(--p-enter-translate-x,0),var(--p-enter-translate-y,0),0)scale3d(var(--p-enter-scale,1),var(--p-enter-scale,1),var(--p-enter-scale,1))rotate(var(--p-enter-rotate,0))}}@keyframes leave{to{opacity:var(--p-leave-opacity,1);transform:translate3d(var(--p-leave-translate-x,0),var(--p-leave-translate-y,0),0)scale3d(var(--p-leave-scale,1),var(--p-leave-scale,1),var(--p-leave-scale,1))rotate(var(--p-leave-rotate,0))}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}
|