@uniformdev/design-system 19.58.0 → 19.58.1-alpha.16

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/esm/index.js CHANGED
@@ -394,7 +394,7 @@ var buttonAccentAltDarkOutline = css`
394
394
  transition: box-shadow var(--duration-fast) var(--timing-ease-out);
395
395
 
396
396
  &:hover {
397
- color: var(--primary-action-hover);
397
+ color: var(--accent-alt-dark-hover);
398
398
  }
399
399
 
400
400
  &:disabled {
@@ -16778,6 +16778,9 @@ var ParameterShell = ({
16778
16778
  {
16779
16779
  css: [
16780
16780
  inputMenu,
16781
+ css80`
16782
+ opacity: var(--opacity-100);
16783
+ `,
16781
16784
  menuItems ? css80`
16782
16785
  right: var(--spacing-md);
16783
16786
  ` : void 0
package/dist/index.js CHANGED
@@ -1970,7 +1970,7 @@ var buttonAccentAltDarkOutline = import_react3.css`
1970
1970
  transition: box-shadow var(--duration-fast) var(--timing-ease-out);
1971
1971
 
1972
1972
  &:hover {
1973
- color: var(--primary-action-hover);
1973
+ color: var(--accent-alt-dark-hover);
1974
1974
  }
1975
1975
 
1976
1976
  &:disabled {
@@ -18592,6 +18592,9 @@ var ParameterShell = ({
18592
18592
  {
18593
18593
  css: [
18594
18594
  inputMenu,
18595
+ import_react107.css`
18596
+ opacity: var(--opacity-100);
18597
+ `,
18595
18598
  menuItems ? import_react107.css`
18596
18599
  right: var(--spacing-md);
18597
18600
  ` : void 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniformdev/design-system",
3
- "version": "19.58.0",
3
+ "version": "19.58.1-alpha.16+5b13596bc",
4
4
  "description": "Uniform design system components",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "main": "./dist/index.js",
@@ -24,8 +24,8 @@
24
24
  "@storybook/react": "6.5.16",
25
25
  "@types/react": "18.2.21",
26
26
  "@types/react-dom": "18.2.7",
27
- "@uniformdev/canvas": "^19.58.0",
28
- "@uniformdev/richtext": "^19.58.0",
27
+ "@uniformdev/canvas": "^19.58.1-alpha.16+5b13596bc",
28
+ "@uniformdev/richtext": "^19.58.1-alpha.16+5b13596bc",
29
29
  "autoprefixer": "10.4.15",
30
30
  "hygen": "6.2.11",
31
31
  "postcss": "8.4.28",
@@ -52,7 +52,7 @@
52
52
  "monaco-editor": "0.41.0",
53
53
  "react-hotkeys-hook": "4.4.1",
54
54
  "react-paginate": "8.2.0",
55
- "react-select": "5.7.4",
55
+ "react-select": "5.7.5",
56
56
  "react-use": "17.4.0",
57
57
  "reakit": "1.3.11",
58
58
  "zod-to-json-schema": "3.21.4"
@@ -67,5 +67,5 @@
67
67
  "publishConfig": {
68
68
  "access": "public"
69
69
  },
70
- "gitHead": "1e355c1405dc744f333cbce45766965c160c535c"
70
+ "gitHead": "5b13596bc07ad3b8d3809122c9843d17e4a6f413"
71
71
  }