Private
Public Access
1
0

feat: Fluent UI Outlook Lite + connections mockup

This commit is contained in:
2026-04-14 18:52:25 +00:00
parent 1199eff6c3
commit dfa4010406
34820 changed files with 1003813 additions and 205 deletions

View File

@@ -0,0 +1,10 @@
'use strict';
function logError(...args) {
if (process.env.NODE_ENV !== 'production' && typeof document !== 'undefined') {
console.error(...args);
}
}
exports.logError = logError;
//# sourceMappingURL=logError.cjs.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"logError.cjs.js","sources":["../../../../../packages/core/src/runtime/warnings/logError.ts"],"sourcesContent":["export function logError(...args: unknown[]): void {\n if (process.env.NODE_ENV !== 'production' && typeof document !== 'undefined') {\n console.error(...args);\n }\n}\n"],"names":["logError","args","process","env","NODE_ENV","document","console","error"],"mappings":";;AAAM,SAAUA,QAAQA,CAAC,GAAGC,IAAe,EAAA;AACzC,EAAA,IAAIC,OAAO,CAACC,GAAG,CAACC,QAAQ,KAAK,YAAY,IAAI,OAAOC,QAAQ,KAAK,WAAW,EAAE;AAC5EC,IAAAA,OAAO,CAACC,KAAK,CAAC,GAAGN,IAAI,CAAC;AACxB,EAAA;AACF;;;;"}

View File

@@ -0,0 +1,8 @@
function logError(...args) {
if (process.env.NODE_ENV !== 'production' && typeof document !== 'undefined') {
console.error(...args);
}
}
export { logError };
//# sourceMappingURL=logError.esm.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"logError.esm.js","sources":["../../../../../packages/core/src/runtime/warnings/logError.ts"],"sourcesContent":["export function logError(...args: unknown[]): void {\n if (process.env.NODE_ENV !== 'production' && typeof document !== 'undefined') {\n console.error(...args);\n }\n}\n"],"names":["logError","args","process","env","NODE_ENV","document","console","error"],"mappings":"AAAM,SAAUA,QAAQA,CAAC,GAAGC,IAAe,EAAA;AACzC,EAAA,IAAIC,OAAO,CAACC,GAAG,CAACC,QAAQ,KAAK,YAAY,IAAI,OAAOC,QAAQ,KAAK,WAAW,EAAE;AAC5EC,IAAAA,OAAO,CAACC,KAAK,CAAC,GAAGN,IAAI,CAAC;AACxB,EAAA;AACF;;;;"}

View File

