@instructure/ui-options 8.12.1-snapshot.16 → 8.12.1-snapshot.35

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-options",
3
- "version": "8.12.1-snapshot.16+1160d54f5",
3
+ "version": "8.12.1-snapshot.35+13feb4a40",
4
4
  "description": "A view-only component for composing interactive lists and menus.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "type": "commonjs",
@@ -24,22 +24,22 @@
24
24
  },
25
25
  "license": "MIT",
26
26
  "devDependencies": {
27
- "@instructure/ui-babel-preset": "8.12.1-snapshot.16+1160d54f5",
28
- "@instructure/ui-color-utils": "8.12.1-snapshot.16+1160d54f5",
29
- "@instructure/ui-test-locator": "8.12.1-snapshot.16+1160d54f5",
30
- "@instructure/ui-test-utils": "8.12.1-snapshot.16+1160d54f5",
31
- "@instructure/ui-themes": "8.12.1-snapshot.16+1160d54f5"
27
+ "@instructure/ui-babel-preset": "8.12.1-snapshot.35+13feb4a40",
28
+ "@instructure/ui-color-utils": "8.12.1-snapshot.35+13feb4a40",
29
+ "@instructure/ui-test-locator": "8.12.1-snapshot.35+13feb4a40",
30
+ "@instructure/ui-test-utils": "8.12.1-snapshot.35+13feb4a40",
31
+ "@instructure/ui-themes": "8.12.1-snapshot.35+13feb4a40"
32
32
  },
33
33
  "dependencies": {
34
34
  "@babel/runtime": "^7.13.10",
35
- "@instructure/emotion": "8.12.1-snapshot.16+1160d54f5",
36
- "@instructure/shared-types": "8.12.1-snapshot.16+1160d54f5",
37
- "@instructure/ui-icons": "8.12.1-snapshot.16+1160d54f5",
38
- "@instructure/ui-prop-types": "8.12.1-snapshot.16+1160d54f5",
39
- "@instructure/ui-react-utils": "8.12.1-snapshot.16+1160d54f5",
40
- "@instructure/ui-testable": "8.12.1-snapshot.16+1160d54f5",
41
- "@instructure/ui-view": "8.12.1-snapshot.16+1160d54f5",
42
- "@instructure/uid": "8.12.1-snapshot.16+1160d54f5",
35
+ "@instructure/emotion": "8.12.1-snapshot.35+13feb4a40",
36
+ "@instructure/shared-types": "8.12.1-snapshot.35+13feb4a40",
37
+ "@instructure/ui-icons": "8.12.1-snapshot.35+13feb4a40",
38
+ "@instructure/ui-prop-types": "8.12.1-snapshot.35+13feb4a40",
39
+ "@instructure/ui-react-utils": "8.12.1-snapshot.35+13feb4a40",
40
+ "@instructure/ui-testable": "8.12.1-snapshot.35+13feb4a40",
41
+ "@instructure/ui-view": "8.12.1-snapshot.35+13feb4a40",
42
+ "@instructure/uid": "8.12.1-snapshot.35+13feb4a40",
43
43
  "prop-types": "^15"
44
44
  },
45
45
  "peerDependencies": {
@@ -49,5 +49,5 @@
49
49
  "access": "public"
50
50
  },
51
51
  "sideEffects": false,
52
- "gitHead": "1160d54f5e25365b0204d2c0fcf72537eefd9017"
52
+ "gitHead": "13feb4a40dbb483341c6e4d4d479fc24eaf4a587"
53
53
  }
@@ -265,7 +265,7 @@ render(
265
265
  label: 'Text is green',
266
266
  extraProps: {
267
267
  renderBeforeLabel: IconCheckSolid,
268
- themeOverride: { color: "#00AC18" }
268
+ themeOverride: { color: "#0B874B" }
269
269
  }
270
270
  },
271
271
  {