@orfium/ictinus 3.12.0 → 3.13.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/dist/utils/common.d.ts +2 -0
- package/dist/utils/common.js +8 -1
- package/package.json +2 -1
package/dist/utils/common.d.ts
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { ButtonHTMLAttributes } from 'react';
|
|
3
|
+
/** URL currently used for figma */
|
|
4
|
+
export declare const FIGMA_URL = "https://www.figma.com/file/8kMPBNYHHXz2AtkzeeDmk5/Design-System-V4---%E2%9A%A0%EF%B8%8F-Working-File-(do-not-update-libraries)";
|
|
3
5
|
/** A type to turn any type optional properties to required */
|
|
4
6
|
export declare type RequiredProperties<T> = {
|
|
5
7
|
[K in keyof T]-?: T[K];
|
package/dist/utils/common.js
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
exports.__esModule = true;
|
|
3
|
+
exports.__esModule = true;
|
|
4
|
+
exports.FIGMA_URL = void 0;
|
|
5
|
+
|
|
6
|
+
/** URL currently used for figma */
|
|
7
|
+
var FIGMA_URL = 'https://www.figma.com/file/8kMPBNYHHXz2AtkzeeDmk5/Design-System-V4---%E2%9A%A0%EF%B8%8F-Working-File-(do-not-update-libraries)';
|
|
8
|
+
/** A type to turn any type optional properties to required */
|
|
9
|
+
|
|
10
|
+
exports.FIGMA_URL = FIGMA_URL;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orfium/ictinus",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.13.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
"react-router-dom": "^5.2.0",
|
|
76
76
|
"react-test-renderer": "^16.13.1",
|
|
77
77
|
"rimraf": "^3.0.2",
|
|
78
|
+
"storybook-addon-designs": "^6.1.0",
|
|
78
79
|
"styled-components": "^5.2.0",
|
|
79
80
|
"ts-jest": "^26.5.6",
|
|
80
81
|
"ts-loader": "^9.1.2",
|