@pingux/astro 2.20.0-alpha.4 → 2.20.0-alpha.5

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.
@@ -12,6 +12,7 @@ var _CogsIcon = _interopRequireDefault(require("@pingux/mdi-react/CogsIcon"));
12
12
  var _DeleteIcon = _interopRequireDefault(require("@pingux/mdi-react/DeleteIcon"));
13
13
  var _DragVerticalIcon = _interopRequireDefault(require("@pingux/mdi-react/DragVerticalIcon"));
14
14
  var _index = require("../index");
15
+ var _figmaLinks = require("../utils/designUtils/figmaLinks.js");
15
16
  var _react2 = require("@emotion/react");
16
17
  var _default = {
17
18
  title: 'Recipes/One Way to Bidirectional Arrow'
@@ -262,4 +263,10 @@ var Default = function Default() {
262
263
  }
263
264
  })))));
264
265
  };
265
- exports.Default = Default;
266
+ exports.Default = Default;
267
+ Default.parameters = {
268
+ design: {
269
+ type: 'figma',
270
+ url: _figmaLinks.FIGMA_LINKS.OnewayToBidirectionalArrow["default"]
271
+ }
272
+ };
@@ -90,6 +90,9 @@ var FIGMA_LINKS = {
90
90
  navBar: {
91
91
  "default": 'https://www.figma.com/file/bpbEw54gTTcdIiZs4PKK1p/Astro-Specs?type=design&node-id=548-3473&t=8Wwd3tIBh3GEjCJB-0'
92
92
  },
93
+ OnewayToBidirectionalArrow: {
94
+ "default": 'https://www.figma.com/file/bpbEw54gTTcdIiZs4PKK1p/Astro-Specs?type=design&node-id=43504-1214&mode=design&t=R4kdj0liRHxsqbV5-0'
95
+ },
93
96
  popoverMenu: {
94
97
  "default": 'https://www.figma.com/file/Oa6VYtJcUJzEJuuRp0p4ls/Astro?type=design&node-id=0%3A3073&t=We3h7LaaFJQnxdSy-1'
95
98
  },
@@ -4,6 +4,7 @@ import CogsIcon from '@pingux/mdi-react/CogsIcon';
4
4
  import DeleteIcon from '@pingux/mdi-react/DeleteIcon';
5
5
  import DragVerticalIcon from '@pingux/mdi-react/DragVerticalIcon';
6
6
  import { Box, ComboBoxField, Icon, IconButton, IconButtonToggle, Item } from '../index';
7
+ import { FIGMA_LINKS } from '../utils/designUtils/figmaLinks.js';
7
8
  import { jsx as ___EmotionJSX } from "@emotion/react";
8
9
  export default {
9
10
  title: 'Recipes/One Way to Bidirectional Arrow'
@@ -252,4 +253,10 @@ export var Default = function Default() {
252
253
  name: 'Delete Icon'
253
254
  }
254
255
  })))));
256
+ };
257
+ Default.parameters = {
258
+ design: {
259
+ type: 'figma',
260
+ url: FIGMA_LINKS.OnewayToBidirectionalArrow["default"]
261
+ }
255
262
  };
@@ -83,6 +83,9 @@ export var FIGMA_LINKS = {
83
83
  navBar: {
84
84
  "default": 'https://www.figma.com/file/bpbEw54gTTcdIiZs4PKK1p/Astro-Specs?type=design&node-id=548-3473&t=8Wwd3tIBh3GEjCJB-0'
85
85
  },
86
+ OnewayToBidirectionalArrow: {
87
+ "default": 'https://www.figma.com/file/bpbEw54gTTcdIiZs4PKK1p/Astro-Specs?type=design&node-id=43504-1214&mode=design&t=R4kdj0liRHxsqbV5-0'
88
+ },
86
89
  popoverMenu: {
87
90
  "default": 'https://www.figma.com/file/Oa6VYtJcUJzEJuuRp0p4ls/Astro?type=design&node-id=0%3A3073&t=We3h7LaaFJQnxdSy-1'
88
91
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.20.0-alpha.4",
3
+ "version": "2.20.0-alpha.5",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",