@@ -0,0 +1,22 @@
'use strict';
var logError = require('./logError.cjs.js');
function warnAboutUnresolvedRule(property, value) {
const message = /*#__PURE__*/(() => {
const ruleText = JSON.stringify(value, null, 2);
const message = ['@griffel/react: A rule was not resolved to CSS properly. ' + 'Please check your `makeStyles` or `makeResetStyles` calls for following:', ' '.repeat(2) + 'makeStyles({', ' '.repeat(4) + `[slot]: {`, ' '.repeat(6) + `"${property}": ${ruleText.split('\n').map((l, n) => ' '.repeat(n === 0 ? 0 : 6) + l).join('\n')}`, ' '.repeat(4) + '}', ' '.repeat(2) + `})`, ''];
if (property.indexOf('&') === -1) {
message.push(`It looks that you're are using a nested selector, but it is missing an ampersand placeholder where the generated class name should be injected.`);
message.push(`Try to update a property to include it i.e "${property}" => "&${property}".`);
} else {
message.push('');
message.push("If it's not obvious what triggers a problem, please report an issue at https://github.com/microsoft/griffel/issues");
}
return message.join('\n');
})();
logError.logError(message);
}
exports.warnAboutUnresolvedRule = warnAboutUnresolvedRule;
//# sourceMappingURL=warnAboutUnresolvedRule.cjs.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"warnAboutUnresolvedRule.cjs.js","sources":["../../../../../packages/core/src/runtime/warnings/warnAboutUnresolvedRule.ts"],"sourcesContent":["import type { GriffelResetStyle, GriffelStyle } from '@griffel/style-types';\nimport { logError } from './logError';\n\nexport function warnAboutUnresolvedRule(property: string, value: GriffelStyle | GriffelResetStyle) {\n const message: string = /*#__PURE__*/ (() => {\n const ruleText = JSON.stringify(value, null, 2);\n\n const message = [\n '@griffel/react: A rule was not resolved to CSS properly. ' +\n 'Please check your `makeStyles` or `makeResetStyles` calls for following:',\n ' '.repeat(2) + 'makeStyles({',\n ' '.repeat(4) + `[slot]: {`,\n ' '.repeat(6) +\n `\"${property}\": ${ruleText\n .split('\\n')\n .map((l, n) => ' '.repeat(n === 0 ? 0 : 6) + l)\n .join('\\n')}`,\n ' '.repeat(4) + '}',\n ' '.repeat(2) + `})`,\n '',\n ];\n\n if (property.indexOf('&') === -1) {\n message.push(\n `It looks that you're are using a nested selector, but it is missing an ampersand placeholder where the generated class name should be injected.`,\n );\n message.push(`Try to update a property to include it i.e \"${property}\" => \"&${property}\".`);\n } else {\n message.push('');\n message.push(\n \"If it's not obvious what triggers a problem, please report an issue at https://github.com/microsoft/griffel/issues\",\n );\n }\n\n return message.join('\\n');\n })();\n\n logError(message);\n}\n"],"names":["warnAboutUnresolvedRule","property","value","message","ruleText","JSON","stringify","repeat","split","map","l","n","join","indexOf","push","logError"],"mappings":";;;;AAGM,SAAUA,uBAAuBA,CAACC,QAAgB,EAAEC,KAAuC,EAAA;AAC/F,EAAA,MAAMC,OAAO,gBAAyB,CAAC,MAAK;IAC1C,MAAMC,QAAQ,GAAGC,IAAI,CAACC,SAAS,CAACJ,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC;AAE/C,IAAA,MAAMC,OAAO,GAAG,CACd,2DAA2D,GACzD,0EAA0E,EAC5E,GAAG,CAACI,MAAM,CAAC,CAAC,CAAC,GAAG,cAAc,EAC9B,GAAG,CAACA,MAAM,CAAC,CAAC,CAAC,GAAG,CAAA,SAAA,CAAW,EAC3B,GAAG,CAACA,MAAM,CAAC,CAAC,CAAC,GACX,CAAA,CAAA,EAAIN,QAAQ,CAAA,GAAA,EAAMG,QAAQ,CACvBI,KAAK,CAAC,IAAI,CAAC,CACXC,GAAG,CAAC,CAACC,CAAC,EAAEC,CAAC,KAAK,GAAG,CAACJ,MAAM,CAACI,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,GAAGD,CAAC,CAAC,CAC9CE,IAAI,CAAC,IAAI,CAAC,CAAA,CAAE,EACjB,GAAG,CAACL,MAAM,CAAC,CAAC,CAAC,GAAG,GAAG,EACnB,GAAG,CAACA,MAAM,CAAC,CAAC,CAAC,GAAG,CAAA,EAAA,CAAI,EACpB,EAAE,CACH;IAED,IAAIN,QAAQ,CAACY,OAAO,CAAC,GAAG,CAAC,KAAK,EAAE,EAAE;AAChCV,MAAAA,OAAO,CAACW,IAAI,CACV,CAAA,+IAAA,CAAiJ,CAClJ;MACDX,OAAO,CAACW,IAAI,CAAC,CAAA,4CAAA,EAA+Cb,QAAQ,CAAA,OAAA,EAAUA,QAAQ,IAAI,CAAC;AAC7F,IAAA,CAAC,MAAM;AACLE,MAAAA,OAAO,CAACW,IAAI,CAAC,EAAE,CAAC;AAChBX,MAAAA,OAAO,CAACW,IAAI,CACV,oHAAoH,CACrH;AACH,IAAA;AAEA,IAAA,OAAOX,OAAO,CAACS,IAAI,CAAC,IAAI,CAAC;AAC3B,EAAA,CAAC,GAAG;EAEJG,iBAAQ,CAACZ,OAAO,CAAC;AACnB;;;;"}

