@powerhousedao/design-system 1.39.28-dev.0 → 1.39.28-dev.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/dist/src/connect/constants/options.d.ts +1 -1
- package/dist/src/connect/constants/options.d.ts.map +1 -1
- package/dist/src/connect/constants/options.js +1 -6
- package/dist/src/connect/constants/options.js.map +1 -1
- package/dist/src/connect/utils/mocks/ui-drive-node.d.ts +3 -3
- package/dist/src/rwa/hooks/useSubmit.d.ts +1 -1
- package/dist/src/rwa/hooks/useSubmit.d.ts.map +1 -1
- package/dist/src/rwa/hooks/useTableForm.d.ts +1 -1
- package/dist/src/rwa/hooks/useTableForm.d.ts.map +1 -1
- package/dist/src/scalars/EthereumAddress/EthereumAddress.js +1 -1
- package/dist/src/scalars/EthereumAddress/EthereumAddress.js.map +1 -1
- package/dist/src/scalars/components/fragments/command/command.d.ts.map +1 -1
- package/dist/style.css +122 -39
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +13 -12
|
@@ -10,7 +10,7 @@ export declare const ADD_TRIGGER = "ADD_TRIGGER";
|
|
|
10
10
|
export declare const ADD_INVALID_TRIGGER = "ADD_INVALID_TRIGGER";
|
|
11
11
|
export declare const defaultDriveOptions: readonly ["NEW_FOLDER", "RENAME", "SETTINGS"];
|
|
12
12
|
export declare const defaultFileOptions: readonly ["RENAME", "DELETE", "DUPLICATE"];
|
|
13
|
-
export declare const defaultFolderOptions: readonly ["
|
|
13
|
+
export declare const defaultFolderOptions: readonly ["RENAME", "DELETE", "DUPLICATE"];
|
|
14
14
|
export declare const normalNodeOptions: readonly ["DUPLICATE", "RENAME", "DELETE", "SETTINGS"];
|
|
15
15
|
export declare const debugNodeOptions: readonly ["ADD_TRIGGER", "REMOVE_TRIGGER", "ADD_INVALID_TRIGGER"];
|
|
16
16
|
export declare const nodeOptions: readonly ["DUPLICATE", "RENAME", "DELETE", "SETTINGS", "ADD_TRIGGER", "REMOVE_TRIGGER", "ADD_INVALID_TRIGGER"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../src/connect/constants/options.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,eAAe,EAEpB,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,cAAc,EAEpB,MAAM,UAAU,CAAC;AAGlB,eAAO,MAAM,GAAG,QAAQ,CAAC;AACzB,eAAO,MAAM,SAAS,cAAc,CAAC;AACrC,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,eAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,eAAO,MAAM,QAAQ,aAAa,CAAC;AACnC,eAAO,MAAM,cAAc,mBAAmB,CAAC;AAC/C,eAAO,MAAM,WAAW,gBAAgB,CAAC;AACzC,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AAEzD,eAAO,MAAM,mBAAmB,+CAA0C,CAAC;AAE3E,eAAO,MAAM,kBAAkB,4CAAuC,CAAC;AAEvE,eAAO,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"options.d.ts","sourceRoot":"","sources":["../../../../src/connect/constants/options.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,eAAe,EAEpB,KAAK,UAAU,EACf,KAAK,gBAAgB,EACrB,KAAK,cAAc,EAEpB,MAAM,UAAU,CAAC;AAGlB,eAAO,MAAM,GAAG,QAAQ,CAAC;AACzB,eAAO,MAAM,SAAS,cAAc,CAAC;AACrC,eAAO,MAAM,UAAU,eAAe,CAAC;AACvC,eAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,eAAO,MAAM,MAAM,WAAW,CAAC;AAC/B,eAAO,MAAM,QAAQ,aAAa,CAAC;AACnC,eAAO,MAAM,cAAc,mBAAmB,CAAC;AAC/C,eAAO,MAAM,WAAW,gBAAgB,CAAC;AACzC,eAAO,MAAM,mBAAmB,wBAAwB,CAAC;AAEzD,eAAO,MAAM,mBAAmB,+CAA0C,CAAC;AAE3E,eAAO,MAAM,kBAAkB,4CAAuC,CAAC;AAEvE,eAAO,MAAM,oBAAoB,4CAAuC,CAAC;AAEzE,eAAO,MAAM,iBAAiB,wDAAiD,CAAC;AAEhF,eAAO,MAAM,gBAAgB,mEAInB,CAAC;AAEX,eAAO,MAAM,WAAW,gHAAuD,CAAC;AAEhF,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;EAiBrB,CAAC;AAEX,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;CAgBzB,CAAC;AAEX,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,eAAe,EAAE,cAAc,CAa9D,CAAC;AAEX,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,gBAAgB,EAAE,cAAc,CAkBhE,CAAC;AAEX,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,UAAU,EAAE,cAAc,CAGpD,CAAC"}
|
|
@@ -12,12 +12,7 @@ export const ADD_TRIGGER = "ADD_TRIGGER";
|
|
|
12
12
|
export const ADD_INVALID_TRIGGER = "ADD_INVALID_TRIGGER";
|
|
13
13
|
export const defaultDriveOptions = [NEW_FOLDER, RENAME, SETTINGS];
|
|
14
14
|
export const defaultFileOptions = [RENAME, DELETE, DUPLICATE];
|
|
15
|
-
export const defaultFolderOptions = [
|
|
16
|
-
NEW_FOLDER,
|
|
17
|
-
RENAME,
|
|
18
|
-
DELETE,
|
|
19
|
-
DUPLICATE,
|
|
20
|
-
];
|
|
15
|
+
export const defaultFolderOptions = [RENAME, DELETE, DUPLICATE];
|
|
21
16
|
export const normalNodeOptions = [DUPLICATE, RENAME, DELETE, SETTINGS];
|
|
22
17
|
export const debugNodeOptions = [
|
|
23
18
|
ADD_TRIGGER,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/connect/constants/options.tsx"],"names":[],"mappings":";AAAA,OAAO,EACL,KAAK,EAEL,KAAK,EAIL,MAAM,GACP,MAAM,UAAU,CAAC;AAClB,OAAO,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAEnC,MAAM,CAAC,MAAM,GAAG,GAAG,KAAK,CAAC;AACzB,MAAM,CAAC,MAAM,SAAS,GAAG,WAAW,CAAC;AACrC,MAAM,CAAC,MAAM,UAAU,GAAG,YAAY,CAAC;AACvC,MAAM,CAAC,MAAM,MAAM,GAAG,QAAQ,CAAC;AAC/B,MAAM,CAAC,MAAM,MAAM,GAAG,QAAQ,CAAC;AAC/B,MAAM,CAAC,MAAM,QAAQ,GAAG,UAAU,CAAC;AACnC,MAAM,CAAC,MAAM,cAAc,GAAG,gBAAgB,CAAC;AAC/C,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAC;AACzC,MAAM,CAAC,MAAM,mBAAmB,GAAG,qBAAqB,CAAC;AAEzD,MAAM,CAAC,MAAM,mBAAmB,GAAG,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,CAAU,CAAC;AAE3E,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,CAAU,CAAC;AAEvE,MAAM,CAAC,MAAM,oBAAoB,GAAG
|
|
1
|
+
{"version":3,"file":"options.js","sourceRoot":"","sources":["../../../../src/connect/constants/options.tsx"],"names":[],"mappings":"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"}
|
|
@@ -15,17 +15,17 @@ export declare const mockDriveNodes: UiDriveNode[];
|
|
|
15
15
|
export declare const mockNodeOptions: {
|
|
16
16
|
PUBLIC: {
|
|
17
17
|
DRIVE: ("RENAME" | "SETTINGS" | "NEW_FOLDER")[];
|
|
18
|
-
FOLDER: ("DUPLICATE" | "RENAME" | "DELETE"
|
|
18
|
+
FOLDER: ("DUPLICATE" | "RENAME" | "DELETE")[];
|
|
19
19
|
FILE: ("DUPLICATE" | "RENAME" | "DELETE")[];
|
|
20
20
|
};
|
|
21
21
|
CLOUD: {
|
|
22
22
|
DRIVE: ("RENAME" | "SETTINGS" | "NEW_FOLDER")[];
|
|
23
|
-
FOLDER: ("DUPLICATE" | "RENAME" | "DELETE"
|
|
23
|
+
FOLDER: ("DUPLICATE" | "RENAME" | "DELETE")[];
|
|
24
24
|
FILE: ("DUPLICATE" | "RENAME" | "DELETE")[];
|
|
25
25
|
};
|
|
26
26
|
LOCAL: {
|
|
27
27
|
DRIVE: ("RENAME" | "SETTINGS" | "NEW_FOLDER")[];
|
|
28
|
-
FOLDER: ("DUPLICATE" | "RENAME" | "DELETE"
|
|
28
|
+
FOLDER: ("DUPLICATE" | "RENAME" | "DELETE")[];
|
|
29
29
|
FILE: ("DUPLICATE" | "RENAME" | "DELETE")[];
|
|
30
30
|
};
|
|
31
31
|
};
|
|
@@ -8,7 +8,7 @@ export declare function useSubmit(props: Props): {
|
|
|
8
8
|
register: import("react-hook-form").UseFormRegister<import("#rwa").ServiceProviderFeeTypeFormInputs | import("#rwa").FixedIncomeTypeFormInputs | import("#rwa").AccountFormInputs | import("#rwa").GroupTransactionFormInputs | import("#rwa").AssetFormInputs | import("#rwa").SPVFormInputs>;
|
|
9
9
|
reset: import("react-hook-form").UseFormReset<import("#rwa").ServiceProviderFeeTypeFormInputs | import("#rwa").FixedIncomeTypeFormInputs | import("#rwa").AccountFormInputs | import("#rwa").GroupTransactionFormInputs | import("#rwa").AssetFormInputs | import("#rwa").SPVFormInputs>;
|
|
10
10
|
watch: import("react-hook-form").UseFormWatch<import("#rwa").ServiceProviderFeeTypeFormInputs | import("#rwa").FixedIncomeTypeFormInputs | import("#rwa").AccountFormInputs | import("#rwa").GroupTransactionFormInputs | import("#rwa").AssetFormInputs | import("#rwa").SPVFormInputs>;
|
|
11
|
-
control: import("react-hook-form").Control<import("#rwa").ServiceProviderFeeTypeFormInputs | import("#rwa").FixedIncomeTypeFormInputs | import("#rwa").AccountFormInputs | import("#rwa").GroupTransactionFormInputs | import("#rwa").AssetFormInputs | import("#rwa").SPVFormInputs, any>;
|
|
11
|
+
control: import("react-hook-form").Control<import("#rwa").ServiceProviderFeeTypeFormInputs | import("#rwa").FixedIncomeTypeFormInputs | import("#rwa").AccountFormInputs | import("#rwa").GroupTransactionFormInputs | import("#rwa").AssetFormInputs | import("#rwa").SPVFormInputs, any, import("#rwa").ServiceProviderFeeTypeFormInputs | import("#rwa").FixedIncomeTypeFormInputs | import("#rwa").AccountFormInputs | import("#rwa").GroupTransactionFormInputs | import("#rwa").AssetFormInputs | import("#rwa").SPVFormInputs>;
|
|
12
12
|
formState: import("react-hook-form").FormState<import("#rwa").ServiceProviderFeeTypeFormInputs | import("#rwa").FixedIncomeTypeFormInputs | import("#rwa").AccountFormInputs | import("#rwa").GroupTransactionFormInputs | import("#rwa").AssetFormInputs | import("#rwa").SPVFormInputs>;
|
|
13
13
|
submit: (e?: React.BaseSyntheticEvent) => Promise<void>;
|
|
14
14
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useSubmit.d.ts","sourceRoot":"","sources":["../../../../src/rwa/hooks/useSubmit.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,SAAS,EACd,KAAK,aAAa,EAClB,KAAK,SAAS,EAEf,MAAM,MAAM,CAAC;AAiBd,KAAK,KAAK,GAAG;IACX,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC;CAC7C,CAAC;AACF,wBAAgB,SAAS,CAAC,KAAK,EAAE,KAAK;;;;;;
|
|
1
|
+
{"version":3,"file":"useSubmit.d.ts","sourceRoot":"","sources":["../../../../src/rwa/hooks/useSubmit.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,KAAK,SAAS,EACd,KAAK,aAAa,EAClB,KAAK,SAAS,EAEf,MAAM,MAAM,CAAC;AAiBd,KAAK,KAAK,GAAG;IACX,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,EAAE,SAAS,CAAC;IACrB,SAAS,CAAC,EAAE,aAAa,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC;CAC7C,CAAC;AACF,wBAAgB,SAAS,CAAC,KAAK,EAAE,KAAK;;;;;;iBA8C++jB,MAAO,kBAAkB;EAD7ikB"}
|
|
@@ -3,7 +3,7 @@ export declare function useTableForm(props: FormHookProps): {
|
|
|
3
3
|
submit: (e?: React.BaseSyntheticEvent) => Promise<void>;
|
|
4
4
|
reset: import("react-hook-form").UseFormReset<import("#rwa").ServiceProviderFeeTypeFormInputs | import("#rwa").FixedIncomeTypeFormInputs | import("#rwa").AccountFormInputs | import("#rwa").GroupTransactionFormInputs | import("#rwa").AssetFormInputs | import("#rwa").SPVFormInputs>;
|
|
5
5
|
register: import("react-hook-form").UseFormRegister<import("#rwa").ServiceProviderFeeTypeFormInputs | import("#rwa").FixedIncomeTypeFormInputs | import("#rwa").AccountFormInputs | import("#rwa").GroupTransactionFormInputs | import("#rwa").AssetFormInputs | import("#rwa").SPVFormInputs>;
|
|
6
|
-
control: import("react-hook-form").Control<import("#rwa").ServiceProviderFeeTypeFormInputs | import("#rwa").FixedIncomeTypeFormInputs | import("#rwa").AccountFormInputs | import("#rwa").GroupTransactionFormInputs | import("#rwa").AssetFormInputs | import("#rwa").SPVFormInputs, any>;
|
|
6
|
+
control: import("react-hook-form").Control<import("#rwa").ServiceProviderFeeTypeFormInputs | import("#rwa").FixedIncomeTypeFormInputs | import("#rwa").AccountFormInputs | import("#rwa").GroupTransactionFormInputs | import("#rwa").AssetFormInputs | import("#rwa").SPVFormInputs, any, import("#rwa").ServiceProviderFeeTypeFormInputs | import("#rwa").FixedIncomeTypeFormInputs | import("#rwa").AccountFormInputs | import("#rwa").GroupTransactionFormInputs | import("#rwa").AssetFormInputs | import("#rwa").SPVFormInputs>;
|
|
7
7
|
formInputs: {
|
|
8
8
|
inputs: {
|
|
9
9
|
label: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTableForm.d.ts","sourceRoot":"","sources":["../../../../src/rwa/hooks/useTableForm.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAA4B,MAAM,MAAM,CAAC;AAGpE,wBAAgB,YAAY,CAAC,KAAK,EAAE,aAAa;
|
|
1
|
+
{"version":3,"file":"useTableForm.d.ts","sourceRoot":"","sources":["../../../../src/rwa/hooks/useTableForm.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,aAAa,EAA4B,MAAM,MAAM,CAAC;AAGpE,wBAAgB,YAAY,CAAC,KAAK,EAAE,aAAa;iBA8B2mmB,MAAO,kBAAkB;;;;;;;kCAA1+lB,MAAO,GAAG,CAAC,OAAO;;;;;;EAD5N"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { FormInput } from "#connect";
|
|
3
|
-
import { EthereumAddress as EthereumAddressScalar } from "@powerhousedao/
|
|
3
|
+
import { EthereumAddress as EthereumAddressScalar } from "@powerhousedao/document-engineering/graphql";
|
|
4
4
|
import { useState } from "react";
|
|
5
5
|
export const EthereumAddress = ({ onChange, }) => {
|
|
6
6
|
const [address, setAddress] = useState("");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EthereumAddress.js","sourceRoot":"","sources":["../../../../src/scalars/EthereumAddress/EthereumAddress.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,eAAe,IAAI,qBAAqB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"EthereumAddress.js","sourceRoot":"","sources":["../../../../src/scalars/EthereumAddress/EthereumAddress.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,eAAe,IAAI,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;AACvG,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAMjC,MAAM,CAAC,MAAM,eAAe,GAAmC,CAAC,EAC9D,QAAQ,GACT,EAAE,EAAE;IACH,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,QAAQ,CAAC,EAAE,CAAC,CAAC;IAE3C,MAAM,MAAM,GAAG,qBAAqB,CAAC,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;IAE/D,MAAM,MAAM,GAAG,MAAM,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IAE7E,IAAI,QAAQ,EAAE,CAAC;QACb,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC,OAAO,CAAC,CAAC;IACpC,CAAC;IAED,OAAO,CACL,0BACE,KAAC,SAAS,IACR,EAAE,EAAC,mBAAmB,EACtB,KAAK,EAAE,OAAO,EACd,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,EAC3C,WAAW,EAAC,QAAQ,GACpB,EACF,gBAAO,OAAO,EAAC,mBAAmB,YAAE,OAAO,KAAK,EAAE,IAAI,MAAM,GAAS,IACjE,CACP,CAAC;AACJ,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/command/command.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,QAAA,MAAM,OAAO;
|
|
1
|
+
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../../../src/scalars/components/fragments/command/command.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,QAAA,MAAM,OAAO;eAFJ,MAAO,SAAS;;UA0IkgK,MAAO,GAAG;;;;;;;;;;;;;sFA5HniK,CAAC;AAGH,QAAA,MAAM,YAAY;UAyHq2Q,MAAO,GAAG;;;;;;;uBAtH12Q,MAAM;0CAqC3B,CAAC;AAGH,QAAA,MAAM,WAAW;eA5DR,MAAO,SAAS;;UA0IssN,MAAO,GAAG;;;;;sFA5DvuN,CAAC;AAGH,QAAA,MAAM,cAAc;eAjFX,MAAO,SAAS;;UA0Io1Z,MAAO,GAAG;;;;;;sFAtDnzZ,CAAC;AAGrE,QAAA,MAAM,YAAY;eAvFT,MAAO,SAAS;;UA0I88Y,MAAO,GAAG;;;uJAhD/6Y,CAAC;AAGnE,QAAA,MAAM,YAAY;eA7FT,MAAO,SAAS;;UA0I6hS,MAAO,GAAG;;;;cAAmO,MAAO,SAAS;;;sFAhCjzS,CAAC;AAGH,QAAA,MAAM,WAAW;eA7GR,MAAO,SAAS;;UA0IqtO,MAAO,GAAG;;;;;;;;;sFAZtvO,CAAC;AAGH,OAAO,EACL,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,WAAW,EACX,cAAc,GACf,CAAC"}
|
package/dist/style.css
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
/*! tailwindcss v4.
|
|
1
|
+
/*! tailwindcss v4.1.6 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
|
|
3
|
+
@layer properties;
|
|
3
4
|
:root {
|
|
4
5
|
--toastify-color-light: #fff;
|
|
5
6
|
--toastify-color-dark: #121212;
|
|
@@ -710,7 +711,7 @@
|
|
|
710
711
|
--color-green-700: hsl(136 52% 55%);
|
|
711
712
|
--color-green-800: hsl(136 53% 49%);
|
|
712
713
|
--color-green-900: hsl(136 53% 43%);
|
|
713
|
-
--color-blue-50: oklch(
|
|
714
|
+
--color-blue-50: oklch(97% 0.014 254.604);
|
|
714
715
|
--color-blue-100: hsl(209 100% 90%);
|
|
715
716
|
--color-blue-200: hsl(209 97% 85%);
|
|
716
717
|
--color-blue-300: hsl(209 100% 80%);
|
|
@@ -776,17 +777,7 @@
|
|
|
776
777
|
--default-transition-duration: 150ms;
|
|
777
778
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
778
779
|
--default-font-family: var(--font-sans);
|
|
779
|
-
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
780
|
-
--default-font-variation-settings: var(
|
|
781
|
-
--font-sans--font-variation-settings
|
|
782
|
-
);
|
|
783
780
|
--default-mono-font-family: var(--font-mono);
|
|
784
|
-
--default-mono-font-feature-settings: var(
|
|
785
|
-
--font-mono--font-feature-settings
|
|
786
|
-
);
|
|
787
|
-
--default-mono-font-variation-settings: var(
|
|
788
|
-
--font-mono--font-variation-settings
|
|
789
|
-
);
|
|
790
781
|
--color-charcoal-300: hsl(221 17% 67%);
|
|
791
782
|
--color-charcoal-700: hsl(219 17% 34%);
|
|
792
783
|
--color-charcoal-800: hsl(221 17% 26%);
|
|
@@ -812,14 +803,11 @@
|
|
|
812
803
|
line-height: 1.5;
|
|
813
804
|
-webkit-text-size-adjust: 100%;
|
|
814
805
|
tab-size: 4;
|
|
815
|
-
font-family: var(
|
|
806
|
+
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");
|
|
816
807
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
817
|
-
font-variation-settings: var(
|
|
808
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
818
809
|
-webkit-tap-highlight-color: transparent;
|
|
819
810
|
}
|
|
820
|
-
body {
|
|
821
|
-
line-height: inherit;
|
|
822
|
-
}
|
|
823
811
|
hr {
|
|
824
812
|
height: 0;
|
|
825
813
|
color: inherit;
|
|
@@ -842,9 +830,9 @@
|
|
|
842
830
|
font-weight: bolder;
|
|
843
831
|
}
|
|
844
832
|
code, kbd, samp, pre {
|
|
845
|
-
font-family: var(
|
|
846
|
-
font-feature-settings: var(
|
|
847
|
-
font-variation-settings: var(
|
|
833
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
834
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
835
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
848
836
|
font-size: 1em;
|
|
849
837
|
}
|
|
850
838
|
small {
|
|
@@ -908,7 +896,14 @@
|
|
|
908
896
|
}
|
|
909
897
|
::placeholder {
|
|
910
898
|
opacity: 1;
|
|
911
|
-
|
|
899
|
+
}
|
|
900
|
+
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
901
|
+
::placeholder {
|
|
902
|
+
color: currentcolor;
|
|
903
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
904
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
905
|
+
}
|
|
906
|
+
}
|
|
912
907
|
}
|
|
913
908
|
textarea {
|
|
914
909
|
resize: vertical;
|
|
@@ -1311,6 +1306,9 @@
|
|
|
1311
1306
|
.block {
|
|
1312
1307
|
display: block;
|
|
1313
1308
|
}
|
|
1309
|
+
.contents {
|
|
1310
|
+
display: contents;
|
|
1311
|
+
}
|
|
1314
1312
|
.flex {
|
|
1315
1313
|
display: flex;
|
|
1316
1314
|
}
|
|
@@ -1792,7 +1790,7 @@
|
|
|
1792
1790
|
rotate: 270deg;
|
|
1793
1791
|
}
|
|
1794
1792
|
.transform {
|
|
1795
|
-
transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
|
|
1793
|
+
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
1796
1794
|
}
|
|
1797
1795
|
.animate-pulse {
|
|
1798
1796
|
animation: var(--animate-pulse);
|
|
@@ -2275,7 +2273,10 @@
|
|
|
2275
2273
|
background-color: var(--color-green-600);
|
|
2276
2274
|
}
|
|
2277
2275
|
.bg-green-600\/30 {
|
|
2278
|
-
background-color: color-mix(in
|
|
2276
|
+
background-color: color-mix(in srgb, hsl(136 53% 60%) 30%, transparent);
|
|
2277
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2278
|
+
background-color: color-mix(in oklab, var(--color-green-600) 30%, transparent);
|
|
2279
|
+
}
|
|
2279
2280
|
}
|
|
2280
2281
|
.bg-green-900 {
|
|
2281
2282
|
background-color: var(--color-green-900);
|
|
@@ -2293,7 +2294,10 @@
|
|
|
2293
2294
|
background-color: var(--color-red-600);
|
|
2294
2295
|
}
|
|
2295
2296
|
.bg-red-600\/30 {
|
|
2296
|
-
background-color: color-mix(in
|
|
2297
|
+
background-color: color-mix(in srgb, hsl(4 81% 74%) 30%, transparent);
|
|
2298
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2299
|
+
background-color: color-mix(in oklab, var(--color-red-600) 30%, transparent);
|
|
2300
|
+
}
|
|
2297
2301
|
}
|
|
2298
2302
|
.bg-red-900 {
|
|
2299
2303
|
background-color: var(--color-red-900);
|
|
@@ -2305,7 +2309,10 @@
|
|
|
2305
2309
|
background-color: var(--color-slate-100);
|
|
2306
2310
|
}
|
|
2307
2311
|
.bg-slate-900\/50 {
|
|
2308
|
-
background-color: color-mix(in
|
|
2312
|
+
background-color: color-mix(in srgb, hsl(195 6% 6%) 50%, transparent);
|
|
2313
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2314
|
+
background-color: color-mix(in oklab, var(--color-slate-900) 50%, transparent);
|
|
2315
|
+
}
|
|
2309
2316
|
}
|
|
2310
2317
|
.bg-transparent {
|
|
2311
2318
|
background-color: transparent;
|
|
@@ -2658,7 +2665,7 @@
|
|
|
2658
2665
|
color: var(--color-blue-900);
|
|
2659
2666
|
}
|
|
2660
2667
|
.text-current {
|
|
2661
|
-
color:
|
|
2668
|
+
color: currentcolor;
|
|
2662
2669
|
}
|
|
2663
2670
|
.text-gray-50 {
|
|
2664
2671
|
color: var(--color-gray-50);
|
|
@@ -2813,11 +2820,14 @@
|
|
|
2813
2820
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2814
2821
|
}
|
|
2815
2822
|
.ring-0 {
|
|
2816
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
2823
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
2817
2824
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2818
2825
|
}
|
|
2819
2826
|
.shadow-black\/\[\.04\] {
|
|
2820
|
-
--tw-shadow-color: color-mix(in
|
|
2827
|
+
--tw-shadow-color: color-mix(in srgb, hsl(0 0% 0%) 4%, transparent);
|
|
2828
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2829
|
+
--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 4%, transparent) var(--tw-shadow-alpha), transparent);
|
|
2830
|
+
}
|
|
2821
2831
|
}
|
|
2822
2832
|
.ring-gray-900 {
|
|
2823
2833
|
--tw-ring-color: var(--color-gray-900);
|
|
@@ -2837,7 +2847,7 @@
|
|
|
2837
2847
|
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,);
|
|
2838
2848
|
}
|
|
2839
2849
|
.transition {
|
|
2840
|
-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
|
|
2850
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
|
|
2841
2851
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
2842
2852
|
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
2843
2853
|
}
|
|
@@ -3429,7 +3439,7 @@
|
|
|
3429
3439
|
}
|
|
3430
3440
|
.focus-within\:ring-1 {
|
|
3431
3441
|
&:focus-within {
|
|
3432
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
3442
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3433
3443
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3434
3444
|
}
|
|
3435
3445
|
}
|
|
@@ -3779,7 +3789,7 @@
|
|
|
3779
3789
|
}
|
|
3780
3790
|
.focus\:ring-1 {
|
|
3781
3791
|
&:focus {
|
|
3782
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
3792
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3783
3793
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3784
3794
|
}
|
|
3785
3795
|
}
|
|
@@ -3802,19 +3812,19 @@
|
|
|
3802
3812
|
}
|
|
3803
3813
|
.focus-visible\:ring-0 {
|
|
3804
3814
|
&:focus-visible {
|
|
3805
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
3815
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3806
3816
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3807
3817
|
}
|
|
3808
3818
|
}
|
|
3809
3819
|
.focus-visible\:ring-1 {
|
|
3810
3820
|
&:focus-visible {
|
|
3811
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
3821
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3812
3822
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3813
3823
|
}
|
|
3814
3824
|
}
|
|
3815
3825
|
.focus-visible\:ring-2 {
|
|
3816
3826
|
&:focus-visible {
|
|
3817
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,
|
|
3827
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3818
3828
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3819
3829
|
}
|
|
3820
3830
|
}
|
|
@@ -5251,27 +5261,22 @@ input[type="number"] {
|
|
|
5251
5261
|
@property --tw-rotate-x {
|
|
5252
5262
|
syntax: "*";
|
|
5253
5263
|
inherits: false;
|
|
5254
|
-
initial-value: rotateX(0);
|
|
5255
5264
|
}
|
|
5256
5265
|
@property --tw-rotate-y {
|
|
5257
5266
|
syntax: "*";
|
|
5258
5267
|
inherits: false;
|
|
5259
|
-
initial-value: rotateY(0);
|
|
5260
5268
|
}
|
|
5261
5269
|
@property --tw-rotate-z {
|
|
5262
5270
|
syntax: "*";
|
|
5263
5271
|
inherits: false;
|
|
5264
|
-
initial-value: rotateZ(0);
|
|
5265
5272
|
}
|
|
5266
5273
|
@property --tw-skew-x {
|
|
5267
5274
|
syntax: "*";
|
|
5268
5275
|
inherits: false;
|
|
5269
|
-
initial-value: skewX(0);
|
|
5270
5276
|
}
|
|
5271
5277
|
@property --tw-skew-y {
|
|
5272
5278
|
syntax: "*";
|
|
5273
5279
|
inherits: false;
|
|
5274
|
-
initial-value: skewY(0);
|
|
5275
5280
|
}
|
|
5276
5281
|
@property --tw-space-y-reverse {
|
|
5277
5282
|
syntax: "*";
|
|
@@ -5314,6 +5319,11 @@ input[type="number"] {
|
|
|
5314
5319
|
syntax: "*";
|
|
5315
5320
|
inherits: false;
|
|
5316
5321
|
}
|
|
5322
|
+
@property --tw-shadow-alpha {
|
|
5323
|
+
syntax: "<percentage>";
|
|
5324
|
+
inherits: false;
|
|
5325
|
+
initial-value: 100%;
|
|
5326
|
+
}
|
|
5317
5327
|
@property --tw-inset-shadow {
|
|
5318
5328
|
syntax: "*";
|
|
5319
5329
|
inherits: false;
|
|
@@ -5323,6 +5333,11 @@ input[type="number"] {
|
|
|
5323
5333
|
syntax: "*";
|
|
5324
5334
|
inherits: false;
|
|
5325
5335
|
}
|
|
5336
|
+
@property --tw-inset-shadow-alpha {
|
|
5337
|
+
syntax: "<percentage>";
|
|
5338
|
+
inherits: false;
|
|
5339
|
+
initial-value: 100%;
|
|
5340
|
+
}
|
|
5326
5341
|
@property --tw-ring-color {
|
|
5327
5342
|
syntax: "*";
|
|
5328
5343
|
inherits: false;
|
|
@@ -5405,6 +5420,19 @@ input[type="number"] {
|
|
|
5405
5420
|
syntax: "*";
|
|
5406
5421
|
inherits: false;
|
|
5407
5422
|
}
|
|
5423
|
+
@property --tw-drop-shadow-color {
|
|
5424
|
+
syntax: "*";
|
|
5425
|
+
inherits: false;
|
|
5426
|
+
}
|
|
5427
|
+
@property --tw-drop-shadow-alpha {
|
|
5428
|
+
syntax: "<percentage>";
|
|
5429
|
+
inherits: false;
|
|
5430
|
+
initial-value: 100%;
|
|
5431
|
+
}
|
|
5432
|
+
@property --tw-drop-shadow-size {
|
|
5433
|
+
syntax: "*";
|
|
5434
|
+
inherits: false;
|
|
5435
|
+
}
|
|
5408
5436
|
@property --tw-duration {
|
|
5409
5437
|
syntax: "*";
|
|
5410
5438
|
inherits: false;
|
|
@@ -5492,3 +5520,58 @@ input[type="number"] {
|
|
|
5492
5520
|
transform: translateX(0);
|
|
5493
5521
|
}
|
|
5494
5522
|
}
|
|
5523
|
+
@layer properties {
|
|
5524
|
+
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
5525
|
+
*, ::before, ::after, ::backdrop {
|
|
5526
|
+
--tw-translate-x: 0;
|
|
5527
|
+
--tw-translate-y: 0;
|
|
5528
|
+
--tw-translate-z: 0;
|
|
5529
|
+
--tw-scale-x: 1;
|
|
5530
|
+
--tw-scale-y: 1;
|
|
5531
|
+
--tw-scale-z: 1;
|
|
5532
|
+
--tw-rotate-x: initial;
|
|
5533
|
+
--tw-rotate-y: initial;
|
|
5534
|
+
--tw-rotate-z: initial;
|
|
5535
|
+
--tw-skew-x: initial;
|
|
5536
|
+
--tw-skew-y: initial;
|
|
5537
|
+
--tw-space-y-reverse: 0;
|
|
5538
|
+
--tw-space-x-reverse: 0;
|
|
5539
|
+
--tw-divide-y-reverse: 0;
|
|
5540
|
+
--tw-border-style: solid;
|
|
5541
|
+
--tw-leading: initial;
|
|
5542
|
+
--tw-font-weight: initial;
|
|
5543
|
+
--tw-tracking: initial;
|
|
5544
|
+
--tw-shadow: 0 0 #0000;
|
|
5545
|
+
--tw-shadow-color: initial;
|
|
5546
|
+
--tw-shadow-alpha: 100%;
|
|
5547
|
+
--tw-inset-shadow: 0 0 #0000;
|
|
5548
|
+
--tw-inset-shadow-color: initial;
|
|
5549
|
+
--tw-inset-shadow-alpha: 100%;
|
|
5550
|
+
--tw-ring-color: initial;
|
|
5551
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
5552
|
+
--tw-inset-ring-color: initial;
|
|
5553
|
+
--tw-inset-ring-shadow: 0 0 #0000;
|
|
5554
|
+
--tw-ring-inset: initial;
|
|
5555
|
+
--tw-ring-offset-width: 0px;
|
|
5556
|
+
--tw-ring-offset-color: #fff;
|
|
5557
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
5558
|
+
--tw-outline-style: solid;
|
|
5559
|
+
--tw-blur: initial;
|
|
5560
|
+
--tw-brightness: initial;
|
|
5561
|
+
--tw-contrast: initial;
|
|
5562
|
+
--tw-grayscale: initial;
|
|
5563
|
+
--tw-hue-rotate: initial;
|
|
5564
|
+
--tw-invert: initial;
|
|
5565
|
+
--tw-opacity: initial;
|
|
5566
|
+
--tw-saturate: initial;
|
|
5567
|
+
--tw-sepia: initial;
|
|
5568
|
+
--tw-drop-shadow: initial;
|
|
5569
|
+
--tw-drop-shadow-color: initial;
|
|
5570
|
+
--tw-drop-shadow-alpha: 100%;
|
|
5571
|
+
--tw-drop-shadow-size: initial;
|
|
5572
|
+
--tw-duration: initial;
|
|
5573
|
+
--tw-ease: initial;
|
|
5574
|
+
--tw-content: "";
|
|
5575
|
+
}
|
|
5576
|
+
}
|
|
5577
|
+
}
|