@vygruppen/spor-react 1.3.3 → 1.3.4

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @vygruppen/spor-react@1.3.3 build
2
+ > @vygruppen/spor-react@1.3.4 build
3
3
  > tsup src/* --dts --treeshake --format esm,cjs
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -8,10 +8,10 @@
8
8
  CLI Target: node14
9
9
  ESM Build start
10
10
  CJS Build start
11
- CJS dist/index.js 7.51 KB
12
- CJS ⚡️ Build success in 86ms
13
11
  ESM dist/index.mjs 1.22 KB
14
- ESM ⚡️ Build success in 87ms
12
+ ESM ⚡️ Build success in 80ms
13
+ CJS dist/index.js 7.51 KB
14
+ CJS ⚡️ Build success in 81ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 3703ms
16
+ DTS ⚡️ Build success in 3811ms
17
17
  DTS dist/index.d.ts 1.22 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @vygruppen/spor-react
2
2
 
3
+ ## 1.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 7daa5891: Update URL for documentation website
8
+ - Updated dependencies [11acb8ec]
9
+ - Updated dependencies [7daa5891]
10
+ - @vygruppen/spor-linjetag-react@1.0.4
11
+ - @vygruppen/spor-media-controller-react@0.1.4
12
+ - @vygruppen/spor-datepicker-react@1.2.5
13
+ - @vygruppen/spor-button-react@1.1.2
14
+ - @vygruppen/spor-input-react@1.3.5
15
+ - @vygruppen/spor-icon-react@2.0.3
16
+ - @vygruppen/spor-tab-react@1.0.2
17
+
3
18
  ## 1.3.3
4
19
 
5
20
  ### Patch Changes
package/README.md CHANGED
@@ -17,7 +17,7 @@ Import the components and functions you need as named imports:
17
17
  import { Button, Input } from "@vygruppen/spor-react";
18
18
  ```
19
19
 
20
- Each component and function comes with extensive documentation that shows up once you use it. Just hover over the component to make it show up in your IDE. Documentation is also available on [the documentation website](https://spor.cloud.vy.no).
20
+ Each component and function comes with extensive documentation that shows up once you use it. Just hover over the component to make it show up in your IDE. Documentation is also available on [the documentation website](https://spor.vy.no).
21
21
 
22
22
  ## Development
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vygruppen/spor-react",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",