@pantoken/pantoken 0.2.7 → 0.2.8
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/css-custom-data.json +10 -0
- package/dist/html-custom-data.json +11 -3
- package/dist/model.json +393 -135
- package/package.json +59 -59
|
@@ -18763,6 +18763,11 @@
|
|
|
18763
18763
|
"description": "Pantoken token from the resolved token IR.",
|
|
18764
18764
|
"syntax": "<image>"
|
|
18765
18765
|
},
|
|
18766
|
+
{
|
|
18767
|
+
"name": "--instui-icon-user-round-star",
|
|
18768
|
+
"description": "Pantoken token from the resolved token IR.",
|
|
18769
|
+
"syntax": "<image>"
|
|
18770
|
+
},
|
|
18766
18771
|
{
|
|
18767
18772
|
"name": "--instui-icon-user-round-x",
|
|
18768
18773
|
"description": "Pantoken token from the resolved token IR.",
|
|
@@ -18838,6 +18843,11 @@
|
|
|
18838
18843
|
"description": "Pantoken token from the resolved token IR.",
|
|
18839
18844
|
"syntax": "<image>"
|
|
18840
18845
|
},
|
|
18846
|
+
{
|
|
18847
|
+
"name": "--instui-icon-venetian-mask-stem",
|
|
18848
|
+
"description": "Pantoken token from the resolved token IR.",
|
|
18849
|
+
"syntax": "<image>"
|
|
18850
|
+
},
|
|
18841
18851
|
{
|
|
18842
18852
|
"name": "--instui-icon-venus",
|
|
18843
18853
|
"description": "Pantoken token from the resolved token IR.",
|
|
@@ -435,7 +435,7 @@
|
|
|
435
435
|
},
|
|
436
436
|
{
|
|
437
437
|
"name": "-color-primary",
|
|
438
|
-
"description": "Pantoken modifier class used with component
|
|
438
|
+
"description": "Pantoken modifier class used with component button."
|
|
439
439
|
},
|
|
440
440
|
{
|
|
441
441
|
"name": "-color-primary-inverse",
|
|
@@ -1145,6 +1145,10 @@
|
|
|
1145
1145
|
"name": "-minimized",
|
|
1146
1146
|
"description": "Pantoken modifier class used with component side-nav-bar."
|
|
1147
1147
|
},
|
|
1148
|
+
{
|
|
1149
|
+
"name": "-on-color",
|
|
1150
|
+
"description": "Pantoken modifier class used with component button."
|
|
1151
|
+
},
|
|
1148
1152
|
{
|
|
1149
1153
|
"name": "-open",
|
|
1150
1154
|
"description": "Pantoken modifier class used with component drawer-layout."
|
|
@@ -1535,11 +1539,11 @@
|
|
|
1535
1539
|
},
|
|
1536
1540
|
{
|
|
1537
1541
|
"name": "-size-md",
|
|
1538
|
-
"description": "Pantoken modifier class used with component
|
|
1542
|
+
"description": "Pantoken modifier class used with component button."
|
|
1539
1543
|
},
|
|
1540
1544
|
{
|
|
1541
1545
|
"name": "-size-medium",
|
|
1542
|
-
"description": "Pantoken modifier class used with component
|
|
1546
|
+
"description": "Pantoken modifier class used with component button."
|
|
1543
1547
|
},
|
|
1544
1548
|
{
|
|
1545
1549
|
"name": "-size-regular",
|
|
@@ -1933,6 +1937,10 @@
|
|
|
1933
1937
|
"name": "instui-button",
|
|
1934
1938
|
"description": "Pantoken class from component button."
|
|
1935
1939
|
},
|
|
1940
|
+
{
|
|
1941
|
+
"name": "instui-button-group",
|
|
1942
|
+
"description": "Pantoken class from component button."
|
|
1943
|
+
},
|
|
1936
1944
|
{
|
|
1937
1945
|
"name": "instui-byline",
|
|
1938
1946
|
"description": "Pantoken class from component byline."
|