@class101/cdn-ui-system 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ import * as React from "react";
3
3
 
4
4
  // libs/shared/ui-system/src/lib/Form/CheckBoxField/CheckBoxField.tsx
5
5
  import {forwardRef, useCallback, useEffect, useRef, useState} from "react";
6
- import {v4 as uuidV4} from "https://jspm.dev/uuid@3.4.0";
6
+ import {v4 as uuidV4} from "https://jspm.dev/uuid@8.3.2";
7
7
  import {HStack} from "../../Layout/HStack/index.js";
8
8
  import {CheckBox} from "../CheckBox/index.js";
9
9
  import {InlineTextLabel} from "../InlineTextLabel/index.js";
@@ -2,7 +2,7 @@
2
2
  import * as React from "react";
3
3
 
4
4
  // libs/shared/ui-system/src/lib/Form/InlineTextLabel/InlineTextLabel.stories.tsx
5
- import {v4 as uuidV4} from "https://jspm.dev/uuid@3.4.0";
5
+ import {v4 as uuidV4} from "https://jspm.dev/uuid@8.3.2";
6
6
  import {HStack} from "../../Layout/HStack/index.js";
7
7
  import {CheckBox} from "../CheckBox/index.js";
8
8
  import {InlineTextLabel} from "./InlineTextLabel.js";
@@ -4,7 +4,7 @@ import * as React from "react";
4
4
  // libs/shared/ui-system/src/lib/Form/Label/Label.stories.tsx
5
5
  import styled from "https://jspm.dev/@emotion/styled@11.3.0";
6
6
  import {useState} from "react";
7
- import {v4 as uuidV4} from "https://jspm.dev/uuid@3.4.0";
7
+ import {v4 as uuidV4} from "https://jspm.dev/uuid@8.3.2";
8
8
  import {ContainedButton} from "../../Button/ContainedButton/index.js";
9
9
  import {Label} from "./Label.js";
10
10
  var Label_stories_default = {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@class101/cdn-ui-system",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "module": "index.js"
5
5
  }