amotify 0.2.198 → 0.2.199
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/demo/esbuild/designBook.tsx +6 -0
- package/demo/next/src/app/(router)/designbook/page.tsx +2853 -66
- package/demo/next/src/app/(router)/page.tsx +38 -2830
- package/dist/@styles/style.css +1 -1
- package/dist/@styles/var.css +1 -1
- package/dist/fn/Input/Autocomplete.d.ts +8 -6
- package/dist/fn/Input/Autocomplete.js +1 -1
- package/dist/fn/Input/Parts.js +1 -1
- package/dist/fn/Input/TextField.js +1 -1
- package/dist/fn/Input/core.js +1 -1
- package/package.json +1 -1
|
@@ -139,6 +139,12 @@ There are a variety of ways in which web fonts impact performance`}
|
|
|
139
139
|
Copyright © Ministry of Finance Japan. All Rights Reserved.
|
|
140
140
|
</Literal.Supplement>
|
|
141
141
|
</Column>
|
|
142
|
+
<Column ssCardBox padding={ 1.5 }>
|
|
143
|
+
<Box>[size:Micro]</Box>
|
|
144
|
+
<Literal.Supplement fontSize='0.xs'>
|
|
145
|
+
Copyright © Ministry of Finance Japan. All Rights Reserved.
|
|
146
|
+
</Literal.Supplement>
|
|
147
|
+
</Column>
|
|
142
148
|
</Column>
|
|
143
149
|
</Box>
|
|
144
150
|
</Column>
|