@breadstone/mosaik-themes 0.0.206 → 0.0.209
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 +26 -0
- package/_index.scss +0 -12
- package/index.cjs +1457 -696
- package/index.cjs.map +1 -1
- package/index.d.mts +256 -58
- package/index.d.ts +256 -58
- package/index.js +1458 -697
- package/index.js.map +1 -1
- package/package.json +2 -5
- package/tailwind/v3/index.d.ts +0 -6
- package/tailwind/v3/index.d.ts.map +1 -1
- package/tailwind/v3/index.js +1 -7
- package/tailwind/v3/index.js.map +1 -1
- package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.js +272 -12
- package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.js.map +1 -1
- package/tailwind/v3/plugins/joyTailwindPlugin.js +6 -0
- package/tailwind/v3/plugins/joyTailwindPlugin.js.map +1 -1
- package/tailwind/v3/plugins/memphisTailwindPlugin.js +204 -140
- package/tailwind/v3/plugins/memphisTailwindPlugin.js.map +1 -1
- package/tailwind/v3/presets/cosmopolitanTailwindPresets.js +272 -12
- package/tailwind/v3/presets/cosmopolitanTailwindPresets.js.map +1 -1
- package/tailwind/v3/presets/joyTailwindPresets.js +6 -0
- package/tailwind/v3/presets/joyTailwindPresets.js.map +1 -1
- package/tailwind/v3/presets/memphisTailwindPresets.js +204 -140
- package/tailwind/v3/presets/memphisTailwindPresets.js.map +1 -1
- package/tailwind/v4/cosmopolitanTailwindPresets.css +232 -12
- package/tailwind/v4/joyTailwindPresets.css +2 -0
- package/tailwind/v4/memphisTailwindPresets.css +188 -140
- package/themes/___cosmopolitan-tokens.css +264 -20
- package/themes/___joy-tokens.css +2 -0
- package/themes/___memphis-tokens.css +188 -140
- package/themes/cosmopolitan-tokens.scss +264 -20
- package/themes/cosmopolitan.scss +661 -77
- package/themes/joy-tokens.scss +2 -0
- package/themes/joy.scss +341 -53
- package/themes/memphis-tokens.scss +188 -140
- package/themes/memphis.scss +527 -193
- package/tailwind/v3/plugins/bootstrapTailwindPlugin.d.ts +0 -2
- package/tailwind/v3/plugins/bootstrapTailwindPlugin.d.ts.map +0 -1
- package/tailwind/v3/plugins/bootstrapTailwindPlugin.js +0 -112
- package/tailwind/v3/plugins/bootstrapTailwindPlugin.js.map +0 -1
- package/tailwind/v3/plugins/fluentTailwindPlugin.d.ts +0 -2
- package/tailwind/v3/plugins/fluentTailwindPlugin.d.ts.map +0 -1
- package/tailwind/v3/plugins/fluentTailwindPlugin.js +0 -63
- package/tailwind/v3/plugins/fluentTailwindPlugin.js.map +0 -1
- package/tailwind/v3/plugins/materialTailwindPlugin.d.ts +0 -2
- package/tailwind/v3/plugins/materialTailwindPlugin.d.ts.map +0 -1
- package/tailwind/v3/plugins/materialTailwindPlugin.js +0 -53
- package/tailwind/v3/plugins/materialTailwindPlugin.js.map +0 -1
- package/tailwind/v3/presets/bootstrapTailwindPresets.d.ts +0 -2
- package/tailwind/v3/presets/bootstrapTailwindPresets.d.ts.map +0 -1
- package/tailwind/v3/presets/bootstrapTailwindPresets.js +0 -101
- package/tailwind/v3/presets/bootstrapTailwindPresets.js.map +0 -1
- package/tailwind/v3/presets/fluentTailwindPresets.d.ts +0 -2
- package/tailwind/v3/presets/fluentTailwindPresets.d.ts.map +0 -1
- package/tailwind/v3/presets/fluentTailwindPresets.js +0 -52
- package/tailwind/v3/presets/fluentTailwindPresets.js.map +0 -1
- package/tailwind/v3/presets/materialTailwindPresets.d.ts +0 -2
- package/tailwind/v3/presets/materialTailwindPresets.d.ts.map +0 -1
- package/tailwind/v3/presets/materialTailwindPresets.js +0 -42
- package/tailwind/v3/presets/materialTailwindPresets.js.map +0 -1
- package/tailwind/v4/bootstrapTailwindPresets.css +0 -86
- package/tailwind/v4/fluentTailwindPresets.css +0 -39
- package/tailwind/v4/materialTailwindPresets.css +0 -29
- package/themes/___bootstrap-tokens.css +0 -91
- package/themes/___fluent-tokens.css +0 -30
- package/themes/___material-tokens.css +0 -22
- package/themes/bootstrap-tokens.scss +0 -89
- package/themes/bootstrap.scss +0 -163
- package/themes/fluent-tokens.scss +0 -28
- package/themes/fluent.scss +0 -1591
- package/themes/material-tokens.scss +0 -20
- package/themes/material.scss +0 -94
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bootstrapTailwindPlugin.d.ts","sourceRoot":"","sources":["../../../../tailwind/v3/plugins/bootstrapTailwindPlugin.ts"],"names":[],"mappings":""}
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// ------------------------------------------------------------------------------
|
|
3
|
-
// <auto-generated>
|
|
4
|
-
// This code was generated by a tool.
|
|
5
|
-
// Changes to this file may cause incorrect behavior and will be lost if
|
|
6
|
-
// the code is regenerated.
|
|
7
|
-
// </auto-generated>
|
|
8
|
-
// ------------------------------------------------------------------------------
|
|
9
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
const plugin_1 = __importDefault(require("tailwindcss/plugin"));
|
|
14
|
-
module.exports = (0, plugin_1.default)(function ({ addUtilities, theme, e }) {
|
|
15
|
-
// Optional: Add custom utilities here
|
|
16
|
-
// Example: Custom shadow utilities
|
|
17
|
-
// const shadows = theme('boxShadow') || {};
|
|
18
|
-
// const shadowUtils = Object.entries(shadows).reduce((acc, [key, value]) => {
|
|
19
|
-
// acc['.' + e('shadow-' + key)] = { boxShadow: value };
|
|
20
|
-
// return acc;
|
|
21
|
-
// }, {});
|
|
22
|
-
// addUtilities(shadowUtils);
|
|
23
|
-
}, {
|
|
24
|
-
"extend": {
|
|
25
|
-
"fontFamily": {
|
|
26
|
-
"DEFAULT": "'Inter', Roboto, Helvetica, sans-serif"
|
|
27
|
-
},
|
|
28
|
-
"borderRadius": {
|
|
29
|
-
"DEFAULT": "12px"
|
|
30
|
-
},
|
|
31
|
-
"spacing": {
|
|
32
|
-
"DEFAULT": "8px"
|
|
33
|
-
},
|
|
34
|
-
"borderWidth": {
|
|
35
|
-
"DEFAULT": "2px"
|
|
36
|
-
},
|
|
37
|
-
"colors": {
|
|
38
|
-
"primary": {
|
|
39
|
-
"100": "#cfe2ff",
|
|
40
|
-
"200": "#9ec5fe",
|
|
41
|
-
"300": "#6ea8fe",
|
|
42
|
-
"400": "#3d8bfd",
|
|
43
|
-
"500": "#0d6efd",
|
|
44
|
-
"600": "#0a58ca",
|
|
45
|
-
"700": "#084298",
|
|
46
|
-
"800": "#052c65",
|
|
47
|
-
"900": "#031633"
|
|
48
|
-
},
|
|
49
|
-
"secondary": {
|
|
50
|
-
"100": "#f8f9fa",
|
|
51
|
-
"200": "#e9ecef",
|
|
52
|
-
"300": "#dee2e6",
|
|
53
|
-
"400": "#ced4da",
|
|
54
|
-
"500": "#adb5bd",
|
|
55
|
-
"600": "#6c757d",
|
|
56
|
-
"700": "#495057",
|
|
57
|
-
"800": "#343a40",
|
|
58
|
-
"900": "#212529"
|
|
59
|
-
},
|
|
60
|
-
"primary-dark": {
|
|
61
|
-
"100": "#cfe2ff",
|
|
62
|
-
"200": "#9ec5fe",
|
|
63
|
-
"300": "#6ea8fe",
|
|
64
|
-
"400": "#3d8bfd",
|
|
65
|
-
"500": "#0d6efd",
|
|
66
|
-
"600": "#0a58ca",
|
|
67
|
-
"700": "#084298",
|
|
68
|
-
"800": "#052c65",
|
|
69
|
-
"900": "#031633"
|
|
70
|
-
},
|
|
71
|
-
"secondary-dark": {
|
|
72
|
-
"100": "#f8f9fa",
|
|
73
|
-
"200": "#e9ecef",
|
|
74
|
-
"300": "#dee2e6",
|
|
75
|
-
"400": "#ced4da",
|
|
76
|
-
"500": "#adb5bd",
|
|
77
|
-
"600": "#6c757d",
|
|
78
|
-
"700": "#495057",
|
|
79
|
-
"800": "#343a40",
|
|
80
|
-
"900": "#212529"
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
"lineHeight": {
|
|
84
|
-
"headline1": "1.2",
|
|
85
|
-
"headline2": "1.2",
|
|
86
|
-
"headline3": "1.2",
|
|
87
|
-
"headline4": "1.2",
|
|
88
|
-
"headline5": "1.2",
|
|
89
|
-
"headline6": "1.2"
|
|
90
|
-
},
|
|
91
|
-
"fontWeight": {
|
|
92
|
-
"headline1": "300",
|
|
93
|
-
"headline2": "300",
|
|
94
|
-
"headline3": "300",
|
|
95
|
-
"headline4": "300",
|
|
96
|
-
"headline5": "300",
|
|
97
|
-
"headline6": "300"
|
|
98
|
-
},
|
|
99
|
-
"letterSpacing": {
|
|
100
|
-
"headline1": "0",
|
|
101
|
-
"headline2": "0",
|
|
102
|
-
"headline3": "0",
|
|
103
|
-
"headline4": "0",
|
|
104
|
-
"headline5": "0",
|
|
105
|
-
"headline6": "0"
|
|
106
|
-
},
|
|
107
|
-
"boxShadow": {
|
|
108
|
-
"DEFAULT": "none"
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
});
|
|
112
|
-
//# sourceMappingURL=bootstrapTailwindPlugin.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bootstrapTailwindPlugin.js","sourceRoot":"","sources":["../../../../tailwind/v3/plugins/bootstrapTailwindPlugin.ts"],"names":[],"mappings":";AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,4EAA4E;AAC5E,+BAA+B;AAC/B,oBAAoB;AACpB,iFAAiF;;;;;AAEjF,gEAA8C;AAE9C,MAAM,CAAC,OAAO,GAAG,IAAA,gBAAY,EAAC,UAAS,EAAE,YAAY,EAAE,KAAK,EAAE,CAAC,EAAE;IAC/D,sCAAsC;IACtC,mCAAmC;IACnC,4CAA4C;IAC5C,8EAA8E;IAC9E,0DAA0D;IAC1D,gBAAgB;IAChB,UAAU;IACV,6BAA6B;AAC/B,CAAC,EAAE;IACD,QAAQ,EAAE;QACR,YAAY,EAAE;YACZ,SAAS,EAAE,wCAAwC;SACpD;QACD,cAAc,EAAE;YACd,SAAS,EAAE,MAAM;SAClB;QACD,SAAS,EAAE;YACT,SAAS,EAAE,KAAK;SACjB;QACD,aAAa,EAAE;YACb,SAAS,EAAE,KAAK;SACjB;QACD,QAAQ,EAAE;YACR,SAAS,EAAE;gBACT,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;aACjB;YACD,WAAW,EAAE;gBACX,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;aACjB;YACD,cAAc,EAAE;gBACd,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;aACjB;YACD,gBAAgB,EAAE;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;gBAChB,KAAK,EAAE,SAAS;aACjB;SACF;QACD,YAAY,EAAE;YACZ,WAAW,EAAE,KAAK;YAClB,WAAW,EAAE,KAAK;YAClB,WAAW,EAAE,KAAK;YAClB,WAAW,EAAE,KAAK;YAClB,WAAW,EAAE,KAAK;YAClB,WAAW,EAAE,KAAK;SACnB;QACD,YAAY,EAAE;YACZ,WAAW,EAAE,KAAK;YAClB,WAAW,EAAE,KAAK;YAClB,WAAW,EAAE,KAAK;YAClB,WAAW,EAAE,KAAK;YAClB,WAAW,EAAE,KAAK;YAClB,WAAW,EAAE,KAAK;SACnB;QACD,eAAe,EAAE;YACf,WAAW,EAAE,GAAG;YAChB,WAAW,EAAE,GAAG;YAChB,WAAW,EAAE,GAAG;YAChB,WAAW,EAAE,GAAG;YAChB,WAAW,EAAE,GAAG;YAChB,WAAW,EAAE,GAAG;SACjB;QACD,WAAW,EAAE;YACX,SAAS,EAAE,MAAM;SAClB;KACF;CACF,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fluentTailwindPlugin.d.ts","sourceRoot":"","sources":["../../../../tailwind/v3/plugins/fluentTailwindPlugin.ts"],"names":[],"mappings":""}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// ------------------------------------------------------------------------------
|
|
3
|
-
// <auto-generated>
|
|
4
|
-
// This code was generated by a tool.
|
|
5
|
-
// Changes to this file may cause incorrect behavior and will be lost if
|
|
6
|
-
// the code is regenerated.
|
|
7
|
-
// </auto-generated>
|
|
8
|
-
// ------------------------------------------------------------------------------
|
|
9
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
const plugin_1 = __importDefault(require("tailwindcss/plugin"));
|
|
14
|
-
module.exports = (0, plugin_1.default)(function ({ addUtilities, theme, e }) {
|
|
15
|
-
// Optional: Add custom utilities here
|
|
16
|
-
// Example: Custom shadow utilities
|
|
17
|
-
// const shadows = theme('boxShadow') || {};
|
|
18
|
-
// const shadowUtils = Object.entries(shadows).reduce((acc, [key, value]) => {
|
|
19
|
-
// acc['.' + e('shadow-' + key)] = { boxShadow: value };
|
|
20
|
-
// return acc;
|
|
21
|
-
// }, {});
|
|
22
|
-
// addUtilities(shadowUtils);
|
|
23
|
-
}, {
|
|
24
|
-
"extend": {
|
|
25
|
-
"fontFamily": {
|
|
26
|
-
"DEFAULT": "'Inter', Roboto, Helvetica, sans-serif"
|
|
27
|
-
},
|
|
28
|
-
"borderRadius": {
|
|
29
|
-
"DEFAULT": "12px"
|
|
30
|
-
},
|
|
31
|
-
"spacing": {
|
|
32
|
-
"DEFAULT": "8px"
|
|
33
|
-
},
|
|
34
|
-
"borderWidth": {
|
|
35
|
-
"DEFAULT": "2px"
|
|
36
|
-
},
|
|
37
|
-
"colors": {
|
|
38
|
-
"primary": {
|
|
39
|
-
"DEFAULT": "#0078D4"
|
|
40
|
-
},
|
|
41
|
-
"secondary": {
|
|
42
|
-
"DEFAULT": "#005A9E"
|
|
43
|
-
},
|
|
44
|
-
"tertiary": {
|
|
45
|
-
"DEFAULT": "#003E6B"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"boxShadow": {
|
|
49
|
-
"DEFAULT": "none"
|
|
50
|
-
},
|
|
51
|
-
"transitionDuration": {
|
|
52
|
-
"durationUltraFast": "50ms",
|
|
53
|
-
"durationFaster": "100ms",
|
|
54
|
-
"durationFast": "150ms",
|
|
55
|
-
"durationNormal": "200ms",
|
|
56
|
-
"durationGentle": "250ms",
|
|
57
|
-
"durationSlow": "300ms",
|
|
58
|
-
"durationSlower": "400ms",
|
|
59
|
-
"durationUltraSlow": "500ms"
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
});
|
|
63
|
-
//# sourceMappingURL=fluentTailwindPlugin.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fluentTailwindPlugin.js","sourceRoot":"","sources":["../../../../tailwind/v3/plugins/fluentTailwindPlugin.ts"],"names":[],"mappings":";AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,4EAA4E;AAC5E,+BAA+B;AAC/B,oBAAoB;AACpB,iFAAiF;;;;;AAEjF,gEAA8C;AAE9C,MAAM,CAAC,OAAO,GAAG,IAAA,gBAAY,EAAC,UAAS,EAAE,YAAY,EAAE,KAAK,EAAE,CAAC,EAAE;IAC/D,sCAAsC;IACtC,mCAAmC;IACnC,4CAA4C;IAC5C,8EAA8E;IAC9E,0DAA0D;IAC1D,gBAAgB;IAChB,UAAU;IACV,6BAA6B;AAC/B,CAAC,EAAE;IACD,QAAQ,EAAE;QACR,YAAY,EAAE;YACZ,SAAS,EAAE,wCAAwC;SACpD;QACD,cAAc,EAAE;YACd,SAAS,EAAE,MAAM;SAClB;QACD,SAAS,EAAE;YACT,SAAS,EAAE,KAAK;SACjB;QACD,aAAa,EAAE;YACb,SAAS,EAAE,KAAK;SACjB;QACD,QAAQ,EAAE;YACR,SAAS,EAAE;gBACT,SAAS,EAAE,SAAS;aACrB;YACD,WAAW,EAAE;gBACX,SAAS,EAAE,SAAS;aACrB;YACD,UAAU,EAAE;gBACV,SAAS,EAAE,SAAS;aACrB;SACF;QACD,WAAW,EAAE;YACX,SAAS,EAAE,MAAM;SAClB;QACD,oBAAoB,EAAE;YACpB,mBAAmB,EAAE,MAAM;YAC3B,gBAAgB,EAAE,OAAO;YACzB,cAAc,EAAE,OAAO;YACvB,gBAAgB,EAAE,OAAO;YACzB,gBAAgB,EAAE,OAAO;YACzB,cAAc,EAAE,OAAO;YACvB,gBAAgB,EAAE,OAAO;YACzB,mBAAmB,EAAE,OAAO;SAC7B;KACF;CACF,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"materialTailwindPlugin.d.ts","sourceRoot":"","sources":["../../../../tailwind/v3/plugins/materialTailwindPlugin.ts"],"names":[],"mappings":""}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// ------------------------------------------------------------------------------
|
|
3
|
-
// <auto-generated>
|
|
4
|
-
// This code was generated by a tool.
|
|
5
|
-
// Changes to this file may cause incorrect behavior and will be lost if
|
|
6
|
-
// the code is regenerated.
|
|
7
|
-
// </auto-generated>
|
|
8
|
-
// ------------------------------------------------------------------------------
|
|
9
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
10
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
11
|
-
};
|
|
12
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
-
const plugin_1 = __importDefault(require("tailwindcss/plugin"));
|
|
14
|
-
module.exports = (0, plugin_1.default)(function ({ addUtilities, theme, e }) {
|
|
15
|
-
// Optional: Add custom utilities here
|
|
16
|
-
// Example: Custom shadow utilities
|
|
17
|
-
// const shadows = theme('boxShadow') || {};
|
|
18
|
-
// const shadowUtils = Object.entries(shadows).reduce((acc, [key, value]) => {
|
|
19
|
-
// acc['.' + e('shadow-' + key)] = { boxShadow: value };
|
|
20
|
-
// return acc;
|
|
21
|
-
// }, {});
|
|
22
|
-
// addUtilities(shadowUtils);
|
|
23
|
-
}, {
|
|
24
|
-
"extend": {
|
|
25
|
-
"fontFamily": {
|
|
26
|
-
"DEFAULT": "'Inter', Roboto, Helvetica, sans-serif"
|
|
27
|
-
},
|
|
28
|
-
"borderRadius": {
|
|
29
|
-
"DEFAULT": "12px"
|
|
30
|
-
},
|
|
31
|
-
"spacing": {
|
|
32
|
-
"DEFAULT": "8px"
|
|
33
|
-
},
|
|
34
|
-
"borderWidth": {
|
|
35
|
-
"DEFAULT": "2px"
|
|
36
|
-
},
|
|
37
|
-
"colors": {
|
|
38
|
-
"primary": {
|
|
39
|
-
"DEFAULT": "oklch(48.14% 0.2784 286.55)"
|
|
40
|
-
},
|
|
41
|
-
"secondary": {
|
|
42
|
-
"DEFAULT": "oklch(37.32% 0.2273 279.07)"
|
|
43
|
-
},
|
|
44
|
-
"tertiary": {
|
|
45
|
-
"DEFAULT": "oklch(79.79% 0.1416 183.25)"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
"boxShadow": {
|
|
49
|
-
"DEFAULT": "none"
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
});
|
|
53
|
-
//# sourceMappingURL=materialTailwindPlugin.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"materialTailwindPlugin.js","sourceRoot":"","sources":["../../../../tailwind/v3/plugins/materialTailwindPlugin.ts"],"names":[],"mappings":";AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,4EAA4E;AAC5E,+BAA+B;AAC/B,oBAAoB;AACpB,iFAAiF;;;;;AAEjF,gEAA8C;AAE9C,MAAM,CAAC,OAAO,GAAG,IAAA,gBAAY,EAAC,UAAS,EAAE,YAAY,EAAE,KAAK,EAAE,CAAC,EAAE;IAC/D,sCAAsC;IACtC,mCAAmC;IACnC,4CAA4C;IAC5C,8EAA8E;IAC9E,0DAA0D;IAC1D,gBAAgB;IAChB,UAAU;IACV,6BAA6B;AAC/B,CAAC,EAAE;IACD,QAAQ,EAAE;QACR,YAAY,EAAE;YACZ,SAAS,EAAE,wCAAwC;SACpD;QACD,cAAc,EAAE;YACd,SAAS,EAAE,MAAM;SAClB;QACD,SAAS,EAAE;YACT,SAAS,EAAE,KAAK;SACjB;QACD,aAAa,EAAE;YACb,SAAS,EAAE,KAAK;SACjB;QACD,QAAQ,EAAE;YACR,SAAS,EAAE;gBACT,SAAS,EAAE,6BAA6B;aACzC;YACD,WAAW,EAAE;gBACX,SAAS,EAAE,6BAA6B;aACzC;YACD,UAAU,EAAE;gBACV,SAAS,EAAE,6BAA6B;aACzC;SACF;QACD,WAAW,EAAE;YACX,SAAS,EAAE,MAAM;SAClB;KACF;CACF,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bootstrapTailwindPresets.d.ts","sourceRoot":"","sources":["../../../../tailwind/v3/presets/bootstrapTailwindPresets.ts"],"names":[],"mappings":""}
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// ------------------------------------------------------------------------------
|
|
3
|
-
// <auto-generated>
|
|
4
|
-
// This code was generated by a tool.
|
|
5
|
-
// Changes to this file may cause incorrect behavior and will be lost if
|
|
6
|
-
// the code is regenerated.
|
|
7
|
-
// </auto-generated>
|
|
8
|
-
// ------------------------------------------------------------------------------
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
module.exports = {
|
|
11
|
-
"theme": {
|
|
12
|
-
"extend": {
|
|
13
|
-
"fontFamily": {
|
|
14
|
-
"DEFAULT": "'Inter', Roboto, Helvetica, sans-serif"
|
|
15
|
-
},
|
|
16
|
-
"borderRadius": {
|
|
17
|
-
"DEFAULT": "12px"
|
|
18
|
-
},
|
|
19
|
-
"spacing": {
|
|
20
|
-
"DEFAULT": "8px"
|
|
21
|
-
},
|
|
22
|
-
"borderWidth": {
|
|
23
|
-
"DEFAULT": "2px"
|
|
24
|
-
},
|
|
25
|
-
"colors": {
|
|
26
|
-
"primary": {
|
|
27
|
-
"100": "#cfe2ff",
|
|
28
|
-
"200": "#9ec5fe",
|
|
29
|
-
"300": "#6ea8fe",
|
|
30
|
-
"400": "#3d8bfd",
|
|
31
|
-
"500": "#0d6efd",
|
|
32
|
-
"600": "#0a58ca",
|
|
33
|
-
"700": "#084298",
|
|
34
|
-
"800": "#052c65",
|
|
35
|
-
"900": "#031633"
|
|
36
|
-
},
|
|
37
|
-
"secondary": {
|
|
38
|
-
"100": "#f8f9fa",
|
|
39
|
-
"200": "#e9ecef",
|
|
40
|
-
"300": "#dee2e6",
|
|
41
|
-
"400": "#ced4da",
|
|
42
|
-
"500": "#adb5bd",
|
|
43
|
-
"600": "#6c757d",
|
|
44
|
-
"700": "#495057",
|
|
45
|
-
"800": "#343a40",
|
|
46
|
-
"900": "#212529"
|
|
47
|
-
},
|
|
48
|
-
"primary-dark": {
|
|
49
|
-
"100": "#cfe2ff",
|
|
50
|
-
"200": "#9ec5fe",
|
|
51
|
-
"300": "#6ea8fe",
|
|
52
|
-
"400": "#3d8bfd",
|
|
53
|
-
"500": "#0d6efd",
|
|
54
|
-
"600": "#0a58ca",
|
|
55
|
-
"700": "#084298",
|
|
56
|
-
"800": "#052c65",
|
|
57
|
-
"900": "#031633"
|
|
58
|
-
},
|
|
59
|
-
"secondary-dark": {
|
|
60
|
-
"100": "#f8f9fa",
|
|
61
|
-
"200": "#e9ecef",
|
|
62
|
-
"300": "#dee2e6",
|
|
63
|
-
"400": "#ced4da",
|
|
64
|
-
"500": "#adb5bd",
|
|
65
|
-
"600": "#6c757d",
|
|
66
|
-
"700": "#495057",
|
|
67
|
-
"800": "#343a40",
|
|
68
|
-
"900": "#212529"
|
|
69
|
-
}
|
|
70
|
-
},
|
|
71
|
-
"lineHeight": {
|
|
72
|
-
"headline1": "1.2",
|
|
73
|
-
"headline2": "1.2",
|
|
74
|
-
"headline3": "1.2",
|
|
75
|
-
"headline4": "1.2",
|
|
76
|
-
"headline5": "1.2",
|
|
77
|
-
"headline6": "1.2"
|
|
78
|
-
},
|
|
79
|
-
"fontWeight": {
|
|
80
|
-
"headline1": "300",
|
|
81
|
-
"headline2": "300",
|
|
82
|
-
"headline3": "300",
|
|
83
|
-
"headline4": "300",
|
|
84
|
-
"headline5": "300",
|
|
85
|
-
"headline6": "300"
|
|
86
|
-
},
|
|
87
|
-
"letterSpacing": {
|
|
88
|
-
"headline1": "0",
|
|
89
|
-
"headline2": "0",
|
|
90
|
-
"headline3": "0",
|
|
91
|
-
"headline4": "0",
|
|
92
|
-
"headline5": "0",
|
|
93
|
-
"headline6": "0"
|
|
94
|
-
},
|
|
95
|
-
"boxShadow": {
|
|
96
|
-
"DEFAULT": "none"
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
};
|
|
101
|
-
//# sourceMappingURL=bootstrapTailwindPresets.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bootstrapTailwindPresets.js","sourceRoot":"","sources":["../../../../tailwind/v3/presets/bootstrapTailwindPresets.ts"],"names":[],"mappings":";AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,4EAA4E;AAC5E,+BAA+B;AAC/B,oBAAoB;AACpB,iFAAiF;;AAIjF,MAAM,CAAC,OAAO,GAAG;IACf,OAAO,EAAE;QACP,QAAQ,EAAE;YACR,YAAY,EAAE;gBACZ,SAAS,EAAE,wCAAwC;aACpD;YACD,cAAc,EAAE;gBACd,SAAS,EAAE,MAAM;aAClB;YACD,SAAS,EAAE;gBACT,SAAS,EAAE,KAAK;aACjB;YACD,aAAa,EAAE;gBACb,SAAS,EAAE,KAAK;aACjB;YACD,QAAQ,EAAE;gBACR,SAAS,EAAE;oBACT,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;iBACjB;gBACD,WAAW,EAAE;oBACX,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;iBACjB;gBACD,cAAc,EAAE;oBACd,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;iBACjB;gBACD,gBAAgB,EAAE;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;oBAChB,KAAK,EAAE,SAAS;iBACjB;aACF;YACD,YAAY,EAAE;gBACZ,WAAW,EAAE,KAAK;gBAClB,WAAW,EAAE,KAAK;gBAClB,WAAW,EAAE,KAAK;gBAClB,WAAW,EAAE,KAAK;gBAClB,WAAW,EAAE,KAAK;gBAClB,WAAW,EAAE,KAAK;aACnB;YACD,YAAY,EAAE;gBACZ,WAAW,EAAE,KAAK;gBAClB,WAAW,EAAE,KAAK;gBAClB,WAAW,EAAE,KAAK;gBAClB,WAAW,EAAE,KAAK;gBAClB,WAAW,EAAE,KAAK;gBAClB,WAAW,EAAE,KAAK;aACnB;YACD,eAAe,EAAE;gBACf,WAAW,EAAE,GAAG;gBAChB,WAAW,EAAE,GAAG;gBAChB,WAAW,EAAE,GAAG;gBAChB,WAAW,EAAE,GAAG;gBAChB,WAAW,EAAE,GAAG;gBAChB,WAAW,EAAE,GAAG;aACjB;YACD,WAAW,EAAE;gBACX,SAAS,EAAE,MAAM;aAClB;SACF;KACF;CACwB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fluentTailwindPresets.d.ts","sourceRoot":"","sources":["../../../../tailwind/v3/presets/fluentTailwindPresets.ts"],"names":[],"mappings":""}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// ------------------------------------------------------------------------------
|
|
3
|
-
// <auto-generated>
|
|
4
|
-
// This code was generated by a tool.
|
|
5
|
-
// Changes to this file may cause incorrect behavior and will be lost if
|
|
6
|
-
// the code is regenerated.
|
|
7
|
-
// </auto-generated>
|
|
8
|
-
// ------------------------------------------------------------------------------
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
module.exports = {
|
|
11
|
-
"theme": {
|
|
12
|
-
"extend": {
|
|
13
|
-
"fontFamily": {
|
|
14
|
-
"DEFAULT": "'Inter', Roboto, Helvetica, sans-serif"
|
|
15
|
-
},
|
|
16
|
-
"borderRadius": {
|
|
17
|
-
"DEFAULT": "12px"
|
|
18
|
-
},
|
|
19
|
-
"spacing": {
|
|
20
|
-
"DEFAULT": "8px"
|
|
21
|
-
},
|
|
22
|
-
"borderWidth": {
|
|
23
|
-
"DEFAULT": "2px"
|
|
24
|
-
},
|
|
25
|
-
"colors": {
|
|
26
|
-
"primary": {
|
|
27
|
-
"DEFAULT": "#0078D4"
|
|
28
|
-
},
|
|
29
|
-
"secondary": {
|
|
30
|
-
"DEFAULT": "#005A9E"
|
|
31
|
-
},
|
|
32
|
-
"tertiary": {
|
|
33
|
-
"DEFAULT": "#003E6B"
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"boxShadow": {
|
|
37
|
-
"DEFAULT": "none"
|
|
38
|
-
},
|
|
39
|
-
"transitionDuration": {
|
|
40
|
-
"durationUltraFast": "50ms",
|
|
41
|
-
"durationFaster": "100ms",
|
|
42
|
-
"durationFast": "150ms",
|
|
43
|
-
"durationNormal": "200ms",
|
|
44
|
-
"durationGentle": "250ms",
|
|
45
|
-
"durationSlow": "300ms",
|
|
46
|
-
"durationSlower": "400ms",
|
|
47
|
-
"durationUltraSlow": "500ms"
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
};
|
|
52
|
-
//# sourceMappingURL=fluentTailwindPresets.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"fluentTailwindPresets.js","sourceRoot":"","sources":["../../../../tailwind/v3/presets/fluentTailwindPresets.ts"],"names":[],"mappings":";AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,4EAA4E;AAC5E,+BAA+B;AAC/B,oBAAoB;AACpB,iFAAiF;;AAIjF,MAAM,CAAC,OAAO,GAAG;IACf,OAAO,EAAE;QACP,QAAQ,EAAE;YACR,YAAY,EAAE;gBACZ,SAAS,EAAE,wCAAwC;aACpD;YACD,cAAc,EAAE;gBACd,SAAS,EAAE,MAAM;aAClB;YACD,SAAS,EAAE;gBACT,SAAS,EAAE,KAAK;aACjB;YACD,aAAa,EAAE;gBACb,SAAS,EAAE,KAAK;aACjB;YACD,QAAQ,EAAE;gBACR,SAAS,EAAE;oBACT,SAAS,EAAE,SAAS;iBACrB;gBACD,WAAW,EAAE;oBACX,SAAS,EAAE,SAAS;iBACrB;gBACD,UAAU,EAAE;oBACV,SAAS,EAAE,SAAS;iBACrB;aACF;YACD,WAAW,EAAE;gBACX,SAAS,EAAE,MAAM;aAClB;YACD,oBAAoB,EAAE;gBACpB,mBAAmB,EAAE,MAAM;gBAC3B,gBAAgB,EAAE,OAAO;gBACzB,cAAc,EAAE,OAAO;gBACvB,gBAAgB,EAAE,OAAO;gBACzB,gBAAgB,EAAE,OAAO;gBACzB,cAAc,EAAE,OAAO;gBACvB,gBAAgB,EAAE,OAAO;gBACzB,mBAAmB,EAAE,OAAO;aAC7B;SACF;KACF;CACwB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"materialTailwindPresets.d.ts","sourceRoot":"","sources":["../../../../tailwind/v3/presets/materialTailwindPresets.ts"],"names":[],"mappings":""}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// ------------------------------------------------------------------------------
|
|
3
|
-
// <auto-generated>
|
|
4
|
-
// This code was generated by a tool.
|
|
5
|
-
// Changes to this file may cause incorrect behavior and will be lost if
|
|
6
|
-
// the code is regenerated.
|
|
7
|
-
// </auto-generated>
|
|
8
|
-
// ------------------------------------------------------------------------------
|
|
9
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
module.exports = {
|
|
11
|
-
"theme": {
|
|
12
|
-
"extend": {
|
|
13
|
-
"fontFamily": {
|
|
14
|
-
"DEFAULT": "'Inter', Roboto, Helvetica, sans-serif"
|
|
15
|
-
},
|
|
16
|
-
"borderRadius": {
|
|
17
|
-
"DEFAULT": "12px"
|
|
18
|
-
},
|
|
19
|
-
"spacing": {
|
|
20
|
-
"DEFAULT": "8px"
|
|
21
|
-
},
|
|
22
|
-
"borderWidth": {
|
|
23
|
-
"DEFAULT": "2px"
|
|
24
|
-
},
|
|
25
|
-
"colors": {
|
|
26
|
-
"primary": {
|
|
27
|
-
"DEFAULT": "oklch(48.14% 0.2784 286.55)"
|
|
28
|
-
},
|
|
29
|
-
"secondary": {
|
|
30
|
-
"DEFAULT": "oklch(37.32% 0.2273 279.07)"
|
|
31
|
-
},
|
|
32
|
-
"tertiary": {
|
|
33
|
-
"DEFAULT": "oklch(79.79% 0.1416 183.25)"
|
|
34
|
-
}
|
|
35
|
-
},
|
|
36
|
-
"boxShadow": {
|
|
37
|
-
"DEFAULT": "none"
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
};
|
|
42
|
-
//# sourceMappingURL=materialTailwindPresets.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"materialTailwindPresets.js","sourceRoot":"","sources":["../../../../tailwind/v3/presets/materialTailwindPresets.ts"],"names":[],"mappings":";AAAA,iFAAiF;AACjF,mBAAmB;AACnB,yCAAyC;AACzC,4EAA4E;AAC5E,+BAA+B;AAC/B,oBAAoB;AACpB,iFAAiF;;AAIjF,MAAM,CAAC,OAAO,GAAG;IACf,OAAO,EAAE;QACP,QAAQ,EAAE;YACR,YAAY,EAAE;gBACZ,SAAS,EAAE,wCAAwC;aACpD;YACD,cAAc,EAAE;gBACd,SAAS,EAAE,MAAM;aAClB;YACD,SAAS,EAAE;gBACT,SAAS,EAAE,KAAK;aACjB;YACD,aAAa,EAAE;gBACb,SAAS,EAAE,KAAK;aACjB;YACD,QAAQ,EAAE;gBACR,SAAS,EAAE;oBACT,SAAS,EAAE,6BAA6B;iBACzC;gBACD,WAAW,EAAE;oBACX,SAAS,EAAE,6BAA6B;iBACzC;gBACD,UAAU,EAAE;oBACV,SAAS,EAAE,6BAA6B;iBACzC;aACF;YACD,WAAW,EAAE;gBACX,SAAS,EAAE,MAAM;aAClB;SACF;KACF;CACwB,CAAC"}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
/* ------------------------------------------------------------------------------
|
|
2
|
-
* <auto-generated>
|
|
3
|
-
* This code was generated by a tool.
|
|
4
|
-
* Changes to this file may cause incorrect behavior and will be lost if
|
|
5
|
-
* the code is regenerated.
|
|
6
|
-
* </auto-generated>
|
|
7
|
-
* ------------------------------------------------------------------------------ */
|
|
8
|
-
|
|
9
|
-
@theme {
|
|
10
|
-
/* border-width */
|
|
11
|
-
--border-width-layout-thickness: 2px;
|
|
12
|
-
|
|
13
|
-
/* color */
|
|
14
|
-
--color-primary-100: #cfe2ff;
|
|
15
|
-
--color-primary-100-dark: #cfe2ff;
|
|
16
|
-
--color-primary-200: #9ec5fe;
|
|
17
|
-
--color-primary-200-dark: #9ec5fe;
|
|
18
|
-
--color-primary-300: #6ea8fe;
|
|
19
|
-
--color-primary-300-dark: #6ea8fe;
|
|
20
|
-
--color-primary-400: #3d8bfd;
|
|
21
|
-
--color-primary-400-dark: #3d8bfd;
|
|
22
|
-
--color-primary-500: #0d6efd;
|
|
23
|
-
--color-primary-500-dark: #0d6efd;
|
|
24
|
-
--color-primary-600: #0a58ca;
|
|
25
|
-
--color-primary-600-dark: #0a58ca;
|
|
26
|
-
--color-primary-700: #084298;
|
|
27
|
-
--color-primary-700-dark: #084298;
|
|
28
|
-
--color-primary-800: #052c65;
|
|
29
|
-
--color-primary-800-dark: #052c65;
|
|
30
|
-
--color-primary-900: #031633;
|
|
31
|
-
--color-primary-900-dark: #031633;
|
|
32
|
-
--color-secondary-100: #f8f9fa;
|
|
33
|
-
--color-secondary-100-dark: #f8f9fa;
|
|
34
|
-
--color-secondary-200: #e9ecef;
|
|
35
|
-
--color-secondary-200-dark: #e9ecef;
|
|
36
|
-
--color-secondary-300: #dee2e6;
|
|
37
|
-
--color-secondary-300-dark: #dee2e6;
|
|
38
|
-
--color-secondary-400: #ced4da;
|
|
39
|
-
--color-secondary-400-dark: #ced4da;
|
|
40
|
-
--color-secondary-500: #adb5bd;
|
|
41
|
-
--color-secondary-500-dark: #adb5bd;
|
|
42
|
-
--color-secondary-600: #6c757d;
|
|
43
|
-
--color-secondary-600-dark: #6c757d;
|
|
44
|
-
--color-secondary-700: #495057;
|
|
45
|
-
--color-secondary-700-dark: #495057;
|
|
46
|
-
--color-secondary-800: #343a40;
|
|
47
|
-
--color-secondary-800-dark: #343a40;
|
|
48
|
-
--color-secondary-900: #212529;
|
|
49
|
-
--color-secondary-900-dark: #212529;
|
|
50
|
-
|
|
51
|
-
/* font-family */
|
|
52
|
-
--font-family-family: 'Inter', Roboto, Helvetica, sans-serif;
|
|
53
|
-
|
|
54
|
-
/* font-weight */
|
|
55
|
-
--font-weight-headline1: 300;
|
|
56
|
-
--font-weight-headline2: 300;
|
|
57
|
-
--font-weight-headline3: 300;
|
|
58
|
-
--font-weight-headline4: 300;
|
|
59
|
-
--font-weight-headline5: 300;
|
|
60
|
-
--font-weight-headline6: 300;
|
|
61
|
-
|
|
62
|
-
/* letter-spacing */
|
|
63
|
-
--letter-spacing-headline1: 0;
|
|
64
|
-
--letter-spacing-headline2: 0;
|
|
65
|
-
--letter-spacing-headline3: 0;
|
|
66
|
-
--letter-spacing-headline4: 0;
|
|
67
|
-
--letter-spacing-headline5: 0;
|
|
68
|
-
--letter-spacing-headline6: 0;
|
|
69
|
-
|
|
70
|
-
/* line-height */
|
|
71
|
-
--line-height-headline1: 1.2;
|
|
72
|
-
--line-height-headline2: 1.2;
|
|
73
|
-
--line-height-headline3: 1.2;
|
|
74
|
-
--line-height-headline4: 1.2;
|
|
75
|
-
--line-height-headline5: 1.2;
|
|
76
|
-
--line-height-headline6: 1.2;
|
|
77
|
-
|
|
78
|
-
/* radius */
|
|
79
|
-
--radius-layout-radius: 12px;
|
|
80
|
-
|
|
81
|
-
/* shadow */
|
|
82
|
-
--shadow-none: none;
|
|
83
|
-
|
|
84
|
-
/* spacing */
|
|
85
|
-
--spacing-space: 8px;
|
|
86
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/* ------------------------------------------------------------------------------
|
|
2
|
-
* <auto-generated>
|
|
3
|
-
* This code was generated by a tool.
|
|
4
|
-
* Changes to this file may cause incorrect behavior and will be lost if
|
|
5
|
-
* the code is regenerated.
|
|
6
|
-
* </auto-generated>
|
|
7
|
-
* ------------------------------------------------------------------------------ */
|
|
8
|
-
|
|
9
|
-
@theme {
|
|
10
|
-
/* border-width */
|
|
11
|
-
--border-width-layout-thickness: 2px;
|
|
12
|
-
|
|
13
|
-
/* color */
|
|
14
|
-
--color-primary: #0078D4;
|
|
15
|
-
--color-secondary: #005A9E;
|
|
16
|
-
--color-tertiary: #003E6B;
|
|
17
|
-
|
|
18
|
-
/* font-family */
|
|
19
|
-
--font-family-family: 'Inter', Roboto, Helvetica, sans-serif;
|
|
20
|
-
|
|
21
|
-
/* radius */
|
|
22
|
-
--radius-layout-radius: 12px;
|
|
23
|
-
|
|
24
|
-
/* shadow */
|
|
25
|
-
--shadow-none: none;
|
|
26
|
-
|
|
27
|
-
/* spacing */
|
|
28
|
-
--spacing-space: 8px;
|
|
29
|
-
|
|
30
|
-
/* transition-duration */
|
|
31
|
-
--transition-duration-durationFast: 150ms;
|
|
32
|
-
--transition-duration-durationFaster: 100ms;
|
|
33
|
-
--transition-duration-durationGentle: 250ms;
|
|
34
|
-
--transition-duration-durationNormal: 200ms;
|
|
35
|
-
--transition-duration-durationSlow: 300ms;
|
|
36
|
-
--transition-duration-durationSlower: 400ms;
|
|
37
|
-
--transition-duration-durationUltraFast: 50ms;
|
|
38
|
-
--transition-duration-durationUltraSlow: 500ms;
|
|
39
|
-
}
|