View File

@@ -0,0 +1,20 @@
import { logError } from './logError.esm.js';
function warnAboutUnresolvedRule(property, value) {
const message = /*#__PURE__*/(() => {
const ruleText = JSON.stringify(value, null, 2);
const message = ['@griffel/react: A rule was not resolved to CSS properly. ' + 'Please check your `makeStyles` or `makeResetStyles` calls for following:', ' '.repeat(2) + 'makeStyles({', ' '.repeat(4) + `[slot]: {`, ' '.repeat(6) + `"${property}": ${ruleText.split('\n').map((l, n) => ' '.repeat(n === 0 ? 0 : 6) + l).join('\n')}`, ' '.repeat(4) + '}', ' '.repeat(2) + `})`, ''];
if (property.indexOf('&') === -1) {
message.push(`It looks that you're are using a nested selector, but it is missing an ampersand placeholder where the generated class name should be injected.`);
message.push(`Try to update a property to include it i.e "${property}" => "&${property}".`);
} else {
message.push('');
message.push("If it's not obvious what triggers a problem, please report an issue at https://github.com/microsoft/griffel/issues");
}
return message.join('\n');
})();
logError(message);
}
export { warnAboutUnresolvedRule };
//# sourceMappingURL=warnAboutUnresolvedRule.esm.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"warnAboutUnresolvedRule.esm.js","sources":["../../../../../packages/core/src/runtime/warnings/warnAboutUnresolvedRule.ts"],"sourcesContent":["import type { GriffelResetStyle, GriffelStyle } from '@griffel/style-types';\nimport { logError } from './logError';\n\nexport function warnAboutUnresolvedRule(property: string, value: GriffelStyle | GriffelResetStyle) {\n const message: string = /*#__PURE__*/ (() => {\n const ruleText = JSON.stringify(value, null, 2);\n\n const message = [\n '@griffel/react: A rule was not resolved to CSS properly. ' +\n 'Please check your `makeStyles` or `makeResetStyles` calls for following:',\n ' '.repeat(2) + 'makeStyles({',\n ' '.repeat(4) + `[slot]: {`,\n ' '.repeat(6) +\n `\"${property}\": ${ruleText\n .split('\\n')\n .map((l, n) => ' '.repeat(n === 0 ? 0 : 6) + l)\n .join('\\n')}`,\n ' '.repeat(4) + '}',\n ' '.repeat(2) + `})`,\n '',\n ];\n\n if (property.indexOf('&') === -1) {\n message.push(\n `It looks that you're are using a nested selector, but it is missing an ampersand placeholder where the generated class name should be injected.`,\n );\n message.push(`Try to update a property to include it i.e \"${property}\" => \"&${property}\".`);\n } else {\n message.push('');\n message.push(\n \"If it's not obvious what triggers a problem, please report an issue at https://github.com/microsoft/griffel/issues\",\n );\n }\n\n return message.join('\\n');\n })();\n\n logError(message);\n}\n"],"names":["warnAboutUnresolvedRule","property","value","message","ruleText","JSON","stringify","repeat","split","map","l","n","join","indexOf","push","logError"],"mappings":";;AAGM,SAAUA,uBAAuBA,CAACC,QAAgB,EAAEC,KAAuC,EAAA;AAC/F,EAAA,MAAMC,OAAO,gBAAyB,CAAC,MAAK;IAC1C,MAAMC,QAAQ,GAAGC,IAAI,CAACC,SAAS,CAACJ,KAAK,EAAE,IAAI,EAAE,CAAC,CAAC;AAE/C,IAAA,MAAMC,OAAO,GAAG,CACd,2DAA2D,GACzD,0EAA0E,EAC5E,GAAG,CAACI,MAAM,CAAC,CAAC,CAAC,GAAG,cAAc,EAC9B,GAAG,CAACA,MAAM,CAAC,CAAC,CAAC,GAAG,CAAA,SAAA,CAAW,EAC3B,GAAG,CAACA,MAAM,CAAC,CAAC,CAAC,GACX,CAAA,CAAA,EAAIN,QAAQ,CAAA,GAAA,EAAMG,QAAQ,CACvBI,KAAK,CAAC,IAAI,CAAC,CACXC,GAAG,CAAC,CAACC,CAAC,EAAEC,CAAC,KAAK,GAAG,CAACJ,MAAM,CAACI,CAAC,KAAK,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,GAAGD,CAAC,CAAC,CAC9CE,IAAI,CAAC,IAAI,CAAC,CAAA,CAAE,EACjB,GAAG,CAACL,MAAM,CAAC,CAAC,CAAC,GAAG,GAAG,EACnB,GAAG,CAACA,MAAM,CAAC,CAAC,CAAC,GAAG,CAAA,EAAA,CAAI,EACpB,EAAE,CACH;IAED,IAAIN,QAAQ,CAACY,OAAO,CAAC,GAAG,CAAC,KAAK,EAAE,EAAE;AAChCV,MAAAA,OAAO,CAACW,IAAI,CACV,CAAA,+IAAA,CAAiJ,CAClJ;MACDX,OAAO,CAACW,IAAI,CAAC,CAAA,4CAAA,EAA+Cb,QAAQ,CAAA,OAAA,EAAUA,QAAQ,IAAI,CAAC;AAC7F,IAAA,CAAC,MAAM;AACLE,MAAAA,OAAO,CAACW,IAAI,CAAC,EAAE,CAAC;AAChBX,MAAAA,OAAO,CAACW,IAAI,CACV,oHAAoH,CACrH;AACH,IAAA;AAEA,IAAA,OAAOX,OAAO,CAACS,IAAI,CAAC,IAAI,CAAC;AAC3B,EAAA,CAAC,GAAG;EAEJG,QAAQ,CAACZ,OAAO,CAAC;AACnB;;;;"}

