@pine-ds/core 1.2.0 → 2.0.0-mercury.0
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/components/closest.js +11 -0
- package/components/closest.js.map +1 -0
- package/components/custom-elements.d.ts +2 -0
- package/components/index.d.ts +94 -0
- package/components/index.js +33 -0
- package/components/index.js.map +1 -0
- package/components/index2.js +14 -0
- package/components/index2.js.map +1 -0
- package/components/package.json +9 -0
- package/components/pds-accordion.d.ts +11 -0
- package/components/pds-accordion.js +68 -0
- package/components/pds-accordion.js.map +1 -0
- package/components/pds-avatar.d.ts +11 -0
- package/components/pds-avatar.js +103 -0
- package/components/pds-avatar.js.map +1 -0
- package/components/pds-box.d.ts +11 -0
- package/components/pds-box.js +124 -0
- package/components/pds-box.js.map +1 -0
- package/components/pds-button.d.ts +11 -0
- package/components/pds-button.js +8 -0
- package/components/pds-button.js.map +1 -0
- package/components/pds-button2.js +84 -0
- package/components/pds-button2.js.map +1 -0
- package/components/pds-checkbox.d.ts +11 -0
- package/components/pds-checkbox.js +8 -0
- package/components/pds-checkbox.js.map +1 -0
- package/components/pds-checkbox2.js +101 -0
- package/components/pds-checkbox2.js.map +1 -0
- package/components/pds-chip.d.ts +11 -0
- package/components/pds-chip.js +78 -0
- package/components/pds-chip.js.map +1 -0
- package/components/pds-copytext.d.ts +11 -0
- package/components/pds-copytext.js +88 -0
- package/components/pds-copytext.js.map +1 -0
- package/components/pds-divider.d.ts +11 -0
- package/components/pds-divider.js +54 -0
- package/components/pds-divider.js.map +1 -0
- package/components/pds-icon.js +8 -0
- package/components/pds-icon.js.map +1 -0
- package/components/pds-icon2.js +359 -0
- package/components/pds-icon2.js.map +1 -0
- package/components/pds-image.d.ts +11 -0
- package/components/pds-image.js +55 -0
- package/components/pds-image.js.map +1 -0
- package/components/pds-input.d.ts +11 -0
- package/components/pds-input.js +72 -0
- package/components/pds-input.js.map +1 -0
- package/components/pds-label.js +39 -0
- package/components/pds-label.js.map +1 -0
- package/components/pds-link.d.ts +11 -0
- package/components/pds-link.js +65 -0
- package/components/pds-link.js.map +1 -0
- package/components/pds-loader.d.ts +11 -0
- package/components/pds-loader.js +68 -0
- package/components/pds-loader.js.map +1 -0
- package/components/pds-progress.d.ts +11 -0
- package/components/pds-progress.js +49 -0
- package/components/pds-progress.js.map +1 -0
- package/components/pds-radio.d.ts +11 -0
- package/components/pds-radio.js +78 -0
- package/components/pds-radio.js.map +1 -0
- package/components/pds-row.d.ts +11 -0
- package/components/pds-row.js +72 -0
- package/components/pds-row.js.map +1 -0
- package/components/pds-sortable-item.d.ts +11 -0
- package/components/pds-sortable-item.js +58 -0
- package/components/pds-sortable-item.js.map +1 -0
- package/components/pds-sortable.d.ts +11 -0
- package/components/pds-sortable.js +2722 -0
- package/components/pds-sortable.js.map +1 -0
- package/components/pds-switch.d.ts +11 -0
- package/components/pds-switch.js +82 -0
- package/components/pds-switch.js.map +1 -0
- package/components/pds-tab.d.ts +11 -0
- package/components/pds-tab.js +53 -0
- package/components/pds-tab.js.map +1 -0
- package/components/pds-table-body.d.ts +11 -0
- package/components/pds-table-body.js +36 -0
- package/components/pds-table-body.js.map +1 -0
- package/components/pds-table-cell.d.ts +11 -0
- package/components/pds-table-cell.js +8 -0
- package/components/pds-table-cell.js.map +1 -0
- package/components/pds-table-cell2.js +72 -0
- package/components/pds-table-cell2.js.map +1 -0
- package/components/pds-table-head-cell.d.ts +11 -0
- package/components/pds-table-head-cell.js +8 -0
- package/components/pds-table-head-cell.js.map +1 -0
- package/components/pds-table-head-cell2.js +98 -0
- package/components/pds-table-head-cell2.js.map +1 -0
- package/components/pds-table-head.d.ts +11 -0
- package/components/pds-table-head.js +90 -0
- package/components/pds-table-head.js.map +1 -0
- package/components/pds-table-row.d.ts +11 -0
- package/components/pds-table-row.js +95 -0
- package/components/pds-table-row.js.map +1 -0
- package/components/pds-table.d.ts +11 -0
- package/components/pds-table.js +124 -0
- package/components/pds-table.js.map +1 -0
- package/components/pds-tabpanel.d.ts +11 -0
- package/components/pds-tabpanel.js +45 -0
- package/components/pds-tabpanel.js.map +1 -0
- package/components/pds-tabs.d.ts +11 -0
- package/components/pds-tabs.js +119 -0
- package/components/pds-tabs.js.map +1 -0
- package/components/pds-textarea.d.ts +11 -0
- package/components/pds-textarea.js +82 -0
- package/components/pds-textarea.js.map +1 -0
- package/components/pds-tooltip.d.ts +11 -0
- package/components/pds-tooltip.js +178 -0
- package/components/pds-tooltip.js.map +1 -0
- package/dist/docs.json +1 -1
- package/dist/pine-core/pine-core.css +1 -1
- package/hydrate/index.d.ts +218 -0
- package/hydrate/index.js +13263 -0
- package/hydrate/package.json +6 -0
- package/package.json +2 -2
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
// This helper function is similar to Element.closest(),
|
|
2
|
+
// however it also traverses shadow DOM boundaries.
|
|
3
|
+
const closest = (selector, el) => {
|
|
4
|
+
return (el &&
|
|
5
|
+
(('closest' in el && el.closest(selector)) ||
|
|
6
|
+
closest(selector, el.getRootNode().host)));
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
export { closest as c };
|
|
10
|
+
|
|
11
|
+
//# sourceMappingURL=closest.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"closest.js","mappings":"AAAA;AACA;MACa,OAAO,GAAG,CAAC,QAAgB,EAAE,EAAsB;IAC9D,QACE,EAAE;SACD,CAAC,SAAS,IAAI,EAAE,IAAI,EAAE,CAAC,OAAO,CAAC,QAAQ,CAAC;YACvC,OAAO,CAAC,QAAQ,EAAG,EAAE,CAAC,WAAW,EAA4B,CAAC,IAAI,CAAC,CAAC,EACvE;AACH;;;;","names":[],"sources":["src/utils/closest.ts"],"sourcesContent":["// This helper function is similar to Element.closest(),\n// however it also traverses shadow DOM boundaries.\nexport const closest = (selector: string, el: Element | Document) => {\n return (\n el &&\n (('closest' in el && el.closest(selector)) ||\n closest(selector, (el.getRootNode() as unknown as ShadowRoot).host))\n )\n}\n"],"version":3}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
/* PineCore custom elements */
|
|
2
|
+
export { PdsAccordion as PdsAccordion } from '../dist/types/components/pds-accordion/pds-accordion';
|
|
3
|
+
export { defineCustomElement as defineCustomElementPdsAccordion } from './pds-accordion';
|
|
4
|
+
export { PdsAvatar as PdsAvatar } from '../dist/types/components/pds-avatar/pds-avatar';
|
|
5
|
+
export { defineCustomElement as defineCustomElementPdsAvatar } from './pds-avatar';
|
|
6
|
+
export { PdsBox as PdsBox } from '../dist/types/components/pds-box/pds-box';
|
|
7
|
+
export { defineCustomElement as defineCustomElementPdsBox } from './pds-box';
|
|
8
|
+
export { PdsButton as PdsButton } from '../dist/types/components/pds-button/pds-button';
|
|
9
|
+
export { defineCustomElement as defineCustomElementPdsButton } from './pds-button';
|
|
10
|
+
export { PdsCheckbox as PdsCheckbox } from '../dist/types/components/pds-checkbox/pds-checkbox';
|
|
11
|
+
export { defineCustomElement as defineCustomElementPdsCheckbox } from './pds-checkbox';
|
|
12
|
+
export { PdsChip as PdsChip } from '../dist/types/components/pds-chip/pds-chip';
|
|
13
|
+
export { defineCustomElement as defineCustomElementPdsChip } from './pds-chip';
|
|
14
|
+
export { PdsCopytext as PdsCopytext } from '../dist/types/components/pds-copytext/pds-copytext';
|
|
15
|
+
export { defineCustomElement as defineCustomElementPdsCopytext } from './pds-copytext';
|
|
16
|
+
export { PdsDivider as PdsDivider } from '../dist/types/components/pds-divider/pds-divider';
|
|
17
|
+
export { defineCustomElement as defineCustomElementPdsDivider } from './pds-divider';
|
|
18
|
+
export { PdsImage as PdsImage } from '../dist/types/components/pds-image/pds-image';
|
|
19
|
+
export { defineCustomElement as defineCustomElementPdsImage } from './pds-image';
|
|
20
|
+
export { PdsInput as PdsInput } from '../dist/types/components/pds-input/pds-input';
|
|
21
|
+
export { defineCustomElement as defineCustomElementPdsInput } from './pds-input';
|
|
22
|
+
export { PdsLink as PdsLink } from '../dist/types/components/pds-link/pds-link';
|
|
23
|
+
export { defineCustomElement as defineCustomElementPdsLink } from './pds-link';
|
|
24
|
+
export { PdsLoader as PdsLoader } from '../dist/types/components/pds-loader/pds-loader';
|
|
25
|
+
export { defineCustomElement as defineCustomElementPdsLoader } from './pds-loader';
|
|
26
|
+
export { PdsProgress as PdsProgress } from '../dist/types/components/pds-progress/pds-progress';
|
|
27
|
+
export { defineCustomElement as defineCustomElementPdsProgress } from './pds-progress';
|
|
28
|
+
export { PdsRadio as PdsRadio } from '../dist/types/components/pds-radio/pds-radio';
|
|
29
|
+
export { defineCustomElement as defineCustomElementPdsRadio } from './pds-radio';
|
|
30
|
+
export { PdsRow as PdsRow } from '../dist/types/components/pds-row/pds-row';
|
|
31
|
+
export { defineCustomElement as defineCustomElementPdsRow } from './pds-row';
|
|
32
|
+
export { PdsSortable as PdsSortable } from '../dist/types/components/pds-sortable/pds-sortable';
|
|
33
|
+
export { defineCustomElement as defineCustomElementPdsSortable } from './pds-sortable';
|
|
34
|
+
export { PdsSortableItem as PdsSortableItem } from '../dist/types/components/pds-sortable/pds-sortable-item/pds-sortable-item';
|
|
35
|
+
export { defineCustomElement as defineCustomElementPdsSortableItem } from './pds-sortable-item';
|
|
36
|
+
export { PdsSwitch as PdsSwitch } from '../dist/types/components/pds-switch/pds-switch';
|
|
37
|
+
export { defineCustomElement as defineCustomElementPdsSwitch } from './pds-switch';
|
|
38
|
+
export { PdsTab as PdsTab } from '../dist/types/components/pds-tabs/pds-tab/pds-tab';
|
|
39
|
+
export { defineCustomElement as defineCustomElementPdsTab } from './pds-tab';
|
|
40
|
+
export { PdsTable as PdsTable } from '../dist/types/components/pds-table/pds-table';
|
|
41
|
+
export { defineCustomElement as defineCustomElementPdsTable } from './pds-table';
|
|
42
|
+
export { PdsTableBody as PdsTableBody } from '../dist/types/components/pds-table/pds-table-body/pds-table-body';
|
|
43
|
+
export { defineCustomElement as defineCustomElementPdsTableBody } from './pds-table-body';
|
|
44
|
+
export { PdsTableCell as PdsTableCell } from '../dist/types/components/pds-table/pds-table-cell/pds-table-cell';
|
|
45
|
+
export { defineCustomElement as defineCustomElementPdsTableCell } from './pds-table-cell';
|
|
46
|
+
export { PdsTableHead as PdsTableHead } from '../dist/types/components/pds-table/pds-table-head/pds-table-head';
|
|
47
|
+
export { defineCustomElement as defineCustomElementPdsTableHead } from './pds-table-head';
|
|
48
|
+
export { PdsTableHeadCell as PdsTableHeadCell } from '../dist/types/components/pds-table/pds-table-head-cell/pds-table-head-cell';
|
|
49
|
+
export { defineCustomElement as defineCustomElementPdsTableHeadCell } from './pds-table-head-cell';
|
|
50
|
+
export { PdsTableRow as PdsTableRow } from '../dist/types/components/pds-table/pds-table-row/pds-table-row';
|
|
51
|
+
export { defineCustomElement as defineCustomElementPdsTableRow } from './pds-table-row';
|
|
52
|
+
export { PdsTabpanel as PdsTabpanel } from '../dist/types/components/pds-tabs/pds-tabpanel/pds-tabpanel';
|
|
53
|
+
export { defineCustomElement as defineCustomElementPdsTabpanel } from './pds-tabpanel';
|
|
54
|
+
export { PdsTabs as PdsTabs } from '../dist/types/components/pds-tabs/pds-tabs';
|
|
55
|
+
export { defineCustomElement as defineCustomElementPdsTabs } from './pds-tabs';
|
|
56
|
+
export { PdsTextarea as PdsTextarea } from '../dist/types/components/pds-textarea/pds-textarea';
|
|
57
|
+
export { defineCustomElement as defineCustomElementPdsTextarea } from './pds-textarea';
|
|
58
|
+
export { PdsTooltip as PdsTooltip } from '../dist/types/components/pds-tooltip/pds-tooltip';
|
|
59
|
+
export { defineCustomElement as defineCustomElementPdsTooltip } from './pds-tooltip';
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
* Get the base path to where the assets can be found. Use "setAssetPath(path)"
|
|
63
|
+
* if the path needs to be customized.
|
|
64
|
+
*/
|
|
65
|
+
export declare const getAssetPath: (path: string) => string;
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
* Used to manually set the base path where assets can be found.
|
|
69
|
+
* If the script is used as "module", it's recommended to use "import.meta.url",
|
|
70
|
+
* such as "setAssetPath(import.meta.url)". Other options include
|
|
71
|
+
* "setAssetPath(document.currentScript.src)", or using a bundler's replace plugin to
|
|
72
|
+
* dynamically set the path at build time, such as "setAssetPath(process.env.ASSET_PATH)".
|
|
73
|
+
* But do note that this configuration depends on how your script is bundled, or lack of
|
|
74
|
+
* bundling, and where your assets can be loaded from. Additionally custom bundling
|
|
75
|
+
* will have to ensure the static assets are copied to its build directory.
|
|
76
|
+
*/
|
|
77
|
+
export declare const setAssetPath: (path: string) => void;
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* Used to specify a nonce value that corresponds with an application's CSP.
|
|
81
|
+
* When set, the nonce will be added to all dynamically created script and style tags at runtime.
|
|
82
|
+
* Alternatively, the nonce value can be set on a meta tag in the DOM head
|
|
83
|
+
* (<meta name="csp-nonce" content="{ nonce value here }" />) which
|
|
84
|
+
* will result in the same behavior.
|
|
85
|
+
*/
|
|
86
|
+
export declare const setNonce: (nonce: string) => void
|
|
87
|
+
|
|
88
|
+
export interface SetPlatformOptions {
|
|
89
|
+
raf?: (c: FrameRequestCallback) => number;
|
|
90
|
+
ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
|
91
|
+
rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
|
|
92
|
+
}
|
|
93
|
+
export declare const setPlatformOptions: (opts: SetPlatformOptions) => void;
|
|
94
|
+
export * from '../dist/types';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export { getAssetPath, setAssetPath, setNonce, setPlatformOptions } from '@stencil/core/internal/client';
|
|
2
|
+
export { PdsAccordion, defineCustomElement as defineCustomElementPdsAccordion } from './pds-accordion.js';
|
|
3
|
+
export { PdsAvatar, defineCustomElement as defineCustomElementPdsAvatar } from './pds-avatar.js';
|
|
4
|
+
export { PdsBox, defineCustomElement as defineCustomElementPdsBox } from './pds-box.js';
|
|
5
|
+
export { PdsButton, defineCustomElement as defineCustomElementPdsButton } from './pds-button.js';
|
|
6
|
+
export { PdsCheckbox, defineCustomElement as defineCustomElementPdsCheckbox } from './pds-checkbox.js';
|
|
7
|
+
export { PdsChip, defineCustomElement as defineCustomElementPdsChip } from './pds-chip.js';
|
|
8
|
+
export { PdsCopytext, defineCustomElement as defineCustomElementPdsCopytext } from './pds-copytext.js';
|
|
9
|
+
export { PdsDivider, defineCustomElement as defineCustomElementPdsDivider } from './pds-divider.js';
|
|
10
|
+
export { PdsIcon, defineCustomElement as defineCustomElementPdsIcon } from './pds-icon.js';
|
|
11
|
+
export { PdsImage, defineCustomElement as defineCustomElementPdsImage } from './pds-image.js';
|
|
12
|
+
export { PdsInput, defineCustomElement as defineCustomElementPdsInput } from './pds-input.js';
|
|
13
|
+
export { PdsLink, defineCustomElement as defineCustomElementPdsLink } from './pds-link.js';
|
|
14
|
+
export { PdsLoader, defineCustomElement as defineCustomElementPdsLoader } from './pds-loader.js';
|
|
15
|
+
export { PdsProgress, defineCustomElement as defineCustomElementPdsProgress } from './pds-progress.js';
|
|
16
|
+
export { PdsRadio, defineCustomElement as defineCustomElementPdsRadio } from './pds-radio.js';
|
|
17
|
+
export { PdsRow, defineCustomElement as defineCustomElementPdsRow } from './pds-row.js';
|
|
18
|
+
export { PdsSortable, defineCustomElement as defineCustomElementPdsSortable } from './pds-sortable.js';
|
|
19
|
+
export { PdsSortableItem, defineCustomElement as defineCustomElementPdsSortableItem } from './pds-sortable-item.js';
|
|
20
|
+
export { PdsSwitch, defineCustomElement as defineCustomElementPdsSwitch } from './pds-switch.js';
|
|
21
|
+
export { PdsTab, defineCustomElement as defineCustomElementPdsTab } from './pds-tab.js';
|
|
22
|
+
export { PdsTable, defineCustomElement as defineCustomElementPdsTable } from './pds-table.js';
|
|
23
|
+
export { PdsTableBody, defineCustomElement as defineCustomElementPdsTableBody } from './pds-table-body.js';
|
|
24
|
+
export { PdsTableCell, defineCustomElement as defineCustomElementPdsTableCell } from './pds-table-cell.js';
|
|
25
|
+
export { PdsTableHead, defineCustomElement as defineCustomElementPdsTableHead } from './pds-table-head.js';
|
|
26
|
+
export { PdsTableHeadCell, defineCustomElement as defineCustomElementPdsTableHeadCell } from './pds-table-head-cell.js';
|
|
27
|
+
export { PdsTableRow, defineCustomElement as defineCustomElementPdsTableRow } from './pds-table-row.js';
|
|
28
|
+
export { PdsTabpanel, defineCustomElement as defineCustomElementPdsTabpanel } from './pds-tabpanel.js';
|
|
29
|
+
export { PdsTabs, defineCustomElement as defineCustomElementPdsTabs } from './pds-tabs.js';
|
|
30
|
+
export { PdsTextarea, defineCustomElement as defineCustomElementPdsTextarea } from './pds-textarea.js';
|
|
31
|
+
export { PdsTooltip, defineCustomElement as defineCustomElementPdsTooltip } from './pds-tooltip.js';
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"file":"index.js","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/* pds-icons v7.1.0, ES Modules */
|
|
2
|
+
const caretDown = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><path fill-rule='evenodd' d='M.862 4.862c.26-.26.682-.26.943 0L8 11.057l6.195-6.195a.667.667 0 1 1 .943.943L8.471 12.47a.667.667 0 0 1-.942 0L.862 5.805a.667.667 0 0 1 0-.943'/></svg>";
|
|
3
|
+
const checkCircleFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><g clip-path='url(#a)'><path d='M8 0C3.58 0 0 3.58 0 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8m4.473 5.807L7.14 11.14c-.26.26-.68.26-.94 0L3.533 8.473a.664.664 0 1 1 .94-.94l2.194 2.194 4.86-4.86c.26-.26.68-.26.94 0 .266.253.266.68.006.94'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs></svg>";
|
|
4
|
+
const copy = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><g fill-rule='evenodd' clip-path='url(#a)'><path d='M10 5.333c0-.368.299-.666.667-.666h4c.368 0 .666.298.666.666v9.334a.667.667 0 0 1-.666.666H5.333a.667.667 0 0 1-.666-.666v-4a.667.667 0 1 1 1.333 0V14h8V6h-3.333A.667.667 0 0 1 10 5.333'/><path d='M.667 1.333c0-.368.298-.666.666-.666h9.334c.368 0 .666.298.666.666v9.334a.667.667 0 0 1-.666.666H1.333a.667.667 0 0 1-.666-.666zM2 2v8h8V2z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs></svg>";
|
|
5
|
+
const downSmall = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><path fill-rule='evenodd' d='M3.594 5.594a.89.89 0 0 1 1.257 0L7.778 8.52l2.927-2.927a.889.889 0 0 1 1.257 1.257l-3.556 3.555a.89.89 0 0 1-1.257 0L3.594 6.851a.89.89 0 0 1 0-1.257'/></svg>";
|
|
6
|
+
const handle = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><path fill-rule='evenodd' d='M.667 5.333a.667.667 0 0 0 0 1.334h14.666a.667.667 0 1 0 0-1.334zm0 4.667a.667.667 0 0 0 0 1.333h14.666a.667.667 0 1 0 0-1.333z'/></svg>";
|
|
7
|
+
const launch = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><g clip-path='url(#a)'><path fill-rule='evenodd' d='M15.138.862a.66.66 0 0 1 .195.461v5.344a.667.667 0 0 1-1.333 0V2.943L7.805 9.138a.667.667 0 1 1-.943-.943L13.057 2H9.333a.667.667 0 0 1 0-1.333h5.333c.171 0 .342.065.472.195M1.333 2a.667.667 0 0 0-.666.667v12c0 .368.298.666.666.666h12a.667.667 0 0 0 .667-.666V10a.667.667 0 0 0-1.333 0v4H2V3.333h4A.667.667 0 0 0 6 2z'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs></svg>";
|
|
8
|
+
const remove = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><path d='M13.138 3.805a.667.667 0 0 0-.943-.943L8 7.057 3.805 2.862a.667.667 0 1 0-.943.943L7.057 8l-4.195 4.195a.667.667 0 1 0 .943.943L8 8.943l4.195 4.195a.667.667 0 0 0 .943-.943L8.943 8z'/></svg>";
|
|
9
|
+
const upSmall = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><path fill-rule='evenodd' d='M7.15 5.594a.89.89 0 0 1 1.256 0l3.556 3.555a.889.889 0 0 1-1.257 1.257L7.778 7.48 4.85 10.406A.889.889 0 1 1 3.594 9.15z'/></svg>";
|
|
10
|
+
const userFilled = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' class='pdsicon'><g clip-path='url(#a)'><path d='M12.222 8.925A5.98 5.98 0 0 1 8 10.667a5.98 5.98 0 0 1-4.222-1.742A7.34 7.34 0 0 0 0 15.333c0 .368.299.667.667.667h14.666a.667.667 0 0 0 .667-.667 7.34 7.34 0 0 0-3.778-6.408'/><path d='M8 9.333A4.667 4.667 0 1 0 8 0a4.667 4.667 0 0 0 0 9.333'/></g><defs><clipPath id='a'><path d='M0 0h16v16H0z'/></clipPath></defs></svg>";
|
|
11
|
+
|
|
12
|
+
export { copy as a, caretDown as b, checkCircleFilled as c, downSmall as d, upSmall as e, handle as h, launch as l, remove as r, userFilled as u };
|
|
13
|
+
|
|
14
|
+
//# sourceMappingURL=index2.js.map
|