@mirohq/design-system-icons 0.47.1-style-dictionary.6 → 0.47.1
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/main.js +13 -5
- package/dist/main.js.map +1 -1
- package/dist/module.js +13 -5
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +2 -2
- package/package.json +5 -5
- package/react/activity.tsx +10 -5
- package/svg/24/activity.svg +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -6,12 +6,12 @@ import { ForwardRefExoticComponent, RefAttributes, ComponentPropsWithRef } from
|
|
|
6
6
|
import { iconSymbol } from '@mirohq/design-system-base-icon';
|
|
7
7
|
|
|
8
8
|
declare const StyledIcon: ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>>, "size" | "weight" | "color" | "debug"> & _stitches_react_types_styled_component.TransformProps<{
|
|
9
|
-
color?: _mirohq_design_system_themes_web.
|
|
9
|
+
color?: _mirohq_design_system_themes_web.AliasColorsKeys | "black" | "transparent" | "white" | "blue-100" | "blue-150" | "blue-200" | "blue-250" | "blue-300" | "blue-350" | "blue-400" | "blue-450" | "blue-50" | "blue-500" | "blue-550" | "blue-600" | "blue-650" | "blue-700" | "blue-750" | "blue-800" | "blue-850" | "blue-900" | "blue-950" | "gray-100" | "gray-150" | "gray-200" | "gray-250" | "gray-300" | "gray-350" | "gray-400" | "gray-450" | "gray-50" | "gray-500" | "gray-550" | "gray-600" | "gray-650" | "gray-700" | "gray-750" | "gray-800" | "gray-850" | "gray-900" | "gray-950" | "green-100" | "green-150" | "green-200" | "green-250" | "green-300" | "green-350" | "green-400" | "green-450" | "green-50" | "green-500" | "green-550" | "green-600" | "green-650" | "green-700" | "green-750" | "green-800" | "green-850" | "green-900" | "green-950" | "red-100" | "red-150" | "red-200" | "red-250" | "red-300" | "red-350" | "red-400" | "red-450" | "red-50" | "red-500" | "red-550" | "red-600" | "red-650" | "red-700" | "red-750" | "red-800" | "red-850" | "red-900" | "red-950" | "yellow-100" | "yellow-150" | "yellow-200" | "yellow-250" | "yellow-300" | "yellow-350" | "yellow-400" | "yellow-450" | "yellow-50" | "yellow-500" | "yellow-550" | "yellow-600" | "yellow-650" | "yellow-700" | "yellow-750" | "yellow-800" | "yellow-850" | "yellow-900" | "yellow-950" | undefined;
|
|
10
10
|
debug?: boolean | "true" | "false" | undefined;
|
|
11
11
|
size?: "small" | "medium" | "large" | undefined;
|
|
12
12
|
weight?: "bold" | "thin" | "normal" | undefined;
|
|
13
13
|
}, {}> & _mirohq_design_system_stitches.CustomStylesProps, "ref"> & RefAttributes<SVGSVGElement>> & _mirohq_design_system_stitches.StitchesInternals<ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {
|
|
14
|
-
color?: _mirohq_design_system_themes_web.
|
|
14
|
+
color?: _mirohq_design_system_themes_web.AliasColorsKeys | "black" | "transparent" | "white" | "blue-100" | "blue-150" | "blue-200" | "blue-250" | "blue-300" | "blue-350" | "blue-400" | "blue-450" | "blue-50" | "blue-500" | "blue-550" | "blue-600" | "blue-650" | "blue-700" | "blue-750" | "blue-800" | "blue-850" | "blue-900" | "blue-950" | "gray-100" | "gray-150" | "gray-200" | "gray-250" | "gray-300" | "gray-350" | "gray-400" | "gray-450" | "gray-50" | "gray-500" | "gray-550" | "gray-600" | "gray-650" | "gray-700" | "gray-750" | "gray-800" | "gray-850" | "gray-900" | "gray-950" | "green-100" | "green-150" | "green-200" | "green-250" | "green-300" | "green-350" | "green-400" | "green-450" | "green-50" | "green-500" | "green-550" | "green-600" | "green-650" | "green-700" | "green-750" | "green-800" | "green-850" | "green-900" | "green-950" | "red-100" | "red-150" | "red-200" | "red-250" | "red-300" | "red-350" | "red-400" | "red-450" | "red-50" | "red-500" | "red-550" | "red-600" | "red-650" | "red-700" | "red-750" | "red-800" | "red-850" | "red-900" | "red-950" | "yellow-100" | "yellow-150" | "yellow-200" | "yellow-250" | "yellow-300" | "yellow-350" | "yellow-400" | "yellow-450" | "yellow-50" | "yellow-500" | "yellow-550" | "yellow-600" | "yellow-650" | "yellow-700" | "yellow-750" | "yellow-800" | "yellow-850" | "yellow-900" | "yellow-950" | undefined;
|
|
15
15
|
debug?: boolean | "true" | "false" | undefined;
|
|
16
16
|
size?: "small" | "medium" | "large" | undefined;
|
|
17
17
|
weight?: "bold" | "thin" | "normal" | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-icons",
|
|
3
|
-
"version": "0.47.1
|
|
3
|
+
"version": "0.47.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"react": "^16.14 || ^17 || ^18"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@mirohq/design-system-base-icon": "^0.1.33
|
|
34
|
+
"@mirohq/design-system-base-icon": "^0.1.33",
|
|
35
35
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
36
|
-
"@mirohq/design-system-
|
|
37
|
-
"@mirohq/design-system-
|
|
38
|
-
"@mirohq/design-system-
|
|
36
|
+
"@mirohq/design-system-use-local-storage": "^0.3.11",
|
|
37
|
+
"@mirohq/design-system-stitches": "^2.6.12",
|
|
38
|
+
"@mirohq/design-system-utils": "^0.15.4"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@svgr/cli": "^6.5.1",
|
package/react/activity.tsx
CHANGED
|
@@ -24,14 +24,19 @@ export const IconActivity: IconComponentType = forwardRef(
|
|
|
24
24
|
ref: forwardRef,
|
|
25
25
|
},
|
|
26
26
|
<path
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
stroke='currentColor'
|
|
28
|
+
strokeLinejoin='round'
|
|
29
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
30
|
+
d='m15 18-2.9293 2.9293a.1.1 0 0 1-.1414 0l-2.9293-2.9293h-5c-.5523 0-1-.4477-1-1v-12c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v12c0 .5523-.4477 1-1 1h-5Z'
|
|
31
|
+
/>,
|
|
32
|
+
<path
|
|
33
|
+
stroke='currentColor'
|
|
34
|
+
strokeWidth='var(--svg-stroke-width)'
|
|
35
|
+
d='M12 13v.0001'
|
|
29
36
|
/>,
|
|
30
37
|
<path
|
|
31
38
|
fill='currentColor'
|
|
32
|
-
|
|
33
|
-
d='M12 2c-5.5228 0-10 4.4771-10 10 0 1.6688.4096 3.2446 1.1342 4.6297l-1.1002 4.1118a1 1 0 0 0 1.2245 1.2245l4.1119-1.1002c1.385.7246 2.9608 1.1342 4.6296 1.1342 5.5229 0 10-4.4772 10-10 0-5.5229-4.4771-10-10-10Zm-8 10c0-4.4183 3.5817-8 8-8s8 3.5817 8 8-3.5817 8-8 8c-1.4588 0-2.8236-.3896-3.9992-1.0696a1 1 0 0 0-.7592-.1005l-2.8282.7568.7567-2.8282a1 1 0 0 0-.1004-.7592c-.6801-1.1757-1.0697-2.5405-1.0697-3.9993Z'
|
|
34
|
-
clipRule='evenodd'
|
|
39
|
+
d='M7.1425 10.9855c-.2841.4736-.1306 1.0878.343 1.372.4736.2841 1.0878.1306 1.372-.343l-1.715-1.029Zm2.3575-1.9855.8742-.4856a1 1 0 0 0-1.7317-.0289l.8575.5145Zm2.5 4.5-.8742.4856a1 1 0 0 0 1.6551.1391l-.7809-.6247Zm2-2.5v-1h-.4806l-.3003.3753.7809.6247Zm2 1c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm-7.1425.0145 1.5-2.5-1.715-1.029-1.5 2.5 1.715 1.029Zm-.2317-2.5289 2.5 4.5 1.7484-.9712-2.5-4.5-1.7484.9712Zm4.1551 4.6391 2-2.5-1.5618-1.2494-2 2.5 1.5618 1.2494Zm1.2191-2.1247h2v-2h-2v2Z'
|
|
35
40
|
/>
|
|
36
41
|
)
|
|
37
42
|
}
|
package/svg/24/activity.svg
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
<!-- DO NOT MODIFY THIS FILE: This file was generated by sync icons utility -->
|
|
2
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="m15 18-2.9293 2.9293a.1.1 0 0 1-.1414 0l-2.9293-2.9293h-5c-.5523 0-1-.4477-1-1v-12c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v12c0 .5523-.4477 1-1 1h-5Z" style="vector-effect:non-scaling-stroke"/><path stroke="currentColor" stroke-width="2" d="M12 13v.0001" style="vector-effect:non-scaling-stroke"/><path fill="currentColor" d="M7.1425 10.9855c-.2841.4736-.1306 1.0878.343 1.372.4736.2841 1.0878.1306 1.372-.343l-1.715-1.029Zm2.3575-1.9855.8742-.4856a1 1 0 0 0-1.7317-.0289l.8575.5145Zm2.5 4.5-.8742.4856a1 1 0 0 0 1.6551.1391l-.7809-.6247Zm2-2.5v-1h-.4806l-.3003.3753.7809.6247Zm2 1c.5523 0 1-.4477 1-1s-.4477-1-1-1v2Zm-7.1425.0145 1.5-2.5-1.715-1.029-1.5 2.5 1.715 1.029Zm-.2317-2.5289 2.5 4.5 1.7484-.9712-2.5-4.5-1.7484.9712Zm4.1551 4.6391 2-2.5-1.5618-1.2494-2 2.5 1.5618 1.2494Zm1.2191-2.1247h2v-2h-2v2Z" style="vector-effect:non-scaling-stroke"/></svg>
|