View File

@@ -0,0 +1,11 @@
'use strict';
var logError = require('./logError.cjs.js');
function warnAboutUnsupportedProperties(property, value) {
const message = /*#__PURE__*/(() => [`@griffel/react: You are using unsupported shorthand CSS property "${property}". ` + `Please check your "makeStyles" calls, there *should not* be following:`, ' '.repeat(2) + `makeStyles({`, ' '.repeat(4) + `[slot]: { ${property}: "${value}" }`, ' '.repeat(2) + `})`, '', 'Learn why CSS shorthands are not supported: https://aka.ms/griffel-css-shorthands'].join('\n'))();
logError.logError(message);
}
exports.warnAboutUnsupportedProperties = warnAboutUnsupportedProperties;
//# sourceMappingURL=warnAboutUnsupportedProperties.cjs.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"warnAboutUnsupportedProperties.cjs.js","sources":["../../../../../packages/core/src/runtime/warnings/warnAboutUnsupportedProperties.ts"],"sourcesContent":["import type { GriffelStyle } from '@griffel/style-types';\nimport { logError } from './logError';\n\nexport function warnAboutUnsupportedProperties(property: string, value: GriffelStyle[keyof GriffelStyle]) {\n const message = /*#__PURE__*/ (() =>\n [\n `@griffel/react: You are using unsupported shorthand CSS property \"${property}\". ` +\n `Please check your \"makeStyles\" calls, there *should not* be following:`,\n ' '.repeat(2) + `makeStyles({`,\n ' '.repeat(4) + `[slot]: { ${property}: \"${value}\" }`,\n ' '.repeat(2) + `})`,\n '',\n 'Learn why CSS shorthands are not supported: https://aka.ms/griffel-css-shorthands',\n ].join('\\n'))();\n\n logError(message);\n}\n"],"names":["warnAboutUnsupportedProperties","property","value","message","repeat","join","logError"],"mappings":";;;;AAGM,SAAUA,8BAA8BA,CAACC,QAAgB,EAAEC,KAAuC,EAAA;EACtG,MAAMC,OAAO,gBAAiB,CAAC,MAC7B,CACE,CAAA,kEAAA,EAAqEF,QAAQ,CAAA,GAAA,CAAK,GAChF,CAAA,sEAAA,CAAwE,EAC1E,GAAG,CAACG,MAAM,CAAC,CAAC,CAAC,GAAG,cAAc,EAC9B,GAAG,CAACA,MAAM,CAAC,CAAC,CAAC,GAAG,CAAA,UAAA,EAAaH,QAAQ,CAAA,GAAA,EAAMC,KAAK,CAAA,GAAA,CAAK,EACrD,GAAG,CAACE,MAAM,CAAC,CAAC,CAAC,GAAG,CAAA,EAAA,CAAI,EACpB,EAAE,EACF,mFAAmF,CACpF,CAACC,IAAI,CAAC,IAAI,CAAC,GAAG;EAEjBC,iBAAQ,CAACH,OAAO,CAAC;AACnB;;;;"}

