@activecollab/components 2.0.343 → 2.0.345
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/cjs/components/Icons/collection/{SourceCode.js → GitRepository.js} +13 -11
- package/dist/cjs/components/Icons/collection/GitRepository.js.map +1 -0
- package/dist/cjs/components/Icons/collection/GitRepositoryConnect.js +95 -0
- package/dist/cjs/components/Icons/collection/GitRepositoryConnect.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +14 -7
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/cjs/presentation/shared/headers.js +326 -47
- package/dist/cjs/presentation/shared/headers.js.map +1 -1
- package/dist/esm/components/Icons/collection/GitRepository.d.ts +16 -0
- package/dist/esm/components/Icons/collection/GitRepository.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/{SourceCode.js → GitRepository.js} +13 -11
- package/dist/esm/components/Icons/collection/GitRepository.js.map +1 -0
- package/dist/esm/components/Icons/collection/GitRepositoryConnect.d.ts +17 -0
- package/dist/esm/components/Icons/collection/GitRepositoryConnect.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/GitRepositoryConnect.js +78 -0
- package/dist/esm/components/Icons/collection/GitRepositoryConnect.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +2 -1
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +2 -1
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/presentation/shared/headers.d.ts +8 -1
- package/dist/esm/presentation/shared/headers.d.ts.map +1 -1
- package/dist/esm/presentation/shared/headers.js +294 -43
- package/dist/esm/presentation/shared/headers.js.map +1 -1
- package/dist/index.js +529 -449
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
- package/dist/cjs/components/Icons/collection/SourceCode.js.map +0 -1
- package/dist/esm/components/Icons/collection/SourceCode.d.ts +0 -16
- package/dist/esm/components/Icons/collection/SourceCode.d.ts.map +0 -1
- package/dist/esm/components/Icons/collection/SourceCode.js.map +0 -1
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SourceCode.js","names":["_react","_interopRequireDefault","require","_GradientDefs","_excluded","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","_objectWithoutProperties","o","i","_objectWithoutPropertiesLoose","getOwnPropertySymbols","indexOf","propertyIsEnumerable","SourceCodeIcon","React","forwardRef","_ref","ref","gradient","props","createElement","xmlns","width","height","viewBox","fill","stroke","strokeWidth","strokeLinecap","strokeLinejoin","focusable","GradientDefs","d","displayName","_default","exports"],"sources":["../../../../../src/components/Icons/collection/SourceCode.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component SourceCodeIcon\n * @description\n * Outline source-code / repository glyph (a window with code chevrons) for\n * source-control signifiers.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.\n *\n * @see https://design.activecollab.com/docs/foundations/icons\n */\nconst SourceCodeIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"SourceCodeIcon\"\n fill=\"none\"\n stroke={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.stroke\n ? props.stroke\n : \"var(--color-theme-600)\"\n }\n strokeWidth={2}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <path d=\"M14.5 4h2.5a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h2.5\" />\n <path d=\"M10 9l-2 2l2 2\" />\n <path d=\"M14 9l2 2l-2 2\" />\n </svg>\n )\n);\nSourceCodeIcon.displayName = \"SourceCodeIcon\";\nexport default SourceCodeIcon;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
/**
|
|
3
|
-
* @component SourceCodeIcon
|
|
4
|
-
* @description
|
|
5
|
-
* Outline source-code / repository glyph (a window with code chevrons) for
|
|
6
|
-
* source-control signifiers.
|
|
7
|
-
*
|
|
8
|
-
* @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.
|
|
9
|
-
*
|
|
10
|
-
* @see https://design.activecollab.com/docs/foundations/icons
|
|
11
|
-
*/
|
|
12
|
-
declare const SourceCodeIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
13
|
-
gradient?: string;
|
|
14
|
-
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
15
|
-
export default SourceCodeIcon;
|
|
16
|
-
//# sourceMappingURL=SourceCode.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SourceCode.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/SourceCode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;;;;;;;GASG;AACH,QAAA,MAAM,cAAc;eAMH,MAAM;+CA+BtB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SourceCode.js","names":["React","GradientDefs","SourceCodeIcon","forwardRef","_ref","ref","gradient","props","_objectWithoutPropertiesLoose","_excluded","createElement","_extends","xmlns","width","height","viewBox","fill","stroke","strokeWidth","strokeLinecap","strokeLinejoin","focusable","d","displayName"],"sources":["../../../../../src/components/Icons/collection/SourceCode.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component SourceCodeIcon\n * @description\n * Outline source-code / repository glyph (a window with code chevrons) for\n * source-control signifiers.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke.\n *\n * @see https://design.activecollab.com/docs/foundations/icons\n */\nconst SourceCodeIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"SourceCodeIcon\"\n fill=\"none\"\n stroke={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.stroke\n ? props.stroke\n : \"var(--color-theme-600)\"\n }\n strokeWidth={2}\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <path d=\"M14.5 4h2.5a3 3 0 0 1 3 3v10a3 3 0 0 1 -3 3h-10a3 3 0 0 1 -3 -3v-10a3 3 0 0 1 3 -3h2.5\" />\n <path d=\"M10 9l-2 2l2 2\" />\n <path d=\"M14 9l2 2l-2 2\" />\n </svg>\n )\n);\nSourceCodeIcon.displayName = \"SourceCodeIcon\";\nexport default SourceCodeIcon;\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,YAAY,QAAQ,oBAAoB;;AAEjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,cAAc,gBAAGF,KAAK,CAACG,UAAU,CACrC,CAAAC,IAAA,EAOEC,GAA8B;EAAA,IAL5BC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;IACLC,KAAK,GAAAC,6BAAA,CAAAJ,IAAA,EAAAK,SAAA;EAAA,oBAMVT,KAAA,CAAAU,aAAA,QAAAC,QAAA;IACEC,KAAK,EAAC,4BAA4B;IAClCC,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,OAAO,EAAC,WAAW;IACnB,eAAY,gBAAgB;IAC5BC,IAAI,EAAC,MAAM;IACXC,MAAM,EACJX,QAAQ,GACJ,qBAAqB,GACrBC,KAAK,YAALA,KAAK,CAAEU,MAAM,GACbV,KAAK,CAACU,MAAM,GACZ,wBACL;IACDC,WAAW,EAAE,CAAE;IACfC,aAAa,EAAC,OAAO;IACrBC,cAAc,EAAC,OAAO;IACtBC,SAAS,EAAE,KAAM;IACjBhB,GAAG,EAAEA;EAAI,GACLE,KAAK,gBAETP,KAAA,CAAAU,aAAA,CAACT,YAAY;IAACK,QAAQ,EAAEA;EAAS,CAAE,CAAC,eACpCN,KAAA,CAAAU,aAAA;IAAMY,CAAC,EAAC;EAAwF,CAAE,CAAC,eACnGtB,KAAA,CAAAU,aAAA;IAAMY,CAAC,EAAC;EAAgB,CAAE,CAAC,eAC3BtB,KAAA,CAAAU,aAAA;IAAMY,CAAC,EAAC;EAAgB,CAAE,CACvB,CAAC;AAAA,CAEV,CAAC;AACDpB,cAAc,CAACqB,WAAW,GAAG,gBAAgB;AAC7C,eAAerB,cAAc","ignoreList":[]}
|