@rogieking/figui3 1.9.5 → 1.9.6

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/components.css CHANGED
@@ -666,7 +666,6 @@ input[type="text"][list] {
666
666
  ::picker(select) {
667
667
  position-area: auto;
668
668
  align-self: auto;
669
- position-try-fallbacks: none;
670
669
  max-block-size: 100vh;
671
670
  appearance: base-select;
672
671
  scrollbar-width: thin;
package/example.html CHANGED
@@ -25,6 +25,27 @@
25
25
 
26
26
  <h2><label>Effects/</label>UI3 Components</h2>
27
27
  <fig-spinner></fig-spinner>
28
+
29
+ <fig-button icon="true"
30
+ variant="ghost"
31
+ type="select"
32
+ style="position: absolute; right: 0;">
33
+ <svg width="24"
34
+ height="24"
35
+ viewBox="0 0 24 24"
36
+ fill="none"
37
+ xmlns="http://www.w3.org/2000/svg">
38
+ <path fill-rule="evenodd"
39
+ clip-rule="evenodd"
40
+ d="M9.64645 11.1464C9.84171 10.9512 10.1583 10.9512 10.3536 11.1464L12 12.7929L13.6464 11.1464C13.8417 10.9512 14.1583 10.9512 14.3536 11.1464C14.5488 11.3417 14.5488 11.6583 14.3536 11.8536L12.3536 13.8536C12.1583 14.0488 11.8417 14.0488 11.6464 13.8536L9.64645 11.8536C9.45118 11.6583 9.45118 11.3417 9.64645 11.1464Z"
41
+ fill="currentColor"
42
+ fill-opacity="0.9" />
43
+ </svg>
44
+ <fig-dropdown variant="neue">
45
+ <option>One if by sea</option>
46
+ <option>Two if by land</option>
47
+ </fig-dropdown>
48
+ </fig-button>
28
49
  </fig-header>
29
50
 
30
51
  <br /><br /><br /><br /><br /><br /><br /><br />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rogieking/figui3",
3
- "version": "1.9.5",
3
+ "version": "1.9.6",
4
4
  "module": "index.ts",
5
5
  "type": "module",
6
6
  "devDependencies": {