@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.
- package/dist/cjs/package.json +1 -4
- package/dist/esm/package.json +1 -4
- package/package.json +10 -10
- package/dist/types/parts/DSRibbonCard/tests/DSRibbonCard.axe-core.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonCard/tests/DSRibbonCard.data-attributes.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonCard/tests/DSRibbonCard.slots.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonCard/tests/DSRibbonCard.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonCard/tests/DSRibbonCard.test.id.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonCol/tests/DSRibbonCol.axe-core.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonCol/tests/DSRibbonCol.data-attributes.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonCol/tests/DSRibbonCol.slots.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonCol/tests/DSRibbonCol.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonCol/tests/DSRibbonCol.test.id.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonRow/tests/DSRibbonRow.axe-core.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonRow/tests/DSRibbonRow.data-attributes.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonRow/tests/DSRibbonRow.slots.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonRow/tests/DSRibbonRow.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonRow/tests/DSRibbonRow.test.id.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonWrapper/tests/DSRibbonWrapper.axe-core.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonWrapper/tests/DSRibbonWrapper.data-attributes.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonWrapper/tests/DSRibbonWrapper.slots.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonWrapper/tests/DSRibbonWrapper.test.d.ts +0 -1
- package/dist/types/parts/DSRibbonWrapper/tests/DSRibbonWrapper.test.id.test.d.ts +0 -1
package/dist/cjs/package.json
CHANGED
package/dist/esm/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-ribbon",
|
|
3
|
-
"version": "3.70.0-next.
|
|
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.
|
|
40
|
-
"@elliemae/ds-system": "3.70.0-next.
|
|
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.
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-typescript-helpers": "3.70.0-next.
|
|
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.
|
|
50
|
+
"lodash-es": "^4.18.1",
|
|
51
51
|
"react": "^18.3.1",
|
|
52
52
|
"react-dom": "^18.3.1",
|
|
53
|
-
"styled-components": "~5.3.
|
|
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
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|