@semi-bot/semi-theme-whcyit 1.0.3 → 1.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/README.md CHANGED
@@ -5,7 +5,7 @@ Operator: squallliu
5
5
 
6
6
  ## Compatibility
7
7
 
8
- Compatible with Semi Foundation Version 2.89.1 or newer.
8
+ Compatible with Semi Foundation Version 2.90.7 or newer.
9
9
 
10
10
  ## Version Release Note
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semi-bot/semi-theme-whcyit",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Semi theme generated by dsm. https://semi.design/dsm",
5
5
  "keywords": [
6
6
  "semi-theme",
package/semi.css CHANGED
@@ -1686,6 +1686,7 @@ body, :host {
1686
1686
  }
1687
1687
  .semi-aiChatInput-editor-content .tiptap .input-slot {
1688
1688
  display: inline-block;
1689
+ box-sizing: content-box;
1689
1690
  background-color: var(--semi-color-primary-light-default);
1690
1691
  border-radius: 4px;
1691
1692
  padding: 2px 4px;