@auth0/quantum-product 1.5.2 → 1.5.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.
Files changed (2) hide show
  1. package/README.md +42 -0
  2. package/package.json +3 -2
package/README.md ADDED
@@ -0,0 +1,42 @@
1
+ # Quantum Product
2
+
3
+ Quantum Product is a reusable component library that helps Auth0 teams build UIs faster. The goal is to make building durable UIs more productive and satisfying.
4
+
5
+ ## Docs
6
+
7
+ [Quantum Product Storybook](https://main--62de9cdffb68e8a4ec657572.chromatic.com/)
8
+
9
+ ## Packages
10
+
11
+ Note: The below repos are private for now. The source code will be made public at a later date.
12
+
13
+ | Package/README | Description |
14
+ | -------------------------------------------------------------------------------------------------------------- | ------------------------------------|
15
+ | [@auth0/quantum-product](https://github.com/auth0/quantum-product/tree/main/packages/quantum-product) | Main Component Library |
16
+ | [@auth0/quantum-lab](https://github.com/auth0/quantum-product/tree/main/packages/quantum-lab) | Expiremental Component Library |
17
+ | [@auth0/quantum-tokens](https://github.com/auth0/quantum-product/tree/main/packages/quantum-tokens) | Design Tokens |
18
+ | [@auth0/quantum-codemods](https://github.com/auth0/quantum-product/tree/main/packages/quantum-codemods) | Codemods to help with migrations |
19
+ | [@a0/quantum-fonts](https://github.com/auth0/quantum-assets/tree/main/packages/quantum-fonts) | Extended Inter font (slashed-zero) |
20
+
21
+ ## Figma
22
+
23
+ [Quantum Product Figma](https://www.figma.com/file/H20mOEOZpf5a2DXaUEbmSh/Quantum-Product-UI-Kit?node-id=2120%3A10967)
24
+
25
+ ## Browser support
26
+
27
+ Quantum follows Auth0's main browser support for the [management dashboard](https://auth0.com/docs/troubleshoot/customer-support/product-support-matrix#auth0-dashboard-desktop-browsers):
28
+
29
+ All listed browsers are the latest versions unless otherwise indicated.
30
+
31
+ |Broser |Support Level |
32
+ |-----------------|----------------|
33
+ |Chrome |Supported |
34
+ |Safari |Sustained |
35
+ |Edge |Sustained |
36
+ |Firefox |Sustained |
37
+ |IE |Unsupported |
38
+
39
+ |Level |Description |
40
+ |---------------|---------------|
41
+ |Supported |Supported Auth0 has formally tested, and will support and provide both new features and bug fixes (if applicable) for these items.|
42
+ |Sustained |Auth0 will support and may provide bug fixes (if applicable) for these items.|
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@auth0/quantum-product",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "sideEffects": false,
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {
7
7
  "registry": "https://registry.npmjs.org/"
8
8
  },
9
+ "homepage": "https://main--62de9cdffb68e8a4ec657572.chromatic.com/",
9
10
  "repository": {
10
11
  "type": "git",
11
12
  "url": "https://github.com/auth0/quantum-product.git",
@@ -29,7 +30,7 @@
29
30
  "react-dom": "*"
30
31
  },
31
32
  "scripts": {
32
- "artifactory": "cd ./build && npm publish",
33
+ "artifactory": "cd ./build && npm publish ",
33
34
  "build-storybook": "build-storybook",
34
35
  "build": "yarn clean && yarn build:cjs && yarn build:esm && yarn copy:files",
35
36
  "build:cjs": "tsc --project ./tsconfig.publish.json",