@carrier-dpx/air-react-library 0.7.42 → 0.7.43
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Figma Code Connect Configuration for CalendarIcon
|
|
3
3
|
*
|
|
4
|
-
* Figma URL: https://www.figma.com/design/RT43n0bKuuIt7ylllD3DR0/Icon-Library?node-id=13-
|
|
4
|
+
* Figma URL: https://www.figma.com/design/RT43n0bKuuIt7ylllD3DR0/Icon-Library?node-id=13-236
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import figma from "@figma/code-connect";
|
|
@@ -10,7 +10,7 @@ import { CalendarIcon } from "./CalendarIcon";
|
|
|
10
10
|
|
|
11
11
|
figma.connect(
|
|
12
12
|
CalendarIcon,
|
|
13
|
-
"https://www.figma.com/design/RT43n0bKuuIt7ylllD3DR0/Icon-Library?node-id=13-
|
|
13
|
+
"https://www.figma.com/design/RT43n0bKuuIt7ylllD3DR0/Icon-Library?node-id=13-236",
|
|
14
14
|
{
|
|
15
15
|
props: {
|
|
16
16
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Figma Code Connect Configuration for GridViewIcon
|
|
3
3
|
*
|
|
4
|
-
* Figma URL: https://www.figma.com/design/RT43n0bKuuIt7ylllD3DR0/Icon-Library?node-id=346-
|
|
4
|
+
* Figma URL: https://www.figma.com/design/RT43n0bKuuIt7ylllD3DR0/Icon-Library?node-id=346-1469
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import figma from "@figma/code-connect";
|
|
@@ -10,7 +10,7 @@ import { GridViewIcon } from "./GridViewIcon";
|
|
|
10
10
|
|
|
11
11
|
figma.connect(
|
|
12
12
|
GridViewIcon,
|
|
13
|
-
"https://www.figma.com/design/RT43n0bKuuIt7ylllD3DR0/Icon-Library?node-id=346-
|
|
13
|
+
"https://www.figma.com/design/RT43n0bKuuIt7ylllD3DR0/Icon-Library?node-id=346-1469",
|
|
14
14
|
{
|
|
15
15
|
props: {
|
|
16
16
|
/**
|