@descope/flow-components 3.1.6 → 3.1.8

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.
@@ -5,7 +5,7 @@
5
5
  "name": "flowComponents",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "3.1.6",
8
+ "buildVersion": "3.1.8",
9
9
  "buildName": "@descope/flow-components"
10
10
  },
11
11
  "remoteEntry": {
@@ -5,7 +5,7 @@
5
5
  "name": "flowComponents",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "3.1.6",
8
+ "buildVersion": "3.1.8",
9
9
  "buildName": "@descope/flow-components"
10
10
  },
11
11
  "remoteEntry": {
package/dist/index.cjs.js CHANGED
@@ -99657,23 +99657,23 @@ descope-enriched-text {
99657
99657
  width: 100%;
99658
99658
  }
99659
99659
  .wrapper {
99660
- position: relative;
99660
+ display: grid;
99661
99661
  width: 100%;
99662
99662
  }
99663
99663
  code {
99664
+ grid-area: 1 / 1;
99664
99665
  display: block;
99665
99666
  width: 100%;
99666
99667
  min-height: 1em;
99667
- overflow-x: scroll;
99668
- overflow-y: scroll;
99668
+ overflow-x: auto;
99669
99669
  }
99670
99670
  pre {
99671
99671
  margin: 0;
99672
99672
  }
99673
99673
  .copy-btn {
99674
- position: absolute;
99675
- top: 8px;
99676
- right: 8px;
99674
+ grid-area: 1 / 1;
99675
+ place-self: start end;
99676
+ margin: 8px;
99677
99677
  display: flex;
99678
99678
  align-items: center;
99679
99679
  justify-content: center;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "3.1.6",
3
+ "version": "3.1.8",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -52,7 +52,7 @@
52
52
  "@typescript-eslint/parser": "^8.0.0",
53
53
  "autoprefixer": "^10.4.8",
54
54
  "babel-jest": "30.3.0",
55
- "eslint": "10.0.3",
55
+ "eslint": "10.1.0",
56
56
  "eslint-config-airbnb": "^19.0.4",
57
57
  "eslint-config-airbnb-typescript": "18.0.0",
58
58
  "eslint-config-prettier": "10.1.8",
@@ -97,7 +97,7 @@
97
97
  "webpack-subresource-integrity": "5.2.0-rc.1"
98
98
  },
99
99
  "dependencies": {
100
- "@descope/web-components-ui": "3.1.6"
100
+ "@descope/web-components-ui": "3.1.8"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "react": ">= 18"