ui-primitives 13.2.0 → 13.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-primitives",
3
- "version": "13.2.0",
3
+ "version": "13.3.0",
4
4
  "description": "UI primitives for sharing between platforms in Design System Team projects",
5
5
  "keywords": [
6
6
  "design",
@@ -509,11 +509,31 @@
509
509
  "hex": "#29292c",
510
510
  "alias": "neutralColor300"
511
511
  },
512
+ "dark_neutral_300_hover": {
513
+ "rgba": "rgba(47, 47, 50, 1)",
514
+ "hex": "#2f2f32",
515
+ "alias": "neutralColor300Hover"
516
+ },
512
517
  "dark_neutral_300_inverted": {
513
518
  "rgba": "rgba(231, 232, 235, 1)",
514
519
  "hex": "#e7e8eb",
515
520
  "alias": "neutralColor300Inverted"
516
521
  },
522
+ "dark_neutral_300_inverted_hover": {
523
+ "rgba": "rgba(220, 221, 225, 1)",
524
+ "hex": "#dcdde1",
525
+ "alias": "neutralColor300InvertedHover"
526
+ },
527
+ "dark_neutral_300_inverted_press": {
528
+ "rgba": "rgba(210, 211, 217, 1)",
529
+ "hex": "#d2d3d9",
530
+ "alias": "neutralColor300InvertedPress"
531
+ },
532
+ "dark_neutral_300_press": {
533
+ "rgba": "rgba(53, 53, 57, 1)",
534
+ "hex": "#353539",
535
+ "alias": "neutralColor300Press"
536
+ },
517
537
  "dark_neutral_400": {
518
538
  "rgba": "rgba(53, 53, 57, 1)",
519
539
  "hex": "#353539",
@@ -719,11 +739,31 @@
719
739
  "hex": "#21dedeee",
720
740
  "alias": "neutralTranslucentColor300"
721
741
  },
742
+ "dark_neutral_translucent_300_hover": {
743
+ "rgba": "rgba(234, 234, 248, 0.15)",
744
+ "hex": "#26eaeaf8",
745
+ "alias": "neutralTranslucentColor300Hover"
746
+ },
722
747
  "dark_neutral_translucent_300_inverted": {
723
748
  "rgba": "rgba(15, 25, 55, 0.1)",
724
749
  "hex": "#1a0f1937",
725
750
  "alias": "neutralTranslucentColor300Inverted"
726
751
  },
752
+ "dark_neutral_translucent_300_inverted_hover": {
753
+ "rgba": "rgba(5, 12, 41, 0.14)",
754
+ "hex": "#24050c29",
755
+ "alias": "neutralTranslucentColor300InvertedHover"
756
+ },
757
+ "dark_neutral_translucent_300_inverted_press": {
758
+ "rgba": "rgba(5, 11, 44, 0.18)",
759
+ "hex": "#2e050b2c",
760
+ "alias": "neutralTranslucentColor300InvertedPress"
761
+ },
762
+ "dark_neutral_translucent_300_press": {
763
+ "rgba": "rgba(231, 231, 248, 0.18)",
764
+ "hex": "#2ee7e7f8",
765
+ "alias": "neutralTranslucentColor300Press"
766
+ },
727
767
  "dark_neutral_translucent_400": {
728
768
  "rgba": "rgba(231, 231, 248, 0.18)",
729
769
  "hex": "#2ee7e7f8",
@@ -1929,11 +1969,31 @@
1929
1969
  "hex": "#e7e8eb",
1930
1970
  "alias": "neutralColor300"
1931
1971
  },
1972
+ "light_neutral_300_hover": {
1973
+ "rgba": "rgba(220, 221, 225, 1)",
1974
+ "hex": "#dcdde1",
1975
+ "alias": "neutralColor300Hover"
1976
+ },
1932
1977
  "light_neutral_300_inverted": {
1933
1978
  "rgba": "rgba(41, 41, 44, 1)",
1934
1979
  "hex": "#29292c",
1935
1980
  "alias": "neutralColor300Inverted"
1936
1981
  },
