@carbon/styles 1.93.0-rc.0 → 1.93.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/styles",
3
3
  "description": "Styles for the Carbon Design System",
4
- "version": "1.93.0-rc.0",
4
+ "version": "1.93.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@carbon/colors": "^11.42.0",
44
- "@carbon/feature-flags": "^0.31.0",
44
+ "@carbon/feature-flags": "^0.32.0",
45
45
  "@carbon/grid": "^11.45.0",
46
46
  "@carbon/layout": "^11.43.0",
47
47
  "@carbon/motion": "^11.37.0",
@@ -75,5 +75,5 @@
75
75
  "scss/**/*.css",
76
76
  "css/**/*.css"
77
77
  ],
78
- "gitHead": "dff507858b43de91b300a98fa1bec24d38aaeb48"
78
+ "gitHead": "44f7fd230585f66d32c839d1c11d2992d5929294"
79
79
  }
@@ -11,6 +11,7 @@
11
11
  'enable-css-grid': true,
12
12
  'enable-v11-release': true,
13
13
  'enable-experimental-tile-contrast': false,
14
+ 'enable-tile-contrast': false,
14
15
  'enable-v12-tile-radio-icons': false,
15
16
  'enable-v12-structured-list-visible-icons': false,
16
17
  'enable-dialog-element': false,
@@ -26,6 +26,7 @@
26
26
  /// @group modal
27
27
  @mixin modal(
28
28
  $enable-experimental-focus-wrap-without-sentinels: false,
29
+ $enable-focus-wrap-without-sentinels: false,
29
30
  $enable-dialog-element: false,
30
31
  $enable-presence: false
31
32
  ) {
@@ -35,6 +36,8 @@
35
36
  @if not(
36
37
  enabled('enable-experimental-focus-wrap-without-sentinels') or
37
38
  $enable-experimental-focus-wrap-without-sentinels or
39
+ enabled('enable-focus-wrap-without-sentinels') or
40
+ $enable-focus-wrap-without-sentinels or
38
41
  enabled('enable-dialog-element') or
39
42
  $enable-dialog-element
40
43
  )
@@ -70,6 +73,8 @@
70
73
  @if not(
71
74
  enabled('enable-experimental-focus-wrap-without-sentinels') or
72
75
  $enable-experimental-focus-wrap-without-sentinels or
76
+ enabled('enable-focus-wrap-without-sentinels') or
77
+ $enable-focus-wrap-without-sentinels or
73
78
  enabled('enable-dialog-element') or
74
79
  $enable-dialog-element
75
80
  )