@khanacademy/wonder-blocks-dropdown 10.0.2 → 10.0.4
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/CHANGELOG.md +24 -0
- package/dist/es/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @khanacademy/wonder-blocks-dropdown
|
|
2
2
|
|
|
3
|
+
## 10.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @khanacademy/wonder-blocks-modal@7.1.12
|
|
8
|
+
- @khanacademy/wonder-blocks-search-field@5.1.12
|
|
9
|
+
|
|
10
|
+
## 10.0.3
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [2656fd4]
|
|
15
|
+
- Updated dependencies [7bbf311]
|
|
16
|
+
- Updated dependencies [6018552]
|
|
17
|
+
- Updated dependencies [7bbf311]
|
|
18
|
+
- Updated dependencies [7f79943]
|
|
19
|
+
- @khanacademy/wonder-blocks-tokens@9.0.0
|
|
20
|
+
- @khanacademy/wonder-blocks-pill@3.1.10
|
|
21
|
+
- @khanacademy/wonder-blocks-cell@4.1.10
|
|
22
|
+
- @khanacademy/wonder-blocks-clickable@7.0.3
|
|
23
|
+
- @khanacademy/wonder-blocks-layout@3.1.9
|
|
24
|
+
- @khanacademy/wonder-blocks-modal@7.1.11
|
|
25
|
+
- @khanacademy/wonder-blocks-search-field@5.1.11
|
|
26
|
+
|
|
3
27
|
## 10.0.2
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/dist/es/index.js
CHANGED
|
@@ -1871,7 +1871,7 @@ const _generateStyles = (placeholder, error) => {
|
|
|
1871
1871
|
const actionType = error ? "destructive" : "progressive";
|
|
1872
1872
|
const action = semanticColor.action.secondary[actionType];
|
|
1873
1873
|
const sharedOutlineStyling = {
|
|
1874
|
-
outlineOffset:
|
|
1874
|
+
outlineOffset: `calc(${border.width.medium} * -1)`,
|
|
1875
1875
|
outlineStyle: "solid",
|
|
1876
1876
|
outlineWidth: border.width.medium
|
|
1877
1877
|
};
|
package/dist/index.js
CHANGED
|
@@ -1906,7 +1906,7 @@ const _generateStyles = (placeholder, error) => {
|
|
|
1906
1906
|
const actionType = error ? "destructive" : "progressive";
|
|
1907
1907
|
const action = wonderBlocksTokens.semanticColor.action.secondary[actionType];
|
|
1908
1908
|
const sharedOutlineStyling = {
|
|
1909
|
-
outlineOffset:
|
|
1909
|
+
outlineOffset: `calc(${wonderBlocksTokens.border.width.medium} * -1)`,
|
|
1910
1910
|
outlineStyle: "solid",
|
|
1911
1911
|
outlineWidth: wonderBlocksTokens.border.width.medium
|
|
1912
1912
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@khanacademy/wonder-blocks-dropdown",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.4",
|
|
4
4
|
"design": "v1",
|
|
5
5
|
"description": "Dropdown variants for Wonder Blocks.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -14,17 +14,17 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"@babel/runtime": "^7.24.5",
|
|
16
16
|
"@khanacademy/wonder-blocks-announcer": "1.0.1",
|
|
17
|
-
"@khanacademy/wonder-blocks-cell": "4.1.
|
|
18
|
-
"@khanacademy/wonder-blocks-clickable": "7.0.
|
|
17
|
+
"@khanacademy/wonder-blocks-cell": "4.1.10",
|
|
18
|
+
"@khanacademy/wonder-blocks-clickable": "7.0.3",
|
|
19
19
|
"@khanacademy/wonder-blocks-core": "12.2.1",
|
|
20
20
|
"@khanacademy/wonder-blocks-icon": "5.1.3",
|
|
21
|
-
"@khanacademy/wonder-blocks-layout": "3.1.
|
|
22
|
-
"@khanacademy/wonder-blocks-modal": "7.1.
|
|
23
|
-
"@khanacademy/wonder-blocks-pill": "3.1.
|
|
24
|
-
"@khanacademy/wonder-blocks-search-field": "5.1.
|
|
25
|
-
"@khanacademy/wonder-blocks-
|
|
26
|
-
"@khanacademy/wonder-blocks-
|
|
27
|
-
"@khanacademy/wonder-blocks-
|
|
21
|
+
"@khanacademy/wonder-blocks-layout": "3.1.9",
|
|
22
|
+
"@khanacademy/wonder-blocks-modal": "7.1.12",
|
|
23
|
+
"@khanacademy/wonder-blocks-pill": "3.1.10",
|
|
24
|
+
"@khanacademy/wonder-blocks-search-field": "5.1.12",
|
|
25
|
+
"@khanacademy/wonder-blocks-tokens": "9.0.0",
|
|
26
|
+
"@khanacademy/wonder-blocks-typography": "3.1.3",
|
|
27
|
+
"@khanacademy/wonder-blocks-timing": "7.0.2"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"@phosphor-icons/core": "^2.0.2",
|