1982
+ "light_neutral_300_inverted_hover": {
1983
+ "rgba": "rgba(47, 47, 50, 1)",
1984
+ "hex": "#2f2f32",
1985
+ "alias": "neutralColor300InvertedHover"
1986
+ },
1987
+ "light_neutral_300_inverted_press": {
1988
+ "rgba": "rgba(53, 53, 57, 1)",
1989
+ "hex": "#353539",
1990
+ "alias": "neutralColor300InvertedPress"
1991
+ },
1992
+ "light_neutral_300_press": {
1993
+ "rgba": "rgba(210, 211, 217, 1)",
1994
+ "hex": "#d2d3d9",
1995
+ "alias": "neutralColor300Press"
1996
+ },
1937
1997
  "light_neutral_400": {
1938
1998
  "rgba": "rgba(210, 211, 217, 1)",
1939
1999
  "hex": "#d2d3d9",
@@ -2139,11 +2199,31 @@
2139
2199
  "hex": "#1a0f1937",
2140
2200
  "alias": "neutralTranslucentColor300"
2141
2201
  },
2202
+ "light_neutral_translucent_300_hover": {
2203
+ "rgba": "rgba(5, 12, 41, 0.14)",
2204
+ "hex": "#24050c29",
2205
+ "alias": "neutralTranslucentColor300Hover"
2206
+ },
2142
2207
  "light_neutral_translucent_300_inverted": {
2143
2208
  "rgba": "rgba(222, 222, 238, 0.13)",
2144
2209
  "hex": "#21dedeee",
2145
2210
  "alias": "neutralTranslucentColor300Inverted"
2146
2211
  },
2212
+ "light_neutral_translucent_300_inverted_hover": {
2213
+ "rgba": "rgba(234, 234, 248, 0.15)",
2214
+ "hex": "#26eaeaf8",
2215
+ "alias": "neutralTranslucentColor300InvertedHover"
2216
+ },
2217
+ "light_neutral_translucent_300_inverted_press": {
2218
+ "rgba": "rgba(231, 231, 248, 0.18)",
2219
+ "hex": "#2ee7e7f8",
2220
+ "alias": "neutralTranslucentColor300InvertedPress"
2221
+ },
2222
+ "light_neutral_translucent_300_press": {
2223
+ "rgba": "rgba(5, 11, 44, 0.18)",
2224
+ "hex": "#2e050b2c",
2225
+ "alias": "neutralTranslucentColor300Press"
2226
+ },
2147
2227
  "light_neutral_translucent_400": {
2148
2228
  "rgba": "rgba(5, 11, 44, 0.18)",
2149
2229
  "hex": "#2e050b2c",
@@ -504,11 +504,31 @@
504
504
  "hex": "#29292c",
505
505
  "alias": "neutralColor300"
506
506
  },
507
+ "dark_neutral_300_hover": {
508
+ "rgba": "rgba(47, 47, 50, 1)",
509
+ "hex": "#2f2f32",
510
+ "alias": "neutralColor300Hover"
511
+ },
507
512
  "dark_neutral_300_inverted": {
508
513
  "rgba": "rgba(231, 232, 235, 1)",
509
514
  "hex": "#e7e8eb",
510
515
  "alias": "neutralColor300Inverted"
511
516
  },
517
+ "dark_neutral_300_inverted_hover": {
518
+ "rgba": "rgba(220, 221, 225, 1)",
519
+ "hex": "#dcdde1",
520
+ "alias": "neutralColor300InvertedHover"
521
+ },
522
+ "dark_neutral_300_inverted_press": {
523
+ "rgba": "rgba(210, 211, 217, 1)",
524
+ "hex": "#d2d3d9",
525
+ "alias": "neutralColor300InvertedPress"
526
+ },
527
+ "dark_neutral_300_press": {
528
+ "rgba": "rgba(53, 53, 57, 1)",
529
+ "hex": "#353539",
530
+ "alias": "neutralColor300Press"
531
+ },
512
532
  "dark_neutral_400": {
513
533
  "rgba": "rgba(53, 53, 57, 1)",
514
534
  "hex": "#353539",
@@ -714,11 +734,31 @@
714
734
  "hex": "#21dedeee",
715
735
  "alias": "neutralTranslucentColor300"
716
736
  },
737
+ "dark_neutral_translucent_300_hover": {
738
+ "rgba": "rgba(234, 234, 248, 0.15)",
739
+ "hex": "#26eaeaf8",
740
+ "alias": "neutralTranslucentColor300Hover"
741
+ },
717
742
  "dark_neutral_translucent_300_inverted": {
718
743
  "rgba": "rgba(15, 25, 55, 0.1)",
719
744
  "hex": "#1a0f1937",
720
745
  "alias": "neutralTranslucentColor300Inverted"
721
746
  },
