@golocalinteractive/golocal-cloud-wrapper 0.0.101
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 +329 -0
- package/dist/components/app-header.d.ts +6 -0
- package/dist/components/app-header.d.ts.map +1 -0
- package/dist/components/app-sidebar.d.ts +4 -0
- package/dist/components/app-sidebar.d.ts.map +1 -0
- package/dist/components/credential-form.d.ts +11 -0
- package/dist/components/credential-form.d.ts.map +1 -0
- package/dist/components/profile-dropdown.d.ts +6 -0
- package/dist/components/profile-dropdown.d.ts.map +1 -0
- package/dist/components/ui/badge.d.ts +9 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +12 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +10 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/collapsible-section.d.ts +14 -0
- package/dist/components/ui/collapsible-section.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +26 -0
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/components/ui/index.d.ts +14 -0
- package/dist/components/ui/index.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +6 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/separator.d.ts +5 -0
- package/dist/components/ui/separator.d.ts.map +1 -0
- package/dist/components/ui/sheet.d.ts +26 -0
- package/dist/components/ui/sheet.d.ts.map +1 -0
- package/dist/components/ui/sidebar.d.ts +70 -0
- package/dist/components/ui/sidebar.d.ts.map +1 -0
- package/dist/components/ui/skeleton.d.ts +4 -0
- package/dist/components/ui/skeleton.d.ts.map +1 -0
- package/dist/components/ui/sonner.d.ts +4 -0
- package/dist/components/ui/sonner.d.ts.map +1 -0
- package/dist/components/ui/tooltip.d.ts +8 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/components/vendor-connection-card.d.ts +15 -0
- package/dist/components/vendor-connection-card.d.ts.map +1 -0
- package/dist/components/vendor-connections.d.ts +17 -0
- package/dist/components/vendor-connections.d.ts.map +1 -0
- package/dist/components/vendor-selection.d.ts +8 -0
- package/dist/components/vendor-selection.d.ts.map +1 -0
- package/dist/context/PermissionsContext.d.ts +25 -0
- package/dist/context/PermissionsContext.d.ts.map +1 -0
- package/dist/enums/vendors.d.ts +15 -0
- package/dist/enums/vendors.d.ts.map +1 -0
- package/dist/files/geist-cyrillic-400-normal.woff +0 -0
- package/dist/files/geist-cyrillic-400-normal.woff2 +0 -0
- package/dist/files/geist-latin-400-normal.woff +0 -0
- package/dist/files/geist-latin-400-normal.woff2 +0 -0
- package/dist/files/geist-latin-ext-400-normal.woff +0 -0
- package/dist/files/geist-latin-ext-400-normal.woff2 +0 -0
- package/dist/golocal-cloud-wrapper.cjs.js +291 -0
- package/dist/golocal-cloud-wrapper.css +1 -0
- package/dist/golocal-cloud-wrapper.es.js +10862 -0
- package/dist/hooks/use-active-route.d.ts +5 -0
- package/dist/hooks/use-active-route.d.ts.map +1 -0
- package/dist/hooks/use-active-route.test.d.ts +2 -0
- package/dist/hooks/use-active-route.test.d.ts.map +1 -0
- package/dist/hooks/use-mobile.d.ts +2 -0
- package/dist/hooks/use-mobile.d.ts.map +1 -0
- package/dist/hooks/use-navigation-config.d.ts +7 -0
- package/dist/hooks/use-navigation-config.d.ts.map +1 -0
- package/dist/index.d.ts +19 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/lib/auth/client.d.ts +5 -0
- package/dist/lib/auth/client.d.ts.map +1 -0
- package/dist/lib/auth/index.d.ts +2 -0
- package/dist/lib/auth/index.d.ts.map +1 -0
- package/dist/lib/auth/middleware.d.ts +5 -0
- package/dist/lib/auth/middleware.d.ts.map +1 -0
- package/dist/lib/auth/permissions.d.ts +10 -0
- package/dist/lib/auth/permissions.d.ts.map +1 -0
- package/dist/lib/auth/server.d.ts +7 -0
- package/dist/lib/auth/server.d.ts.map +1 -0
- package/dist/lib/auth/token.d.ts +2 -0
- package/dist/lib/auth/token.d.ts.map +1 -0
- package/dist/lib/icon-map.d.ts +32 -0
- package/dist/lib/icon-map.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/lib/vendor-form-config.d.ts +20 -0
- package/dist/lib/vendor-form-config.d.ts.map +1 -0
- package/dist/lib/vendor-info.d.ts +9 -0
- package/dist/lib/vendor-info.d.ts.map +1 -0
- package/dist/providers/GLICloudProvider.d.ts +19 -0
- package/dist/providers/GLICloudProvider.d.ts.map +1 -0
- package/dist/server.cjs.js +11 -0
- package/dist/server.d.ts +5 -0
- package/dist/server.d.ts.map +1 -0
- package/dist/server.es.js +2795 -0
- package/dist/token-CPL6JoNm.js +25 -0
- package/dist/token-OmUSTZxZ.cjs +1 -0
- package/dist/types/credentials.d.ts +41 -0
- package/dist/types/credentials.d.ts.map +1 -0
- package/dist/types/navigation.d.ts +33 -0
- package/dist/types/navigation.d.ts.map +1 -0
- package/package.json +91 -0
- package/tailwind.preset.js +99 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { Auth0Client as r } from "@auth0/nextjs-auth0/server";
|
|
2
|
+
const s = "openid profile email permissions";
|
|
3
|
+
let t = null;
|
|
4
|
+
function i(e) {
|
|
5
|
+
const { authorizationParameters: a, ...o } = e ?? {}, n = process.env.AUTH0_AUDIENCE;
|
|
6
|
+
return new r({
|
|
7
|
+
...o,
|
|
8
|
+
authorizationParameters: {
|
|
9
|
+
scope: s,
|
|
10
|
+
...n ? { audience: n } : {},
|
|
11
|
+
...a
|
|
12
|
+
}
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
function c(e) {
|
|
16
|
+
return e ? i(e) : (t || (t = i()), t);
|
|
17
|
+
}
|
|
18
|
+
async function l() {
|
|
19
|
+
const e = await c().getAccessToken();
|
|
20
|
+
return (e == null ? void 0 : e.token) || "No token available";
|
|
21
|
+
}
|
|
22
|
+
export {
|
|
23
|
+
l as a,
|
|
24
|
+
c as g
|
|
25
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const o=require("@auth0/nextjs-auth0/server"),a="openid profile email permissions";let t=null;function i(e){const{authorizationParameters:s,...c}=e??{},n=process.env.AUTH0_AUDIENCE;return new o.Auth0Client({...c,authorizationParameters:{scope:a,...n?{audience:n}:{},...s}})}function r(e){return e?i(e):(t||(t=i()),t)}async function u(){const e=await r().getAccessToken();return(e==null?void 0:e.token)||"No token available"}exports.accessToken=u;exports.getAuth0Client=r;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Vendor, VendorConnectionStatus } from "../enums/vendors";
|
|
2
|
+
export interface SitelinkCredentials {
|
|
3
|
+
corporate_code: string;
|
|
4
|
+
username: string;
|
|
5
|
+
password: string;
|
|
6
|
+
}
|
|
7
|
+
export interface StoredgeCredentials {
|
|
8
|
+
company_id: string;
|
|
9
|
+
}
|
|
10
|
+
export interface HummingbirdCredentials {
|
|
11
|
+
company_id: string;
|
|
12
|
+
}
|
|
13
|
+
export interface SCNavigatorCredentials {
|
|
14
|
+
username: string;
|
|
15
|
+
password: string;
|
|
16
|
+
base_url: string;
|
|
17
|
+
}
|
|
18
|
+
export interface SSMCloudCredentials {
|
|
19
|
+
base_url: string;
|
|
20
|
+
}
|
|
21
|
+
export interface QuikStorCredentials {
|
|
22
|
+
company_code: string;
|
|
23
|
+
client_id: string;
|
|
24
|
+
client_secret: string;
|
|
25
|
+
}
|
|
26
|
+
export interface VendorCredentials {
|
|
27
|
+
vendor: Vendor;
|
|
28
|
+
connection_name: string;
|
|
29
|
+
credentials: SitelinkCredentials | StoredgeCredentials | HummingbirdCredentials | SCNavigatorCredentials | SSMCloudCredentials | QuikStorCredentials;
|
|
30
|
+
}
|
|
31
|
+
export interface CredentialProvider {
|
|
32
|
+
id: string;
|
|
33
|
+
name?: string | null;
|
|
34
|
+
}
|
|
35
|
+
export interface VendorConnection {
|
|
36
|
+
name: string;
|
|
37
|
+
provider: CredentialProvider;
|
|
38
|
+
status: VendorConnectionStatus;
|
|
39
|
+
software: Vendor;
|
|
40
|
+
}
|
|
41
|
+
//# sourceMappingURL=credentials.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"credentials.d.ts","sourceRoot":"","sources":["../../src/types/credentials.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAC;AAElE,MAAM,WAAW,mBAAmB;IAClC,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,mBAAmB;IAClC,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,sBAAsB;IACrC,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,sBAAsB;IACrC,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,mBAAmB;IAClC,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,mBAAmB;IAClC,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;IACxB,WAAW,EACP,mBAAmB,GACnB,mBAAmB,GACnB,sBAAsB,GACtB,sBAAsB,GACtB,mBAAmB,GACnB,mBAAmB,CAAC;CACzB;AAED,MAAM,WAAW,kBAAkB;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACtB;AAED,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,MAAM,EAAE,sBAAsB,CAAC;IAC/B,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export interface NavigationItem {
|
|
2
|
+
title: string;
|
|
3
|
+
url: string;
|
|
4
|
+
icon?: string;
|
|
5
|
+
permissions?: string[];
|
|
6
|
+
}
|
|
7
|
+
export interface NavigationSection {
|
|
8
|
+
title: string;
|
|
9
|
+
key?: string;
|
|
10
|
+
url: string;
|
|
11
|
+
icon: string;
|
|
12
|
+
tooltip?: string;
|
|
13
|
+
items: NavigationItem[];
|
|
14
|
+
}
|
|
15
|
+
export interface NavigationConfig {
|
|
16
|
+
version: string;
|
|
17
|
+
lastUpdated: string;
|
|
18
|
+
navigation: {
|
|
19
|
+
home: {
|
|
20
|
+
title: string;
|
|
21
|
+
url: string;
|
|
22
|
+
icon: string;
|
|
23
|
+
};
|
|
24
|
+
navMain: NavigationSection[];
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export interface NavigationContextValue {
|
|
28
|
+
config: NavigationConfig | null;
|
|
29
|
+
loading: boolean;
|
|
30
|
+
error: string | null;
|
|
31
|
+
refresh: () => Promise<void>;
|
|
32
|
+
}
|
|
33
|
+
//# sourceMappingURL=navigation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../src/types/navigation.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,cAAc,EAAE,CAAC;CACzB;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,KAAK,EAAE,MAAM,CAAC;YACd,GAAG,EAAE,MAAM,CAAC;YACZ,IAAI,EAAE,MAAM,CAAC;SACd,CAAC;QACF,OAAO,EAAE,iBAAiB,EAAE,CAAC;KAC9B,CAAC;CACH;AAED,MAAM,WAAW,sBAAsB;IACrC,MAAM,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAChC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CAC9B"}
|
package/package.json
ADDED
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@golocalinteractive/golocal-cloud-wrapper",
|
|
3
|
+
"version": "0.0.101",
|
|
4
|
+
"description": "A React provider component for Go Local Interactive's cloud services",
|
|
5
|
+
"license": "ISC",
|
|
6
|
+
"author": "Tanner Barrett, Cody Lacey, Go Local Interactive",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"sideEffects": [
|
|
9
|
+
"./dist/golocal-cloud-wrapper.css"
|
|
10
|
+
],
|
|
11
|
+
"main": "./dist/golocal-cloud-wrapper.es.js",
|
|
12
|
+
"module": "./dist/golocal-cloud-wrapper.es.js",
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"files": [
|
|
15
|
+
"dist",
|
|
16
|
+
"README.md",
|
|
17
|
+
"tailwind.preset.js"
|
|
18
|
+
],
|
|
19
|
+
"exports": {
|
|
20
|
+
".": {
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
|
+
"import": "./dist/golocal-cloud-wrapper.es.js",
|
|
23
|
+
"require": "./dist/golocal-cloud-wrapper.cjs.js"
|
|
24
|
+
},
|
|
25
|
+
"./server": {
|
|
26
|
+
"types": "./dist/server.d.ts",
|
|
27
|
+
"import": "./dist/server.es.js",
|
|
28
|
+
"require": "./dist/server.cjs.js"
|
|
29
|
+
},
|
|
30
|
+
"./styles": "./dist/golocal-cloud-wrapper.css",
|
|
31
|
+
"./tailwind-preset": {
|
|
32
|
+
"import": "./tailwind-preset.js"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"scripts": {
|
|
36
|
+
"build": "vite build && npm run build:types",
|
|
37
|
+
"build:types": "tsc --emitDeclarationOnly",
|
|
38
|
+
"build:dev": "vite build --mode development",
|
|
39
|
+
"dev": "vite build --watch --mode development && npm run build:types",
|
|
40
|
+
"watch": "vite build --watch",
|
|
41
|
+
"test": "jest --config jest.config.ts",
|
|
42
|
+
"storybook": "storybook dev -p 6006",
|
|
43
|
+
"prepublishOnly": "npm run build"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@jest/globals": "^29.7.0",
|
|
47
|
+
"@tailwindcss/postcss": "^4.1.10",
|
|
48
|
+
"@testing-library/react": "^16.3.0",
|
|
49
|
+
"@types/jest": "^29.5.14",
|
|
50
|
+
"@types/react": "^19.1.0",
|
|
51
|
+
"@vitejs/plugin-react": "^4.6.0",
|
|
52
|
+
"@vitest/browser": "^3.2.4",
|
|
53
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
54
|
+
"autoprefixer": "^10.4.21",
|
|
55
|
+
"jest": "^29.7.0",
|
|
56
|
+
"jest-environment-jsdom": "^29.7.0",
|
|
57
|
+
"playwright": "^1.53.1",
|
|
58
|
+
"postcss": "^8.5.6",
|
|
59
|
+
"prettier": "3.6.2",
|
|
60
|
+
"react": "^19.1.0",
|
|
61
|
+
"storybook": "^9.0.12",
|
|
62
|
+
"tailwindcss": "^4.1.10",
|
|
63
|
+
"ts-jest": "^29.3.1",
|
|
64
|
+
"ts-node": "^10.9.2",
|
|
65
|
+
"typescript": "^5.8.2",
|
|
66
|
+
"vite": "^6.3.5",
|
|
67
|
+
"vitest": "^3.2.4"
|
|
68
|
+
},
|
|
69
|
+
"peerDependencies": {
|
|
70
|
+
"@auth0/nextjs-auth0": "^4.0.0",
|
|
71
|
+
"react": "^19.0.0",
|
|
72
|
+
"react-dom": "^19.0.0"
|
|
73
|
+
},
|
|
74
|
+
"dependencies": {
|
|
75
|
+
"@auth0/nextjs-auth0": "^4.0.0",
|
|
76
|
+
"@radix-ui/react-dialog": "^1.1.14",
|
|
77
|
+
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
78
|
+
"@radix-ui/react-separator": "^1.1.7",
|
|
79
|
+
"@radix-ui/react-slot": "^1.2.3",
|
|
80
|
+
"@radix-ui/react-tooltip": "^1.2.7",
|
|
81
|
+
"class-variance-authority": "^0.7.1",
|
|
82
|
+
"clsx": "^2.1.1",
|
|
83
|
+
"@fontsource/geist": "^5.0.0",
|
|
84
|
+
"geist": "^1.4.2",
|
|
85
|
+
"jwt-decode": "^4.0.0",
|
|
86
|
+
"lucide-react": "^0.522.0",
|
|
87
|
+
"next-themes": "^0.4.6",
|
|
88
|
+
"sonner": "^2.0.7",
|
|
89
|
+
"tailwind-merge": "^3.3.1"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-var-requires */
|
|
2
|
+
const defaultTheme = require("tailwindcss/defaultTheme");
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Tailwind preset to share across applications.
|
|
6
|
+
* Import in consuming apps' tailwind.config.js:
|
|
7
|
+
* module.exports = {
|
|
8
|
+
* presets: [require('@golocalinteractive/golocal-cloud-wrapper/tailwind-preset')],
|
|
9
|
+
* content: [...],
|
|
10
|
+
* }
|
|
11
|
+
*/
|
|
12
|
+
module.exports = {
|
|
13
|
+
darkMode: "class",
|
|
14
|
+
theme: {
|
|
15
|
+
extend: {
|
|
16
|
+
colors: {
|
|
17
|
+
primary: {
|
|
18
|
+
50: "#eff6ff",
|
|
19
|
+
100: "#dbeafe",
|
|
20
|
+
200: "#bfdbfe",
|
|
21
|
+
300: "#93c5fd",
|
|
22
|
+
400: "#60a5fa",
|
|
23
|
+
500: "#3b82f6",
|
|
24
|
+
600: "#2563eb",
|
|
25
|
+
700: "#1d4ed8",
|
|
26
|
+
800: "#1e40af",
|
|
27
|
+
900: "#1e3a8a",
|
|
28
|
+
},
|
|
29
|
+
gli: {
|
|
30
|
+
blue: "var(--gli-blue)",
|
|
31
|
+
bluedark: "var(--gli-blue-dark)",
|
|
32
|
+
orange: "var(--gli-orange)",
|
|
33
|
+
green: "var(--gli-green)",
|
|
34
|
+
},
|
|
35
|
+
organic: {
|
|
36
|
+
blue: "var(--organic-blue)",
|
|
37
|
+
navy: "var(--organic-navy)",
|
|
38
|
+
},
|
|
39
|
+
paid: {
|
|
40
|
+
green: "var(--paid-green)",
|
|
41
|
+
lime: "var(--paid-lime)",
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
fontFamily: {
|
|
45
|
+
body: [
|
|
46
|
+
"Geist",
|
|
47
|
+
"ui-sans-serif",
|
|
48
|
+
"system-ui",
|
|
49
|
+
"-apple-system",
|
|
50
|
+
"Segoe UI",
|
|
51
|
+
"Roboto",
|
|
52
|
+
"Helvetica Neue",
|
|
53
|
+
"Arial",
|
|
54
|
+
"Noto Sans",
|
|
55
|
+
"sans-serif",
|
|
56
|
+
"Apple Color Emoji",
|
|
57
|
+
"Segoe UI Emoji",
|
|
58
|
+
"Segoe UI Symbol",
|
|
59
|
+
"Noto Color Emoji",
|
|
60
|
+
],
|
|
61
|
+
sans: [
|
|
62
|
+
"Geist",
|
|
63
|
+
"ui-sans-serif",
|
|
64
|
+
"system-ui",
|
|
65
|
+
"-apple-system",
|
|
66
|
+
"Segoe UI",
|
|
67
|
+
"Roboto",
|
|
68
|
+
"Helvetica Neue",
|
|
69
|
+
"Arial",
|
|
70
|
+
"Noto Sans",
|
|
71
|
+
"sans-serif",
|
|
72
|
+
"Apple Color Emoji",
|
|
73
|
+
"Segoe UI Emoji",
|
|
74
|
+
"Segoe UI Symbol",
|
|
75
|
+
"Noto Color Emoji",
|
|
76
|
+
],
|
|
77
|
+
},
|
|
78
|
+
borderWidth: {
|
|
79
|
+
DEFAULT: "1px",
|
|
80
|
+
0: "0",
|
|
81
|
+
2: "2px",
|
|
82
|
+
3: "3px",
|
|
83
|
+
4: "4px",
|
|
84
|
+
6: "6px",
|
|
85
|
+
8: "8px",
|
|
86
|
+
},
|
|
87
|
+
minHeight: {
|
|
88
|
+
...defaultTheme.height,
|
|
89
|
+
},
|
|
90
|
+
minWidth: {
|
|
91
|
+
...defaultTheme.width,
|
|
92
|
+
},
|
|
93
|
+
},
|
|
94
|
+
},
|
|
95
|
+
plugins: [],
|
|
96
|
+
future: {
|
|
97
|
+
hoverOnlyWhenSupported: true,
|
|
98
|
+
},
|
|
99
|
+
};
|