@elliemae/ds-ribbon 3.70.0-next.6 → 3.70.0-next.60

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.
Files changed (23) hide show
  1. package/dist/cjs/package.json +1 -4
  2. package/dist/esm/package.json +1 -4
  3. package/package.json +10 -10
  4. package/dist/types/parts/DSRibbonCard/tests/DSRibbonCard.axe-core.test.d.ts +0 -1
  5. package/dist/types/parts/DSRibbonCard/tests/DSRibbonCard.data-attributes.test.d.ts +0 -1
  6. package/dist/types/parts/DSRibbonCard/tests/DSRibbonCard.slots.test.d.ts +0 -1
  7. package/dist/types/parts/DSRibbonCard/tests/DSRibbonCard.test.d.ts +0 -1
  8. package/dist/types/parts/DSRibbonCard/tests/DSRibbonCard.test.id.test.d.ts +0 -1
  9. package/dist/types/parts/DSRibbonCol/tests/DSRibbonCol.axe-core.test.d.ts +0 -1
  10. package/dist/types/parts/DSRibbonCol/tests/DSRibbonCol.data-attributes.test.d.ts +0 -1
  11. package/dist/types/parts/DSRibbonCol/tests/DSRibbonCol.slots.test.d.ts +0 -1
  12. package/dist/types/parts/DSRibbonCol/tests/DSRibbonCol.test.d.ts +0 -1
  13. package/dist/types/parts/DSRibbonCol/tests/DSRibbonCol.test.id.test.d.ts +0 -1
  14. package/dist/types/parts/DSRibbonRow/tests/DSRibbonRow.axe-core.test.d.ts +0 -1
  15. package/dist/types/parts/DSRibbonRow/tests/DSRibbonRow.data-attributes.test.d.ts +0 -1
  16. package/dist/types/parts/DSRibbonRow/tests/DSRibbonRow.slots.test.d.ts +0 -1
  17. package/dist/types/parts/DSRibbonRow/tests/DSRibbonRow.test.d.ts +0 -1
  18. package/dist/types/parts/DSRibbonRow/tests/DSRibbonRow.test.id.test.d.ts +0 -1
  19. package/dist/types/parts/DSRibbonWrapper/tests/DSRibbonWrapper.axe-core.test.d.ts +0 -1
  20. package/dist/types/parts/DSRibbonWrapper/tests/DSRibbonWrapper.data-attributes.test.d.ts +0 -1
  21. package/dist/types/parts/DSRibbonWrapper/tests/DSRibbonWrapper.slots.test.d.ts +0 -1
  22. package/dist/types/parts/DSRibbonWrapper/tests/DSRibbonWrapper.test.d.ts +0 -1
  23. package/dist/types/parts/DSRibbonWrapper/tests/DSRibbonWrapper.test.id.test.d.ts +0 -1
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
@@ -3,8 +3,5 @@
3
3
  "sideEffects": [
4
4
  "*.css",
5
5
  "*.scss"
6
- ],
7
- "publishConfig": {
8
- "access": "public"
9
- }
6
+ ]
10
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-ribbon",
3
- "version": "3.70.0-next.6",
3
+ "version": "3.70.0-next.60",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Ribbon",
6
6
  "files": [
@@ -36,21 +36,21 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.70.0-next.6",
40
- "@elliemae/ds-system": "3.70.0-next.6"
39
+ "@elliemae/ds-props-helpers": "3.70.0-next.60",
40
+ "@elliemae/ds-system": "3.70.0-next.60"
41
41
  },
42
42
  "devDependencies": {
43
43
  "jest": "^30.0.0",
44
- "styled-components": "~5.3.9",
45
- "@elliemae/ds-test-utils": "3.70.0-next.6",
46
- "@elliemae/ds-monorepo-devops": "3.70.0-next.6",
47
- "@elliemae/ds-typescript-helpers": "3.70.0-next.6"
44
+ "styled-components": "~5.3.11",
45
+ "@elliemae/ds-monorepo-devops": "3.70.0-next.60",
46
+ "@elliemae/ds-test-utils": "3.70.0-next.60",
47
+ "@elliemae/ds-typescript-helpers": "3.70.0-next.60"
48
48
  },
49
49
  "peerDependencies": {
50
- "lodash-es": "^4.17.21",
50
+ "lodash-es": "^4.18.1",
51
51
  "react": "^18.3.1",
52
52
  "react-dom": "^18.3.1",
53
- "styled-components": "~5.3.9"
53
+ "styled-components": "~5.3.11"
54
54
  },
55
55
  "publishConfig": {
56
56
  "access": "public",
@@ -65,4 +65,4 @@
65
65
  "build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
66
66
  "checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
67
67
  }
68
- }
68
+ }