747
+ "dark_neutral_translucent_300_inverted_hover": {
748
+ "rgba": "rgba(5, 12, 41, 0.14)",
749
+ "hex": "#24050c29",
750
+ "alias": "neutralTranslucentColor300InvertedHover"
751
+ },
752
+ "dark_neutral_translucent_300_inverted_press": {
753
+ "rgba": "rgba(5, 11, 44, 0.18)",
754
+ "hex": "#2e050b2c",
755
+ "alias": "neutralTranslucentColor300InvertedPress"
756
+ },
757
+ "dark_neutral_translucent_300_press": {
758
+ "rgba": "rgba(231, 231, 248, 0.18)",
759
+ "hex": "#2ee7e7f8",
760
+ "alias": "neutralTranslucentColor300Press"
761
+ },
722
762
  "dark_neutral_translucent_400": {
723
763
  "rgba": "rgba(231, 231, 248, 0.18)",
724
764
  "hex": "#2ee7e7f8",
@@ -1919,11 +1959,31 @@
1919
1959
  "hex": "#e7e8eb",
1920
1960
  "alias": "neutralColor300"
1921
1961
  },
1962
+ "light_neutral_300_hover": {
1963
+ "rgba": "rgba(220, 221, 225, 1)",
1964
+ "hex": "#dcdde1",
1965
+ "alias": "neutralColor300Hover"
1966
+ },
1922
1967
  "light_neutral_300_inverted": {
1923
1968
  "rgba": "rgba(41, 41, 44, 1)",
1924
1969
  "hex": "#29292c",
1925
1970
  "alias": "neutralColor300Inverted"
1926
1971
  },
1972
+ "light_neutral_300_inverted_hover": {
1973
+ "rgba": "rgba(47, 47, 50, 1)",
1974
+ "hex": "#2f2f32",
1975
+ "alias": "neutralColor300InvertedHover"
1976
+ },
1977
+ "light_neutral_300_inverted_press": {
1978
+ "rgba": "rgba(53, 53, 57, 1)",
1979
+ "hex": "#353539",
1980
+ "alias": "neutralColor300InvertedPress"
1981
+ },
1982
+ "light_neutral_300_press": {
1983
+ "rgba": "rgba(210, 211, 217, 1)",
1984
+ "hex": "#d2d3d9",
1985
+ "alias": "neutralColor300Press"
1986
+ },
1927
1987
  "light_neutral_400": {
1928
1988
  "rgba": "rgba(210, 211, 217, 1)",
1929
1989
  "hex": "#d2d3d9",
@@ -2129,11 +2189,31 @@
2129
2189
  "hex": "#1a0f1937",
2130
2190
  "alias": "neutralTranslucentColor300"
2131
2191
  },
2192
+ "light_neutral_translucent_300_hover": {
2193
+ "rgba": "rgba(5, 12, 41, 0.14)",
2194
+ "hex": "#24050c29",
2195
+ "alias": "neutralTranslucentColor300Hover"
2196
+ },
2132
2197
  "light_neutral_translucent_300_inverted": {
2133
2198
  "rgba": "rgba(222, 222, 238, 0.13)",
2134
2199
  "hex": "#21dedeee",
2135
2200
  "alias": "neutralTranslucentColor300Inverted"
2136
2201
  },
2202
+ "light_neutral_translucent_300_inverted_hover": {
2203
+ "rgba": "rgba(234, 234, 248, 0.15)",
2204
+ "hex": "#26eaeaf8",
2205
+ "alias": "neutralTranslucentColor300InvertedHover"
2206
+ },
2207
+ "light_neutral_translucent_300_inverted_press": {
2208
+ "rgba": "rgba(231, 231, 248, 0.18)",
2209
+ "hex": "#2ee7e7f8",
2210
+ "alias": "neutralTranslucentColor300InvertedPress"
2211
+ },
2212
+ "light_neutral_translucent_300_press": {
2213
+ "rgba": "rgba(5, 11, 44, 0.18)",
2214
+ "hex": "#2e050b2c",
2215
+ "alias": "neutralTranslucentColor300Press"
2216
+ },
2137
2217
  "light_neutral_translucent_400": {
2138
2218
  "rgba": "rgba(5, 11, 44, 0.18)",
2139
2219
  "hex": "#2e050b2c",