Skip to content

Commit

Permalink
Merge branch 'main' into breakpoint-helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Jul 29, 2022
2 parents 52e342d + aa44d1d commit 4e16f91
Show file tree
Hide file tree
Showing 48 changed files with 2,570 additions and 1,575 deletions.
11 changes: 10 additions & 1 deletion .github/ISSUE_TEMPLATE/FEATURE_REQUEST_OR_ENHANCEMENT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ body:
id: justification
attributes:
label: Justification
description: 'Provide the business reasons for this request.'
description: 'Provide the business reasons for this request. Provide screenshots of what you are unable to accomplish that this enhancement would make possible.'
validations:
required: true
- type: textarea
id: metrics
attributes:
Expand All @@ -48,6 +50,13 @@ body:
description:
'Do you want this work within a specific time period? Is it related to
an upcoming release?'
- type: input
id: team
attributes:
label: Your team
description: 'Please provide the requesting team you are apart of. @mention design and development members from your team that should be aware of this request.'
validations:
required: true
- type: input
id: resources
attributes:
Expand Down
2 changes: 1 addition & 1 deletion config/eslint-config-carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "eslint-config-carbon",
"description": "ESLint configuration for Carbon",
"version": "2.14.0-rc.0",
"version": "2.14.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion config/jest-config-carbon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jest-config-carbon",
"private": true,
"description": "Jest configuration and preset for Carbon",
"version": "1.4.0-rc.0",
"version": "1.4.0",
"license": "Apache-2.0",
"main": "index.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions examples/codesandbox-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "codesandbox-styles",
"private": true,
"version": "0.11.0-rc.0",
"version": "0.11.0",
"scripts": {
"develop": "vite"
},
"devDependencies": {
"vite": "^2.8.0"
},
"dependencies": {
"@carbon/styles": "^1.8.0-rc.0",
"@carbon/styles": "^1.8.0",
"sass": "^1.51.0"
}
}
4 changes: 2 additions & 2 deletions examples/codesandbox-with-sass-compilation/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "codesandbox-with-sass-compilation",
"version": "0.9.0-rc.0",
"version": "0.9.0",
"private": true,
"dependencies": {
"@carbon/react": "^1.8.0-rc.0",
"@carbon/react": "^1.8.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/codesandbox/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "codesandbox",
"version": "0.9.0-rc.0",
"version": "0.9.0",
"private": true,
"dependencies": {
"@carbon/react": "^1.8.0-rc.0",
"@carbon/react": "^1.8.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/light-dark-mode/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "examples-light-dark",
"private": true,
"version": "0.6.0-rc.0",
"version": "0.6.0",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@carbon/react": "^1.8.0-rc.0",
"@carbon/react": "^1.8.0",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "examples-nextjs",
"private": true,
"version": "0.8.0-rc.0",
"version": "0.8.0",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@carbon/react": "^1.8.0-rc.0",
"@carbon/react": "^1.8.0",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "vite",
"private": true,
"version": "0.6.0-rc.0",
"version": "0.6.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@carbon/react": "^1.8.0-rc.0",
"@carbon/react": "^1.8.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/carbon-components-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "carbon-components-react",
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
"version": "8.8.0-rc.0",
"version": "8.8.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"sass": "^1.33.0"
},
"dependencies": {
"@carbon/react": "^1.8.0-rc.0",
"@carbon/styles": "^1.8.0-rc.0",
"@carbon/react": "^1.8.0",
"@carbon/styles": "^1.8.0",
"@carbon/telemetry": "0.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/carbon-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "carbon-components",
"description": "The Carbon Design System is IBM’s open-source design system for products and experiences.",
"version": "11.8.0-rc.0",
"version": "11.8.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
"sass": "^1.33.0"
},
"dependencies": {
"@carbon/styles": "^1.8.0-rc.0",
"@carbon/styles": "^1.8.0",
"@carbon/telemetry": "0.1.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/elements",
"description": "A collection of design elements in code for the IBM Design Language",
"version": "11.6.0-rc.0",
"version": "11.6.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -36,12 +36,12 @@
},
"dependencies": {
"@carbon/colors": "^11.3.0",
"@carbon/grid": "^11.4.0-rc.0",
"@carbon/icons": "^11.6.0-rc.0",
"@carbon/layout": "^11.4.0-rc.0",
"@carbon/grid": "^11.4.0",
"@carbon/icons": "^11.6.0",
"@carbon/layout": "^11.4.0",
"@carbon/motion": "^11.2.0",
"@carbon/themes": "^11.5.0-rc.0",
"@carbon/type": "^11.5.0-rc.0"
"@carbon/themes": "^11.5.0",
"@carbon/type": "^11.5.0"
},
"devDependencies": {
"@carbon/cli": "^11.2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ Array [
"textSecondary",
"themes",
"toggleOff",
"unstable_metadata",
"unstable_tokens",
"v10",
"warmGray",
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/grid",
"description": "Grid for digital and software products using the Carbon Design System",
"version": "11.4.0-rc.0",
"version": "11.4.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -32,7 +32,7 @@
"clean": "rimraf scss/_inlined scss/vendor"
},
"dependencies": {
"@carbon/layout": "^11.4.0-rc.0"
"@carbon/layout": "^11.4.0"
},
"devDependencies": {
"@carbon/cli": "^11.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons-react",
"description": "React components for icons in digital and software products using the Carbon Design System",
"version": "11.6.0-rc.0",
"version": "11.6.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@carbon/icon-build-helpers": "^1.2.0",
"@carbon/icons": "^11.6.0-rc.0",
"@carbon/icons": "^11.6.0",
"rimraf": "^3.0.2"
},
"sideEffects": false
Expand Down
4 changes: 2 additions & 2 deletions packages/icons-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons-vue",
"description": "Vue components for icons in digital and software products using the Carbon Design System",
"version": "10.55.0-rc.0",
"version": "10.55.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@carbon/cli-reporter": "^10.5.0",
"@carbon/icons": "^11.6.0-rc.0",
"@carbon/icons": "^11.6.0",
"fs-extra": "^10.0.0",
"prettier": "^2.6.2",
"rimraf": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/icons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4016,7 +4016,7 @@
sizes:
- 32
- name: cloud--auditing
friendly_name: Cloud auditing
friendly_name: IBM Cloud® Activity Tracker
aliases:
- cloud
- auditing
Expand Down Expand Up @@ -8867,7 +8867,7 @@
sizes:
- 32
- name: ibm-cloud--kubernetes-service
friendly_name: IBM Cloud® Kubernetes Services
friendly_name: IBM Cloud® Kubernetes Service
aliases:
- services
- cloud
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/icons",
"description": "Icons for digital and software products using the Carbon Design System",
"version": "11.6.0-rc.0",
"version": "11.6.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@carbon/layout",
"description": "Layout helpers for digital and software products using the Carbon Design System",
"version": "11.4.0-rc.0",
"version": "11.4.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down
32 changes: 16 additions & 16 deletions packages/pictograms-react/examples/storybook/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2472,9 +2472,9 @@ browserslist@^4.5.2, browserslist@^4.6.0, browserslist@^4.6.1:
node-releases "^1.1.23"

buffer-from@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"
integrity sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==
version "1.1.2"
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.2.tgz#2b146a6fd72e80b4f55d255f35ed59a3a9a41bd5"
integrity sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==

buffer-xor@^1.0.3:
version "1.0.3"
Expand Down Expand Up @@ -2794,10 +2794,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.1.tgz#bd77ab7de6de94205ceacc72f1716d29f20a77bf"
integrity sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==

commander@^2.19.0:
version "2.20.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.0.tgz#d58bb2b5c1ee8f87b0d340027e9e94e222c5a422"
integrity sha512-7j2y+40w61zy6YC2iRNpUe/NwhNyoXrYpHMrSunaMG64nRnaf96zO/KMQR4OyN/UnE5KLyEBnKHd4aG3rskjpQ==
commander@^2.19.0, commander@^2.20.0:
version "2.20.3"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33"
integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==

commander@~2.19.0:
version "2.19.0"
Expand Down Expand Up @@ -6914,10 +6914,10 @@ source-map-resolve@^0.5.0:
source-map-url "^0.4.0"
urix "^0.1.0"

source-map-support@~0.5.10:
version "0.5.12"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.12.tgz#b4f3b10d51857a5af0138d3ce8003b201613d599"
integrity sha512-4h2Pbvyy15EE02G+JOZpUCmqWJuqrs+sEkzewTm++BPi7Hvn/HwcqLAcNxYAyI0x13CpPPn+kMjl+hplXMHITQ==
source-map-support@~0.5.12:
version "0.5.21"
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
dependencies:
buffer-from "^1.0.0"
source-map "^0.6.0"
Expand Down Expand Up @@ -7235,13 +7235,13 @@ terser-webpack-plugin@^1.1.0, terser-webpack-plugin@^1.2.4:
worker-farm "^1.7.0"

terser@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-4.0.0.tgz#ef356f6f359a963e2cc675517f21c1c382877374"
integrity sha512-dOapGTU0hETFl1tCo4t56FN+2jffoKyER9qBGoUFyZ6y7WLoKT0bF+lAYi6B6YsILcGF3q1C2FBh8QcKSCgkgA==
version "4.8.1"
resolved "https://registry.yarnpkg.com/terser/-/terser-4.8.1.tgz#a00e5634562de2239fd404c649051bf6fc21144f"
integrity sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==
dependencies:
commander "^2.19.0"
commander "^2.20.0"
source-map "~0.6.1"
source-map-support "~0.5.10"
source-map-support "~0.5.12"

[email protected]:
version "0.2.0"
Expand Down
9 changes: 7 additions & 2 deletions packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,12 @@ Map {
"type": "string",
},
"selectorsFloatingMenus": Object {
"type": "string",
"args": Array [
Object {
"type": "string",
},
],
"type": "arrayOf",
},
"size": Object {
"args": Array [
Expand Down Expand Up @@ -8465,7 +8470,7 @@ Map {
"type": "oneOf",
},
"target": Object {
"type": "element",
"type": "object",
},
"x": Object {
"args": Array [
Expand Down
Loading

0 comments on commit 4e16f91

Please sign in to comment.