View File

@@ -0,0 +1,9 @@
import { logError } from './logError.esm.js';
function warnAboutUnsupportedProperties(property, value) {
const message = /*#__PURE__*/(() => [`@griffel/react: You are using unsupported shorthand CSS property "${property}". ` + `Please check your "makeStyles" calls, there *should not* be following:`, ' '.repeat(2) + `makeStyles({`, ' '.repeat(4) + `[slot]: { ${property}: "${value}" }`, ' '.repeat(2) + `})`, '', 'Learn why CSS shorthands are not supported: https://aka.ms/griffel-css-shorthands'].join('\n'))();
logError(message);
}
export { warnAboutUnsupportedProperties };
//# sourceMappingURL=warnAboutUnsupportedProperties.esm.js.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"warnAboutUnsupportedProperties.esm.js","sources":["../../../../../packages/core/src/runtime/warnings/warnAboutUnsupportedProperties.ts"],"sourcesContent":["import type { GriffelStyle } from '@griffel/style-types';\nimport { logError } from './logError';\n\nexport function warnAboutUnsupportedProperties(property: string, value: GriffelStyle[keyof GriffelStyle]) {\n const message = /*#__PURE__*/ (() =>\n [\n `@griffel/react: You are using unsupported shorthand CSS property \"${property}\". ` +\n `Please check your \"makeStyles\" calls, there *should not* be following:`,\n ' '.repeat(2) + `makeStyles({`,\n ' '.repeat(4) + `[slot]: { ${property}: \"${value}\" }`,\n ' '.repeat(2) + `})`,\n '',\n 'Learn why CSS shorthands are not supported: https://aka.ms/griffel-css-shorthands',\n ].join('\\n'))();\n\n logError(message);\n}\n"],"names":["warnAboutUnsupportedProperties","property","value","message","repeat","join","logError"],"mappings":";;AAGM,SAAUA,8BAA8BA,CAACC,QAAgB,EAAEC,KAAuC,EAAA;EACtG,MAAMC,OAAO,gBAAiB,CAAC,MAC7B,CACE,CAAA,kEAAA,EAAqEF,QAAQ,CAAA,GAAA,CAAK,GAChF,CAAA,sEAAA,CAAwE,EAC1E,GAAG,CAACG,MAAM,CAAC,CAAC,CAAC,GAAG,cAAc,EAC9B,GAAG,CAACA,MAAM,CAAC,CAAC,CAAC,GAAG,CAAA,UAAA,EAAaH,QAAQ,CAAA,GAAA,EAAMC,KAAK,CAAA,GAAA,CAAK,EACrD,GAAG,CAACE,MAAM,CAAC,CAAC,CAAC,GAAG,CAAA,EAAA,CAAI,EACpB,EAAE,EACF,mFAAmF,CACpF,CAACC,IAAI,CAAC,IAAI,CAAC,GAAG;EAEjBC,QAAQ,CAACH,OAAO,CAAC;AACnB;;;;"}